gst-libs/gst/audio/: API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_slave_method_get_type),
5         (gst_base_audio_sink_class_init):
6         * gst-libs/gst/audio/gstbaseaudiosink.h:
7         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8         (gst_base_audio_src_slave_method_get_type),
9         (gst_base_audio_src_class_init):
10         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
12         public API. This is needed for the C++ bindings to be able
13         to use this base classes. Fixes bug #564200, #564206.
14
15 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
16
17         * gst-libs/gst/cdda/gstcddabasesrc.c:
18         (gst_cdda_base_src_handle_event):
19         Remove erroneous gst_buffer_ref().
20         * tests/check/libs/rtp.c: (GST_START_TEST):
21         Don't forget to unref the buffer once you're done with it.
22
23 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
24
25         * gst/playback/gstplaybin.c:
26         * gst/playback/gstplaybin2.c:
27           XRef to GstXOverlay.
28
29 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
30
31         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
32         Free the factory array when finalizing.
33         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
34         Use a GstStaticPadTemplate since the src pad caps are fixed.
35
36 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
37
38         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
39         (gst_vorbis_enc_init):
40         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
41         pad templates.
42
43 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
44
45         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
46         (gst_riff_create_video_template_caps):
47         Add mapping for VP6 in avi/riff.
48
49 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
50
51         * gst/subparse/samiparse.c: (sami_context_push_state),
52         (sami_context_pop_state), (start_sami_element), (end_sami_element):
53         Some versions of libxml seem to be very picky as to strict formatting
54         of the input and never 'close' the final </body> tag.
55         In order to fix that bad behaviour, we trigger the flushing of
56         remaining data on both </body> and </sami>.
57         Fixes #557365
58
59 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
60
61         Patch by: Guillaume Emont <guillaume at fluendo dot com>
62
63         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
64         Add typefinders for MS Word files and OS X .DS_Store files to
65         prevent them to be recognized as MPEG files. Fixes bug #564098.
66
67 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
68
69         * gst/playback/gstplaysink.c: (gen_audio_chain),
70         (gst_play_sink_reconfigure):
71         Add some more debug info.
72         Fix linking of just an encoded sink.
73         Handle failure to create a sink chain more gracefully than crashing.
74
75 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
76
77         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
78         Pushing 10 buffers is enough to run the test.
79
80 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
81
82         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
83         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
84         (main):
85         Hook up the SKIP seek flag.
86
87 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         * gst/playback/gstplaybin2.c: (pad_added_cb):
90         Error out with a missing-plugin error when the input-selector was not
91         found.
92
93         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
94         Indentation.
95
96 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
97
98         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
99         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
100         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
101         (gst_play_sink_send_event), (gst_play_sink_change_state):
102         Use G_DEFINE_TYPE.
103         Try to set the selected sink to READY before using it. This will allow
104         for detection of incompatible formats sooner.
105         Don't cause a fatal error when conversion elements are missing but post
106         a missing-element message and a warning instead because things might
107         still link and run fine.
108         Simplyfy the construction of audio and video sink chains.
109
110 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
111
112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
113         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
114         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
115         init from glib.
116
117 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
118
119         Patch by: Luis Menina <liberforce at freeside dot fr>
120
121         * gst-libs/gst/floatcast/floatcast.h:
122         * gst/typefind/gsttypefindfunctions.c:
123         Include glib.h instead of a specific GLib header. Including single
124         GLib headers is deprecated. Fixes bug #563904.
125
126 2008-12-09  Julien Moutte  <julien@fluendo.com>
127
128         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
129         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
130
131 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
132
133         * gst-libs/gst/riff/riff-read.c:
134           Fix handling of odd chunks in riff metadata.
135
136 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * gst/volume/gstvolume.c: (gst_volume_class_init),
139         (volume_before_transform), (volume_transform_ip):
140         Use new basetransform vmethod to reconfigure the dynamic properties and
141         any pending volume/mute changes. Fixes #563508.
142
143 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
144
145         * configure.ac:
146         First check for "theoraenc theoradec" and if that failed check
147         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
148         deprecate the latter. Also linking on Windows fails with just "theora"
149         and the version check would fail for the release candidates.
150         Fixes bug #563718.
151
152 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
153
154         * gst/playback/gstdecodebin.c:
155         * gst/playback/gstdecodebin2.c:
156           Add basic docs to decodebin and link to decodebin from decodebin2.
157           
158 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         Patch by: Olivier Crete  <tester at tester ca>
161
162         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
163         * gst-libs/gst/rtp/gstrtcpbuffer.h:
164         Implement gst_rtcp_packet_remove(). Fixes #563174.
165
166         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
167         Add unit test for some RTCP functions.
168
169 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
170
171         * configure.ac:
172         Apparently AC_CONFIG_MACRO_DIR breaks when using more
173         than one macro directory, reverting last change.
174
175 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
176
177         * configure.ac:
178         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
179         our M4 macros.
180
181 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
182
183         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
185         Clear all flags on buffers returned from the image pool.
186         Fixes #563143
187
188 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
189
190         Patch by: Cygwin Ports maintainer
191                   <yselkowitz at users dot sourceforge dot net>
192
193         * autogen.sh:
194         * configure.ac:
195         Require gettext 0.17 because older versions don't mix with libtool
196         2.2. At build time an older gettext version will still work.
197         Fixes bug #556091.
198
199 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
200
201         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
202
203 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
204
205         * docs/plugins/gst-plugins-base-plugins.args:
206         * docs/plugins/gst-plugins-base-plugins.hierarchy:
207         * docs/plugins/gst-plugins-base-plugins.interfaces:
208         * docs/plugins/gst-plugins-base-plugins.prerequisites:
209         * docs/plugins/inspect/plugin-videorate.xml:
210         * gst/speexresample/gstspeexresample.c:
211         Update documentation of speexresample for the new element name.
212
213 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
214
215         * gst/speexresample/README:
216         Update README with the latest diff between the Speex resampler
217         and our copy.
218
219 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
220
221         * gst/speexresample/gstspeexresample.c: (plugin_init):
222         Update the debug category from speex_resample to audioresample.
223
224 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
225
226         * gst/audioresample/Makefile.am:
227         * gst/audioresample/buffer.c:
228         * gst/audioresample/buffer.h:
229         * gst/audioresample/debug.c:
230         * gst/audioresample/debug.h:
231         * gst/audioresample/functable.c:
232         * gst/audioresample/functable.h:
233         * gst/audioresample/gstaudioresample.c:
234         * gst/audioresample/gstaudioresample.h:
235         * gst/audioresample/resample.c:
236         * gst/audioresample/resample.h:
237         * gst/audioresample/resample_chunk.c:
238         * gst/audioresample/resample_functable.c:
239         * gst/audioresample/resample_ref.c:
240         * tests/check/elements/audioresample.c:
241         Remove audioresample files.
242
243 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
244
245         * docs/plugins/inspect/plugin-audioresample.xml:
246         Regenerated for library filename change.
247
248 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
249
250         * configure.ac:
251         * docs/plugins/Makefile.am:
252         * docs/plugins/gst-plugins-base-plugins-sections.txt:
253         * docs/plugins/gst-plugins-base-plugins.args:
254         * docs/plugins/gst-plugins-base-plugins.hierarchy:
255         * docs/plugins/gst-plugins-base-plugins.interfaces:
256         * docs/plugins/gst-plugins-base-plugins.prerequisites:
257         * docs/plugins/inspect/plugin-adder.xml:
258         * docs/plugins/inspect/plugin-alsa.xml:
259         * docs/plugins/inspect/plugin-audioconvert.xml:
260         * docs/plugins/inspect/plugin-audiorate.xml:
261         * docs/plugins/inspect/plugin-audioresample.xml:
262         * docs/plugins/inspect/plugin-audiotestsrc.xml:
263         * docs/plugins/inspect/plugin-cdparanoia.xml:
264         * docs/plugins/inspect/plugin-decodebin.xml:
265         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
266         * docs/plugins/inspect/plugin-gdp.xml:
267         * docs/plugins/inspect/plugin-gio.xml:
268         * docs/plugins/inspect/plugin-gnomevfs.xml:
269         * docs/plugins/inspect/plugin-libvisual.xml:
270         * docs/plugins/inspect/plugin-ogg.xml:
271         * docs/plugins/inspect/plugin-pango.xml:
272         * docs/plugins/inspect/plugin-playback.xml:
273         * docs/plugins/inspect/plugin-queue2.xml:
274         * docs/plugins/inspect/plugin-subparse.xml:
275         * docs/plugins/inspect/plugin-tcp.xml:
276         * docs/plugins/inspect/plugin-theora.xml:
277         * docs/plugins/inspect/plugin-typefindfunctions.xml:
278         * docs/plugins/inspect/plugin-uridecodebin.xml:
279         * docs/plugins/inspect/plugin-video4linux.xml:
280         * docs/plugins/inspect/plugin-videorate.xml:
281         * docs/plugins/inspect/plugin-videoscale.xml:
282         * docs/plugins/inspect/plugin-videotestsrc.xml:
283         * docs/plugins/inspect/plugin-volume.xml:
284         * docs/plugins/inspect/plugin-vorbis.xml:
285         * docs/plugins/inspect/plugin-ximagesink.xml:
286         * docs/plugins/inspect/plugin-xvimagesink.xml:
287         * gst/speexresample/gstspeexresample.c: (plugin_init):
288         * gst/speexresample/Makefile.am:
289         * tests/check/Makefile.am:
290         * tests/check/elements/speexresample.c: (setup_speexresample),
291         (GST_START_TEST), (test_pipeline):
292         Rename the moved speexresample to audioresample, integrate into the
293         build system and remove the old audioresample from the build system.
294         Fixes bug #558124, #385061, #346218, #116051.
295
296 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         * gst-libs/gst/audio/gstbaseaudiosrc.c:
299         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
300         Avoid nasty int overflows after about 12 hours and 25 minutes when these
301         code paths are triggered. 
302         A free beer to Håvard Graff for finding this!
303
304 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
305
306         Patch by: 이문형 <iwings at gmail dot com>
307
308         * gst-libs/gst/rtsp/gstrtspconnection.c:
309         (gst_rtsp_connection_connect):
310         A successful gst_poll_wait() doesn't always mean successful connect() on
311         Windows.  We should check errors by calling gst_poll_fd_has_error().
312         See #561924.
313
314 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
315
316         * gst-libs/gst/rtp/gstrtcpbuffer.c:
317         Fix typo in the docs.
318
319 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
322         If no stream was found before receiving EOS, post an error message.
323         Fixes #561924.
324
325 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
326
327         * ext/theora/gsttheoraenc.h:
328         * ext/theora/theoraenc.c: (gst_theora_enc_init),
329         (theora_buffer_from_packet), (theora_push_packet),
330         (theora_enc_sink_event), (theora_enc_is_discontinuous),
331         (theora_enc_chain):
332         Parse segment events.
333         Pass incomming buffer timestamps to outgoing buffers.
334         Use the running_time to construct the granulepos.
335         Fixes #562163.
336
337 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
338
339         * gst/playback/gstplaybin2.c: (activate_group):
340         Fix buffer-duration property.
341
342 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
343
344         * gst-libs/gst/audio/gstbaseaudiosink.c:
345         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
346         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
347         (gst_base_audio_sink_change_state):
348         Really fix audiosink drain handling by keeping track of the running_time
349         of the last sample.
350
351 2008-11-24  Michael Smith <msmith@songbirdnest.com>
352
353         * gst/playback/gstplaybin2.c:
354           Add notification of current stream. Add ability to configure buffer
355           sizes.
356         * gst/playback/gsturidecodebin.c:
357           Add ability to configure buffer sizes for streaming mode.
358           Bug #561734.
359
360 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
361
362         * gst-libs/gst/audio/gstbaseaudiosink.c:
363           Time is already in running_time. Remove base_time handling. Fixes
364           audiosinks not draining and thus chopping some audio in the end.
365
366 2008-11-24  David Schleef  <ds@schleef.org>
367
368         * ext/ogg/gstoggmux.c:
369         * ext/ogg/gstoggmux.h:
370           If we're muxing a dirac stream, flush the page after every picture.
371
372 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
373
374         * gst-libs/gst/audio/gstbaseaudiosink.c:
375           Add one log message to check for audio_drained. Sync one log message
376           with the condition. Send EOS after draining audio in pull mode.
377
378 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
379
380         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
382         Use gst_buffer_try_new_and_alloc() and fail properly if the
383         allocation failed. This prevents abort() if downstream elements
384         request an insane amount of memory.
385
386 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
387
388         * gst/volume/gstvolume.c: (volume_choose_func),
389         (volume_update_volume), (gst_volume_set_volume),
390         (gst_volume_get_volume), (gst_volume_set_mute),
391         (gst_volume_class_init), (gst_volume_init),
392         (volume_process_double), (volume_process_float),
393         (volume_process_int32), (volume_process_int32_clamp),
394         (volume_process_int24), (volume_process_int24_clamp),
395         (volume_process_int16), (volume_process_int16_clamp),
396         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
397         (volume_transform_ip), (volume_set_property),
398         (volume_get_property):
399         * gst/volume/gstvolume.h:
400         Cleanup volume, define and use default values.
401         Recalculate new volume and mute setup before processing. Fixes #561789.
402
403         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
404         Add controller unit test. Patch by: Jonathan Matthew
405         Fix bogus test that messed with basetransform's internal state.
406
407 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
408
409         * gst/videorate/gstvideorate.c:
410         Add jpeg and png image media types to the caps. Fixes #561436.
411
412 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         * gst/playback/gstplaysink.c: (gen_audio_chain):
415         Don't post an error when we can't configure the volume but post a
416         warning instead. Fixes #561780.
417
418 2008-11-21  David Schleef  <ds@schleef.org>
419
420         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
421
422         * gst/videotestsrc/gstvideotestsrc.c:
423         * gst/videotestsrc/gstvideotestsrc.h:
424         * gst/videotestsrc/videotestsrc.c:
425         * gst/videotestsrc/videotestsrc.h:
426           Add a zone plate pattern generator based on BBC R&D Report
427           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
428           kx2=20 ky2=20 kt=1'.
429
430 2008-11-20  Michael Smith <msmith@songbirdnest.com>
431
432         * gst/playback/gstdecodebin2.c:
433           Fix random fat-fingering making this not compile.
434
435 2008-11-20  Michael Smith <msmith@songbirdnest.com>
436
437         * gst/playback/gstdecodebin2.c:
438           If the top-level type of the stream is plain text, don't try to decode
439           it, matching behaviour of decodebin.
440         * gst/playback/gstplaysink.c:
441           If we fail to generate a text chain (e.g. due to missing optional
442           plugins), don't crash.
443
444 2008-11-20  Michael Smith <msmith@songbirdnest.com>
445
446         * gst-libs/gst/rtsp/gstrtspdefs.c:
447           Fix win32 build. Oops.
448
449 2008-11-20  Michael Smith <msmith@songbirdnest.com>
450
451         * gst-libs/gst/rtsp/gstrtspdefs.c:
452           Use WSAGetLastError() rather than errno/h_errno on win32.
453
454 2008-11-20  Michael Smith <msmith@songbirdnest.com>
455
456         * gst-libs/gst/riff/riff-media.c:
457           Support WMA Lossless properly.
458
459 2008-11-18  David Schleef  <ds@schleef.org>
460
461         * gst/videotestsrc/gstvideotestsrc.c:
462         * gst/videotestsrc/gstvideotestsrc.h:
463         * gst/videotestsrc/videotestsrc.c:
464         * gst/videotestsrc/videotestsrc.h:
465           Add "colorspec" property, specifying whether to generate BT.601
466           or BT.709 video.  This only affects YCbCr values, not RGB, since
467           if you're generating a 709 test pattern, presumably you want
468           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
469           uses 75% colors instead of 100%, since this is often more useful
470           for testing (and also follows the SMPTE EG-1 guideline).
471
472 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
473
474         * gst/playback/gstdecodebin.c:
475         Add a "sink-caps" property to decodebin like it's done for decodebin2.
476         Fixes #560380.
477
478 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
479
480         * gst/audioresample/gstaudioresample.c:
481         Guard against a NULL dereference I somehow encountered -
482         with a FLUSH_STOP arriving either before basetransform _start(),
483         or after _stop().
484
485         * gst/typefind/gsttypefindfunctions.c:
486         Make sure we never jump backwards when typefinding corrupt mov files.
487
488 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
489
490         * gst-libs/gst/interfaces/propertyprobe.c:
491         Fix random type causing a docs warning.
492
493 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
494
495         * sys/v4l/gstv4l.c:
496           Give it a minimal rank for autovideosrc.
497
498 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
499
500         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
501         (plugin_init):
502         Improve typefinding of ISO JPEG2000 mime types.
503
504 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
505
506         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
507         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
508         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
509         * sys/xvimage/xvimagesink.h:
510         Avoid typechecking when we do trivial casts.
511         Move error handling out of the main program flow.
512         Sneak in the display-region caps property, not completely correct yet.
513         Cache the width/height in buffer_alloc instead of parsing it from the
514         caps all the time.
515
516 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         * gst/playback/gstplaybin2.c: (deactivate_group):
519         don't try to unlink the selector sinkpad when we don't have it yet. This
520         can happen if an error occured before the group was complete.
521
522 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
523
524         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
525         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
526         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
527         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
528         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
529         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
530         (gst_rtp_buffer_get_extension_data),
531         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
532         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
533         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
534         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
535         (gst_rtp_buffer_get_payload_type),
536         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
537         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
538         (gst_rtp_buffer_set_timestamp),
539         (gst_rtp_buffer_get_payload_subbuffer),
540         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
541         Avoid expensive type checks we already did as part of the 
542         _validate() function that should be called first.
543
544 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
547         (gst_base_rtp_depayload_push_full),
548         (gst_base_rtp_depayload_set_gst_timestamp):
549         Fix some cases where a newsegment event was not sent.
550
551 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
552
553         * gst/playback/gstplaybin2.c: (activate_group):
554         Catch state change errors and stop from the uridecodebin elements
555         instead of trying to continue in vain.
556
557 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
558
559         * gst-libs/gst/audio/gstbaseaudiosink.c:
560         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
561         (gst_base_audio_sink_callback):
562         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
563         for the latency to expire, fixes #559567.
564
565 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
566
567         * gst/adder/gstadder.c:
568           Change author string after seeing output of gst-inspector.
569
570 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
571
572         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
573         Don't try to do crazy things when we only have a text pad without a
574         video pad. Fixes #559478.
575
576 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
577
578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
579         Fix case where we don't have a range for the rates or channels as is the
580         case with truespeech.
581
582 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         * gst/volume/gstvolume.c: (volume_update_real_volume),
585         (gst_volume_set_volume), (gst_volume_get_volume),
586         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
587         (volume_transform_ip), (volume_update_mute),
588         (volume_update_volume), (volume_get_property):
589         * gst/volume/gstvolume.h:
590         Keep negotiated state in a separate variable.
591         Protect the volume and mute properties with the object lock.
592         Protect modifying the transform with the transform lock.
593
594 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
595
596         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
597         (gst_ffmpeg_pixfmt_to_caps):
598         Only convert caps to string when debug is enabled.
599
600 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * ext/theora/gsttheoradec.h:
603         * ext/theora/theoradec.c: (gst_theora_dec_init),
604         (gst_theora_dec_reset), (theora_dec_src_event),
605         (theora_dec_sink_event), (theora_handle_type_packet):
606         Copy seqnum.
607         Keep events in a pending list, like vorbisdec, instead of trying
608         to construct a segment event ourselves.
609
610         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
611         (vorbis_dec_src_event), (vorbis_dec_sink_event):
612         * ext/vorbis/vorbisdec.h:
613         Copy seqnum.
614
615 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
616
617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
618         (gst_ogg_demux_deactivate_current_chain),
619         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
620         (gst_ogg_demux_loop):
621         * ext/ogg/gstoggdemux.h:
622         Copy seqnums around to track playback segments and messages.
623
624 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
625
626         Based on patch by: Matthias Kretz <kretz at kde dot org>
627
628         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
629         (gst_alsasink_prepare), (gst_alsasink_unprepare),
630         (gst_alsasink_write):
631         Make all access non-blocking so that we can better handle unplugging
632         of usb devices. Fixes #559111
633
634 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         Patch by: Damien Lespiau  <damien.lespiau gmail com>
637
638         * gst-libs/gst/rtsp/gstrtspconnection.c:
639         (gst_rtsp_connection_write):
640         Make the next call to poll not depend on previous calls to poll with or
641         without reading from the active descriptor. Fixes #544293.
642
643 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         Patch by: Nick Haddad <nick at haddads dot net>
646
647         * gst-libs/gst/riff/riff-ids.h:
648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
649         Add support for other fourcc codes that are commonly used for
650         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
651         Fixes #558553.
652
653 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
654
655         * gst/audioresample/gstaudioresample.c:
656           Return the result of parent_class->event().
657
658 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         * gst/audioresample/gstaudioresample.c:
661         (gst_audioresample_class_init), (audioresample_fixate_caps):
662         Fixate the rate to the nearest supported rate instead of
663         the first one. Fixes bug #549510.
664
665 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
666
667         * win32/common/libgstaudio.def:
668         Add new symbols.
669
670 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
671
672         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
673         Attempt to make obfuscated code clearer.
674
675 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
676
677         * docs/libs/gst-plugins-base-libs-sections.txt:
678         * gst-libs/gst/floatcast/floatcast.h:
679         Move float endianness conversion macros to core. Second part of
680         bug ##555196.
681
682 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
683
684         * sys/ximage/ximagesink.h:
685         * sys/xvimage/xvimagesink.h:
686           Don't mark as gtk-doc docs as they aren't public.
687
688 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
689
690         * sys/xvimage/xvimagesink.c:
691         * sys/xvimage/xvimagesink.h:
692         * tests/icles/Makefile.am:
693         * tests/icles/test-colorkey.c:
694           Allow setting colorkey if possible. Implement property probe interface
695           for optional X features (autopaint-colorkey, double-buffer and
696           colorkey). Fixes #554533
697
698 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
699
700         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
701         Remove useless buffer size assignment. It already has this value.
702
703 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         * gst-libs/gst/audio/gstaudiosink.c:
706         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
707         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
708         (gst_audioringbuffer_stop):
709         Implement a separate activate functions to start monitoring the segments
710         or, in pull mode, pulling in data.
711
712         * gst-libs/gst/audio/gstbaseaudiosink.c:
713         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
714         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
715         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
716         (gst_base_audio_sink_activate_pull),
717         (gst_base_audio_sink_async_play),
718         (gst_base_audio_sink_change_state):
719         Implement pad and element convert query function.
720         Activate the ringbuffer.
721         Use the segment last_stop value as the offset to pull.
722         Use new basesink _do_preroll() method to preroll in the pulling thread.
723         Take appropriate locking in the pulling thread.
724
725         * gst-libs/gst/audio/gstringbuffer.h:
726         Update some docs.
727
728 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
731         Improve MXF typefinding a bit by searching for a header partition
732         pack instead of just a general partition pack and checking more
733         bytes for valid values.
734
735 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * tests/icles/.cvsignore:
738         update ignore file.
739
740         * tests/icles/Makefile.am:
741         * tests/icles/test-box.c: (make_pipeline), (main):
742         Add another interactive command line experimentation suite for
743         dynamically boxing/cropping/saling an input video.
744
745 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
746
747         * docs/libs/gst-plugins-base-libs-sections.txt:
748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
749         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
750         * gst-libs/gst/audio/gstringbuffer.h:
751         Add methods to more accuratly control the pulling thread of a
752         ringbuffer.
753         Add format conversion helper code to the ringbuffer.
754         API: GstRingBuffer:gst_ring_buffer_activate()
755         API: GstRingBuffer:gst_ring_buffer_is_active()
756         API: GstRingBuffer:gst_ring_buffer_convert()
757
758 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
761         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
762         (gst_audioringbuffer_stop):
763         Signal thread startup earlier so that we can immediatly go into pull
764         mode when we have to and block on preroll.
765
766 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
767
768         * gst-libs/gst/audio/gstringbuffer.c:
769         (gst_ring_buffer_prepare_read):
770         In pull mode we want the callback to prepull a buffer we can preroll on
771         even when we are not yet playing.
772
773 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
774
775         * ext/alsa/Makefile.am:
776         * ext/cdparanoia/Makefile.am:
777         * ext/gio/Makefile.am:
778         * ext/gnomevfs/Makefile.am:
779         * ext/libvisual/Makefile.am:
780         * ext/ogg/Makefile.am:
781         * ext/pango/Makefile.am:
782         * ext/theora/Makefile.am:
783         * ext/vorbis/Makefile.am:
784         * gst/adder/Makefile.am:
785         * gst/audioconvert/Makefile.am:
786         * gst/audiorate/Makefile.am:
787         * gst/audioresample/Makefile.am:
788         * gst/audiotestsrc/Makefile.am:
789         * gst/ffmpegcolorspace/Makefile.am:
790         * gst/gdp/Makefile.am:
791         * gst/playback/Makefile.am:
792         * gst/subparse/Makefile.am:
793         * gst/tcp/Makefile.am:
794         * gst/typefind/Makefile.am:
795         * gst/videorate/Makefile.am:
796         * gst/videoscale/Makefile.am:
797         * gst/videotestsrc/Makefile.am:
798         * gst/volume/Makefile.am:
799         * sys/v4l/Makefile.am:
800         * sys/ximage/Makefile.am:
801         * sys/xvimage/Makefile.am:
802           Don't install static libs for plugins. Fixes #550851 for base.
803
804 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
807         Set the default blocksize to -1 because we will then use the configured
808         samplesperbuffer to create our output buffer.
809
810 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
811
812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
813         (gst_riff_create_video_template_caps):
814         Add mappping for the KMVC (Karl Morton's Video) Codec.
815
816 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
817
818         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
819         Don't forget to advance the offset of what we're matching against, else
820         we end up in a forever loop.
821
822 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
823
824         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
825         Improve typefinding a bit. If we don't have a Unicode charset
826         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
827
828 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
829
830         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
831         Fix build on macosx.
832
833 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
834
835         Based on patch by: Robin Stocker <robin at nibor dot org>
836
837         * ext/theora/gsttheoradec.h:
838         * ext/theora/theoradec.c: (gst_theora_dec_init),
839         (theora_dec_setcaps), (theora_handle_type_packet),
840         (theora_dec_decode_buffer), (theora_dec_change_state):
841         Parse input caps and make the PAR override the encoded PAR when
842         specified by a container. Fixes #555699.
843
844 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
845
846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
847         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
848         (gst_base_rtp_depayload_set_gst_timestamp),
849         (gst_base_rtp_depayload_change_state):
850         * gst-libs/gst/rtp/gstbasertpdepayload.h:
851         Add some more G_LIKELY
852         Fail when the setcaps function was not called.
853
854         * gst-libs/gst/rtp/gstbasertppayload.c:
855         (gst_basertppayload_set_outcaps):
856         Propagate return value of setcaps.
857
858 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
859
860         * gst/subparse/Makefile.am:
861         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
862         (gst_sub_parse_class_init), (gst_sub_parse_init),
863         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
864         (get_next_line), (gst_sub_parse_data_format_autodetect),
865         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
866         (gst_subparse_type_find):
867         * gst/subparse/gstsubparse.h:
868         Add support for UTF16/UTF32 subtitles as long as the first bytes of
869         the first buffer contain the BOM. This also adds support for other
870         encodings that allow NUL bytes via the encoding property.
871         Fixes bugs #552237 and #456788.
872
873 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
874
875         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
876         Don't drop the last byte of image tags if they're not an URI list.
877         Fixes bug #556066.
878
879 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
880
881         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
882         For looking at the 4th byte we have to get 4 bytes of course
883         and not 3.
884
885 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
886
887         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
888         Improve FLAC-without-headers typefinding by looking at most of the
889         frame header and checking if invalid values are used. Should prevent
890         quite some false positives compared to the old version which only
891         check if the first 14 bits are set.
892
893 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
894
895         * sys/xvimage/xvimagesink.c:
896           Don't assert on caps==NULL.
897
898 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
899
900         * gst/subparse/gstsubparse.c:
901         (gst_sub_parse_data_format_autodetect), (handle_buffer),
902         (gst_sub_parse_change_state):
903         * gst/subparse/gstsubparse.h:
904         * tests/check/elements/subparse.c: (GST_START_TEST):
905         Add support for subtitle files with UTF-8 BOM at the beginning
906         by simple stripping it from the first line before passing it
907         to any parsing code. Fixes bug #555257 and playback of files
908         created by Gnome Subtitles.
909
910 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         * gst/audiotestsrc/gstaudiotestsrc.c:
913         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
914         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
915         (gst_audio_test_src_start), (gst_audio_test_src_stop),
916         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
917         (gst_audio_test_src_create):
918         * gst/audiotestsrc/gstaudiotestsrc.h:
919         Define the default property values in the usual place.
920         Implement start/stop to reset values correctly.
921         Calculate the sample size only once when we negotiate.
922         Rename some values to make more sense.
923         Keep track of our byte range.
924         Add support for pull based scheduling. Disabled for now until we have
925         the whole stack working.
926         Set the BUFFER_OFFSET correctly.
927
928 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
929
930         Based on a patch by: xavierb at gmail dot com
931
932         * gst/subparse/gstsubparse.c:
933         (gst_sub_parse_data_format_autodetect):
934         * tests/check/elements/subparse.c: (GST_START_TEST):
935         Make the detection of the used subtitle a bit less strict
936         for srt subtitles. Fixes bug #555607.
937
938 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
939
940         * ext/vorbis/vorbisenc.c:
941         (gst_vorbis_enc_buffer_check_discontinuous):
942         Fix discontinuity detection which was broken by last commit.
943
944 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
945
946         * configure.ac::
947           Require core CVS for ghostpad API additions used by decodebin2.
948
949 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
950
951         * gst-libs/gst/audio/gstbaseaudiosrc.c:
952         (gst_base_audio_src_create):
953         Fix debug statements (space between '%' and actual format).
954
955 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
958         Remove bogus assert, the decodepad could have been created inside an
959         already existing group.
960
961 2008-10-08  Andy Wingo  <wingo@pobox.com>
962
963         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
964         target instead of setting it.
965         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
966         API for a decode pad. The bugfix is that we set the group in
967         activate(), not when the pad was created because it might be NULL
968         then.
969         (gst_decode_group_control_source_pad, gst_decode_group_expose):
970         Update to use the API.
971
972 2008-10-08  Andy Wingo  <wingo@pobox.com>
973
974         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
975         be a subclass of GstGhostPad.
976         (analyze_new_pad): So, when emitting the signals that determine
977         how we do autoplugging, already create the ghost pad and use it as
978         the pad in the signal arguments. This allows applications to make
979         a connection between the pad passed in e.g. autoplug-continue, and
980         the pad passed in new-decoded-pad.
981         (connect_pad, expose_pad): Update to receive the ghosted decode
982         pad in the args, retargetting it as necessary if we have to plug
983         the target pad through a multiqueue.
984         (gst_decode_group_control_source_pad): Adapt to receive an
985         already-ghosted pad that just needs activation, blocking, and
986         drain notification.
987         (sort_end_pads): Adapt for decode pads actually being pads.
988         (gst_decode_group_expose): Adapt for decode pads actually being
989         pads. Rewrite the decode pad names so they appear in order. Adds a
990         new error case if we couldn't set the name.
991         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
992         logic.
993         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
994         New API for the decode pad, needed because we shouldn't do these
995         things inside gst_decode_pad_new(), but after.
996         (gst_decode_pad_new): Change to actually make the real pad, and
997         delay the blocking/drainage bits.
998
999 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1000
1001         Patch by: Daniel Drake <dsd at laptop dot org>
1002
1003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1004         Unref all buffers when clearing collectpads. Fixes bug #546955.
1005
1006 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1007
1008         Based on a patch by: Klaas <klaas at rivercrew dot net>
1009
1010         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1011         (gst_vorbis_enc_buffer_check_discontinuous),
1012         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1013         * ext/vorbis/vorbisenc.h:
1014         Keep track of the upstream segments and use the running time on that
1015         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1016
1017 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1018
1019         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1020         Prevent overflows with big buffer when calculating the size of
1021         the intermediate buffer by using gst_util_uint64_scale() instead of
1022         plain arithmetics. Fixes bug #552801.
1023
1024 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1025
1026         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1027
1028         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1029         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1030         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1031         (gst_clock_overlay_get_property):
1032         * ext/pango/gstclockoverlay.h:
1033         API: Add ability to specify format for date/time display by
1034         adding a "time-format" property.
1035         Fixes bug #554879.
1036
1037 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1038
1039         Patch by: Jan Gerber <j at oil21 dot org>
1040
1041         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1042         (gst_riff_create_video_template_caps):
1043         Add FFV1 fourcc to support playback of FFMPEG lossless video
1044         in AVI. Fixes bug #555319.
1045
1046 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1047
1048         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1049
1050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1051         (gst_base_audio_src_create):
1052         Implement skew clock slaving. Fixes #552559.
1053
1054 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1055
1056         * gst-libs/gst/audio/multichannel.c:
1057         * gst-libs/gst/audio/testchannels.c:
1058         Fix include of config.h
1059
1060 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1061
1062         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1063
1064         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1065         (print_media), (gst_sdp_message_dump):
1066         Fix parsing of the c= field containing multicast addresses.
1067         Fixes #552199.
1068         Add the connection info to the session or streams.
1069         Fix parsing of the bandwidth.
1070         Add debugging for the connections and bandwidths for a media.
1071         Add debugging for the bandwidth of the session. 
1072
1073 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         * gst-libs/gst/rtp/gstbasertppayload.c:
1076         (gst_basertppayload_change_state):
1077         Configure the next seqnum and timestamp in the state change so that they
1078         can be queried soon after.
1079
1080 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1081
1082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1083         (gst_base_rtp_depayload_chain):
1084         Improve debugging of the rtptime.
1085
1086 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1087
1088         * configure.ac:
1089         Back to development -> 0.10.21.1
1090
1091 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1092
1093         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1094         (plugin_init):
1095         Add typefinding for FLAC without headers in the beginning.
1096         This is already handled by flacdec and friends.
1097
1098 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1099
1100         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1101         (plugin_init):
1102         Add typefinder for MXF.
1103
1104 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1105
1106         * tests/icles/Makefile.am:
1107         Only build test-colorkey if GTK+ is available.
1108
1109 === release 0.10.21 ===
1110
1111 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1112
1113         * configure.ac:
1114           releasing 0.10.21, "We Could Be Wrong"
1115
1116 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1117
1118         * configure.ac:
1119         0.10.20.4 pre-release
1120
1121 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1122
1123         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1124
1125         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1126         Set the BOS flag on the BOS packet. Fixes #553244.
1127
1128 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst-libs/gst/rtsp/gstrtspmessage.c:
1131         (gst_rtsp_message_parse_request),
1132         (gst_rtsp_message_parse_response):
1133         Fix the g_return_val_if_fail() statements.
1134
1135 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1136
1137         * gst-libs/gst/tag/gsttagdemux.c:
1138           Fail to activate if there's insufficient data in the file to be usable,
1139           preventing an assertion fail later. Fixes #552960
1140
1141 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1142
1143         * gst-libs/gst/pbutils/descriptions.c:
1144         * gst/typefind/gsttypefindfunctions.c:
1145           Recognise Kate subtitle streams (#550582).
1146
1147 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1148
1149         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1150           Remove trailing comma from enum list, which causes problems
1151           with -pendantic (#550729).
1152
1153 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1154
1155         * configure.ac:
1156         0.10.20.2 pre-release
1157
1158         * po/LINGUAS:
1159         * po/id.po:
1160         * po/pt_BR.po:
1161
1162         New translations.
1163
1164 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1165
1166         * gst-libs/gst/interfaces/propertyprobe.c:
1167           (gst_property_probe_get_properties),
1168           (gst_property_probe_get_property),
1169           (gst_property_probe_probe_property),
1170           (gst_property_probe_probe_property_name),
1171           (gst_property_probe_needs_probe),
1172           (gst_property_probe_needs_probe_name),
1173           (gst_property_probe_get_values),
1174           (gst_property_probe_get_values_name),
1175           (gst_property_probe_probe_and_get_values),
1176           (gst_property_probe_probe_and_get_values_name):
1177           More sanity checks for our second-favourite interface.
1178
1179 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * gst-libs/gst/interfaces/propertyprobe.c:
1182           Check for NULL pointer, in the hope that this fixes #532864.
1183
1184 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1185
1186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1187           No really, the next release is 0.10.21 (fix Since: tags in docs).
1188
1189 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1190
1191         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1192         Disable a code path that is now called but causes a deadlock for some
1193         reason and is unneeded.
1194
1195 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1196
1197         * sys/xvimage/xvimagesink.c:
1198         * sys/xvimage/xvimagesink.h:
1199           Add a "draw-border" property that can be set to false to disable
1200           drawing borders.
1201           
1202         * tests/icles/test-colorkey.c:
1203         * tests/icles/Makefile.am:
1204           Add new test application for the colorkey handling.
1205
1206 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1207
1208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1209         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1210         This will also be fixed for upcoming gst-ffmpeg release so that once
1211         this release of -base is out, it will work with the latest gst-ffmpeg
1212         release.
1213
1214 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1215
1216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1217         (gst_riff_create_audio_template_caps):
1218         Add Truespeech mapping for RIFF formats (AVI/WAV).
1219         Fixes #550656
1220
1221 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1222
1223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1224         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1225         Fixes #550638.
1226
1227 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * configure.ac:
1230         * gst/subparse/Makefile.am:
1231         * gst/subparse/gstsubparse.c:
1232         * gst/subparse/samiparse.c:
1233         * tests/check/elements/subparse.c:
1234           Rework last change, so that we build subparse, but just disable the
1235           sami parse functionality, if we're configured to not use xml. In the
1236           tests only the sami test is disabled now.
1237
1238 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * configure.ac:
1241           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1242           test runs.
1243
1244 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1245
1246         * po/POTFILES.in:
1247           Add some more files with strings for translation.
1248
1249 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1250
1251         * gst-libs/gst/tag/gstvorbistag.c:
1252         * tests/check/libs/tag.c:
1253           Use new geo location tags from core. Fixes #481169
1254
1255 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1256
1257         * tests/check/elements/audioresample.c: (setup_audioresample),
1258         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1259         (test_discont_stream_instance):
1260         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1261         Add debugging for coherence.
1262
1263 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1264
1265         Patch by: Jonathan Matthew  <notverysmart gmail com>
1266
1267         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1268           Add typefinder for PDF documents (which is nice to have, since it's a
1269           common format, but also helps prevent false positives). Fixes #549814.
1270
1271 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1274         (no_more_pads_cb):
1275         Fix nasty race where multiple decodebins could start pushing data before
1276         we manage to configure the sinks, resulting in not-linked errors in
1277         typical RTSP streaming cases.
1278
1279 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1280
1281         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1282         Since we now call stop, we trigger this code path that causes a deadlock
1283         is apparently not needed.
1284
1285 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1286
1287         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1288         (gst_ring_buffer_stop):
1289         Also allow the case where the ringbuffer was paused when we try to stop
1290         it so that the basesrc stop function is still called.
1291
1292 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1293
1294         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1295
1296         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1297         Reprobe devices again instead of taking a cached list as new
1298         devices could've been plugged in. Fixes bug #549062.
1299
1300 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1301
1302         Patch by: Alessandro Dessina <alessandro nnva org>
1303
1304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1305         (gst_ogg_demux_activate_chain):
1306         Don't add pads and activate them for skeleton streams. These are already
1307         handled inside oggdemux. Fixes bug #537599.
1308
1309 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1310
1311         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1312         Reset variable so that query and convert fail after going back to
1313         READY. Fixes #548898.
1314
1315 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1316
1317         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1318         If a buffer arrives with a timestamp before the timestamp+duration
1319         of the previous buffer clip it instead of dropping it completely.
1320         Slight improvement for the unfixable bug #548913.
1321
1322 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1323
1324         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1325         Take the current timestamp instead of timestamp+duration for the offset.
1326         This offset will later be used for calculating the timestamp and
1327         otherwise vorbisdec will interpolate timestamps wrong if upstream
1328         only sends timestamps and no granulepos.
1329
1330 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * tests/examples/seek/seek.c:
1333           Don't crash when having no visualisations.
1334
1335 2008-08-16  David Schleef  <ds@schleef.org>
1336
1337         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1338           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1339           Fixes #548065.
1340
1341 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1342
1343         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1344         When cleaning up the caps fields also remove "depth" for the same
1345         reason we remove "width".
1346
1347 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1348
1349         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1350           Add Lead H.264 here as well.
1351
1352 2008-08-14  Julien Moutte  <julien@fluendo.com>
1353
1354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1355         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1356
1357 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1358
1359         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1360         (gst_base_audio_src_create):
1361         When not slaved to another clock also subtract the base_time from our
1362         internal clock time to get the running time.
1363
1364 2008-08-12  David Schleef  <ds@schleef.org>
1365
1366         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1367           since it has no basis in libtheora.
1368
1369 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1370
1371         * gst-libs/gst/interfaces/propertyprobe.h:
1372           Remove double "interface" from doc-string.
1373
1374         * gst-libs/gst/interfaces/xoverlay.h:
1375           Document interface.
1376
1377         * gst-libs/gst/riff/riff.c:
1378           Add basic doc blobs.
1379
1380 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1381
1382         * gst-libs/gst/audio/Makefile.am:
1383           Don't try to build that example anymore.
1384
1385 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1386
1387         * gst-libs/gst/audio/.cvsignore:
1388         * gst-libs/gst/audio/Makefile.am:
1389         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1390         * gst-libs/gst/audio/make_filter:
1391           Move audiofiltertemplate to gst-template.
1392
1393 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1394
1395         * docs/libs/gst-plugins-base-libs-sections.txt:
1396         * gst-libs/gst/audio/gstaudiosrc.h:
1397           More docs and shuffling. What can we do with the hundreds of #defines.
1398
1399 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1400
1401         * gst-libs/gst/audio/audio.h:
1402         * gst-libs/gst/audio/gstaudiofilter.h:
1403         * gst-libs/gst/audio/gstringbuffer.h:
1404         * gst-libs/gst/interfaces/propertyprobe.h:
1405         * gst-libs/gst/tag/gsttagdemux.h:
1406           Reducing number of dundocumented symbols.
1407
1408 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1409
1410         * gst-libs/gst/audio/audio.c:
1411           Fix doc comment syntax.
1412
1413         * gst-libs/gst/interfaces/propertyprobe.c:
1414           Add more doc-comments and a FIXME: for the signal.    
1415
1416 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1417
1418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1419         (gst_ogg_mux_request_new_pad):
1420         * ext/ogg/gstoggmux.h:
1421         Don't pretend to support NEWSEGMENT events, instead override the
1422         GstCollectPads event function to return FALSE on NEWSEGMENT events
1423         and do the normal work for other events.
1424
1425         This prevents elements like flacenc to seek to the start and rewrite
1426         some data which then results in a broken Ogg packet.
1427
1428 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1429
1430         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1431
1432         * ext/alsa/gstalsaplugin.c: (plugin_init):
1433         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1434         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1436         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1437         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1438         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1439         * gst/playback/gstdecodebin.c: (plugin_init):
1440         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1441         * gst/playback/gstplayback.c: (plugin_init):
1442         * gst/playback/gstqueue2.c: (plugin_init):
1443         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1444         * sys/v4l/gstv4l.c: (plugin_init):
1445         Make sure gettext returns translations in UTF-8 encoding rather
1446         than in the current locale encoding (#546822).
1447
1448 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1449
1450         * gst-libs/gst/pbutils/descriptions.c:
1451           Add audio/x-qdm for qtdemux.
1452
1453 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1454
1455         * ext/vorbis/vorbisdec.c:
1456           Do not leak old taglist.
1457
1458 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1459
1460         * tests/icles/test-scale.c:
1461           Include <stdlib.h> for atoi().
1462
1463 2008-08-04  Andy Wingo  <wingo@pobox.com>
1464
1465         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1466         documentation fix.
1467
1468 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1469
1470         * gst/adder/gstadder.c:
1471           Cleanup lots of empty lines that came from gst-indent going havoc
1472           before I added the INDENT_ON/OFF marker some time agao.
1473
1474 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1475
1476         * configure.ac:
1477         * gst-libs/gst/riff/riff-read.c:
1478           Bump requirement to latest core and use new tag for riff formats.
1479           Needed for #520694.
1480
1481 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1482
1483         * tests/examples/dynamic/Makefile.am:
1484         * tests/examples/dynamic/codec-select.c: (make_encoder),
1485         (make_pipeline), (do_switch), (my_bus_callback), (main):
1486         Add example app that dynamically switches between 3 'encoders'.
1487
1488 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1489
1490         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1491         Add some more comments.
1492
1493 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1494
1495         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1496         (gst_video_test_src_create):
1497         Discard buffers of the wrong size after renegotiation, this is perfectly
1498         possible with things like capsfilter that could suggest caps changes
1499         upstream without knowing the size of the buffer.
1500
1501 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1502
1503         * tests/icles/.cvsignore:
1504         * tests/icles/Makefile.am:
1505         * tests/icles/test-scale.c: (make_pipeline), (main):
1506         Add dynamic rescaling tests for the new basetransform.
1507
1508 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1509
1510         * gst/audioconvert/Makefile.am:
1511           Dist recently-added gstfastrandom.h.
1512
1513 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1514
1515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1516         Fix a "may be used uninitialized in this function" which weirdly only
1517         appears on macosx (?).
1518
1519 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * gst-libs/gst/riff/riff-ids.h:
1522           Adding acid chunk for tempo and loop information.
1523
1524 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1525
1526         * sys/xvimage/Makefile.am:
1527           floor() needs linking to $(LIBM).
1528
1529 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1530
1531         * ext/gnomevfs/gstgnomevfssrc.c:
1532           Aggregate short reads and add some comments and debug logging.
1533           Fixes #537380
1534
1535 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1536
1537         * gst/playback/gstplaybasebin.c:
1538           Fix property doc markup (its not a signal).
1539
1540         * sys/xvimage/xvimagesink.c:
1541           Add since tag for new proeprties (also add sice tags fro the last two
1542           other additions).
1543
1544 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1545
1546         * sys/xvimage/xvimagesink.c:
1547         * sys/xvimage/xvimagesink.h:
1548           Add autofill/colorkey properties. Fixes #538656.
1549
1550 2008-07-28  David Schleef  <ds@schleef.org>
1551
1552         * sys/xvimage/xvimagesink.c:
1553           Fix rounding errors when converting colorbalance values
1554           between hardware and object property ranges.  Partial
1555           fix for #537889, however, there still seems to be a small
1556           drift problem that could be totem's fault.
1557
1558 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1559
1560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1561         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1562         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1563         This fixes a critical warning.
1564
1565 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         * ext/ogg/gstoggmux.c:
1568         Allow muxing of CELT into Ogg streams.
1569
1570 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1571
1572         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1573         (plugin_init):
1574         Add simple typefinder for the CELT codec (www.celt-codec.org).
1575
1576 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1577
1578         Patch by: Jan Gerber <j at oil21 dot org>
1579
1580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1581         Fix calculation of the start time from skeleton streams.
1582         Fixes bug #530068.
1583
1584 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * tests/examples/seek/seek.c:
1587           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1588
1589 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1590
1591         * gst/audioconvert/audioconvert.h:
1592         * gst/audioconvert/gstaudioquantize.c:
1593         (gst_audio_quantize_setup_dither),
1594         (gst_audio_quantize_free_dither):
1595         * gst/audioconvert/gstfastrandom.h:
1596         Implement a linear congruential generator as pseudo random number
1597         generator for the dither noise. This is about 2 times faster than
1598         using GLib's mersenne twister. Also this uses only integer math for
1599         generating integers while GLib internally uses floating point math.
1600
1601 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1602
1603         * configure.ac:
1604           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1605
1606 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1607
1608         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1609
1610         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1611           Use GST_STR_NULL to avoid crashes with libcs that don't
1612           like NULL strings in printf args (such as the win32 one).
1613           Fixes #544306.
1614
1615 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1616
1617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1618         Oops - set the size of the image used for probing back to 1x1, for
1619         consistency with ximagesink
1620
1621 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1622
1623         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1624         (gst_ximagesink_ximage_new):
1625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1626         (gst_xvimagesink_xvimage_new):
1627
1628         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1629         X server to attach to a shared memory segment after we've deleted it,
1630         with the result that MIT-SHM is disabled. Instead, remove it only after 
1631         X succeeds in attaching too.
1632
1633 2008-07-16  David Schleef  <ds@schleef.org>
1634
1635         * gst/audiotestsrc/gstaudiotestsrc.c:
1636         * gst/audiotestsrc/gstaudiotestsrc.h:
1637           Add 'ticks', a 1/30 second sine wave pulse every second.
1638
1639 2008-07-15  David Schleef  <ds@schleef.org>
1640
1641         * gst-libs/gst/video/video.c: Revert ABI change.
1642
1643 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1646         Make it impossible to have NULL caps at the point where we set
1647         framerate and other things. Also don't return immediately for "3ivd"
1648         video and let framerate, etc be set. Might fix bug #542508.
1649
1650 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1651
1652         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1653         Video format can also be conveniently determined from (many)
1654         non-fixed caps.
1655
1656 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1657
1658         * gst/playback/gstplaybasebin.c:
1659         * gst/playback/gstplaybasebin.h:
1660         * gst/playback/gstplaybin.c:
1661         * gst/playback/gststreamselector.c:
1662         First stab at integrating DVD subpicture overlay into
1663         playbin. Successfully plugs and plays, but the queues need
1664         shrinking - 3 seconds of video is too much buffering.
1665
1666 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1667
1668         * gst/audioconvert/gstaudioconvert.c:
1669           Remove now obsolete note in the docs.
1670
1671 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1672
1673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1674         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1675         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1676         * docs/plugins/gst-plugins-base-plugins.args:
1677         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1678         * docs/plugins/gst-plugins-base-plugins.interfaces:
1679         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1680         * docs/plugins/gst-plugins-base-plugins.signals:
1681         * docs/plugins/inspect/plugin-adder.xml:
1682         * docs/plugins/inspect/plugin-alsa.xml:
1683         * docs/plugins/inspect/plugin-audioconvert.xml:
1684         * docs/plugins/inspect/plugin-audiorate.xml:
1685         * docs/plugins/inspect/plugin-audioresample.xml:
1686         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1687         * docs/plugins/inspect/plugin-cdparanoia.xml:
1688         * docs/plugins/inspect/plugin-decodebin.xml:
1689         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1690         * docs/plugins/inspect/plugin-gdp.xml:
1691         * docs/plugins/inspect/plugin-gnomevfs.xml:
1692         * docs/plugins/inspect/plugin-libvisual.xml:
1693         * docs/plugins/inspect/plugin-ogg.xml:
1694         * docs/plugins/inspect/plugin-pango.xml:
1695         * docs/plugins/inspect/plugin-playback.xml:
1696         * docs/plugins/inspect/plugin-queue2.xml:
1697         * docs/plugins/inspect/plugin-subparse.xml:
1698         * docs/plugins/inspect/plugin-tcp.xml:
1699         * docs/plugins/inspect/plugin-theora.xml:
1700         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1701         * docs/plugins/inspect/plugin-uridecodebin.xml:
1702         * docs/plugins/inspect/plugin-video4linux.xml:
1703         * docs/plugins/inspect/plugin-videorate.xml:
1704         * docs/plugins/inspect/plugin-videoscale.xml:
1705         * docs/plugins/inspect/plugin-videotestsrc.xml:
1706         * docs/plugins/inspect/plugin-volume.xml:
1707         * docs/plugins/inspect/plugin-vorbis.xml:
1708         * docs/plugins/inspect/plugin-ximagesink.xml:
1709         * docs/plugins/inspect/plugin-xvimagesink.xml:
1710         * ext/alsa/gstalsamixer.c:
1711         * ext/alsa/gstalsasink.c:
1712         * ext/alsa/gstalsasrc.c:
1713         * ext/gio/gstgiosink.c:
1714         * ext/gio/gstgiosrc.c:
1715         * ext/gio/gstgiostreamsink.c:
1716         * ext/gio/gstgiostreamsrc.c:
1717         * ext/gnomevfs/gstgnomevfssink.c:
1718         * ext/gnomevfs/gstgnomevfssrc.c:
1719         * ext/ogg/gstoggdemux.c:
1720         * ext/ogg/gstoggmux.c:
1721         * ext/pango/gstclockoverlay.c:
1722         * ext/pango/gsttextoverlay.c:
1723         * ext/pango/gsttextrender.c:
1724         * ext/pango/gsttimeoverlay.c:
1725         * ext/theora/theoradec.c:
1726         * ext/theora/theoraenc.c:
1727         * ext/theora/theoraparse.c:
1728         * ext/vorbis/vorbisdec.c:
1729         * ext/vorbis/vorbisenc.c:
1730         * ext/vorbis/vorbisparse.c:
1731         * ext/vorbis/vorbistag.c:
1732         * gst/adder/gstadder.c:
1733         * gst/audioconvert/gstaudioconvert.c:
1734         * gst/audioresample/gstaudioresample.c:
1735         * gst/audiotestsrc/gstaudiotestsrc.c:
1736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1737         * gst/gdp/gstgdpdepay.c:
1738         * gst/gdp/gstgdppay.c:
1739         * gst/playback/gstdecodebin2.c:
1740         * gst/playback/gstplaybin.c:
1741         * gst/playback/gstplaybin2.c:
1742         * gst/playback/gstqueue2.c:
1743         * gst/playback/gsturidecodebin.c:
1744         * gst/tcp/gstmultifdsink.c:
1745         * gst/tcp/gsttcpserversink.c:
1746         * gst/videorate/gstvideorate.c:
1747         * gst/videoscale/gstvideoscale.c:
1748         * gst/videotestsrc/gstvideotestsrc.c:
1749         * gst/volume/gstvolume.c:
1750         * sys/ximage/ximagesink.c:
1751         * sys/xvimage/xvimagesink.c:
1752           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1753           titles. Drop mentining that all our example pipelines are "simple"
1754           pipelines.
1755
1756 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1757
1758         * tests/examples/seek/Makefile.am:
1759         Fix out of tree build by adding all required CFLAGS.
1760
1761 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1762
1763         * gst/playback/gstdecodebin.c: (add_raw_queue):
1764         And ref the pad before returning it again when linking to the queue
1765         failed. Otherwise we will unref the pad twice later and things break.
1766
1767 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1768
1769         * gst/playback/gstdecodebin.c: (add_raw_queue):
1770         If linking the raw pad with a queue fails, try it without a queue
1771         instead of failing completely. This should never happen.
1772
1773 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1774
1775         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1776
1777         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1778         Add a queue after a demuxer if the demuxer outputs raw data. This was
1779         done before only for non-raw data but is required in this case too.
1780         Fixes bug #540215.
1781
1782         decodebin2 doesn't have this issue because all streams of a group
1783         go through multiqueue.
1784
1785 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1786
1787         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1788
1789         * gst-libs/gst/sdp/gstsdpmessage.c:
1790         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1791         that getaddrinfo() can be used. Fixes #541358.
1792
1793 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1794
1795         * gst/videotestsrc/gstvideotestsrc.c:
1796         (gst_video_test_src_class_init), (gst_video_test_src_init),
1797         (gst_video_test_src_set_property),
1798         (gst_video_test_src_get_property), (gst_video_test_src_create):
1799         * gst/videotestsrc/gstvideotestsrc.h:
1800         Cleanups, use default property values as defines.
1801         Add property to enable/disable peer buffer allocation.
1802
1803 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1804
1805         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1806         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1807         Enable unit tests on PPC again as the bugs are now fixed.
1808
1809 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1810
1811         * gst-libs/gst/riff/riff-ids.h:
1812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1813         (gst_riff_create_audio_template_caps):
1814         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1815         Fixes bug #540351.
1816
1817 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1818
1819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1820         (gst_ffmpeg_pixfmt_to_caps):
1821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1822         (gst_ffmpegcsp_get_unit_size):
1823         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1824         it on other formats. Also adjust the unit size only for that format
1825         to not include the palette. Fixes bug #540497.
1826
1827 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1828
1829         * gst/adder/gstadder.c:
1830           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1831
1832 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1833
1834         * ChangeLog:
1835           ChangeLog surgery.
1836   
1837         * tests/examples/seek/seek.c:
1838           Move variable into ifdef too.
1839         
1840
1841 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1842
1843         * tests/examples/seek/seek.c:
1844           Include config.h and check if we have X. Remove XInitThread(), don't
1845           think its needed. Fixes: #540334.
1846
1847 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1848
1849         Patch by: Sam Morris <sam at robots dot org to uk>
1850
1851         * gst-libs/gst/interfaces/mixertrack.c:
1852         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1853         (gst_mixer_track_set_property):
1854         API: Add "index" property to GstMixerTrack to differantiate between
1855         multiple mixer tracks with the same label.
1856
1857         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1858         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1859         Set the "index" property of GstMixerTrack to the index given by ALSA.
1860         Fixes bug #528299.
1861
1862 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * tests/examples/seek/Makefile.am:
1865         * tests/examples/seek/seek.c:
1866           Remove libgstvideo usage. Use gtk_get_option_group instead of
1867           gtk_init().
1868
1869 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1870
1871         * tests/check/Makefile.am:
1872           Name the test registry format neutral.
1873
1874 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1875
1876         * gst/playback/gstqueue2.c:
1877           Do not double notify. Remove the unsued return value.
1878
1879 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1880
1881         * ext/alsa/gstalsamixer.c:
1882           Also consider "speaker" as a name for master volume. If that doesn't
1883           help look for the first non-mono volume control that also has a
1884           playback switch.
1885
1886 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1887
1888         * ChangeLog:
1889           Forgot to save the ChangeLog :/
1890
1891 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1892
1893         * tests/examples/seek/Makefile.am:
1894         * tests/examples/seek/seek.c:
1895           Embedd the xwindow. Allow to play multiple files.
1896
1897 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1898
1899         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1900         (gst_ximagesink_setcaps):
1901         * sys/ximage/ximagesink.h:
1902         When the caps change, make sure to re-draw borders in
1903         force-aspect-ratio=true mode.
1904         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1905         Don't clear the border_draw flag until we actually draw the border.
1906         * tests/check/Makefile.am:
1907         Ignore alsasink/src during the states test too, so it doesn't fail
1908         when running without access to the sound device.
1909
1910 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1911
1912         * tests/examples/seek/seek.c:
1913           Fix crasher when playing a parse-launch line the 2nd time.
1914
1915 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1916
1917         * tests/check/pipelines/oggmux.c:
1918           Properly ifdef tests to fix compilation.
1919
1920 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1921
1922         * gst/playback/gstplay-marshal.list:
1923         * gst/playback/gstplaybin2.c:
1924           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1925           playbin2. This allows the user to get to the selector's sinkpads, and
1926           thus inspect a range of things - caps, tags, etc. 
1927
1928 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1929
1930         * gst/playback/gstplaybin2.c:
1931           Use a different constant for the convert-frame signal id.
1932           Fixes #537009.
1933
1934 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1935
1936         * gst/playback/gstplaybin2.c:
1937         * gst/playback/gstplaysink.c:
1938           Fix a whole bunch of typos in comments and log statements. 
1939
1940 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1941
1942         * sys/xvimage/xvimagesink.c:
1943           Don't set colour balance values on the Xv port if the user hasn't
1944           changed them (via properties or the interface). Avoids accumulating
1945           rounding errors for the common case.
1946           Partial fix for bug #537889.
1947
1948 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1949
1950         * gst/playback/gstdecodebin2.c:
1951           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1952           pads are drained.
1953
1954 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1955
1956         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1957         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1958         Report the encoder latency. Fixes #538232.
1959
1960 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1961
1962         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1963         (notify_source), (activate_group):
1964         Implement the source property, emit notify when it changes in the
1965         underlying uridecodebin.
1966
1967 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1968
1969         * tests/examples/seek/seek.c: (stop_cb):
1970         Free and clear the seek element list so that we don't use invalid
1971         references when seeking after recreating a gst-launch line.
1972
1973 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1974
1975         * gst-libs/gst/audio/gstbaseaudiosink.c:
1976         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1977         (gst_base_audio_sink_render):
1978         Report latency even if we are not live instead of hiding it.
1979         Take ts-offset and render-delay of the basesink into account when
1980         scheduling samples.
1981         Rework the clipping code so that we can take the various offsets into
1982         account and still do correct clipping.
1983
1984 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1985
1986         * configure.ac:
1987         Bump verion back to devel -> 0.10.20.1
1988
1989 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1990
1991         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1992         Don't increase the size of non-string image buffers by one as this
1993         might in theory confuse decoders. Still increase it by one for string
1994         image buffers to append '\0'.
1995
1996 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1997
1998         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1999         
2000         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2001         Fix a buffer memleak and remove a confusing and wrong debug output.
2002         Fixes bug #538663.
2003
2004 === release 0.10.20 ===
2005
2006 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2007
2008         * configure.ac:
2009           releasing 0.10.20, "Here I Go Again"
2010
2011 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2012
2013         * configure.ac:
2014         0.10.19.3 pre-release
2015
2016 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2017
2018         * gst-libs/gst/rtsp/gstrtspconnection.c:
2019         Fix build on win32.
2020         Patch By: David Schleef <ds@schleef.org>
2021         Fixes: #536874
2022
2023 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2024
2025         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2026         (gst_gio_base_src_create):
2027         * ext/gio/gstgiobasesrc.h:
2028         Try to read the requested number of bytes, even if the first
2029         read returns less than requested, until nothing is read anymore
2030         or we have the requested amount of bytes. This fixes playback of
2031         files via Samba as Samba only allows to read 64k at once.
2032
2033         Implement a caching algorithm that makes sure that we read at
2034         least 4k of data every time. Some elements will try to read a few
2035         bytes, then seek, read again a few bytes and so on and this is
2036         painfully slow as every operation has to go over DBus if GVfs is
2037         used as backend.
2038
2039         Fixes bug #536849 and #536848.
2040
2041         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2042         (gst_gio_src_check_get_range):
2043         Override check_get_range() to blacklist http/https URIs
2044         and whitelist file URIs. More to be added on demand.
2045
2046 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2047
2048         * configure.ac:
2049         0.10.19.2 pre-release
2050
2051 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2052
2053         * win32/common/libgstrtsp.def:
2054         * win32/common/libgsttag.def:
2055         Add new API functions to the dll exports
2056
2057 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2058
2059         * gst/playback/gstplaybasebin.c:
2060           Disconnect signals from decodebins we created before we remove it
2061           from playbin, to avoid crashes if the decodebin is eventually
2062           disposed after the playbin itself (possible if the app takes a
2063           reference on the decodebin).
2064           Fixes #536521.
2065
2066 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2067
2068         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2069           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2070           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2071           (h264_video_type_find), (mpeg_video_stream_type_find),
2072           (dv_type_find), (mmsh_type_find):
2073           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2074           copy caps for no good reason (this may be desirable to make it easier
2075           to detect leaks, but then it should probably be done for all caps
2076           in the typefinder somewhere).
2077
2078 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2079
2080         * tests/check/Makefile.am:
2081         Do not try to run the check tests for subparse unless it has been
2082         built.
2083
2084 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2085
2086         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2087         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2088         Do not try to run a test which requires vorbisenc unless we have
2089         actually built it.
2090
2091 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2092
2093         * gst-libs/gst/rtsp/gstrtspconnection.c:
2094         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2095         (gst_rtsp_connection_clear_auth_params),
2096         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2097         * gst-libs/gst/rtsp/gstrtspconnection.h:
2098         Add a couple of missing argument guards.
2099         Add a way of setting the DSCP for an RTSP connection.
2100         Add an accessor method for the ip member of GstRTSPConnection as all
2101         members are supposed to be private.
2102
2103 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2104
2105         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2106         Fixed accidental use of IPv4 options for all IPv6 addresses.
2107
2108 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2109
2110         * gst-libs/gst/interfaces/mixertrack.h:
2111           Document mixer track flags.
2112
2113 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2114
2115         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2116
2117         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2118         Don't set caps on the buffers that contain a copy of the buffer
2119         including the caps of them resulting in an always increasing refcount
2120         of the caps and insanely large caps. Instead include a buffer without
2121         caps in the new caps. Fixes bug #536475.
2122
2123 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2124
2125         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2126         Transform a given PAR to a range on the struct with the generic
2127         height/width instead of the struct with the possibly restricted
2128         height/width.
2129
2130 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2131
2132         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2133         Prefer the given format if it contains something stricter than [1,MAX]
2134         for height or width and only put a structure that requires rescaling
2135         as second. This makes it possible to use videoscale in pipelines where
2136         the source can actually produce the wanted height/width but usually
2137         selects a different one from the requested.
2138
2139 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2140
2141         Based on patch by: John Millikin <jmillikin gmail com>
2142
2143         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2144           (gst_vorbis_tag_add_coverart):
2145           Retrieve COVERART tags from vorbis comments (#512333)
2146
2147 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2148
2149         * gst-libs/gst/tag/tag.h:
2150         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2151           Don't forget to add new enum value here too (should probably use
2152           glib-mkenums here...).
2153
2154 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2155
2156         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2157         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2158         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2159           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2160           (gst_tag_image_data_to_image_buffer):
2161           Add two utility functions to avoid code duplication (#512333):
2162           API: add gst_tag_image_data_to_image_buffer()
2163           API: add gst_tag_list_add_id3_image()
2164           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2165
2166 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2167
2168         * win32/common/libgstaudio.def:
2169         Add gst_audio_check_channel_positions() to the exported symbols.
2170
2171 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2172
2173         * docs/libs/gst-plugins-base-libs-sections.txt:
2174         * gst-libs/gst/audio/multichannel.c:
2175         (gst_audio_check_channel_positions):
2176         * gst-libs/gst/audio/multichannel.h:
2177         API: Make gst_audio_check_channel_positions() public.
2178
2179         * tests/check/libs/audio.c: (GST_START_TEST):
2180         Add some simple checks for gst_audio_check_channel_positions().
2181
2182 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2183
2184         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2185           minrange and maxrange are scaled according to the frequency
2186           multiplier.
2187
2188 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2189
2190         * ext/pango/Makefile.am:
2191         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2192           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2193           Use gstvideo functions to calculate strides and plane offsets. Fixes
2194           rendering issue ('ghost' images of the text on the chroma planes)
2195           with widths or heights that are not multiples of 8 (#506659 and
2196           probably also #485729).
2197
2198         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2199           (main):
2200           Test with odd height/width too.
2201
2202 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2203
2204         * gst/adder/gstadder.c: (gst_adder_query_duration),
2205         (gst_adder_query_latency):
2206         When using gst_element_iterate_pads() one has to unref every pad
2207         after usage.
2208
2209 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2210
2211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2212         (gst_base_audio_src_class_init):
2213         Add a gtk-doc chunk for the new properties to have a Since: indication.
2214
2215 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2216
2217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2218         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2219         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2220         (gst_base_audio_src_change_state):
2221         Provide readable actual-buffer-time and actual-latency-time properties
2222         that reflect the configured ringbuffer values. Fixes #524724.
2223         API: GstBaseAudioSrc:actual-buffer-time
2224         API: GstBaseAudioSrc:actual-latency-time
2225
2226 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2227
2228         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2229         (gst_basertppayload_change_state):
2230         Simply converting the running time into an RTP timestamp by scaling it
2231         based on the clock-rate is good enough for making an RTP timestamp. This
2232         has the added benefit that we can later on expose a property with the
2233         RTP timestamp of running time 0, as is needed for RTSP servers to
2234         generate the response of the PLAY request.
2235
2236 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2237
2238         * gst/audioconvert/gstaudioconvert.c:
2239         (structure_has_fixed_channel_positions),
2240         (gst_audio_convert_transform_caps):
2241         Allow up to 11 positioned channels now that audioconvert can handle
2242         this but add no default positions for > 8 channels.
2243         
2244         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2245         Add some unit tests for the above change: Test conversion of
2246         11 positioned channels to stereo and the other way around, test
2247         conversion of 15 unpositioned channels in different ways.
2248
2249 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2250
2251         * win32/common/libgstaudio.def:
2252         Add gst_audio_clock_reset to the list of exported symbols.
2253
2254 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2255
2256         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2257         Remove wrong_channels_identification_header unit test as we now
2258         support 7 (and more channels).
2259
2260 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2261
2262         * gst/audioconvert/gstchannelmix.c:
2263         (gst_channel_mix_fill_one_other):
2264         If mixing left or right to center (or the other way around) only take
2265         the complete value if we don't already have the original position in
2266         the source.
2267
2268 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2269
2270         * gst-libs/gst/audio/multichannel.c:
2271         (gst_audio_check_channel_positions),
2272         (gst_audio_set_structure_channel_positions_list),
2273         (gst_audio_fixate_channel_positions):
2274         Allow rear center together with rear left/right and other previously
2275         conflicting channel positions. The reason why they weren't allowed
2276         was the channel mixing implementation in audioconvert.
2277         Also take this into account when fixing channel layouts.
2278
2279         Allow setting channel positions for 1/2 channels when using
2280         gst_audio_set_structure_channel_position().
2281
2282         * gst/audioconvert/gstchannelmix.c:
2283         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2284         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2285         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2286         Major rewrite of the channel mixing.
2287
2288         We now allow previously conflicting channel positions to appear
2289         together (rear center and rear left/right for example).
2290         Fixes bug #533817.
2291
2292         Rework the way channels are mixed together to take more possible
2293         channel positions into account, properly mix from/to side channels
2294         and don't assume that either center, left&right or nothing of a
2295         specific position is available anymore.
2296
2297         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2298         Adjust unit tests with non-standard 1/2 channel layouts to the more
2299         correct new behaviour.
2300
2301         Add a unit test for 5.1->Stereo downmixing.
2302
2303 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2304
2305         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2306         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2307         Add sane defaults for the 7 and 8 channel layouts as those are
2308         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2309         more than 8 channels instead of erroring out. Fixes bug #535356.
2310
2311 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2312
2313         * docs/plugins/Makefile.am:
2314         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2315         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2316         * ext/theora/theoraparse.c:
2317         Add theoraparse to the docs and fix some docs.
2318
2319 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2320
2321         * gst-libs/gst/cdda/gstcddabasesrc.c:
2322         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2323         Fix EOS condition and track addition check, the track.end sector is
2324         included in the track. Fixes #533265.
2325
2326 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2327
2328         Patch by: Mark Nauwelaerts <manauw at skynet be>
2329
2330         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2331         (gst_video_rate_flush_prev), (gst_video_rate_event),
2332         (gst_video_rate_chain):
2333         * gst/videorate/gstvideorate.h:
2334         React (more) to NEWSEGMENT
2335         Small adjustment in timestamp calculation to prevent mismatches
2336         Fixes #435633.
2337
2338 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2339
2340         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2341           Initialise error to NULL as we should.
2342
2343 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2344
2345         * gst/adder/gstadder.c: (gst_adder_query_duration),
2346         (gst_adder_query_latency), (gst_adder_query):
2347         Implement latency query.
2348
2349 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2350
2351         * gst/adder/gstadder.c: (gst_adder_query_duration):
2352         Correctly resync the iterator if gst_iterator_next() returns
2353         GST_ITERATOR_RESYNC.
2354
2355 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2356
2357         * win32/vs6/libgstpbutils.dsp:
2358           Add pbutils-enumtypes.c to sources (#518037).
2359
2360 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2361
2362         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2363         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2364         * gst-libs/gst/audio/gstaudioclock.h:
2365         Add method to inform the clock that the time starts from 0 again. We use
2366         this info to calculate a clock offset so that the time we report in
2367         internal_time is monotonically increasing, as required by the clock base
2368         class. Fixes #521761.
2369         API: GstAudioClock::gst_audio_clock_reset()
2370
2371         * gst-libs/gst/audio/gstbaseaudiosink.c:
2372         (gst_base_audio_sink_skew_slaving),
2373         (gst_base_audio_sink_change_state):
2374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2375         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2376         Reset reported time when we (re)create the ringbuffer.
2377
2378 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2379
2380         * ext/alsa/gstalsamixertrack.c:
2381           (gst_alsa_mixer_track_update_alsa_capabilities):
2382           Make sure playback volumes aren't accidentally overwritten by
2383           capture volumes if an alsa mixer track has both playback and
2384           capture capabilities: we create two GstMixerTracks in that
2385           case, so make sure we query only the alsa capabilities that
2386           refer to the type of GstMixerTrack we created from the dual
2387           capability alsa element. Should fix issues with Audigy2 sound
2388           cards (#518082).
2389
2390 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2391
2392         * tests/check/pipelines/oggmux.c: (test_pipeline):
2393           Don't use deprecated function.
2394
2395 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2396
2397         * gst/playback/gstdecodebin2.c:
2398         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2399         Check for NULL cases and log them, creating ghostpads can, for example,
2400         fail when the pad returns wrong caps.
2401
2402         * gst/playback/gstplaybin2.c: (perform_eos):
2403         When pushing out the EOS event, collect the return value and warn when
2404         something failed.
2405
2406 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2407
2408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2409         (gst_riff_create_video_template_caps):
2410         Add support for DVCPRO.
2411
2412 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2413
2414         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2415           Change default scaling method from nearest-neighbour to bilinear.
2416
2417 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2418
2419         * tests/check/libs/video.c:
2420           More checks.
2421
2422 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2423
2424         * gst/subparse/gstsubparse.c: (parser_state_init),
2425           (gst_sub_parse_format_autodetect), (handle_buffer):
2426         * gst/subparse/gstsubparse.h:
2427         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2428           Limit duration to a maximum of five seconds for tmplayer format where
2429           we can guess the duration only from the timestamp of the next line of
2430           text. We don't want to show a text for eternities just because nothing
2431           else is being said for a while.
2432
2433 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2434
2435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2436         (gst_base_rtp_depayload_chain),
2437         (gst_base_rtp_depayload_handle_sink_event),
2438         (gst_base_rtp_depayload_push_full),
2439         (gst_base_rtp_depayload_change_state):
2440         Check sequence numbers, mark input buffers with a discont flag for the
2441         subclass when we detected a gap, drop duplicate buffers. We do this
2442         because one can use the element without a jitterbuffer in front and we
2443         don't want to feed the subclasses invalid or reordered data.
2444         Do an error when the subclass did not provide a process function instead
2445         of crashing.
2446         Some other small cleanups.
2447
2448 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2449
2450         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2451           May just as well use the precalculated uvstride here.
2452
2453 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2454
2455         * docs/plugins/Makefile.am:
2456         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2457         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2458         * docs/plugins/gst-plugins-base-plugins.args:
2459         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2460         * docs/plugins/gst-plugins-base-plugins.interfaces:
2461         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2462         * docs/plugins/inspect/plugin-adder.xml:
2463         * docs/plugins/inspect/plugin-alsa.xml:
2464         * docs/plugins/inspect/plugin-audioconvert.xml:
2465         * docs/plugins/inspect/plugin-audiorate.xml:
2466         * docs/plugins/inspect/plugin-audioresample.xml:
2467         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2468         * docs/plugins/inspect/plugin-cdparanoia.xml:
2469         * docs/plugins/inspect/plugin-decodebin.xml:
2470         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2471         * docs/plugins/inspect/plugin-gdp.xml:
2472         * docs/plugins/inspect/plugin-gio.xml:
2473         * docs/plugins/inspect/plugin-gnomevfs.xml:
2474         * docs/plugins/inspect/plugin-libvisual.xml:
2475         * docs/plugins/inspect/plugin-ogg.xml:
2476         * docs/plugins/inspect/plugin-pango.xml:
2477         * docs/plugins/inspect/plugin-playback.xml:
2478         * docs/plugins/inspect/plugin-queue2.xml:
2479         * docs/plugins/inspect/plugin-subparse.xml:
2480         * docs/plugins/inspect/plugin-tcp.xml:
2481         * docs/plugins/inspect/plugin-theora.xml:
2482         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2483         * docs/plugins/inspect/plugin-uridecodebin.xml:
2484         * docs/plugins/inspect/plugin-video4linux.xml:
2485         * docs/plugins/inspect/plugin-videorate.xml:
2486         * docs/plugins/inspect/plugin-videoscale.xml:
2487         * docs/plugins/inspect/plugin-videotestsrc.xml:
2488         * docs/plugins/inspect/plugin-volume.xml:
2489         * docs/plugins/inspect/plugin-vorbis.xml:
2490         * docs/plugins/inspect/plugin-ximagesink.xml:
2491         * docs/plugins/inspect/plugin-xvimagesink.xml:
2492         * ext/cdparanoia/gstcdparanoiasrc.c:
2493         * ext/ogg/gstoggdemux.c:
2494         * ext/ogg/gstoggdemux.h:
2495         * ext/ogg/gstoggmux.c:
2496         * ext/ogg/gstoggmux.h:
2497         * gst/audioconvert/audioconvert.c:
2498         * gst/audioconvert/audioconvert.h:
2499         * gst/audioconvert/gstaudioconvert.h:
2500         * gst/gdp/gstgdpdepay.h:
2501         * gst/gdp/gstgdppay.h:
2502         * gst/playback/gstdecodebin.c:
2503         * gst/playback/gstdecodebin2.c:
2504         * gst/playback/gstplaybin.c:
2505         * gst/playback/gstplaybin2.c:
2506         * gst/playback/gsturidecodebin.c:
2507         * gst/tcp/gstmultifdsink.c:
2508         * gst/tcp/gstmultifdsink.h:
2509         * gst/tcp/gsttcp.h:
2510
2511         Add some documentation comments, and some new headers to be scanned.
2512         Rename some internal enum declarations (audioconvert's DitherType and
2513         NoiseShapingType, GstUnitType from the TCP elements) to match the
2514         documented GObject type names so that the docs pick them up.
2515         Name the playbin2 docs markups properly so they get picked up. They'll
2516         need renaming back when/if playbin2 becomes playbin.
2517
2518         100% symbol coverage for the plugin docs, booya.
2519
2520 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2521
2522         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2523
2524         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2525         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2526
2527 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2528
2529         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2530
2531         * gst/playback/gstdecodebin.c: (remove_fakesink):
2532         Lock the fakesink before setting the state to NULL and removing it from
2533         the bin so that a concurrent state change cannot interfere. 
2534         Fixes #534331.
2535
2536 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2537
2538         * docs/Makefile.am:
2539         Fix installing plugin documentation when gtk-doc is disabled.
2540
2541 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2542
2543         * gst-libs/gst/rtsp/Makefile.am:
2544         Distribute, don't install md5.h
2545
2546 2008-05-21  Julien Moutte  <julien@fluendo.com>
2547
2548         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2549         instead of SOL_IP, works on more platforms.
2550         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2551         arguments.
2552
2553 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2554
2555         * ext/vorbis/vorbisdec.c:
2556         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2558         Some debug and comment fixes.
2559
2560         * tests/examples/dynamic/addstream.c: (main):
2561         Fix , to ;
2562
2563 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2564
2565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2566         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2567         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2568         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2569         (cleanup_decodebin):
2570         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2571         (connect_element), (gst_decode_group_control_demuxer_pad):
2572         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2573         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2574         (mute_group_type):
2575         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2576         (gst_play_bin_set_property), (handoff), (gen_video_element),
2577         (gen_text_element), (gen_audio_element), (gen_vis_element),
2578         (remove_sinks), (add_sink), (setup_sinks):
2579         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2580         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2581         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2582         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2583         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2584         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2585         (gen_vis_chain), (gst_play_sink_reconfigure),
2586         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2587         (gst_play_sink_request_pad):
2588         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2589         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2590         (cb_newpad):
2591         * gst/playback/test6.c: (new_decoded_pad_cb):
2592         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2593         * tests/check/elements/audiorate.c: (test_injector_chain),
2594         (do_perfect_stream_test):
2595         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2596         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2597         * tests/check/elements/gnomevfssink.c:
2598         * tests/check/elements/textoverlay.c:
2599         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2600         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2601         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2602         * tests/check/pipelines/oggmux.c: (test_pipeline):
2603         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2604         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2605         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2606         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2607         * tests/examples/seek/seek.c: (make_mod_pipeline),
2608         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2609         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2610         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2611         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2612         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2613         (update_fill), (msg_buffering):
2614         Don't use bad gst_element_get_pad().
2615
2616 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2617
2618         * gst-libs/gst/riff/riff-media.c:
2619           Fix wrong method name in docs. Fix calculation of strf fields for
2620           broken mulaw/alaw.
2621   
2622         * gst-libs/gst/riff/riff-read.c:
2623           Whitespace fix and removing double ';'.
2624
2625 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2626
2627         * docs/design/part-playbin2.txt:
2628         Add some leftover doc.
2629
2630 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2631
2632         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2633         Fix copy & paste error in last commit.
2634
2635 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2638         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2639         other channel positions when source has SIDE channels and dest doesn't
2640         or the other way around.
2641
2642 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2643
2644         Patch by: Henrik Eriksson <henriken at axis dot com>
2645
2646         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2647         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2648         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2649         (gst_multi_fd_sink_get_property):
2650         * gst/tcp/gstmultifdsink.h:
2651         Add support for DSCP QOS. Fixes #469933.
2652
2653 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2654
2655         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2656         Add another test that checks if conversion between standard 1 and 2
2657         channel layouts with and without positions set is working.
2658
2659 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2660
2661         * gst-libs/gst/audio/multichannel.c:
2662         (gst_audio_check_channel_positions):
2663         Allow non-standard 2 channel layouts.
2664         
2665         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2666         Add some tests for converting and remapping non-standard 1 and 2
2667         channel layouts.
2668
2669 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2670
2671         * gst/audioconvert/gstchannelmix.c:
2672         (gst_channel_mix_fill_normalize):
2673         Prevent division by zero if the channel mix matrix contains only
2674         zeroes.
2675
2676 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2677
2678         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2679
2680         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2681         Close a buffer memory leak. Fixes bug #534071.
2682
2683 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2684
2685         * gst-libs/gst/rtsp/gstrtsptransport.h:
2686         Make the GstRTSPTransport struct members public as there are no
2687         setters/getters and it's supposed to be changed directly.
2688         Fixes bug #533087.
2689
2690 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * gst/adder/gstadder.c:
2693         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2694         claim this on the pad template caps.
2695
2696 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2697
2698         * gst-libs/gst/audio/gstbaseaudiosink.c:
2699         (gst_base_audio_sink_sync_latency):
2700         We can only use our optimal calibration if we prerolled before the
2701         latency expired.
2702
2703 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2704
2705         * configure.ac:
2706           Require core CVS for GstBaseSrc buffer caps setting magic.
2707
2708 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2709
2710         * gst/audioconvert/gstaudioconvert.c:
2711         (gst_audio_convert_fixate_channels):
2712         Fix logic in last commit.
2713
2714 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2715
2716         * gst/audioconvert/gstaudioconvert.c:
2717         (gst_audio_convert_fixate_channels):
2718         Passthrough the channel positions if the number of output channels is
2719         the same as the number of input channels, the input had a channel
2720         layout and downstream requests no special one. We did this already for
2721         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2722
2723 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2724
2725         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2726         (gst_gnome_vfs_src_finalize),
2727         (gst_gnome_vfs_src_received_headers_callback),
2728         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2729         * ext/gnomevfs/gstgnomevfssrc.h:
2730         Set the ICY caps on the srcpad from where they get picked up by the base
2731         class now and set on the outgoing buffers.
2732
2733         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2734         (gst_base_audio_src_create):
2735         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2736         BaseSrc now sets the caps on outgoing buffers automatically.
2737
2738 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2739
2740         * gst-libs/gst/audio/gstbaseaudiosink.c:
2741         (gst_base_audio_sink_resample_slaving),
2742         (gst_base_audio_sink_skew_slaving),
2743         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2744         (gst_base_audio_sink_async_play),
2745         (gst_base_audio_sink_change_state):
2746         Change the way in which the ringbuffer is started when dealing with a
2747         slaved clock and latency. We now sync to the clock until we reach
2748         upstream latency before starting the ringbuffer. This has the effect
2749         that we can accurately align the master and slave clocks and let the
2750         rate correction code take care of the initial drift or rounding errors
2751         instead of leaving them uncorrected with the old approach.
2752
2753 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2754
2755         * gst/audioconvert/gstaudioconvert.c:
2756         (gst_audio_convert_fixate_channels):
2757         Correctly set the default channel positions when converting to 8
2758         channels.
2759
2760 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2761
2762         * configure.ac:
2763           Error out if we don't have the required version of core.
2764
2765 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2766
2767         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2768           Use data scan helper in aac typefinder and stop scanning
2769           for headers when we've found a type. Also fix potential invalid
2770           memory access when calculating the frame length.
2771
2772 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2773
2774         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2775           (mpeg_sys_is_valid_pack):
2776           Don't modify scan context when we return FALSE in ensure_data, so
2777           it's possible to continue scanning, and we don't end up with a NULL
2778           data pointer and a positive size, which might bite us the next time
2779           we're called. Small constification.
2780
2781 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * gst/adder/gstadder.c:
2784         Adder doesn't support 24 bit samples so don't claim it supports them
2785         in the pad template caps.
2786
2787 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2788
2789         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2790         (gst_base_rtp_depayload_chain):
2791         Validate the RTP packet before further processing it. It's just too
2792         dangerous to accept random packets and people are not forced to use a
2793         jitterbuffer or session manager to filter out the bad packets.
2794
2795         * gst-libs/gst/rtp/gstrtpbuffer.c:
2796         (gst_rtp_buffer_set_extension_data),
2797         (gst_rtp_buffer_get_payload_subbuffer):
2798         Small cleanups.
2799         When setting extension data in a buffer that is too small, we fail and
2800         we should not set the extension bit.
2801         Change GST_WARNINGS into g_warning because they really are
2802         programming errors.
2803
2804         * tests/check/libs/rtp.c: (GST_START_TEST):
2805         Catch the g_warnings now in the unit tests and that fact that failing to
2806         set extension data left the extension bit untouched.
2807
2808 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2809
2810         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2811           Revert previous change which made basetransform handle buffer_alloc
2812           and which breaks things badly in the non-passthrough case since it
2813           returned buffers with a different (ie. sometimes smaller) size than
2814           the size requested.
2815
2816 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         Patch by: Bernard B <b-gnome at largestprime dot net>
2819
2820         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2821         Fix seqnum compare function for bordercase values and fix the docs
2822         again. Fixes #533075.
2823
2824         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2825         Add a testcase for seqnum compare function.
2826
2827 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2828
2829         * gst/adder/gstadder.c: (gst_adder_setcaps),
2830         (gst_adder_class_init):
2831         Correctly declare the supported endianness on the pad templates
2832         and check for correct endianness in the set caps function. Adder
2833         only supports native endianness.
2834         Also use gst_element_class_set_details_simple().
2835
2836 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2837
2838         * sys/xvimage/xvimagesink.c:
2839           Better debug logging in port value handling. Merging separate port
2840           value loops into one.
2841
2842 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2843
2844         Patch by: Hannes Bistry <hannesb at gmx dot de>
2845
2846         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2847         * gst/tcp/gsttcpserversink.c:
2848         (gst_tcp_server_sink_handle_server_read),
2849         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2850         Fix regression in clientsrc because we did not add the fd to the poll
2851         set anymore. Fixes #532364.
2852         Do some cleanups here and there.
2853
2854 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2855
2856         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2857         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2858         * gst/playback/gstplay-marshal.list:
2859         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2860         Use correct marshallers. GstCaps are a boxed type and no GObject
2861         subclass.
2862
2863 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2864
2865         * win32/common/libgstrtsp.def:
2866         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2867         symbols.
2868
2869 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2870
2871         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2872
2873         * tests/check/elements/audioresample.c:
2874         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2875         (live_switch_push), (GST_START_TEST):
2876         Add unit test for the latest basetransform negotiation changes.
2877         See bug #526768.
2878
2879 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2880
2881         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2882         Fix nv12<->nv21 conversion if stride is larger than width.
2883
2884 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2885
2886         Patch by: Jan Gerber <j at oil21 dot org>
2887
2888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2889         (gst_ogg_pad_parse_skeleton_fisbone):
2890         * ext/ogg/gstoggdemux.h:
2891         Parse presentation time from skeleton streams and use it as offset
2892         for the timestamps. Fixes bug #530068.
2893
2894 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2895
2896         * gst-libs/gst/audio/gstbaseaudiosink.c:
2897         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2898         Revert previous patch that attempted to more accurately calculate the
2899         initial offset between master and slave clock. The best thing we can do
2900         in general is take the time of both clocks as the diff since we don't
2901         know when the actual preroll happened.
2902
2903 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2904
2905         * gst-libs/gst/pbutils/install-plugins.c:
2906           Fix docs: type and missing word.
2907
2908 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2909
2910         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2911           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2912           for this instead; don't check if we've found enough markers after
2913           each and every step, it's enough to do that only if we've actually
2914           found a new marker.
2915           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2916
2917 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2918
2919         * gst/typefind/gsttypefindfunctions.c:
2920           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2921           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2922           (mpeg_video_stream_type_find):
2923           Move scan helper thingy to the beginning of the file so we can use
2924           it in other typefind functions. Rename it to something more
2925           generic. Also improve handling of things towards the end of the
2926           typefind data: peek as much as we can if we know the size of the
2927           data, rather than just min_size.
2928
2929 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2930
2931         * docs/libs/gst-plugins-base-libs-sections.txt:
2932         * gst-libs/gst/interfaces/colorbalance.c:
2933         * gst-libs/gst/interfaces/colorbalance.h:
2934         * gst-libs/gst/interfaces/colorbalancechannel.c:
2935         * gst-libs/gst/interfaces/colorbalancechannel.h:
2936         * gst-libs/gst/interfaces/tuner.c:
2937         * gst-libs/gst/interfaces/tunerchannel.c:
2938         * gst-libs/gst/interfaces/tunerchannel.h:
2939         * gst-libs/gst/interfaces/tunernorm.c:
2940         * gst-libs/gst/interfaces/tunernorm.h:
2941         * gst-libs/gst/video/video.c:
2942         * gst-libs/gst/video/video.h:
2943         Document the GstTuner and GstColorBalance interfaces, and some
2944         other random API functions that needed it. 70% symbol coverage, woo.
2945
2946 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2947
2948         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2949         Choose to allocate one less segment but require one additional segment
2950         as latency. 
2951
2952         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2953         No need to increment the number of segments in the source.
2954
2955         * gst-libs/gst/audio/gstbaseaudiosink.c:
2956         (gst_base_audio_sink_get_time), (clock_convert_external),
2957         (gst_base_audio_sink_resample_slaving),
2958         (gst_base_audio_sink_skew_slaving),
2959         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2960         (gst_base_audio_sink_async_play):
2961         Remove adding latency when returning the internal time while subtracting
2962         it again when we use the value a little later.
2963         When calculating the end timestamp, we are making a rounding error
2964         with the current algorithm. Ensure that we don't accumulate these
2965         rounding errors when aligning samples by not resampling at all if we
2966         don't need to. Fixes #419351.
2967         Make the initial calibration of the clock slaving a little more
2968         predictable and accurate. Also handle the case where we don't do
2969         clock slaving.
2970
2971 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2972
2973         Based on a patch by:
2974           Björn Benderius <bjoern dot benderius at axis dot com>
2975
2976         * gst/ffmpegcolorspace/avcodec.h:
2977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2978         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2979         (gst_ffmpegcsp_avpicture_fill):
2980         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2981         * gst/ffmpegcolorspace/imgconvert_template.h:
2982         Add conversions from/to NV12 and NV21 and conversions between those
2983         two formats. Fixes bug #532166.
2984
2985 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2986
2987         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2988         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2989         which happens for example with files smaller than 128kb.
2990
2991 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2992
2993         Patch by: Wouter Cloetens <zombie at e2big dot org>
2994
2995         * gst-libs/gst/rtsp/Makefile.am:
2996         * gst-libs/gst/rtsp/gstrtspconnection.c:
2997         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2998         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2999         (add_auth_header), (gst_rtsp_connection_free),
3000         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3001         (gst_rtsp_connection_set_auth_param),
3002         (gst_rtsp_connection_clear_auth_params):
3003         * gst-libs/gst/rtsp/gstrtspconnection.h:
3004         Add Digest authorization support for RTSP connections. See #532065.
3005
3006         * gst-libs/gst/rtsp/md5.c:
3007         * gst-libs/gst/rtsp/md5.h:
3008         Yeap, another md5 implementation until we can depend on a glib that has
3009         support for it.
3010
3011 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3012
3013         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3014
3015         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3016         Let audioresample use the buffer allocation of basetransform instead
3017         of it's own stuff.
3018
3019         * tests/check/elements/audioresample.c: (alloc_only_48000),
3020         (GST_START_TEST), (audioresample_suite):
3021         Add unit test for the recent basetransform bugfix, where upstream
3022         changes caps to something that can't be passed through anymore.
3023
3024 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3025
3026         * win32/common/config.h.in:
3027           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3028           use the real thing than having "???" unconditionally.
3029
3030 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3031
3032         * gst-libs/gst/audio/gstbaseaudiosink.c:
3033         (gst_base_audio_sink_query):
3034         Report the latency with the new seglatency parameter.
3035
3036         * gst-libs/gst/audio/gstringbuffer.c:
3037         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3038         (gst_ring_buffer_acquire):
3039         * gst-libs/gst/audio/gstringbuffer.h:
3040         Add new field to the ringbufferspec to specify the expected latency
3041         between the underlying device read/write pointer, this is needed
3042         when writing sinks that sit a little closer to the hardware.
3043         Add some more docs for other fields.
3044
3045 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3046
3047         * gst/volume/gstvolume.c: (volume_transform_ip):
3048         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3049         reason instead of crashing later. Might fix bug #509125.
3050
3051 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3052
3053         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3054
3055         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3056         * gst/audioconvert/audioconvert.h:
3057         * gst/audioconvert/gstaudioconvert.c:
3058         (gst_audio_convert_parse_caps),
3059         (structure_has_fixed_channel_positions),
3060         (gst_audio_convert_transform_caps):
3061         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3062         Add support for more than 8 channels and NONE channel layouts. For
3063         more than 8 channels no channel conversion is supported yet, only
3064         format conversions are supported. Fixes bug #398033.
3065
3066         * tests/check/elements/audioconvert.c: (verify_convert),
3067         (GST_START_TEST), (audioconvert_suite):
3068         Add some unit tests by Tim for checking the NONE channel layouts
3069         and more than 8 channels and add some more unit tests for channel
3070         conversions.
3071
3072 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3073
3074         * gst/playback/gstdecodebin2.c: (connect_pad):
3075         When autoplugging fails, set the element back to NULL before
3076         unreffing it.
3077
3078 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3079
3080         * win32/common/libgstaudio.def:
3081         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3082         symbols.
3083
3084 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3085
3086         * gst/subparse/samiparse.c: (handle_start_sync),
3087         (end_sami_element), (characters_sami):
3088         Remove trailing, leading and double whitespaces.
3089         Correctly timestamp buffers and output the last buffer too.
3090
3091         * tests/check/elements/subparse.c: (GST_START_TEST),
3092         (subparse_suite):
3093         Add a simple unit test for SAMI parsing.
3094
3095 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3096
3097         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3098
3099         * gst/subparse/samiparse.c: (handle_start_sync),
3100         (start_sami_element), (end_sami_element), (characters_sami),
3101         (sami_context_reset):
3102         Only output characters inside the "sync" elements. There could be
3103         other elements like "style" that have some content but should
3104         not be printed. Fixes bug #467911.
3105
3106 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3107
3108         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3109         (set_active_source):
3110         * gst/playback/gstplaybasebin.h:
3111         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3112         (playbin_set_audio_mute):
3113         Allow setting -1 as current-audio to mute the current audio stream,
3114         similar to what is done for subtitles. Fixes bug #342294.
3115
3116 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3117
3118         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3119         It's SorensOn and not SorensEn.
3120
3121 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3122
3123         * gst-libs/gst/pbutils/descriptions.c: (formats):
3124           Fix description of video/x-flash-video.
3125
3126 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3127
3128         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3129         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3130         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3131         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3132         Remove some unused code.
3133
3134         * gst/audioconvert/gstaudioquantize.c:
3135         (gst_audio_quantize_free_noise_shaping):
3136         Don't return before freeing the noise shaping history.
3137
3138 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3139
3140         * tests/check/elements/subparse.c: (do_test),
3141           (test_tmplayer_style3b), (subparse_suite):
3142           Add unit test for the tmplayer variant from bug #530962.
3143
3144 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3145
3146         * gst/subparse/gstsubparse.c: (handle_buffer),
3147           (gst_sub_parse_sink_event):
3148         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3149           (tmplayer_parse_line):
3150           Fix parsing of tmplayer subtitle variant where every single line contains
3151           text and there isn't an empty line after each line to determine the
3152           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3153           making sure that we push out the last line of text without a duration if
3154           there's still text left in the buffer at the end.
3155
3156 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3157
3158         * gst/subparse/gstsubparse.c: (feed_textbuf):
3159           Fix detection of discontinuities based on the buffer offset (doesn't work
3160           so well if no buffer offset is set) and also check for the DISCONT buffer
3161           flag. This keeps the parser state from being reset after each buffer in
3162           the unit test.
3163
3164 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3165
3166         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3167           Further fine-tuning: don't absolutely require sequence or GOP headers
3168           (as introduced in the previous commit), but adjust the typefind
3169           probabilities returned accordingly if we don't see them. Also make sure
3170           picture header and first slice are somewhat close to each other (which
3171           is not perfect but still better than requiring a fixed offset or having
3172           no limit at all).
3173
3174 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3175
3176         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3177         (gst_basertppayload_sink_setcaps),
3178         (gst_basertppayload_sink_getcaps):
3179         Rename the setcaps/getcaps function internally to make it clear that
3180         they are called for the sink pad.
3181
3182 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3183
3184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3185         (gst_base_rtp_depayload_class_init),
3186         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3187         (gst_base_rtp_depayload_packet_lost),
3188         (gst_base_rtp_depayload_set_gst_timestamp):
3189         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3190         Catch packet-lost events from the jitterbuffer and convert them into a
3191         vmethod call (lost-packet) so that depayloaders can do something smart.
3192         Also add a default packet-lost function that sends out a segment update
3193         to the decoders.
3194
3195 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3196
3197         * gst/playback/test4.c:
3198         * gst/playback/test5.c:
3199         * gst/playback/test6.c:
3200         * gst/playback/test7.c:
3201           Also include config.h when relying on defines from it. Fixes the
3202           build. Its been a please to serve :)
3203
3204 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3205
3206         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3207         (paint_setup_NV21), (paint_hline_NV12_NV21):
3208         Add support for NV12 and NV21 in videotestsrc
3209
3210 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3211
3212         * gst/videoscale/gstvideoscale.c:
3213         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3214         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3215         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3216         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3217         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3218         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3219         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3220         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3221         (vs_image_scale_linear_RGB555):
3222         Support 1x1 images as input and output as for example the BBC HQ new
3223         streams have 1x1 GIFs in the playlists for some reason.
3224
3225 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3226
3227         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3228           (try_to_link_1):
3229           If we can't activate one of the decoders we plugged in (such as,
3230           say, musepackdec) for some reason (it might not support push mode,
3231           for example), remove any pad probes that close_pad_link() might
3232           have set up. This makes sure we later don't try to remove a probe
3233           for a pad that doesn't exist any longer, and avoids nast warnings
3234           and probably other things too.
3235
3236 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3237
3238         * gst/typefind/gsttypefindfunctions.c:
3239           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3240           (plugin_init):
3241           Rework mpeg video stream typefinding a bit more: make sure sequence,
3242           GOP, picture and slice headers appear in the order they should and
3243           that we've in fact at least had one of each; fix picture header
3244           detection; decouple picture and slice header check - don't assume
3245           they're at a fixed offset, there may be extra data in between. Also,
3246           announce varying degrees of probability depending on what we found
3247           exactly (multiple pictures, at least one picture, just sequence and
3248           GOP headers). Finally, in _ensure_data(), take into account that we
3249           might be typefinding smaller amounts of data, such as the first
3250           buffer of a stream, so fall back to the minimum size needed as long
3251           as that's available, instead of erroring out if there's less than
3252           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3253           fuzzed file from #399342 as valid.
3254
3255 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3256
3257         * ext/theora/theoradec.c:
3258           Cool kids don't divide by zero.
3259           Treat PAR of x:0 as 1:1.
3260           Fixes #530719.
3261
3262 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3263
3264         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3265           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3266           (mpeg_video_stream_type_find):
3267           Refactor a bit: use context structure to track parsing offset and
3268           size of available data and make the code a bit clearer. Fixes bad
3269           memory access in #356937.
3270
3271 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3272
3273         * gst/playback/test4.c:
3274         * gst/playback/test5.c:
3275         * gst/playback/test6.c:
3276         * gst/tcp/gstmultifdsink.c:
3277           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3278           is defined.
3279
3280 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3281
3282         * gst-libs/gst/audio/gstbaseaudiosink.h:
3283         Clarify some docs.
3284
3285         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3286         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3287         (gst_base_audio_src_set_slave_method),
3288         (gst_base_audio_src_get_slave_method),
3289         (gst_base_audio_src_set_property),
3290         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3291         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3292         Add property and methods for selecting the clock slave method in the
3293         source, like in the sink.
3294         We only implement "none" and "re-timestamp" for now.
3295         API: gst_base_audio_src_set_slave_method()
3296         API: gst_base_audio_src_get_slave_method()
3297
3298 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3299
3300         * gst-libs/gst/rtp/gstrtpbuffer.c:
3301         Fix the docs about the seqnum compare function, it returns a difference.
3302
3303 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3304
3305         * ext/alsa/gstalsadeviceprobe.c:
3306         (gst_alsa_get_device_list): Don't return before freeing up
3307         the allocated structures.
3308
3309 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3310
3311         * gst/playback/gstplaybin.c:
3312           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3313
3314 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3315
3316         * ext/ogg/gstoggdemux.c:
3317           Revert the event part, that should not go in.
3318
3319 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3320
3321         * ext/ogg/gstoggdemux.c:
3322           Don't leak GstPluginFeatures when filtering.
3323
3324 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3325
3326         * sys/xvimage/xvimagesink.c:
3327           Add some logging for cases when grabbing the xv failed.
3328
3329 2008-04-21  David Schleef  <ds@schleef.org>
3330
3331         * ext/ogg/gstoggmux.c:
3332           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3333           packet.  Should conform to what we currently think is the
3334           final Ogg/Dirac muxing spec.
3335
3336 2008-04-21  David Schleef  <ds@schleef.org>
3337
3338         * sys/xvimage/xvimagesink.c:
3339           Fix typo that causes the overlay keying color to bright green
3340           on a 16-bit display.  Dark grey good.  Bright green bad.
3341
3342 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3343
3344         * ext/gnomevfs/gstgnomevfsuri.c:
3345           Add  FIXME comment about using uri-list for source and sink.
3346
3347 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3348
3349         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3350         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3351         vaargs functions to gint. Otherwise the fractions will get 0 set
3352         instead of the correct value on big endian systems. Fixes bug #529018.
3353
3354 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3355
3356         * ext/gnomevfs/gstgnomevfssink.c:
3357         (gst_gnome_vfs_sink_uri_get_protocols):
3358         * ext/gnomevfs/gstgnomevfssrc.c:
3359         (gst_gnome_vfs_src_uri_get_protocols):
3360         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3361         (gst_gnomevfs_get_supported_uris):
3362         Get the list of supported URI schemes in a threadsafe way and use the
3363         same list for the source and sink.
3364
3365 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3366
3367         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3368         (gst_gio_get_supported_protocols):
3369         Don't generate a new supported protocols list on each call but cache
3370         it. It's supposed to be static anyway, this way we only leak it once
3371         per process.
3372
3373         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3374         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3375         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3376         (gst_gio_sink_start):
3377         * ext/gio/gstgiosink.h:
3378         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3379         (gst_gio_src_class_init), (gst_gio_src_finalize),
3380         (gst_gio_src_set_property), (gst_gio_src_get_property),
3381         (gst_gio_src_start):
3382         * ext/gio/gstgiosrc.h:
3383         API: Add "file" properties where one can set a GFile as
3384         source/destination.
3385
3386         Add locking to the properties and use
3387         gst_element_class_set_details_simple() instead of a static
3388         GstElementDetails struct.
3389
3390 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3391
3392         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3393         (plugin_init):
3394         Add "mpp" and "mp+" as possible extensions for MusePack files.
3395
3396         Add typefinding for MusePack StreamVersion 8 files and include the
3397         stream version in the caps.
3398
3399 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3400
3401         * gst-libs/gst/rtp/gstrtppayloads.c:
3402         (gst_rtp_payload_info_for_name):
3403         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3404
3405 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3406
3407         * configure.ac:
3408           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3409           (NB: this only affects compilation of some of the examples).
3410           Remove some configure.ac cruft that's not needed any longer.
3411
3412 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3413
3414         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3415         Don't validate the payload if there isn't any.
3416         Fixes #525915
3417
3418 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3421         Use g_atomic_int_set() instead of gst_atomic_int_set().
3422
3423 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3424
3425         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3426         Return NULL instead of a gchar * array with one NULL element if we
3427         don't get any supported URI schemes from GIO.
3428
3429 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3430
3431         * gst/audiotestsrc/gstaudiotestsrc.c:
3432           Remove cpp style commented old code.
3433
3434 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3435
3436         * gst/playback/gstdecodebin2.c:
3437           Fix signal docs.
3438
3439 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3442           (gst_text_overlay_init):
3443           Fix textoverlay unit test again by making the supposed default
3444           value for the wait-text property the actual default value.
3445           Also fix Since: tag for new property.
3446
3447 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3448
3449         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3450           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3451           (gst_video_format_get_pixel_stride),
3452           (gst_video_format_get_component_width),
3453           (gst_video_format_get_component_height),
3454           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3455           (gst_video_format_convert):
3456           Add guards to these functions to ensure sane input values.
3457
3458         * tests/check/libs/video.c:
3459           Fix unit test not to create caps with width=0 and height=0.
3460
3461 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3462
3463         * docs/design/draft-keyframe-force.txt:
3464         Fix typo.
3465
3466         * gst/playback/gstqueue2.c: (update_buffering),
3467         (gst_queue_handle_src_query):
3468         Set buffering mode in the messages.
3469         Set buffering percent in the query.
3470
3471         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3472         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3473         Do some more fancy things based on the buffering method in use.
3474
3475 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3476
3477         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3478         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3479         (msg_buffering), (main):
3480         Add basic download reports to seek using the new buffering API.
3481
3482 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3483
3484         * gst/playback/gstqueue2.c: (update_buffering),
3485         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3486         (gst_queue_src_checkgetrange_function):
3487         Include extra buffering stats in the buffering message.
3488         Implement BUFFERING query.
3489
3490         * gst/playback/gsturidecodebin.c: (do_async_start),
3491         (do_async_done), (type_found), (setup_streaming), (setup_source),
3492         (gst_uri_decode_bin_change_state):
3493         Only add decodebin2 when the type is found in streaming mode.
3494         Make uridecodebin async to PAUSED even when we don't have decodebin2
3495         added yet.
3496
3497 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3498
3499         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3500         Filter cdda from the supported URI schemes. We can't support
3501         musicbrainz tags and everything else one expects from a cdda source
3502         with GIO. Fixes bug #526794.
3503
3504 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3505
3506         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3507         (gst_xvimagesink_buffer_alloc):
3508         Fix calculation of 'expected size' for YV12 buffers.
3509         Be a little more verbose in the debug output for buffer-alloc'ed
3510         buffers which turn out to have the wrong size.
3511
3512 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         * NEWS:
3515         * RELEASE:
3516         * gst-plugins-base.doap:
3517           Merge other changes from 0.10.19 release branch.
3518
3519 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * gst-libs/gst/audio/gstbaseaudiosink.c:
3522           (gst_base_audio_sink_class_init):
3523         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3524           (gst_base_audio_src_class_init):
3525         * gst/playback/gstplayback.c: (plugin_init):
3526         * gst/volume/gstvolume.c: (plugin_init):
3527           Work around missing bits of thread-safety on older GLibs some
3528           more to avoid assertions when starting up multiple playbin
3529           objects concurrently (see #512382).
3530
3531 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3534           Remove some more fields.
3535
3536 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3537
3538         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3539
3540         * configure.ac:
3541         Actually build dlls when cross-compiling with mingw32.
3542         Fixes bug #526247.
3543
3544 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3545
3546         * configure.ac:
3547           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3548
3549 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3550
3551         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3552         (msg_buffering), (connect_bus_signals), (main):
3553         Add statusbar.
3554         Add buffering support with feedback in the statusbar.
3555
3556 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * ext/ogg/gstoggmux.c:
3559           Fix sample pipeline description.
3560
3561 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3562
3563         * docs/plugins/Makefile.am:
3564         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3565         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3566         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3567           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3568
3569         * docs/plugins/gst-plugins-base-plugins.args:
3570         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3571         * docs/plugins/gst-plugins-base-plugins.interfaces:
3572         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3573         * docs/plugins/inspect/plugin-adder.xml:
3574         * docs/plugins/inspect/plugin-alsa.xml:
3575         * docs/plugins/inspect/plugin-audioconvert.xml:
3576         * docs/plugins/inspect/plugin-audiorate.xml:
3577         * docs/plugins/inspect/plugin-audioresample.xml:
3578         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3579         * docs/plugins/inspect/plugin-cdparanoia.xml:
3580         * docs/plugins/inspect/plugin-decodebin.xml:
3581         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3582         * docs/plugins/inspect/plugin-gdp.xml:
3583         * docs/plugins/inspect/plugin-gnomevfs.xml:
3584         * docs/plugins/inspect/plugin-libvisual.xml:
3585         * docs/plugins/inspect/plugin-ogg.xml:
3586         * docs/plugins/inspect/plugin-pango.xml:
3587         * docs/plugins/inspect/plugin-playback.xml:
3588         * docs/plugins/inspect/plugin-queue2.xml:
3589         * docs/plugins/inspect/plugin-subparse.xml:
3590         * docs/plugins/inspect/plugin-tcp.xml:
3591         * docs/plugins/inspect/plugin-theora.xml:
3592         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3593         * docs/plugins/inspect/plugin-uridecodebin.xml:
3594         * docs/plugins/inspect/plugin-video4linux.xml:
3595         * docs/plugins/inspect/plugin-videorate.xml:
3596         * docs/plugins/inspect/plugin-videoscale.xml:
3597         * docs/plugins/inspect/plugin-videotestsrc.xml:
3598         * docs/plugins/inspect/plugin-volume.xml:
3599         * docs/plugins/inspect/plugin-vorbis.xml:
3600         * docs/plugins/inspect/plugin-ximagesink.xml:
3601         * docs/plugins/inspect/plugin-xvimagesink.xml:
3602           Update introspection data.
3603
3604         * ext/ogg/gstoggmux.c:
3605           Document oggmux.
3606
3607         * gst/playback/gstdecodebin2.c:
3608           Don't use gtk-doc style comment start for private stuff, but make it
3609           formatted like this for consistency.
3610
3611 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3612
3613         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3614         (gst_decode_bin_init), (gst_decode_bin_dispose),
3615         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3616         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3617         (analyze_new_pad), (connect_pad), (expose_pad),
3618         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3619         (gst_decode_group_expose), (gst_decode_group_free),
3620         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3621         Remove fakesink hack, we can now implement this more elegantly.
3622         Added property to bypass typefinding.
3623         Removed underrun callback and demuxer pad probe, we now use the srcpad
3624         probe to expose groups.
3625         API::sink-caps property
3626
3627         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3628         Guard against multiple emissions of the no_more_pads signal, which
3629         happens when we are dealing with chained oggs.
3630
3631         * gst/playback/gsturidecodebin.c: (remove_decoders),
3632         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3633         (setup_source):
3634         For streams, use our own typefind element and plug our queue after it.
3635         We will need this to determine the type of buffering to use for the
3636         queue soon.
3637
3638 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3639
3640         * gst-libs/gst/audio/gstbaseaudiosink.c:
3641         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3642         Guard against over and underflows because of clock slaving.
3643         When we are using our own clock, still compensate for any calibrations
3644         that we might have done to our clock.
3645
3646 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3647
3648         * ext/theora/theoradec.c: (theora_handle_type_packet),
3649         (theora_dec_chain):
3650         Don't try to do anything fancy with the return code from pushing an
3651         event, it does not have enough information to turn it into a
3652         GST_FLOW_ERROR.
3653
3654 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3655
3656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3657         (gst_ogg_demux_chain_elem_pad):
3658         Add small debug line.
3659         Pass return code from the internal decoder instead of the too generic
3660         GST_FLOW_ERROR.
3661
3662 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3663
3664         * gst-libs/gst/cdda/Makefile.am:
3665         * gst-libs/gst/cdda/base64.c:
3666         * gst-libs/gst/cdda/base64.h:
3667         * gst-libs/gst/cdda/gstcddabasesrc.c:
3668         (gst_cddabasesrc_calculate_musicbrainz_discid):
3669         Use GLib's base64 implementation instead of our own.
3670
3671 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3672
3673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3674         (gst_ogg_demux_read_chain):
3675         Refix oggdemux, we only have a problem if we failed to find a chain and
3676         we are not EOF.
3677
3678 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3681
3682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3683         (gst_ogg_demux_read_chain):
3684         When we fail to find a BOS page and we and up with no chain, error out
3685         properly instead of segfaulting. Fixes #525665.
3686
3687 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3690         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3691         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3692         no-more-pads...
3693
3694 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3695
3696         * gst/playback/gstqueue2.c: (update_out_rates),
3697         (gst_queue_open_temp_location_file),
3698         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3699         (gst_queue_handle_src_query), (gst_queue_set_property):
3700         Update the estimated input data when we push out a buffer.
3701         Add some debug info about the temp file.
3702         Only forward src events when we are not using a temp file.
3703         Don't block the duration query, we need to find something better.
3704         Don't leak the temp filename.
3705
3706 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3707
3708         * configure.ac:
3709         Require GLib 2.12 and liboil 0.3.14.
3710
3711         * gst/volume/gstvolume.c: (volume_process_double):
3712         Unconditionally use liboil 0.3.14 function.
3713
3714 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3715
3716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3717         ms-gsm can have arbitrarty sample rates. See #481354.
3718
3719 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3720
3721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3722         MP4S is generic MPEG-4, not a microsoft variant.
3723
3724 2008-03-27  Michael Smith <msmith@fluendo.com>
3725
3726         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3727           Check the body CRC (if set) when depayloading.
3728           Fixes #522401.
3729
3730 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3731
3732         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3733           Fix Since: version for new property.
3734
3735 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3736
3737         * gst-libs/gst/rtsp/gstrtspconnection.c:
3738         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3739         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3740         Don't error when poll_wait returns EAGAIN.
3741
3742 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3743
3744         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3745         The queue is never filled when there are no buffers in the queue at all.
3746         Fixes #523993.
3747
3748 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3749
3750         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3751         (init_group), (free_group), (gst_play_bin_init),
3752         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3753         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3754         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3755         (gst_play_bin_set_current_video_stream),
3756         (gst_play_bin_set_current_audio_stream),
3757         (gst_play_bin_set_current_text_stream),
3758         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3759         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3760         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3761         (activate_group), (deactivate_group), (setup_next_source),
3762         (save_current_group), (gst_play_bin_change_state):
3763         Update some docs.
3764         Add new locks and conds to protect pipeline creation and group
3765         switching.
3766         Implement the sub-uri property.
3767         Keep track of pending uridecodebin creation and configure the output
3768         pipeline after all streams are configured.
3769         Propagate subtitle encoding to the uridecodebins.
3770         Implement getting the video/audio/visualisation elements.
3771         Use input-selector for stream switching.
3772         If we are asked to do visualisation, prefer to autoplug raw sinks
3773         instead of sinks that accept encoded data.
3774
3775 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3776
3777         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3778         (gst_play_sink_init), (gst_play_sink_dispose),
3779         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3780         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3781         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3782         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3783         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3784         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3785         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3786         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3787         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3788         * gst/playback/gstplaysink.h:
3789         Add methods to get audio/video/vis elements.
3790         Add methods to set the font description for the overlay.
3791         Remove properties, we're using this element with its methods only.
3792         Add support for subtitles.
3793         Rearrange the locking a bit to not use the object lock for protecting
3794         the pipeline construction.
3795         Try to use the volume and mute property on the sink when its available.
3796         Implement the mute option with volume when the sink does not have a mute
3797         property.
3798         Only add volume element when the sink has no volume property.
3799         Only do visualisations with raw audio pads.
3800
3801 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3802
3803         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3804         (gst_text_overlay_init), (gst_text_overlay_set_property),
3805         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3806         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3807         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3808         (gst_text_overlay_change_state):
3809         * ext/pango/gsttextoverlay.h:
3810         Add property to configure waiting for text on the textpad or not, with
3811         the default behaviour being the old one (always wait for text before
3812         rendering the video). This default behaviour is usually not the best one
3813         because the text stream can very sparse and could require queueing a lot
3814         of video.
3815         Fix the flushing and EOS handing so that we don't mix up their meaning.
3816
3817 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3818
3819         * gst/playback/gsturidecodebin.c:
3820         (gst_uri_decode_bin_autoplug_factories),
3821         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3822         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3823         (gst_uri_decode_bin_set_property),
3824         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3825         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3826         (proxy_autoplug_factories_signal), (make_decoder),
3827         (source_new_pad), (setup_source):
3828         Add a readonly source property and notify.
3829         Add new lock for protecting the construction of the pipeline.
3830         Keep track of the decodebins we plugged.
3831         Correctly proxy the autoplug signal so that it actually continues.
3832         Proxy subtitle-encoding to the decodebins.
3833
3834 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3835
3836         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3837         (text_toggle_cb), (update_streams), (main):
3838         Rearrange some buttons in playbin2 and make some other boxes insensitive
3839         when needed.
3840         Add language codes to subtitle selection boxes when we gind the right
3841         tags for the streams.
3842
3843 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3844
3845         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3846         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3847         (gst_decode_bin_set_subs_encoding),
3848         (gst_decode_bin_get_subs_encoding),
3849         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3850         (deactivate_free_recursive):
3851         Protect caps property with the object lock.
3852         Protect encoding property with the object lock.
3853         Keep list of elements we added that have the subtitle-encoding property.
3854         Distribute the subtitle-encoding to all of the elements when it
3855         changes.
3856
3857 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3858
3859         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3860         Small debug improvement.
3861
3862         * gst-libs/gst/audio/gstbaseaudiosink.c:
3863         (gst_base_audio_sink_render):
3864         Fix bug in determining the sample start/stop position, we want to base
3865         this decision on the fact that we are going forwards or backwards, not
3866         slower or faster. This fixes some ugly resync warnings when playing at
3867         very slow speeds.
3868
3869 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3872         Correctly set the supported URI schemes and don't leave
3873         some schemes in the middle or at the start at NULL.
3874
3875 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * tests/check/elements/gdpdepay.c:
3878           Make test compile without unused function/variable warnings on PPC.
3879  
3880 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3881
3882         * configure.ac:
3883         * ext/alsa/gstalsamixerelement.c:
3884         (gst_alsa_mixer_element_class_init):
3885         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3886         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3887         * ext/cdparanoia/gstcdparanoiasrc.c:
3888         (gst_cd_paranoia_src_class_init):
3889         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3890         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3891         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3892         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3893         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3894         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3896         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3897         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3898         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3899         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3900         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3901         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3902         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3903         (gst_audio_filter_template_class_init):
3904         * gst-libs/gst/audio/gstbaseaudiosink.c:
3905         (gst_base_audio_sink_class_init):
3906         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3907         (gst_base_audio_src_class_init):
3908         * gst-libs/gst/cdda/gstcddabasesrc.c:
3909         (gst_cdda_base_src_class_init):
3910         * gst-libs/gst/interfaces/mixertrack.c:
3911         (gst_mixer_track_class_init):
3912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3913         (gst_base_rtp_depayload_class_init):
3914         * gst-libs/gst/rtp/gstbasertppayload.c:
3915         (gst_basertppayload_class_init):
3916         * gst/audioconvert/gstaudioconvert.c:
3917         (gst_audio_convert_class_init):
3918         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3919         * gst/audioresample/gstaudioresample.c:
3920         (gst_audioresample_class_init):
3921         * gst/audiotestsrc/gstaudiotestsrc.c:
3922         (gst_audio_test_src_class_init):
3923         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3924         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3926         (preroll_unlinked):
3927         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3928         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3929         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3930         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3931         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3932         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3933         (gst_stream_selector_class_init):
3934         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3935         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3936         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3937         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3938         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3939         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3940         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3941         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3942         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3943         * gst/videotestsrc/gstvideotestsrc.c:
3944         (gst_video_test_src_class_init):
3945         * gst/volume/gstvolume.c: (gst_volume_class_init):
3946         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3947         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3948         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3950         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3952         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3953         static strings (i.e. all). This gives us less memory usage,
3954         fewer allocations and thus less memory defragmentation. Depend
3955         on core CVS for this. Fixes bug #523806.
3956
3957 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3958
3959         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3960         Filter http and https protocols. GIO/GVfs handles them but it's
3961         impossible to implement iradio/icecast with it. Better use
3962         souphttpsrc or something else for this.
3963
3964         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3965         If getting the file informations by a query fails try it with the
3966         seek-to-end trick too.
3967
3968 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3969
3970         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3971         (gst_volume_base_init), (gst_volume_class_init),
3972         (volume_process_double), (volume_process_float),
3973         (volume_transform_ip), (plugin_init):
3974         memset buffers to zero if we get a GAP buffer. We usually see a
3975         buffer as one unit so let's handle it as one and don't care about
3976         volume changes while processing one buffer.
3977         Also clean up some stuff a bit.
3978
3979 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3982         (gst_audio_convert_create_silence_buffer),
3983         (gst_audio_convert_transform):
3984         Make audioconvert GAP-aware by outputting silence buffers when the
3985         input has the GAP flag set. This is up to 8x faster.
3986         Based on a patch by Stefan Kost. Fixes bug #517813.
3987
3988 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3989
3990         * gst/volume/gstvolume.c: (volume_process_double):
3991         Use oil_scalarmultiply_f64_ns() for double processing when it's
3992         available at compile time.
3993
3994 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3995
3996         * configure.ac:
3997         Fix lrint/lrintf checks to actually work. These functions are
3998         in libm on Linux at least so try to link to it.
3999
4000 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4001
4002         * configure.ac:
4003         Back to development - 0.10.18.1
4004
4005 === release 0.10.18 ===
4006
4007 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4008
4009         * configure.ac:
4010           releasing 0.10.18, "I will follow"
4011
4012 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4013
4014         * configure.ac:
4015         * win32/common/config.h:
4016         0.10.17.4 pre-release
4017
4018 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4021         Use GST_STR_NULL when trying to print strings that could be NULL because
4022         this might crash on some platforms. See #520808.
4023
4024 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4027
4028         * gst-libs/gst/rtsp/gstrtspconnection.c:
4029         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4030         (read_line), (gst_rtsp_connection_read_internal):
4031         Generic Windows fixes that makes libgstrtsp work on Windows when
4032         coupled with the new GstPoll API. See #520808.
4033
4034 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4035
4036         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4037
4038         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4039           If seeking to a new position succeeds don't simply return from
4040           create() without creating a buffer. Do this only in the case
4041           seeking to the new position fails. Fixes bug #523054.
4042
4043 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4046           (gst_video_format_from_rgba32_masks):
4047           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4048           (#522635).
4049
4050         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4051           Add unit test for the RGB caps parsing and creation, checking for
4052           internal consistency of the new API and consistency of the API with
4053           the old GST_VIDEO_CAPS_* defines.
4054
4055 2008-03-14  David Schleef  <ds@schleef.org>
4056
4057         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4058           because -base is in freeze.
4059
4060 2008-03-14  David Schleef  <ds@schleef.org>
4061
4062         Patch by: William M. Brack
4063
4064         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4065
4066 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4067
4068         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4069         (gst_selector_pad_chain):
4070         * gst/playback/gststreamselector.h:
4071         Revert change that caused regression until a real fix is found.
4072         Fixes #522203.
4073
4074 2008-03-12  Michael Smith <msmith@fluendo.com>
4075
4076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4077         * gst-libs/gst/audio/gstringbuffer.h:
4078           Rename recently added buffer types to make more sense.
4079         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4080         (gst_alsasink_write):
4081           Adapt for above API changes.
4082           Fixes bug #520523.
4083
4084 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4085
4086         * win32/common/libgstnetbuffer.def:
4087         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4088
4089 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4090
4091         * configure.ac:
4092         * win32/common/config.h:
4093         0.10.17.3 pre-release
4094
4095 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4096
4097         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4098         (gst_base_audio_src_create):
4099         Fix duration when no clock was provided. Fixes #520300.
4100
4101 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4102
4103         Patch by: Olivier Crete  <tester at tester ca>
4104
4105         * docs/libs/gst-plugins-base-libs-sections.txt:
4106         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4107         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4108         Add trivial function to compare GstNetAddress. See #520626.
4109         API: GstNetBuffer::gst_netaddress_equal
4110
4111 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4112
4113         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4114         Update mode property docs, it's deprecated now.
4115
4116 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4117
4118         * gst-libs/gst/rtsp/gstrtspconnection.c:
4119         (gst_rtsp_connection_create):
4120         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4121         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4122         * gst/tcp/gstmultifdsink.h:
4123         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4124         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4125         Remove GstPollMode from gstpoll constructor.
4126
4127 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4128
4129         * configure.ac:
4130         * win32/common/config.h:
4131         0.10.17.2 pre-release
4132
4133 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4134
4135         * gst/Makefile.am:
4136         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4137         them twice
4138
4139         * win32/common/libgstinterfaces.def:
4140         * win32/common/libgstrtp.def:
4141         Add new API to the defs
4142
4143 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4144
4145         Patch by: Mersad Jelacic  <mersad at axis dot com>
4146
4147         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4148         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4149         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4150         possible to specify the sample size in bits. (#509637)
4151
4152 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         * tests/check/libs/mixer.c:
4155           Add a few simple checks for the new message types.
4156
4157 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         * docs/libs/gst-plugins-base-libs-sections.txt:
4160         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4161           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4162           (gst_mixer_message_get_type),
4163           (gst_mixer_message_parse_option_changed),
4164           (gst_mixer_message_parse_options_list_changed):
4165         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4166           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4167           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4168           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4169           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4170           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4171
4172 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4173
4174         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4175           (gst_mixer_options_get_values):
4176         * gst-libs/gst/interfaces/mixeroptions.h:
4177           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4178           (_GstMixerOptions), (_GstMixerOptionsClass):
4179           API: add GstMixerOptions::get_values vfunc (#519906)
4180
4181 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4182
4183         * configure.ac:
4184         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4185         plug-ins are included/excluded. (#498222)
4186
4187 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4188
4189         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4190         Add typefinder for IMelody files, using audio/x-imelody.
4191         See bug #519516.
4192
4193 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4194
4195         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4196         * ext/alsa/gstalsasink.c: (set_hwparams):
4197         * ext/alsa/gstalsasrc.c: (set_hwparams):
4198         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4199         * ext/ogg/gstoggmux.h:
4200         * ext/ogg/gstogmparse.c:
4201         * gst-libs/gst/audio/audio.c:
4202         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4203         * gst-libs/gst/pbutils/missing-plugins.c:
4204         (gst_missing_uri_sink_message_new),
4205         (gst_missing_element_message_new),
4206         (gst_missing_decoder_message_new),
4207         (gst_missing_encoder_message_new):
4208         * gst-libs/gst/rtp/gstbasertppayload.c:
4209         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4210         (gst_rtcp_packet_bye_get_reason):
4211         * gst/audioconvert/gstaudioconvert.c:
4212         * gst/audioresample/gstaudioresample.c:
4213         * gst/ffmpegcolorspace/imgconvert.c:
4214         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4215         * gst/typefind/gsttypefindfunctions.c:
4216         * gst/videoscale/vs_4tap.c:
4217         * gst/videoscale/vs_4tap.h:
4218         * sys/v4l/gstv4lelement.c:
4219         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4220         * sys/v4l/v4l_calls.c:
4221         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4222         (gst_v4lsrc_try_capture):
4223         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4224         (gst_ximagesink_ximage_new):
4225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4226         (gst_xvimagesink_xvimage_new):
4227         * tests/check/elements/audioconvert.c:
4228         * tests/check/elements/audioresample.c:
4229         (fail_unless_perfect_stream):
4230         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4231         * tests/check/elements/decodebin.c:
4232         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4233         (setup_gdpdepay_streamheader):
4234         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4235         (setup_gdppay_streamheader):
4236         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4237         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4238         * tests/check/elements/textoverlay.c:
4239         * tests/check/elements/videorate.c: (setup_videorate):
4240         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4241         * tests/check/elements/volume.c: (setup_volume):
4242         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4243         * tests/check/elements/vorbistag.c:
4244         * tests/check/generic/clock-selection.c:
4245         * tests/check/generic/states.c: (setup), (teardown):
4246         * tests/check/libs/cddabasesrc.c:
4247         * tests/check/libs/video.c:
4248         * tests/check/pipelines/gio.c:
4249         * tests/check/pipelines/oggmux.c:
4250         * tests/check/pipelines/simple-launch-lines.c:
4251         (simple_launch_lines_suite):
4252         * tests/check/pipelines/streamheader.c:
4253         * tests/check/pipelines/theoraenc.c:
4254         * tests/check/pipelines/vorbisdec.c:
4255         * tests/check/pipelines/vorbisenc.c:
4256         * tests/examples/seek/scrubby.c:
4257         * tests/examples/seek/seek.c: (query_positions_elems),
4258         (query_positions_pads):
4259         * tests/icles/stress-xoverlay.c: (myclock):
4260         Correct all relevant warnings found by the sparse semantic code
4261         analyzer. This include marking several symbols static, using
4262         NULL instead of 0 for pointers and using "foo (void)" instead
4263         of "foo ()" for declarations.
4264
4265         * win32/common/libgstrtp.def:
4266         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4267
4268 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         Patch by: José Alburquerque <jaalburqu svn gnome org>
4271
4272         * gst/playback/gstplaybin2.c:
4273           Make the function signature of the _get_*_tags() functions match
4274           the signature of the vfuncs they implement, ie. return a
4275           GstTagList rather than a GstStructure, which is more correct,
4276           even if one is typedef'ed to the other (#518940).
4277
4278 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * gst-libs/gst/rtsp/gstrtspconnection.c:
4281           Don't include unix headers unconditionally (fixes #518037).
4282
4283 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4286           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4287           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4288           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4289           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4290           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4291           (gst_video_format_is_packed), (video_format_is_packed):
4292           Add unit test that makes sure that the strides, offsets and
4293           sizes returned for the various YUV formats by the new video API
4294           match the old reference implementation in videotestsrc.
4295
4296 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4299           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4300           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4301           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4302           (gst_video_format_get_pixel_stride),
4303           (gst_video_format_get_component_width),
4304           (gst_video_format_get_component_height),
4305           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4306         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4307           (GST_VIDEO_FORMAT_Y42B):
4308           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4309
4310 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4313           YV12 is I420 with swapped components 1 and 2, so the offset of
4314           component 1 for I420 should be the offset for component 2 for YV12
4315           and vice versa.
4316
4317 2008-02-29  Rene Stadler  <mail@renestadler.de>
4318
4319         * sys/v4l/gstv4lelement.c:
4320         Add missing semicolon to fix indentation.
4321
4322 2008-02-29  Julien Moutte  <julien@fluendo.com>
4323
4324         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4325         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4326         if we can do SPDIF output.
4327         * ext/alsa/gstalsa.h:
4328         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4329         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4330         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4331         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4332         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4333         to support AC3, EC3 and IEC958 buffers.
4334
4335 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4338           (gst_mixer_message_parse_mute_toggled),
4339           (gst_mixer_message_parse_record_toggled),
4340           (gst_mixer_message_parse_volume_changed),
4341           (gst_mixer_message_parse_option_changed):
4342           De-cruft and fix message type assertions (NULL is not a really
4343           valid mixer message type string).
4344
4345 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4346
4347         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4348         When negotiating, actually start from a format that we can support
4349         instead of from the too generic template.
4350
4351 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4352
4353         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4354         Enable vis setting.
4355
4356         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4357         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4358         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4359         (gen_vis_chain):
4360         Implement vis switching while playing.
4361
4362 2008-02-28  David Schleef  <ds@schleef.org>
4363
4364         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4365
4366 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4367
4368         Patch by: Peter Kjellerstedt  <pkj at axis com>
4369
4370         * gst/tcp/Makefile.am:
4371         * gst/tcp/fdsetstress.c:
4372         * gst/tcp/gstfdset.c:
4373         * gst/tcp/gstfdset.h:
4374         Removed fdset and stress test, they are now known as GstPoll in
4375         core. 
4376
4377         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4378         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4379         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4380         (gst_multi_fd_sink_handle_client_write),
4381         (gst_multi_fd_sink_queue_buffer),
4382         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4383         (gst_multi_fd_sink_stop):
4384         * gst/tcp/gstmultifdsink.h:
4385         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4386         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4387         (gst_tcp_gdp_read_caps):
4388         * gst/tcp/gsttcp.h:
4389         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4390         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4391         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4392         * gst/tcp/gsttcpclientsink.h:
4393         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4394         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4395         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4396         * gst/tcp/gsttcpclientsrc.h:
4397         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4398         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4399         * gst/tcp/gsttcpserversink.h:
4400         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4401         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4402         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4403         * gst/tcp/gsttcpserversrc.h:
4404         Port to GstPoll. See #505417.
4405
4406 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4407
4408         Patch by: Peter Kjellerstedt  <pkj at axis com>
4409
4410         * gst-libs/gst/rtsp/gstrtspconnection.c:
4411         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4412         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4413         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4414         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4415         (gst_rtsp_connection_flush):
4416         * gst-libs/gst/rtsp/gstrtspconnection.h:
4417         Use GstPoll for the rtsp connection. See #505417.
4418
4419 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4420
4421         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4422         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4423         Add combo box for visualisations, populate it with a factory list
4424         of all visualisation plugins, configure vis plugin instance in
4425         playbin2. 
4426
4427 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4428
4429         * tests/check/libs/rtp.c: (GST_START_TEST):
4430         Add check for RTP buffer defaults, padding and marker bit API.
4431
4432 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4433
4434         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4435         Use memcpy() instead of upcasting a byte array to long *. This
4436         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4437         This should be ported to GCheckSum once we can use GLib 2.16.
4438         Partially fixes bug #500833.
4439
4440 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4443           Push tag event after the newsegment event. Log the pointer of
4444           the buffer we're actually going to push rather than the buffer
4445           we're feeding to _make_metadata_writable().
4446
4447 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4448
4449         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4450         Comment smoke typefinder for now. The smokedec plugin needs one
4451         frame per buffer but we have no parser yet, thus it simply crashes
4452         in most situations.
4453
4454 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4455
4456         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4457         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4458
4459 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4460
4461         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4462         (plugin_init):
4463         Add midi typefinder, copied from the timidity plugin.
4464
4465 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4468
4469         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4470         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4471           (subparse_suite):
4472           Forward slashes at the beginning and end of a line also signify
4473           italics (Fixes: #518162).
4474
4475 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4476
4477         * tests/check/gst-plugins-base.supp:
4478         Add a suppression for a cached value in GIO that wasn't moved
4479         while moving gio from -bad to -base.
4480
4481 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4482
4483         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4484
4485         * configure.ac:
4486         Don't hardcode -Wall and -Werror for configure checks, this fails
4487         with non-GCC compilers. Fixes bug #517991.
4488
4489 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4490
4491         * gst/audioconvert/gstaudioconvert.c:
4492         * gst/audioconvert/gstaudioquantize.c:
4493         * gst/audioconvert/gstaudioquantize.h:
4494           Make audioconvert gap aware. If noiseshaping is used, wait for
4495           noiseshaping to converge before marking as GAP. Fixes #517813.
4496
4497 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4498
4499         * gst/audiotestsrc/gstaudiotestsrc.c:
4500           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4501
4502 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * ext/gnomevfs/gstgnomevfssink.c:
4505         (gst_gnome_vfs_sink_handle_event):
4506         Return FALSE when seeking for a new segment fails instead
4507         of silently ignoring the failure and appending every buffer
4508         that comes for the new segment.
4509
4510 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4511
4512         * gst/playback/gstplaysink.c: (find_property),
4513         (gst_play_sink_find_property), (gen_video_chain),
4514         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4515         Recursively search the sink element for a last-frame property so that we
4516         can also find the property in autovideosink and friends that don't
4517         always proxy the internal sink properties.
4518
4519 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4520
4521         * gst-libs/gst/audio/multichannel.c:
4522           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4523           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4524           (gst_audio_set_structure_channel_positions_list),
4525           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4526           (gst_audio_fixate_channel_positions):
4527           Fix confusing terminology in docs and code: structure fields are
4528           'fields' and not 'properties'.
4529
4530 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * gst-libs/gst/audio/multichannel.c:
4533           (gst_audio_check_channel_positions), (add_list_to_struct):
4534           Give more useful warning messages if one of the channel
4535           layout enums passed to us is invalid and if the "channels"
4536           field in the caps has a GType we don't expect.
4537
4538 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * gst-libs/gst/audio/multichannel.c:
4541           Fix typo in docs blurb.
4542
4543 2008-02-19  Julien Moutte  <julien@fluendo.com>
4544
4545         Patch by: Josep Torra Valles <josep@fluendo.com>
4546
4547         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4548         typefind lookup to fix typefinding on HD clips.
4549
4550 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * gst/playback/gstscreenshot.c:
4553         * gst/playback/gstscreenshot.h:
4554           Fix up copyright (I rewrote the GStreamer-0.10 code for
4555           this from scratch back in the days).
4556
4557 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4558
4559         * gst/playback/Makefile.am:
4560         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4561         (create_element), (gst_play_frame_conv_convert):
4562         * gst/playback/gstscreenshot.h:
4563         Add screenshot conversion code from totem.
4564
4565         * gst/playback/gstplay-marshal.list:
4566         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4567         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4568         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4569         Implement frame property to get a color-unconverted snapshot.
4570         Implement convert-frame action signal to get a converted snapshot image.
4571         Configure connection speed in uridecodebin.
4572         Document some more properties.
4573
4574         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4575         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4576         (gst_play_sink_get_last_frame):
4577         * gst/playback/gstplaysink.h:
4578         Use last-buffer property of the video sink to get a video snapshot.
4579
4580         * tests/examples/seek/seek.c: (shot_cb), (main):
4581         Add snapshot button for playbin2 and use the frame property to save the
4582         frame as a png in the current directory.
4583
4584 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4585
4586         Patch by: Josep Torra Valles <josep at fluendo dot com>
4587
4588         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4589         (plugin_init):
4590         Add typefinding support for h264 elementary streams.
4591         Fixes bug #517420.
4592
4593 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4594
4595         * configure.ac:
4596           Require CVS of core for new API in collectpads.
4597
4598         * gst/adder/gstadder.c:
4599           Use new API to make adder sparse stream aware.
4600
4601 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4602
4603         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4604         (no_more_pads_cb):
4605         Get the object data correct so that we can remove our channels
4606         correctly.
4607
4608         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4609         (gen_vis_chain), (gst_play_sink_reconfigure),
4610         (gst_play_sink_request_pad):
4611         Add option to disable async behaviour in the sinks when possible. This
4612         makes it possible to avoid an audio queue when dealing with
4613         visualisations.
4614         Add option to add a queue for the audio path.
4615
4616         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4617         (main):
4618         Disable the vis checkbox to match the defaults of playbin2.
4619         Only get the stream info when we need to.
4620
4621 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4622
4623         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4624         (gst_gio_base_sink_set_stream):
4625         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4626         (gst_gio_base_src_set_stream):
4627         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4628         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4629         Don't use async operations as they require a running main loop.
4630         This makes us block again when closing streams and unable
4631         to mount the enclosing volume of an URI if it isn't yet.
4632
4633 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4634
4635         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4636         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4637         (gen_vis_chain), (gst_play_sink_reconfigure),
4638         (gst_play_sink_request_pad):
4639         Move tee in front of the audio and vis pipelines.
4640         Add queue for audio for now.
4641         Add visualisation support.
4642
4643         * tests/examples/seek/seek.c: (main):
4644         Visualisation is by default disabled.
4645
4646 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4647
4648         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4649         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4650         Improve debugging a bit.
4651
4652         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4653         * ext/gio/gstgiosink.h:
4654         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4655         * ext/gio/gstgiosrc.h:
4656         Try to mount the enclosing volume of a GFile if it isn't mounted
4657         yet. This requires us to wait for an async operation to finish, done
4658         with an nested GMainLoop. Authentication is not supported yet, will
4659         come later.
4660
4661 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4662
4663         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4664         (gst_play_bin_set_property), (gst_play_bin_get_property),
4665         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4666         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4667         (gst_play_sink_get_mute), (gen_audio_chain):
4668         * gst/playback/gstplaysink.h:
4669         Add mute property.
4670
4671         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4672         (gst_selector_pad_chain):
4673         * gst/playback/gststreamselector.h:
4674         Make sure we forward the event only once.
4675
4676         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4677         Add and implement the mute button for playbin2.
4678
4679 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4680
4681         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4682
4683         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4684         Add some more debug info.
4685         Make sure we never return a negative delay. Fixes #516246.
4686
4687 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4688
4689         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4690           Revert patch that makes the sink hold the object lock when
4691           calling snd_pcm_delay(), since it breaks playback for me.
4692
4693 2008-02-12  Julien Moutte  <julien@fluendo.com>
4694
4695         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4696         some seek flags when changing rate.
4697
4698 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4699
4700         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4701         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4702         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4703         Fix potential leaks.
4704
4705         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4706         Fix leak when there is no function configured.
4707
4708 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4709
4710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4711         (gst_v4lsrc_buffer_finalize):
4712         Correctly chain up the finalize method.
4713
4714 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4715
4716         * ext/gio/gstgiostreamsink.c:
4717         * ext/gio/gstgiostreamsrc.c:
4718         Add documentation and example code for giostreamsink/giostreamsrc.
4719
4720         * tests/check/pipelines/gio.c: (GST_START_TEST):
4721         Ask the GMemoryOutputStream for the data instead of assuming that
4722         the pointer to the data stayed the same. It could've been realloc'ed.
4723
4724 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4725
4726         * ext/gio/gstgiosink.c:
4727         * ext/gio/gstgiosrc.c:
4728         Make the documentation of giosink/giosrc complete, large parts
4729         are based on the gnomevfssink/gnomevfssrc docs.
4730
4731 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4732
4733         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4734         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4735         * docs/plugins/gst-plugins-base-plugins.args:
4736         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4737         * docs/plugins/gst-plugins-base-plugins.interfaces:
4738         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4739         * docs/plugins/gst-plugins-base-plugins.signals:
4740         * docs/plugins/inspect/plugin-adder.xml:
4741         * docs/plugins/inspect/plugin-audioconvert.xml:
4742         * docs/plugins/inspect/plugin-audiorate.xml:
4743         * docs/plugins/inspect/plugin-audioresample.xml:
4744         * docs/plugins/inspect/plugin-decodebin.xml:
4745         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4746         * docs/plugins/inspect/plugin-gdp.xml:
4747         * docs/plugins/inspect/plugin-gio.xml:
4748         * docs/plugins/inspect/plugin-gnomevfs.xml:
4749         * docs/plugins/inspect/plugin-libvisual.xml:
4750         * docs/plugins/inspect/plugin-ogg.xml:
4751         * docs/plugins/inspect/plugin-pango.xml:
4752         * docs/plugins/inspect/plugin-playback.xml:
4753         * docs/plugins/inspect/plugin-queue2.xml:
4754         * docs/plugins/inspect/plugin-subparse.xml:
4755         * docs/plugins/inspect/plugin-theora.xml:
4756         * docs/plugins/inspect/plugin-uridecodebin.xml:
4757         * docs/plugins/inspect/plugin-videorate.xml:
4758         * docs/plugins/inspect/plugin-videoscale.xml:
4759         * docs/plugins/inspect/plugin-volume.xml:
4760         * docs/plugins/inspect/plugin-vorbis.xml:
4761         Add the GIO documentation again and while at that run make update.
4762
4763 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4766         * ext/alsa/gstalsasink.c: (set_swparams):
4767         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4768           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4769           against libasound >= 1.0.16, since it's been deprecated in
4770           0.10.16, and alignment is always 1 then, apparently. (#512899)
4771
4772 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         * gst/playback/gstplaybin.c: (gen_audio_element):
4775         * gst/playback/gstplaysink.c: (gen_audio_chain):
4776           Handle case where we can't create the volume element a bit
4777           better (#514307).
4778
4779 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4780
4781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4782         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4783           Add support for https protocol. Fixes #510229.
4784
4785 2008-02-11  Julien Moutte  <julien@fluendo.com>
4786         
4787         Patch by: Alan Peevers <peeves@pacbell.net>
4788
4789         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4790         lock when calling alsa methods.
4791
4792 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/typefind/gsttypefindfunctions.c:
4795           Bump rank of jpeg and png typefinders, which will return maximum
4796           probability in the most common cases (thus short-circuiting more
4797           expensive typefinders like the mp3 one for these two quite common
4798           image types).
4799
4800 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         * ext/theora/theoraparse.c:
4803         Fix long description of the theora parser to be more verbose than just
4804         the type name.
4805
4806 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4807
4808         Patch by: Branko Čibej <brane at xbc dot nu>
4809
4810         * sys/xvimage/xvimagesink.c:
4811         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4812         Fixes bug #515654.
4813
4814 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4815
4816         * gst/playback/gstplaybasebin.c:
4817         Set is_dynamic as True if there are elements with both request
4818         and sometimes src pad templates instead of breaking out when it
4819         finds the first pad template that is a src.
4820
4821 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4822
4823         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4824         (update_streams), (video_combo_cb), (audio_combo_cb),
4825         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4826         Add some stream switching and volume gui for playbin2.
4827
4828 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4829
4830         * gst/playback/gstplay-marshal.list:
4831         Added marshal for streamselector Tags.
4832
4833         * gst/playback/gstplaybasebin.c: (set_active_source):
4834         Streamselector now selects pads based on the pad object instead of its
4835         name.
4836
4837         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4838         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4839         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4840         (gst_play_bin_get_text_tags),
4841         (gst_play_bin_set_current_video_stream),
4842         (gst_play_bin_set_current_audio_stream),
4843         (gst_play_bin_set_current_text_stream),
4844         (gst_play_bin_set_property), (gst_play_bin_get_property),
4845         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4846         Remove option to mute streams with the current-a/v/t property, we have
4847         this functionality in the flags.
4848         Add signals to notify when the number of A/V/T channels changed.
4849         Add action signals to get tags for the A/V/T streams.
4850         Implement setting the current A/V/T stream.
4851         Rearrange some things to simplify stream selection.
4852         Implement volume.
4853
4854         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4855         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4856         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4857         (activate_vis), (gst_play_sink_reconfigure):
4858         * gst/playback/gstplaysink.h:
4859         Add and implement volume setting methods.
4860
4861         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4862         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4863         (gst_selector_pad_event), (gst_stream_selector_class_init),
4864         (gst_stream_selector_init), (gst_stream_selector_finalize),
4865         (gst_stream_selector_set_property),
4866         (gst_stream_selector_get_property),
4867         (gst_stream_selector_get_linked_pad),
4868         (gst_stream_selector_request_new_pad):
4869         * gst/playback/gststreamselector.h:
4870         Add pad properties for tags and status of pads.
4871         Keep tags on pads.
4872         Make active pad selection based on pad object instead of name.
4873
4874 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4875
4876         * configure.ac:
4877           Revert last change as we now check in gtk-doc.m4 for sed.
4878
4879 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4880
4881         * configure.ac:
4882         Find and subst SED when building the docs.
4883
4884 2008-02-08  Julien Moutte  <julien@fluendo.com>
4885
4886         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4887         (main): Make sure bus signals are reconnected when pressing STOP
4888         and then PLAY again for a parse launch pipeline. Fix a ref leak
4889         on the bus.
4890         * win32/common/config.h: Updated.
4891
4892 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4893
4894         * configure.ac:
4895         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4896         pre-releases or releases.
4897
4898 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4899
4900         * configure.ac:
4901         * ext/gio/Makefile.am:
4902         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4903         reporting
4904
4905 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4906
4907         * docs/plugins/Makefile.am:
4908         Add the headers which need scanning for the GIO plugin. The rest of
4909         the docs still need migrating.
4910
4911 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4912
4913         * ext/Makefile.am:
4914         * tests/check/Makefile.am:
4915         * tests/check/pipelines/.cvsignore:
4916         Add gio in a few more places.
4917
4918 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4919
4920         * configure.ac:
4921         * ext/Makefile.am:
4922         * tests/check/Makefile.am:
4923         Move gio plugin from -bad and mark as experimental.
4924
4925 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4926
4927         * gst-libs/gst/interfaces/mixeroptions.c:
4928         * gst-libs/gst/interfaces/mixertrack.c:
4929         Comment out a couple of other things which break the build when
4930         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4931
4932 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * docs/libs/gst-plugins-base-libs-sections.txt:
4935           Fix pbutils header.
4936
4937 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4938
4939         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4940         Fix compiler warning.
4941
4942 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4943
4944         Patch by: Peter Kjellerstedt  <pkj at axis com>
4945
4946         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4947         Clear the addrinfo struct using memset. Fixes #514937.
4948
4949 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4950
4951         * gst/tcp/gstfdset.h:
4952         Remove unused field to same some memory.
4953
4954         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4955         Mark action signals as such.
4956
4957 2008-02-06  Michael Smith <msmith@fluendo.com>
4958
4959         * ext/theora/theoradec.c: (_theora_granule_frame),
4960         (_inc_granulepos):
4961           Increment granulepos for new-bitstream versions appropriately.
4962           Fixes #514623.
4963
4964 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4965
4966         * tests/examples/seek/seek.c: (do_seek),
4967         (rate_spinbutton_changed_cb), (update_streams), (main):
4968         Remove obsolete stream_time reset after flushing seek, core does that
4969         automatically now.
4970         Improve accuracy of speed spinbutton.
4971         Only do playbin2 stuff when we actually use it.
4972
4973 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4974
4975         * tests/check/Makefile.am:
4976           Revert previous change of the test environment's GST_PLUGIN_PATH.
4977           The problem is not with the plugins, but with element factories
4978           and only occurs if elements are split out from existing plugins
4979           or if plugins change name (see #512740).
4980
4981 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4982
4983         * tests/check/Makefile.am:
4984           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4985           with the core's plugins first and our local build directories last,
4986           since we might be building against an installed core, and that
4987           core's plugin directory may contain older or other versions of
4988           our own -base plugins, but we really do want to test our local
4989           ones (if there are multiple plugins or element factories with the
4990           same name, those inspected last will trump those read in earlier).
4991           Fixes #512740 for the most part.
4992
4993 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4994
4995         * configure.ac:
4996         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4997         Use gmtime_r if available as gmtime is not MT-safe.
4998         Fixes bug #511810.
4999
5000 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5001
5002         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5003         Cast glong to time_t as time_t might have a different type on
5004         other platforms, like FreeBSD, and we get a compiler warning
5005         otherwise. Fixes bug #511825.
5006
5007 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5008
5009         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5010         (get_group), (get_n_pads), (gst_play_bin_get_property),
5011         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5012         (autoplug_select_cb), (deactivate_group):
5013         Remove stream-info, we going for something easier.
5014         Refactor getting the current group.
5015         Implement getting the number of audio/video/text streams.
5016
5017         * gst/playback/gststreamselector.c:
5018         (gst_stream_selector_class_init), (gst_stream_selector_init),
5019         (gst_stream_selector_get_property),
5020         (gst_stream_selector_request_new_pad),
5021         (gst_stream_selector_release_pad):
5022         * gst/playback/gststreamselector.h:
5023         Add property for number of pads.
5024
5025         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5026         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5027         (text_toggle_cb), (update_streams), (msg_async_done),
5028         (msg_state_changed), (main):
5029         Block slider callback when updating the slider position.
5030         Add gui elements for controlling playbin2.
5031         Add callback for async_done that updates position/duration.
5032
5033 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5034
5035         * docs/plugins/Makefile.am:
5036         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5037         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5038         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5039         * docs/plugins/gst-plugins-base-plugins.interfaces:
5040         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5041           First round of plugin docs cleansups.
5042
5043         * docs/plugins/inspect/plugin-adder.xml:
5044         * docs/plugins/inspect/plugin-alsa.xml:
5045         * docs/plugins/inspect/plugin-audioconvert.xml:
5046         * docs/plugins/inspect/plugin-audiorate.xml:
5047         * docs/plugins/inspect/plugin-audioresample.xml:
5048         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5049         * docs/plugins/inspect/plugin-cdparanoia.xml:
5050         * docs/plugins/inspect/plugin-decodebin.xml:
5051         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5052         * docs/plugins/inspect/plugin-gdp.xml:
5053         * docs/plugins/inspect/plugin-gnomevfs.xml:
5054         * docs/plugins/inspect/plugin-libvisual.xml:
5055         * docs/plugins/inspect/plugin-ogg.xml:
5056         * docs/plugins/inspect/plugin-pango.xml:
5057         * docs/plugins/inspect/plugin-subparse.xml:
5058         * docs/plugins/inspect/plugin-tcp.xml:
5059         * docs/plugins/inspect/plugin-theora.xml:
5060         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5061         * docs/plugins/inspect/plugin-video4linux.xml:
5062         * docs/plugins/inspect/plugin-videorate.xml:
5063         * docs/plugins/inspect/plugin-videoscale.xml:
5064         * docs/plugins/inspect/plugin-videotestsrc.xml:
5065         * docs/plugins/inspect/plugin-volume.xml:
5066         * docs/plugins/inspect/plugin-vorbis.xml:
5067         * docs/plugins/inspect/plugin-ximagesink.xml:
5068         * docs/plugins/inspect/plugin-xvimagesink.xml:
5069           Regenerate.
5070
5071         * ext/ogg/Makefile.am:
5072         * ext/ogg/gstoggmux.c:
5073         * ext/ogg/gstoggmux.h:
5074           Add header for oggmux. the c-file needs a doc blob still.
5075
5076 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5077
5078         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5079
5080         * gst-libs/gst/rtp/gstrtpbuffer.c:
5081         (gst_rtp_buffer_set_extension_data):
5082         * gst-libs/gst/rtp/gstrtpbuffer.h:
5083         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5084         Add gst_rtp_buffer_set_extension_data() 
5085         Add a unit test for this addition. Fixes #511478.
5086         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5087
5088 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5089
5090         * configure.ac:
5091         Back to CVS
5092
5093 === release 0.10.17 ===
5094
5095 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5096
5097         * configure.ac:
5098           releasing 0.10.17, "Peanut Butter and Jelly"
5099
5100 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5101
5102         * gst-libs/gst/interfaces/mixeroptions.c:
5103         * gst-libs/gst/interfaces/mixertrack.c:
5104         Also remove the conditional registration of the signals
5105         that disappeared with the ABI change in 0.10.14
5106
5107 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5108
5109         * gst-libs/gst/rtsp/gstrtspconnection.c:
5110         Revert patch to gstrtspconnection.c for brown paper bag
5111         release of -base. Re-opens: #511825
5112
5113 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5114
5115         * gst-libs/gst/interfaces/mixeroptions.h:
5116         * gst-libs/gst/interfaces/mixertrack.h:
5117         Change the way these deprecated function pointers are removed
5118         so that the compiled ABI is unconditionally smaller. This 
5119         sets in stone an ABI break that actually occurred when the
5120         things were deprecated in 0.10.14, which seems to be the best
5121         fix as the only known users are oss-mixer and sunaudio-mixer in 
5122         gst-plugins-good.
5123         Fixes: #513018
5124
5125 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         * win32/common/libgstpbutils.def:
5128           Export the two new _get_type() functions which are needed
5129           by the python bindings.
5130
5131 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5132
5133         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5134         Cast glong to time_t as time_t might have a different type on
5135         other platforms, like FreeBSD, and we get a compiler warning
5136         otherwise. Fixes bug #511825.
5137
5138 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5139
5140         * gst-libs/gst/audio/gstaudiofilter.c:
5141         (gst_audio_filter_class_init):
5142         Initialize the GstRingerBuffer class to get it's debug category
5143         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5144         category and otherwise we get some g_critical(). Fixes bug #512334.
5145
5146 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5147
5148         * configure.ac:
5149         Back to CVS
5150
5151 === release 0.10.16 ===
5152
5153 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5154
5155         * configure.ac:
5156           releasing 0.10.16, "Scheduled Interruption"
5157
5158 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5159
5160         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5161
5162         * gst-libs/gst/rtp/gstrtpbuffer.c:
5163         (gst_rtp_buffer_get_extension_data):
5164         Fix typos and wrong extension check. Fixes #511274.
5165
5166 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5167
5168         * po/sk.po:
5169         Oops - add new sk.po mentioned in the LINGUAS I just committed
5170
5171 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5172
5173         * po/LINGUAS:
5174         Add ca translation to the disted list.
5175
5176         * win32/vs6/libgstsdp.dsp:
5177         Convert line endings to CRLF
5178
5179 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5180
5181         * win32/MANIFEST:
5182         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5183
5184 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5185
5186         * win32/common/libgstsdp.def:
5187         * win32/common/libgstvideo.def:
5188         Add new API declarations
5189
5190 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5191
5192         * ext/theora/gsttheoradec.h:
5193         * ext/theora/gsttheoraparse.h:
5194         * ext/theora/theoradec.c:
5195         * ext/theora/theoraparse.c:
5196         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5197         and parser by inspecting the bitstream version of the incoming data.
5198
5199 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5200
5201         * configure.ac:
5202         * pkgconfig/Makefile.am:
5203         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5204         * pkgconfig/gstreamer-audio.pc.in:
5205         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5206         * pkgconfig/gstreamer-cdda.pc.in:
5207         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5208         * pkgconfig/gstreamer-fft.pc.in:
5209         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5210         * pkgconfig/gstreamer-floatcast.pc.in:
5211         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5212         * pkgconfig/gstreamer-interfaces.pc.in:
5213         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5214         * pkgconfig/gstreamer-netbuffer.pc.in:
5215         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5216         * pkgconfig/gstreamer-pbutils.pc.in:
5217         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5218         * pkgconfig/gstreamer-riff.pc.in:
5219         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5220         * pkgconfig/gstreamer-rtp.pc.in:
5221         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5222         * pkgconfig/gstreamer-rtsp.pc.in:
5223         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5224         * pkgconfig/gstreamer-sdp.pc.in:
5225         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5226         * pkgconfig/gstreamer-tag.pc.in:
5227         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5228         * pkgconfig/gstreamer-video.pc.in:
5229         Provide one pkg-config file for every gst-plugins-base library.
5230         This makes linking to those libraries much more intuitive and
5231         provides standard pkg-config behaviour for them. Fixes bug #499697.
5232
5233 2008-01-13  David Schleef  <ds@schleef.org>
5234
5235         * gst/videoscale/vs_4tap.c:
5236           Fix valgrind error on 4tap scaling method.
5237
5238 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5239
5240         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5241         Include Winsock2.h for VS6 and use a different way initialize
5242         hints structure so it can build with VS6.
5243         * win32/MANIFEST:
5244         * win32/vs6/libgstsdp.dsp:
5245         * win32/common/libgstsdp.def:
5246         Add new files for libgstsdp.
5247         * win32/vs6/grammar.dsp:
5248         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5249         * win32/vs6/gst_plugins_base.dsw:
5250         * win32/vs6/libgstdecodebin.dsp:
5251         * win32/vs6/libgstdecodebin2.dsp:
5252         * win32/vs6/libgstplaybin.dsp:
5253         * win32/vs6/libgstvolume.dsp:
5254         Add new dependencies to the link list.
5255
5256 2008-01-13  Julien Moutte  <julien@fluendo.com>
5257
5258         * win32/common/config.h:
5259         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5260         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5261         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5262         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5263         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5264         * win32/common/interfaces-enumtypes.c:
5265         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5266         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5267         (gst_mixer_track_flags_get_type),
5268         (gst_tuner_channel_flags_get_type):
5269         * win32/common/multichannel-enumtypes.c:
5270         (gst_audio_channel_position_get_type):
5271         * win32/common/pbutils-enumtypes.c:
5272         (gst_install_plugins_return_get_type):
5273         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5274         in the win32 build directory.
5275
5276 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5277
5278         * tests/check/Makefile.am:
5279         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5280
5281         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5282         * tests/check/elements/playbin.c:
5283         * tests/check/libs/mixer.c: (test_element_interface_supported),
5284         (gst_implements_interface_init):
5285         * tests/check/libs/rtp.c: (GST_START_TEST):
5286         Fix various assignment type mismatches.
5287
5288 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5289
5290         * configure.ac:
5291         * gst-libs/gst/rtsp/Makefile.am:
5292         Add test to see if hstrerror is available or if we need libresolv
5293         (Solaris) for it, then use it in libgstrtsp.
5294
5295 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5296
5297         * gst-libs/gst/tag/Makefile.am:
5298         Fix include path order
5299
5300 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5301
5302         * gst-libs/gst/pbutils/install-plugins.c:
5303         (gst_install_plugins_context_copy),
5304         (gst_install_plugins_context_get_type):
5305         * gst-libs/gst/pbutils/install-plugins.h:
5306         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5307         for bindings.
5308
5309 2008-01-11  Michael Smith <msmith@fluendo.com>
5310
5311         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5312         (_theora_granule_frame), (_theora_granule_start_time),
5313         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5314           Adapt for post-alpha meaning of granulepos, when we
5315           have a newer version of libtheora.
5316         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5317         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5318         (theora_enc_is_discontinuous), (theora_enc_chain):
5319           Likewise.
5320         * tests/check/Makefile.am:
5321           Link libtheora into theoraenc test so we can check which version of
5322           libtheora we're testing against.
5323         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5324         (check_buffer_granulepos),
5325         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5326         (theoraenc_suite):
5327           Adapt tests to check the values that are now defined for theora; make
5328           the tests backwards-adapt the passed values if we're running against an
5329           old libtheora.
5330           Fixes #497964
5331
5332 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5333
5334         * gst-libs/gst/audio/gstbaseaudiosink.c:
5335           (gst_base_audio_sink_class_init):
5336         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5337           (gst_base_audio_src_class_init):
5338           Ref audio clock class from a thread-safe context to make sure
5339           we're not bit by GObjects lack of thread-safety here (#349410),
5340            however unlikely that may be in practice.
5341
5342 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5343
5344         * autogen.sh:
5345           Add -Wno-portability to the automake parameters to stop warnings
5346           about GNU make extensions being used. We require GNU make in almost
5347           every Makefile anyway.
5348           
5349         * configure.ac:
5350           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5351           at the same time is required for per target flags.
5352
5353 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5356           Post an error message if we can't pull as many bytes as we need
5357           for the tag. This makes sure the user gets to see a proper error
5358           message if a file with a partial ID3 tag is fed to decodebin, and
5359           not a 'no ID3 tag demuxer' error, which would be confusing
5360           (see #508138).
5361
5362 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * gst-libs/gst/pbutils/descriptions.c: (formats):
5365           Add description strings for ID3, APE, and ICY tags.
5366
5367 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         * gst/playback/gstdecodebin.c: (try_to_link_1):
5370           Make sure we error out correctly if we can't activate one of
5371           the elements we've added.  Fixes #508138.
5372           
5373 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5374
5375         Patch by: Bastien Nocera <hadess at hadess net>
5376
5377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5378           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5379           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5380           the volume is the same for all channels. This works around
5381           some problem in alsa that leaves us with inconsistent state
5382           for some reason (#486840).
5383
5384 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5385
5386         Patch by: Jerone Young <jerone at gmail com>
5387
5388         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5389           If there's no mixer track by the name of 'Master' or 'Front',
5390           check if there's one called 'PCM' before trying the generic
5391           fallback logic (fixes #506928, where we pick 'Mic' as master
5392           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5393
5394 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5395
5396         * gst/playback/gstplay-enum.c:
5397         (register_gst_autoplug_select_result),
5398         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5399         (gst_play_flags_get_type):
5400         * gst/playback/gstplay-enum.h:
5401         Add enums for configuration flags.
5402
5403         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5404         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5405         (gst_play_bin_get_property), (no_more_pads_cb),
5406         (autoplug_select_cb), (gst_play_bin_change_state):
5407         Merge mode with flags.
5408         Add more property getters/setters, defaults and docs.
5409         Add properties to get number of audio/video/text streams.
5410         Create sink object in _init so that we can always rely on it being
5411         there.
5412
5413         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5414         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5415         (activate_vis), (gst_play_sink_reconfigure),
5416         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5417         (gst_play_sink_change_state):
5418         * gst/playback/gstplaysink.h:
5419         Use flags to configure the sink pipelines.
5420         Add tee before audio pipeline so that we can use it for visualisations.
5421         Start working on integrating visualisations.
5422         Remove mode, we can do everything with the flags now.
5423         Add method to configue the sink pipeline.
5424
5425 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5426
5427         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5428           (check_buffer_timestamp), (check_buffer_duration):
5429           Turn these functions into macros so we can see right away
5430           where the failure occured.
5431
5432 2008-01-05  Julien Moutte  <julien@fluendo.com>
5433
5434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5435         debugging information to understand how X calculates the stride
5436         for XvImages.
5437
5438 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5439
5440         * gst/volume/Makefile.am:
5441         * gst/volume/gstvolume.c: (volume_choose_func),
5442         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5443         (volume_setup):
5444         * gst/volume/gstvolume.h:
5445         Use GstAudioFilter as base class for the volume element instead of
5446         plain GstBaseTransform.
5447
5448 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5451         Don't set element details for the abstract GstAudioFilter class.
5452
5453 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5454
5455         * gst-libs/gst/audio/gstaudiofilter.c:
5456         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5457         Implement get_unit_size() vmethod of GstBaseTransform.
5458
5459 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5460
5461         * gst-libs/gst/pbutils/Makefile.am:
5462         * gst-libs/gst/pbutils/pbutils.h:
5463         Use glib-enum generator to have a proper enum GType for
5464         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5465
5466 2007-12-31  David Schleef  <ds@schleef.org>
5467
5468         * tests/check/Makefile.am:
5469         * tests/check/pipelines/theoraenc.c:
5470           Reenable theoraenc test, which fails on the buildbot but
5471           not locally.
5472
5473 2007-12-31  David Schleef  <ds@schleef.org>
5474
5475         * docs/libs/.cvsignore:
5476         * docs/plugins/.cvsignore:
5477           Add *-undeclared.txt to fix buildbot.
5478
5479 2007-12-31  David Schleef  <ds@schleef.org>
5480
5481         * tests/check/Makefile.am:
5482           Second attempt at disabling theoraenc test long enough to
5483           get buildbot to compile -base.
5484
5485 2007-12-31  David Schleef  <ds@schleef.org>
5486
5487         * tests/check/pipelines/theoraenc.c:
5488           Disable theoraenc test long enough to get the buildbot to
5489           compile a recent -base.
5490
5491 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5492
5493         * tests/examples/seek/seek.c: (stop_cb):
5494         Make sure we reset the slider value to 0.0 without racing against a
5495         possible g_idle that sets it to something else.
5496
5497 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5498
5499         * sys/ximage/ximagesink.c:
5500         fix typo
5501
5502 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5503
5504         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5505         * gst-libs/gst/rtsp/gstrtspdefs.h:
5506         Add Location header so that we can start implementing redirects.
5507         See #506025.
5508
5509 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5510
5511         * gst/subparse/gstssaparse.c:
5512         combine if's
5513
5514 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5515
5516         * gst/subparse/gstssaparse.c:
5517         remove duplicate log message
5518
5519 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5520
5521         * ext/libvisual/visual.c: (gst_visual_chain):
5522         Fix 'xyz may be used uninitialized' compiler warnings caused
5523         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5524         abort() in any case but properly report the error.
5525
5526 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5527
5528         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5529         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5530         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5531         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5532         (autoplug_select_cb), (activate_group), (deactivate_group),
5533         (setup_next_source), (save_current_group),
5534         (gst_play_bin_change_state):
5535         Code cleanups.
5536         Remove next-uri, we can use the uri property just fine.
5537         Fix some crasher.
5538         Unref uridecodebin when switching.
5539         Fix going to READY.
5540
5541         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5542         (gst_play_sink_init), (gst_play_sink_dispose),
5543         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5544         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5545         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5546         (gst_play_sink_set_property), (gst_play_sink_get_property),
5547         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5548         (gen_vis_element), (gst_play_sink_get_mode),
5549         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5550         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5551         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5552         (gst_play_sink_change_state):
5553         * gst/playback/gstplaysink.h:
5554         Add some locking to make things threadsafe.
5555
5556         * gst/playback/test7.c: (about_to_finish_cb):
5557         Fix test.
5558
5559 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5562           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5563           (gst_video_scale_transform):
5564           Don't claim to be able to handle/transform caps that can't really
5565           be handled by the currently selected scaling method (here: RGB or
5566           packed YUV with 4-tap method). Also add locking to method property.
5567
5568         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5569           (test_basetransform_based):
5570           Some test pipelines for the above (not entirely valgrind clean yet
5571           apparently).
5572
5573 2007-12-21  David Schleef  <ds@schleef.org>
5574
5575         * gst-libs/gst/video/video.c:
5576         * gst-libs/gst/video/video.h:
5577           Add additional RGBA and RGB-24 video formats.
5578
5579 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5580
5581         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5582           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5583           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5584         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5585           (cddabasesrc_suite):
5586           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5587           deprecated in the future (see #498924).
5588
5589 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5590
5591         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5592           Don't leak event.
5593
5594 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5595
5596         * gst-libs/gst/riff/riff-read.c:
5597         Use GST_ROUND_UP_2 macro
5598
5599 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * gst/playback/.cvsignore:
5602           Ignore more.
5603
5604 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5607         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5608           (set_active_source):
5609         * gst/playback/gstplaybasebin.h:
5610         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5611           (setup_sinks), (playbin_set_subtitles_visible):
5612           Make switching off of subtitles work. To avoid all kind of
5613           problems with unlinking of the subtitle input, we just keep
5614           the subtitle inputs linked as they are and tell textoverlay
5615           not to render them. Fixes #373011.
5616           Other subtitle switching issues (esp. when there are both
5617           external and in-stream subtitles) remain. They'll be solved
5618           in playbin2.
5619
5620 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5621
5622         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5623         Init the pad segment too.
5624
5625 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5626
5627         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5628         (gst_audioringbuffer_open_device),
5629         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5630         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5631         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5632         (gst_audio_sink_create_ringbuffer):
5633         Improve debug output.
5634
5635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5636         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5637         Prevent some functions from doing things and failing when the
5638         ringbuffer is not yet acquired.
5639
5640 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5641
5642         * gst-libs/gst/interfaces/interfaces.h:
5643           Also remove interfaces.h from CVS as it is not needed anymore.
5644
5645 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5646
5647         * gst-libs/gst/interfaces/Makefile.am:
5648           interfaces.h is not used anymore so remove it from the build
5649           process.
5650
5651 2007-12-17  David Schleef  <ds@schleef.org>
5652
5653         * gst/videotestsrc/gstvideotestsrc.c:
5654         * gst/videotestsrc/gstvideotestsrc.h:
5655           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5656           for testing vertical refresh synchronization.
5657
5658 2007-12-17  David Schleef  <ds@schleef.org>
5659
5660         * docs/libs/gst-plugins-base-libs-sections.txt:
5661         * gst-libs/gst/video/video.c:
5662         * gst-libs/gst/video/video.h:
5663           Add new GstVideFormat enum and write a bunch of helper functions
5664           based around it.
5665
5666 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5667
5668         * Makefile.am:
5669           Use new common/win32.mak.
5670
5671 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5672
5673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5674         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5675         Add debug info.
5676         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5677         the parent state change function, just like the audiosink, because the
5678         parent waits for the element to finish its processing before completing
5679         the state change. This makes going to PAUSED a lot snappier.
5680         When going from READY to PAUSED, don't allow the ringbuffer to start
5681         yet.
5682
5683 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5684
5685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5686         Yet another fix for broken software that produce files with an empty
5687         blockalign field. Instead of completely failing, make a second attempt
5688         at guessing the width/depth by looking at strf->size.
5689
5690 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5693           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5694         * gst-libs/gst/pbutils/install-plugins.c:
5695           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5696         * gst-libs/gst/pbutils/missing-plugins.c:
5697           (gst_missing_plugin_message_get_installer_detail),
5698           (gst_missing_encoder_installer_detail_new):
5699         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5700         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5701           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5702           avoid compiler warnings (#503930).
5703
5704 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5705
5706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5707         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5708         for jpeg video streams.
5709         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5710         for the above modification.
5711
5712 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5715           (gst_x_overlay_handle_events):
5716           More guards (we don't want klass to end up being NULL).
5717
5718 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5719
5720         * configure.ac:
5721         * gst/volume/gstvolume.c: (gst_volume_init):
5722           Use new gst_base_transform_set_gap_aware() function as volume
5723           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5724           for this.
5725
5726 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5727
5728         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5729         Don't go to READY on EOS as this avoids testing of seeking and
5730         restarting after EOS, use the stop button when you want to READY.
5731         Don't try to do a flushing seek in segment-done, it does not make
5732         sense to use this for gapless playback and is not needed.
5733
5734 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5735
5736         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5737         (reset_rate_timer), (update_in_rates), (update_out_rates),
5738         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5739         (gst_queue_chain), (gst_queue_loop):
5740         Use separate timers for input and output rates.
5741         Pause measuring the output rate when we block for more data.
5742         See #503262.
5743
5744 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5745
5746         * gst/playback/gstqueue2.c: (gst_queue_chain):
5747         Pause the timer to measure the input rate when we block because the
5748         queue is filled. See #503262.
5749
5750 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5751
5752         Patch by: Peter Kjellerstedt  <pkj at axis com>
5753
5754         * gst-libs/gst/rtsp/gstrtspconnection.c:
5755         (gst_rtsp_connection_free):
5756         Close control sockets. Fixes #503440.
5757
5758 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5759
5760         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5761         Expose the right pad in the right place with the right element.
5762
5763 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5764
5765         * gst-libs/gst/pbutils/descriptions.c: (formats):
5766           Add description for 'private' dts caps (who come up with that name?).
5767
5768 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         * Makefile.am:
5771           Add check-exports target and run it with 'make check'.
5772
5773         * configure.ac:
5774           Be stricter about what we export in our libraries: change regexp so that
5775           we only export _gst_foo(), but not __gst_foo().
5776
5777         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5778         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5779           Change internal functions to __gst_foo so they dont' get exported.
5780
5781         * win32/common/libgstaudio.def:
5782           Add missing symbols.
5783
5784 2007-12-11  David Schleef  <ds@schleef.org>
5785
5786         * ChangeLog: remove conflict markers
5787
5788 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5789
5790         * ext/gnomevfs/Makefile.am:
5791         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5792           Use gst_tag_freeform_string_to_utf8() here, which also takes
5793           into account any character sets specified by the user via
5794           environment variables.
5795
5796 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5797
5798         * gst/audioconvert/Makefile.am:
5799         Also link to libm.
5800
5801 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5802
5803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5804         No need for floating point operations here. avoids having to link
5805         against the math library too.
5806
5807 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst-libs/gst/pbutils/descriptions.c: (formats),
5810           (format_info_get_desc):
5811         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5812           (GST_START_TEST):
5813           Add one or two missing formats.  Generate ADPCM description
5814           dynamically depending on layout/format.
5815
5816 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * configure.ac:
5819           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5820
5821 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5824
5825         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5826           Some .srt files start with chunk number 0 and not chunk number 1,
5827           recognise and accept those as well (fixes #502497).
5828
5829         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5830           (test_src):
5831           Add unit test for the above.
5832
5833 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5834
5835         * gst/playback/gstplay-enum.c:
5836         (register_gst_autoplug_select_result),
5837         (gst_autoplug_select_result_get_type):
5838         * gst/playback/gstplay-enum.h:
5839         Add missing files.
5840
5841 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5842
5843         * gst/playback/Makefile.am:
5844         Group decodebin2 and uridecodebin into the same plugin so that they
5845         can share the GEnumType.
5846
5847         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5848         (_gst_select_accumulator), (gst_decode_bin_class_init),
5849         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5850         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5851         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5852         Add signal to sort factories instead of the more awkward autoplug-select
5853         signal.
5854         Modify autoplug_select so that we can try, skip or expose the
5855         autopluggin of an element on a pad.
5856
5857         * gst/playback/gstfactorylists.c: (compare_ranks),
5858         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5859         (element_filter), (gst_factory_list_get_elements),
5860         (gst_factory_list_debug), (gst_factory_list_filter):
5861         * gst/playback/gstfactorylists.h:
5862         Simplify the API, allow getting elements based on mask.
5863
5864         * gst/playback/gstplay-marshal.list:
5865         Add some more marshallers.
5866
5867         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5868         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5869         (autoplug_select_cb), (activate_group):
5870         Add support for managing non-raw sinks by providing a custom element and
5871         sink list to decodebin2.
5872         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5873         decodebin2.
5874
5875         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5876         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5877         * gst/playback/gstplaysink.h:
5878         Add support for raw and non-raw sinks. 
5879         Add support to force sinks selected by playbin2.
5880         Don't plug raw converters for non-raw sinks.
5881
5882         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5883         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5884         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5885         (plugin_init):
5886         Use right accumulators.
5887         Proxy new signal.
5888
5889 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5890
5891         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5892         Use runnning time as the base time instead of the timestamp.
5893         Spotted by Saur on IRC.
5894
5895 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5896
5897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5898         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5899
5900 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5901
5902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5903         (gst_ogg_demux_read_chain):
5904         If we find a new serial number but it does not contain a BOS page, make
5905         sure we initialize the chain to NULL because else we will try to scan it
5906         and crash. Fixes #500763
5907
5908 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5909
5910         * gst/playback/Makefile.am:
5911         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5912         (get_feature_array), (decoders_filter), (sinks_filter),
5913         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5914         (gst_factory_list_filter):
5915         * gst/playback/gstfactorylists.h:
5916         Refactor some common code to filter factories and check caps compat.
5917
5918         * gst/playback/gstdecodebin.c:
5919         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5920         (gst_decode_bin_init), (gst_decode_bin_dispose),
5921         (gst_decode_bin_autoplug_continue),
5922         (gst_decode_bin_autoplug_factories),
5923         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5924         (find_compatibles):
5925         * gst/playback/gstplaybin.c:
5926         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5927         (gst_play_bin_init), (gst_play_bin_finalize),
5928         (autoplug_factories_cb), (activate_group):
5929         * gst/playback/gstqueue2.c:
5930         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5931         (proxy_autoplug_continue_signal),
5932         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5933         (proxy_drained_signal):
5934         Add some more debug info and use factor filtering code.
5935
5936 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5937
5938         * gst/audiotestsrc/gstaudiotestsrc.c:
5939         * gst/volume/gstvolume.c:
5940         * gst/volume/gstvolume.h:
5941           Add GAP-flag support.
5942
5943 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5944
5945         * tests/examples/seek/seek.c: (main): Increase the range of the
5946         rate selector as I would like to test QOS behavior at higher
5947         forward and reverse playback speed like say 64x.
5948
5949 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5950
5951         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5952         (audioresample_query), (audioresample_query_type),
5953         (gst_audioresample_set_property):
5954         Implement latency query.
5955
5956 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5957
5958         * gst-libs/gst/audio/gstbaseaudiosink.c:
5959         (gst_base_audio_sink_drain):
5960         Our EOS time contains the base_time, _wait_eos() expects a running_time
5961         so we have to subtract the base_time again before calling the function.
5962         This fixes an EOS regression where the base_time was added twice and EOS
5963         took longer and longer in certain situations.
5964         Fixes #498767.
5965
5966 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5967
5968         * docs/libs/gst-plugins-base-libs-sections.txt:
5969         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5970         (gst_base_audio_sink_set_provide_clock),
5971         (gst_base_audio_sink_get_provide_clock),
5972         (gst_base_audio_sink_set_slave_method),
5973         (gst_base_audio_sink_get_slave_method),
5974         (gst_base_audio_sink_set_property),
5975         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5976         (gst_base_audio_sink_none_slaving),
5977         (gst_base_audio_sink_handle_slaving):
5978         * gst-libs/gst/audio/gstbaseaudiosink.h:
5979         Expose methods for some object properties so that subclasses can more
5980         easily configure them.
5981         Added slave method none, that completely disables slaving to the
5982         internal clock.
5983         API: gst_base_audio_sink_set_provide_clock()
5984         API: gst_base_audio_sink_get_provide_clock()
5985         API: gst_base_audio_sink_set_slave_method()
5986         API: gst_base_audio_sink_get_slave_method()
5987
5988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5989         (gst_base_audio_src_set_provide_clock),
5990         (gst_base_audio_src_get_provide_clock),
5991         (gst_base_audio_src_set_property),
5992         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5993         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5994         Expose methods for some object properties so that subclasses can more
5995         easily configure them.
5996         API: gst_base_audio_src_set_provide_clock()
5997         API: gst_base_audio_src_get_provide_clock()
5998
5999 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6000
6001         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6002
6003         * gst-libs/gst/sdp/gstsdpmessage.c:
6004         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6005
6006 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6007
6008         * tests/check/libs/fft.c: (GST_START_TEST):
6009         Fix scaling to really have dB instead of something else.
6010
6011 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6012
6013         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6014         GTK version, use it.
6015
6016 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6017
6018         * tests/examples/seek/seek.c: (main): Try to support stable version
6019         of GTK.
6020
6021 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6022
6023         * gst/playback/README:
6024         * gst/playback/test7.c:
6025           Fix the build + little README update.
6026
6027 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6028
6029         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6030         Add playbin2 seek pipeline.
6031
6032 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6033
6034         * gst/playback/Makefile.am:
6035         * gst/playback/gstplayback.c: (plugin_init):
6036         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6037         (eos_cb), (about_to_finish_cb), (main):
6038         Add playbin2.
6039         Added gapless playback example.
6040
6041         * gst/playback/gstplaybasebin.c:
6042         * gst/playback/gstplaybasebin.h:
6043         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6044         * gst/playback/gstqueue2.c:
6045         * gst/playback/test.c:
6046         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6047         (pad_removed_cb):
6048         * gst/playback/gststreaminfo.h:
6049         Change email.
6050
6051         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6052         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6053         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6054         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6055         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6056         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6057         (drained_cb), (unlink_group), (activate_group),
6058         (setup_next_source), (gst_play_bin_change_state),
6059         (gst_play_bin2_plugin_init):
6060         Added raw first version of playbin2. Does chained oggs and gapless
6061         playback fine. No support for raw sinks yet. No visualisations or
6062         subtitles yet.
6063
6064         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6065         (gst_play_sink_class_init), (gst_play_sink_init),
6066         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6067         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6068         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6069         (gst_play_sink_set_property), (gst_play_sink_get_property),
6070         (post_missing_element_message), (free_chain), (add_chain),
6071         (activate_chain), (gen_video_chain), (gen_text_element),
6072         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6073         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6074         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6075         (gst_play_sink_send_event), (gst_play_sink_change_state):
6076         * gst/playback/gstplaysink.h:
6077         Added Element that abstracts the sinks and their pipelines for playbin2.
6078
6079 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6080
6081         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6082         (gst_selector_pad_class_init), (gst_selector_pad_init),
6083         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6084         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6085         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6086         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6087         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6088         (gst_stream_selector_init), (gst_stream_selector_set_property),
6089         (gst_stream_selector_get_linked_pad),
6090         (gst_stream_selector_getcaps),
6091         (gst_stream_selector_is_active_sinkpad),
6092         (gst_stream_selector_activate_sinkpad),
6093         (gst_stream_selector_get_linked_pads),
6094         (gst_stream_selector_request_new_pad),
6095         (gst_stream_selector_release_pad):
6096         * gst/playback/gststreamselector.h:
6097         Improve streamselector, make it select and unselect the current pad more
6098         intelligently. 
6099         Subclass GstPad for the sinkpads of the selector.
6100         Handle segments more correctly.
6101         Fix caps negotiation.
6102         Implement release_pad.
6103
6104 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6105
6106         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6107         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6108         (remove_fakesink):
6109         Add drained signal fired when decodebin finishes decoding the data.
6110         Remove deprecated STATE_DIRTY message.
6111
6112         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6113         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6114         (analyse_source), (proxy_drained_signal), (make_decoder),
6115         (source_new_pad), (value_list_append_structure_list),
6116         (handle_redirect_message), (handle_message):
6117         Proxy the new drained signal.
6118         Handle pad removed from decodebin.
6119         Handle redirect messages by sorting multiple redirections based on the
6120         connection speed.
6121
6122 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6123
6124         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6125
6126         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6127         Fix leaking headers. Fixes #496761.
6128
6129 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6130
6131         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6132
6133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6134         (gst_ximagesink_change_state):
6135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6136         Don't leak the PAR on errors. Fixes #496731.
6137
6138 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6141           (gst_tag_from_id3_user_tag):
6142           Add mapping for audio cd discid tags, so we can extract
6143           them from tags as well (see #347848). Also compare identifiers
6144           in ID3v2 TXXX frames in a case-insensitive way to increase
6145           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6146
6147 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6148
6149         * gst-plugins-base.doap:
6150         Oops, fix the release name.
6151
6152 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6153
6154         * gst-plugins-base.doap:
6155         Add 0.10.15 release
6156
6157 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6158
6159         * configure.ac:
6160         Back to CVS
6161
6162 === release 0.10.15 ===
6163
6164 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6165
6166         * configure.ac:
6167           releasing 0.10.15, "No need to argue"
6168
6169 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6170
6171         * win32/vs6/libgstfft.dsp:
6172         Convert line endings to DOS.
6173
6174 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6175
6176         * win32/vs6/gst_plugins_base.dsw:
6177         * win32/vs6/libgstfft.dsp:
6178         * win32/MANIFEST:
6179         Add a project file for fft plugin and remove socket
6180         based plugin which don't build from the workspace.
6181         * win32/vs6/libgstaudio.dsp:
6182         * win32/vs6/libgstrtp.dsp:
6183         * win32/vs6/libgsttag.dsp:
6184         Convert line endings back to DOS.
6185         Fixes #496724
6186
6187 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6188
6189         * win32/vs6/libgstinterfaces.dsp:
6190         * win32/vs6/libgstrtsp.dsp:
6191         Convert line endings back to DOS
6192
6193 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6194
6195         * gst-libs/gst/fft/kiss_fft_f32.h:
6196         * gst-libs/gst/fft/kiss_fft_f64.h:
6197         * gst-libs/gst/fft/kiss_fft_s16.h:
6198         * gst-libs/gst/fft/kiss_fft_s32.h:
6199         Don't include malloc.h which doesn't exist on Mac OSX.
6200         Instead, pull in glib.h and use g_malloc/g_free for 
6201         consistency. Fixes: #496548
6202
6203 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6204
6205         * gst/playback/gstdecodebin2.c:
6206           Dont leak ghostpad. Fixes #475451.
6207
6208 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6209
6210         * docs/design/design-decodebin.txt:
6211         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6212         Update some more docs and comments.
6213
6214 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         Patch by: Sebastien Moutte  <sebastien moutte net>
6217
6218         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6219           (gst_rtcp_unix_to_ntp):
6220         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6221           Fix some C99-isms and and a missing function that some versions of
6222           MSVC don't like too much (#494346).
6223
6224         * win32/vs6/gst_plugins_base.dsw:
6225         * win32/vs6/libgstaudio.dsp:
6226         * win32/vs6/libgstrtp.dsp:
6227         * win32/vs6/libgsttag.dsp:
6228           Update vs6 projects files (#494346).
6229
6230 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6233
6234         * win32/common/libgstaudio.def:
6235         * win32/common/libgstcdda.def:
6236         * win32/common/libgstinterfaces.def:
6237         * win32/common/libgstnetbuffer.def:
6238         * win32/common/libgstpbutils.def:
6239         * win32/common/libgstrtp.def:
6240         * win32/common/libgstrtsp.def:
6241         * win32/common/libgsttag.def:
6242         * win32/common/libgstvideo.def:
6243           More missing symbols to export (fixes #493986).
6244
6245 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6246
6247         * docs/libs/gst-plugins-base-libs-sections.txt:
6248         * gst-libs/gst/fft/gstfftf32.c:
6249         * gst-libs/gst/fft/gstfftf32.h:
6250         * gst-libs/gst/fft/gstfftf64.c:
6251         * gst-libs/gst/fft/gstfftf64.h:
6252         * gst-libs/gst/fft/gstffts16.c:
6253         * gst-libs/gst/fft/gstffts16.h:
6254         * gst-libs/gst/fft/gstffts32.c:
6255         * gst-libs/gst/fft/gstffts32.h:
6256         * tests/check/libs/fft.c: (GST_START_TEST):
6257         Remove the magnitude and phase calculation functions as these have
6258         very special use cases and can't even be used for the spectrum
6259         element. Also adjust the docs to mention some properties of the used
6260         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6261
6262 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6265           (finish_source):
6266           Avoid crash when there are external subtitles (fixes #491722).
6267
6268 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6269
6270         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6271         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6272           'Could not open resource for writing' is not an acceptable
6273           error message when we can't open the audio device (see #492334),
6274           even less so when we're trying to open it to record something.
6275
6276 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6277
6278         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6279
6280         * win32/common/libgstrtp.def:
6281           Add some more missing symbols (#492813).
6282
6283 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6284
6285         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6286
6287         * tests/check/elements/audioconvert.c: (verify_convert):
6288           Add check to make sure that the out caps have a channel layout
6289           set on them where they should have one.
6290
6291 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6294
6295         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6296         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6297           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6298           (#492306).
6299
6300         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6301           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6302           (it disappeared in GLib 2.14.0) (#492306).
6303
6304         * gst-libs/gst/sdp/Makefile.am:
6305         * gst-libs/gst/sdp/gstsdpmessage.c:
6306           Fix includes and LIBS for win32/Mingw (#492306).
6307
6308         * tests/examples/dynamic/addstream.c (pause_play_stream):
6309           Use more portable g_usleep() instead of sleep() (#492306).
6310
6311 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6312
6313         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6314
6315         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6316           (gst_ring_buffer_parse_caps):
6317           Return NULL instead of an enum that happens to be 0, fixes warning
6318           on MSVC (#492114).
6319
6320         * gst-libs/gst/audio/gstringbuffer.h:
6321           No trailing commas in enum list (for gcc-2.9x).
6322
6323         * gst/videotestsrc/videotestsrc.c: (random_char):
6324           Make information loss explicit instead of implicitly truncating to
6325           eight bits via the return value.  Fixes runtime error on MSVC when
6326           using the debug CRT (#492114).
6327
6328         * win32/common/config.h.in:
6329           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6330
6331         * win32/common/libgstinterfaces.def:
6332         * win32/common/libgstrtp.def:
6333           Export a few more symbols (#492114).
6334
6335 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6336
6337         * gst-libs/gst/audio/audio.c:
6338         * gst-libs/gst/audio/audio.h:
6339           Readd the deprecation guards, but preserve compilability.
6340
6341 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6344           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6345           Preserve channel layout when fixating the number of channels in the
6346           output caps, or make sure there's a suitable channel position layout
6347           set on the caps if required. Fixes #430677.
6348
6349 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6352           Make sure the pipeline really operates in push mode as it should
6353           in this case.
6354
6355 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * gst-libs/gst/audio/audio.h:
6358           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6359           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6360           (ie. normal cvs builds) will fail.
6361
6362 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6363
6364         * docs/libs/Makefile.am:
6365         * gst-libs/gst/audio/audio.c:
6366         * gst-libs/gst/audio/audio.h:
6367         * gst-libs/gst/interfaces/mixer.c:
6368           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6369
6370 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6371
6372         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6373           (test_channel_layout_value_intersect), (audio_suite):
6374           Add simple unit test to make sure GstValue intersection
6375           of channel layouts works the way I think it does.
6376
6377 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * docs/libs/gst-plugins-base-libs-sections.txt:
6380         * gst-libs/gst/audio/gstaudiofilter.h:
6381         * gst-libs/gst/interfaces/mixer.h:
6382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6384         * gst-libs/gst/sdp/gstsdpmessage.c:
6385           Fix the docs according to what gtk-doc complained about.
6386
6387 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6388
6389         * tests/icles/stress-playbin.c:
6390           Fix the build.
6391
6392 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6393
6394         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6395         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6396           Post nice/more useful error message if we don't have a decoder for
6397           the primary type.
6398
6399 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6400
6401         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6402         Be a bit more useful, unblock the pads after we fired the no-more-pads
6403         signal so that we can use the signal to inspect and connect all pads
6404         without having to keep extra state outside of decodebin.
6405
6406 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6407
6408         * gst/playback/gsturidecodebin.c:
6409         (gst_uri_decode_bin_autoplug_continue),
6410         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6411         Implement default signal handler so that we return TRUE when nothing is
6412         connected.
6413
6414 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6415
6416         * gst-libs/gst/riff/riff-media.c:
6417         (gst_riff_wavext_add_channel_layout),
6418         (gst_riff_wave_add_default_channel_layout),
6419         (gst_riff_wavext_get_default_channel_mask),
6420         (gst_riff_create_audio_caps):
6421         Use the ALSA channel layout as default for wav files without channel
6422         layout information. This fixes playback of chan-id.wav on 5.1 systems
6423         for example. Also refactor the channel layout setting a bit and add
6424         more default channel orders. Fixes #489010.
6425
6426 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6429           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6430           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6431           instead.
6432
6433 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6434
6435         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6436         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6437         (gst_decode_bin_set_subs_encoding),
6438         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6439         (gst_decode_bin_get_property), (analyze_new_pad):
6440         Move subtitle encoding property to decodebin2 so that it can set the
6441         property value on all elements that it autoplugs and that require it.
6442         Make caps refcounting more consistent in get/set.
6443
6444         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6445         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6446         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6447         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6448         (proxy_autoplug_continue_signal),
6449         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6450         (make_decoder):
6451         Proxy properties and relevant signals from the internal decodebin.
6452         Make properties MT safe.
6453
6454 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6457         * gst-libs/gst/tag/tags.c:
6458           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6459           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6460
6461         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6462           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6463
6464         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6465           (gst_tag_to_vorbis_comments):
6466           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6467           just mapping everything I found in the wild) (#414539).
6468
6469 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6470
6471         Inspired by patch of: René Stadler <mail at renestadler dot de>
6472
6473         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6474         (gst_decode_bin_autoplug_continue),
6475         (gst_decode_bin_autoplug_factories),
6476         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6477         (find_compatibles):
6478         * gst/playback/gstplay-marshal.list:
6479         Remove the autoplug-sort signal and replace it with a binding friendly
6480         autoplug-select signal.
6481         Add an autoplug-factories signal that can be used to generate a list of
6482         factories to try to autoplug.
6483         Add the GstPad to the autoplugging signal args as it might be needed to
6484         make a good factory selection.
6485         Fix up the marshallers for this. Fixes #407282.
6486
6487 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * gst-libs/gst/tag/gsttagdemux.c:
6490           Don't abort with an assertion if we receive a seek event with
6491           a start type of NONE (see launchpad bug #155878).
6492
6493 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6496         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6497         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6499         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6500         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6501         Make sure that before we clean up the X resources, we shutdown and join
6502         the event thread.
6503         Also make sure the event thread does not shut down immediatly after
6504         startup because the running variable is not yet correctly set.
6505         Fixes #378770. 
6506
6507 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6508
6509         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6510         Make the window for a race in typefind and shutting down smaller until
6511         we figure out the right locking here. Avoids #485753 usually.
6512
6513         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6514         Remove unneeded lock causing a race in typefind and shutting down.
6515         Fixes #485753.
6516
6517         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6518         Also remove sinks when going to NULL because we might not complete the
6519         state change to PAUSED, causing the PAUSED->READY state change not to
6520         happen.
6521
6522 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6523
6524         * gst-libs/gst/audio/gstbaseaudiosink.c:
6525         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6526         Also explicitly release the ringbuffer when going to NULL because it
6527         is required in the setcaps function, before the state change to PAUSED
6528         completes.
6529
6530 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * tests/icles/.cvsignore:
6533         * tests/icles/Makefile.am:
6534         * tests/icles/stress-playbin.c:
6535           Does what it says on the tin.
6536
6537 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6538
6539         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6540         Fix queue negotiation. See #486758.
6541
6542 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6543
6544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6545         (gst_xvimagesink_xwindow_new),
6546         (gst_xvimagesink_update_colorbalance),
6547         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6548
6549         Fix handling of some of the X atoms. If the last parameter is True,
6550         XInternAtom won't create the atom if it doesn't exist, and therefore
6551         might return None. This causes X errors on Xv implementations that
6552         don't provide the colour balance attributes.
6553
6554 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * gst-libs/gst/tag/gstvorbistag.c:
6557         * tests/check/libs/tag.c:
6558           Extract vorbis comment LICENSE tags correctly.
6559
6560 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6563
6564         * gst-libs/gst/tag/gstid3tag.c:
6565         * tests/check/libs/tag.c:
6566           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6567
6568 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst-libs/gst/tag/gsttagdemux.c:
6571           Don't error out when a buggy downstream element doesn't
6572           handle the newsegment event we send properly (especially
6573           not without posting a meaningful error message on the
6574           bus). See bug #471370 and launchpad bug #136264.
6575
6576 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6577
6578         * gst-libs/gst/audio/gstbaseaudiosink.c:
6579         (gst_base_audio_sink_drain):
6580         Use new basesink method to make our EOS drain interruptable.
6581
6582 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6583
6584         * gst-libs/gst/rtp/gstrtppayloads.c:
6585         Fix silly search-replace oversight.
6586
6587 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6588
6589         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6590
6591         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6592         (gst_basertppayload_set_outcaps):
6593         Fix caps memleak. Fixes #484989.
6594
6595
6596 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6597
6598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6599         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6600         Fix debug output.
6601
6602 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6603
6604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6605         (gst_base_audio_src_create):
6606         Also handle the case where there is no clock set on the audio source,
6607         like in the unit tests.
6608
6609 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6610
6611         * gst-libs/gst/rtp/gstrtppayloads.c:
6612         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6613         to avoid compiler warnings
6614
6615 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6616
6617         * gst/playback/gstdecodebin.c: (type_found),
6618         (gst_decode_bin_change_state):
6619         * gst/playback/gstdecodebin2.c: (type_found),
6620         (gst_decode_bin_change_state):
6621         Don't disconnect the have_type signal because we never reconnect it
6622         later on. Instead keep a variable to see if we already detected a type.
6623
6624 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6625
6626         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6627         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6628         (type_found):
6629         Unlink the signal handler when we found the type, we're not going to do
6630         anything sensible with more type_found signals anyway.
6631
6632 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst-libs/gst/tag/gsttagdemux.c:
6635           Don't leak caps.
6636
6637 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * gst-libs/gst/tag/Makefile.am:
6640         * gst-libs/gst/tag/gsttagdemux.c:
6641         * gst-libs/gst/tag/gsttagdemux.h:
6642           API: add GstTagDemux base class for simple tag demuxers.
6643
6644         * docs/libs/gst-plugins-base-libs-docs.sgml:
6645         * docs/libs/gst-plugins-base-libs-sections.txt:
6646           Add GstTagDemux to docs.
6647
6648 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6649
6650         * gst-libs/gst/rtp/gstrtpbuffer.c:
6651         (gst_rtp_buffer_get_payload_subbuffer):
6652         Fix bug introduced with last commit which inverted the logic and
6653         caused all buffers to be dropped. Fixes #483620.
6654         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6655
6656 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6657
6658         * gst-libs/gst/rtp/gstrtpbuffer.c:
6659           Replace g_return_if_val (as it could be disabled), with regular return
6660           and warning.
6661
6662 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6663
6664         * tests/check/pipelines/simple-launch-lines.c:
6665           Print message name and not just number.
6666
6667 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6668
6669         * gst-libs/gst/audio/gstbaseaudiosink.c:
6670         (gst_base_audio_sink_async_play):
6671         When slaved to the clock, don't try to align a sample with the previous
6672         one when going to PLAYING again.
6673
6674 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6675
6676         * tests/examples/snapshot/snapshot.c:
6677           Fix the build.
6678
6679 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6680
6681         * gst-libs/gst/sdp/gstsdpmessage.h:
6682         Add RFC 3556 bandwidth modifiers.
6683
6684 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6685
6686         * docs/libs/gst-plugins-base-libs-docs.sgml:
6687         * docs/libs/gst-plugins-base-libs-sections.txt:
6688         * gst-libs/gst/rtp/gstrtppayloads.c:
6689         Update documentation.
6690
6691 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6692
6693         * gst-libs/gst/rtp/Makefile.am:
6694         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6695         (gst_rtp_payload_info_for_name):
6696         * gst-libs/gst/rtp/gstrtppayloads.h:
6697         Added new file and header to deal with payload info.
6698
6699         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6700         (gst_rtp_buffer_default_clock_rate):
6701         * gst-libs/gst/rtp/gstrtpbuffer.h:
6702         Payload specific stuff is move to new headers.
6703         Implement _default_clock rate using the new payload function.
6704
6705         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6706         (gst_sdp_parse_line):
6707         * gst-libs/gst/sdp/gstsdpmessage.h:
6708         Add some more comments.
6709
6710 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6711
6712         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6713         (sdp_check_header), (sdp_type_find), (plugin_init):
6714         Add typefind function for application/sdp.
6715         Remove some old dirac typefind code that was ifdeffed out.
6716
6717 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6718
6719         * win32/common/libgstaudio.def:
6720         Add new exported functions.
6721         * win32/vs6/grammar.dsp:
6722         Add autogeneration and copy of some autegenerated files from win32/common
6723         for rtsp library.
6724         * win32/vs6/libgstaudioconvert.dsp:
6725         Add gstaudioquantize.c to the build.
6726         * win32/vs6/libgstinterfaces.dsp:
6727         Add videoorientation.c to the build.
6728         * win32/vs6/libgstriff.dsp:
6729         Add libgsttag to the link libraries list.
6730         * win32/vs6/libgstvolume.dsp:
6731         Add liboil to the link.
6732         * win32/vs6/gst_plugins_base.dsw:
6733         * win32/vs6/libgstrtsp.dsp:
6734         * win32/common/libgstrtsp.def:
6735         Add files to build libgstrtsp library.
6736         
6737 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6738
6739         * tests/examples/snapshot/snapshot.c: (main):
6740         Print error when pipeline failed to construct.
6741
6742 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * configure.ac:
6745         * gst-libs/gst/tag/gstid3tag.c:
6746         * gst-libs/gst/tag/gstvorbistag.c:
6747           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6748           and ID3v2 tags.
6749
6750 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst-libs/gst/floatcast/floatcast.h:
6753           Don't include config.h in an installed public header, this
6754           might break compilation of applications that don't have such
6755           a header and doesn't necessarily do what it's supposed to do
6756           anyway (ie. check for the lrint/lrintf defines) (#442065).
6757           Add docs for the various macros and document how this header
6758           has to be used (link against libm, etc.); add a few FIXMEs;
6759           include math.h for non-c99 code path.  Based on patch by
6760           Jan Schmidt.
6761           
6762 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6763
6764         * configure.ac:
6765         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6766         of duplicating these macros in configure.ac.
6767
6768 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6769
6770         * po/hu.po:
6771         * po/sv.po:
6772         * po/uk.po:
6773           Updated translations to 0.10.14
6774
6775 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6776
6777         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6778
6779         * po/pl.po:
6780           Added Polish translation.
6781
6782 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6783
6784         translated by: Ilkka Tuohela <hile@iki.fi>
6785
6786         * po/fi.po:
6787           Added Finnish translation.
6788
6789 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6790
6791         translated by: Jorge González González <aloriel@gmail.com>
6792
6793         * po/es.po:
6794           Added Spanish translation.
6795
6796 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6797
6798         translated by: Mogens Jaeger <mogens@jaeger.tf>
6799
6800         * po/da.po:
6801           Added Danish translation.
6802
6803 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6804
6805         translated by: Funda Wang <fundawang@linux.net.cn>
6806
6807         * po/zh_CN.po:
6808           Added Chinese (simplified) translation.
6809
6810 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6811
6812         translated by: Alexander Shopov <ash@contact.bg>
6813
6814         * po/bg.po:
6815           Added Bulgarian translation.
6816
6817 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6818
6819         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6820         Fix compilation wrt printf arguments.
6821
6822 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6823
6824         * configure.ac:
6825         * tests/examples/Makefile.am:
6826         * tests/examples/snapshot/.cvsignore:
6827         * tests/examples/snapshot/Makefile.am:
6828         * tests/examples/snapshot/snapshot.c: (main):
6829         Add simple snapshot example program using appsink.
6830
6831 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6832
6833         * tests/check/generic/states.c:
6834           Improved state change unit test.
6835
6836 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6837
6838         * docs/plugins/.cvsignore:
6839         * tests/check/.cvsignore:
6840           Ignore registries in any format.
6841
6842 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6843
6844         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6845         (gst_base_rtp_depayload_chain),
6846         (gst_base_rtp_depayload_set_gst_timestamp):
6847         Only copy timestamp on outgoing packets if the depayloader did not set
6848         one.
6849         Also copy duration on outgoing packets.
6850
6851 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6852
6853         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6854         (gst_basertppayload_set_outcaps):
6855         Fix compilation because of missing %d in printf.
6856         When fixating caps, fixate what we can and throw away all remaining
6857         unfixed caps, subclasses should do something smart if they need to.
6858
6859 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6860
6861         * ext/gnomevfs/gstgnomevfssrc.c:
6862           Improve debug logs a bit and be more verbose if things go wrong.
6863
6864 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6865
6866         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6867         (gst_text_overlay_set_property):
6868         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6869         * gst-libs/gst/audio/gstbaseaudiosink.c:
6870         (gst_base_audio_sink_render):
6871         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6872         (gst_rtcp_unix_to_ntp):
6873         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6874         * gst/playback/gstqueue2.c:
6875         * tests/examples/seek/seek.c: (set_scale):
6876         Fix a bunch of compile warnings shown with Forte.
6877
6878         * gst/audiorate/gstaudiorate.c:
6879         Always pull in config.h before including any system headers.
6880
6881 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6882
6883         * gst/playback/gstqueue2.c: (update_buffering),
6884         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6885         (gst_queue_handle_sink_event), (gst_queue_chain),
6886         (gst_queue_push_one), (gst_queue_sink_activate_push),
6887         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6888         Also fix #476514 for queue2.
6889
6890 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6891
6892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6893         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6894         (gst_base_rtp_depayload_chain),
6895         (gst_base_rtp_depayload_handle_sink_event),
6896         (gst_base_rtp_depayload_push_full),
6897         (gst_base_rtp_depayload_set_gst_timestamp),
6898         (gst_base_rtp_depayload_change_state):
6899         Remove code to deal with RTP to GST time conversion, we now just copy
6900         the GST timestamp we receive to the outgoing buffers.
6901         Handle segment and flushes correctly.
6902
6903         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6904         When we have no valid input timestamp, use the previous rtp timestamp on
6905         the outgoing RTP packet instead of the RTP base time.
6906
6907 2007-09-15  David Schleef  <ds@schleef.org>
6908
6909         * ext/alsa/gstalsa.c:
6910         * ext/alsa/gstalsadeviceprobe.c:
6911         * ext/alsa/gstalsamixer.c:
6912         * ext/alsa/gstalsasink.c:
6913         * ext/alsa/gstalsasrc.c:
6914           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6915
6916 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6917
6918         * gst-libs/gst/rtp/gstbasertppayload.c:
6919         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6920         Add some debug info when negotiating caps.
6921
6922 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6923
6924         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6925         A buffer with an empty payload is also a valid buffer.
6926
6927 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6928
6929         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6930         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6931         (gst_basertppayload_change_state):
6932         Make sure we start our RTP timestamp from the random base RTP
6933         timestamp even if the buffer timestamp starts from some random value.
6934
6935 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         * configure.ac:
6938         * tests/examples/Makefile.am:
6939         * tests/examples/dynamic/.cvsignore:
6940         * tests/examples/dynamic/Makefile.am:
6941         * tests/examples/dynamic/addstream.c: (create_stream),
6942         (pause_play_stream), (message_received), (eos_message_received),
6943         (perform_step), (main):
6944         Add simple exmple app to demonstrate starting and pausing live and
6945         non-live bins in a PLAYING pipeline.
6946
6947 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6948
6949         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6950         typefind for QCP files (RFC #3625)
6951
6952 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6953
6954         * gst-libs/gst/audio/gstbaseaudiosink.c:
6955         (gst_base_audio_sink_init):
6956         Disable pull mode scheduling, we're not ready for it yet and it subtly
6957         breaks a lot of things.
6958
6959 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         * tests/check/elements/libvisual.c:
6962           Test all libvisual plugins, not just the first one; this reproduces
6963           bug #450336 quite easily.  Looks like a problem with the 'jess'
6964           visualisation.
6965
6966 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         * tests/check/Makefile.am:
6969         * tests/check/elements/.cvsignore:
6970         * tests/check/elements/libvisual.c:
6971           Add basic libvisual test case in an attempt to reproduce bug #450336.
6972           Doesn't reproduce that bug, but some other crasher instead (invalid
6973           free), at least with make elements/libvisual.forever and the bumscope
6974           plugin on x86-64/gutsy. Leaving test disabled for now.
6975
6976 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6977
6978         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6979
6980         * gst-libs/gst/rtsp/gstrtspconnection.c:
6981         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6982         (read_body), (gst_rtsp_connection_receive):
6983         Make sure we can not cancel in the middle of receiving a message.
6984         Fixes #475731.
6985
6986 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         Patch by: Josep Torra Valles <josep@fluendo.com>
6989
6990         * gst/playback/gstplaybasebin.c:
6991           Increase upper limit for audio queue a bit; fixes preroll problem
6992           with playbin and decodebin2 when playing a quicktime trailer with
6993           multichannel audio via http (#464666).
6994
6995 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6996
6997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6998         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6999         (gst_base_audio_src_provide_clock),
7000         (gst_base_audio_src_set_property),
7001         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7002         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7003         Allow othe clocks than the internal clock to be used for the pipeline.
7004         Add property to disable clock provide.
7005         API: GstBaseAudioSrc::provide-clock
7006
7007 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * gst/playback/gstdecodebin2.c:
7010           Don't leak request pads. Fixes #475395.
7011
7012 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7013
7014         Patch by: René Stadler <mail at renestadler dot de>
7015
7016         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7017         (gst_ximage_buffer_class_init):
7018         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7019         (gst_xvimage_buffer_class_init):
7020         Correctly chain up finalize with the parent class to prevent
7021         memory leaks. Fixes #474880.
7022
7023 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7024
7025         * gst/volume/gstvolume.c: (volume_choose_func):
7026         * tests/check/elements/volume.c: (GST_START_TEST):
7027         Revert the latest change: floating point samples are allowed to
7028         have any value, not only values in the range [-1,1]. Thanks to Andy
7029         Wingo for noticing.
7030         Also fix processing of int32 samples with volumes > 4 by making the
7031         unity value smaller which prevents overflows.
7032
7033 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * gst-libs/gst/rtp/gstrtpbuffer.c:
7036         * tests/check/libs/rtp.c:
7037           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7038
7039 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7042
7043         * gst-libs/gst/rtp/gstrtpbuffer.c:
7044           Fix up GstRTPHeader helper struct so that compilers will not under
7045           any circumstances add padding in between our fields, as currently
7046           happens with MSVC on win32, because that would lead to us sending
7047           out RTP payloads with broken RTP headers (#471194).
7048           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7049           
7050         * tests/check/Makefile.am:
7051         * tests/check/libs/.cvsignore:
7052         * tests/check/libs/rtp.c:
7053           Add some simple unit tests for GstRTPBuffer. Some are disabled
7054           because the code tested still needs fixing (set_csrc() does not work).
7055
7056 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7057
7058         * win32/MANIFEST:
7059         * win32/common/gstrtsp-enumtypes.c:
7060         * win32/common/gstrtsp-enumtypes.h:
7061         * win32/common/interfaces-enumtypes.c:
7062         * win32/common/interfaces-enumtypes.h:
7063         * win32/common/multichannel-enumtypes.c:
7064           Add rtsp enumtypes (#474384) and update others.
7065
7066 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7067
7068         * configure.ac:
7069           Fix configure check for HAVE_LIBXML_HTML.
7070
7071 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         * tests/check/libs/.cvsignore:
7074           Ignore more, in case the build bots work again one day.
7075
7076 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7077
7078         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7079
7080         * configure.ac:
7081         * gst-libs/gst/Makefile.am:
7082         * gst-libs/gst/fft/Makefile.am:
7083         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7084         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7085         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7086         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7087         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7088         * gst-libs/gst/fft/gstfft.h:
7089         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7090         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7091         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7092         * gst-libs/gst/fft/gstfftf32.h:
7093         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7094         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7095         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7096         * gst-libs/gst/fft/gstfftf64.h:
7097         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7098         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7099         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7100         * gst-libs/gst/fft/gstffts16.h:
7101         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7102         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7103         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7104         * gst-libs/gst/fft/gstffts32.h:
7105         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7106         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7107         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7108         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7109         * gst-libs/gst/fft/kiss_fft_f32.h:
7110         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7111         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7112         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7113         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7114         * gst-libs/gst/fft/kiss_fft_f64.h:
7115         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7116         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7117         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7118         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7119         * gst-libs/gst/fft/kiss_fft_s16.h:
7120         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7121         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7122         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7123         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7124         * gst-libs/gst/fft/kiss_fft_s32.h:
7125         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7126         (kiss_fftr_f32), (kiss_fftri_f32):
7127         * gst-libs/gst/fft/kiss_fftr_f32.h:
7128         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7129         (kiss_fftr_f64), (kiss_fftri_f64):
7130         * gst-libs/gst/fft/kiss_fftr_f64.h:
7131         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7132         (kiss_fftr_s16), (kiss_fftri_s16):
7133         * gst-libs/gst/fft/kiss_fftr_s16.h:
7134         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7135         (kiss_fftr_s32), (kiss_fftri_s32):
7136         * gst-libs/gst/fft/kiss_fftr_s32.h:
7137         * gst-libs/gst/fft/kiss_version:
7138         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7139         * pkgconfig/gstreamer-plugins-base.pc.in:
7140         Add libgstfft, a FFT library based on Kiss FFT which is
7141         BSD licensed. Supported sample formats are int16, int32,
7142         float and double. For those formats a real FFT and IFFT
7143         can be done, different windowing functions can be applied
7144         and functions for extracting the magnitude and phase exist.
7145         Fixes #468619.
7146
7147         * docs/libs/Makefile.am:
7148         * docs/libs/gst-plugins-base-libs-docs.sgml:
7149         * docs/libs/gst-plugins-base-libs-sections.txt:
7150         Integrate libgstfft into the docs.
7151
7152         * tests/check/Makefile.am:
7153         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7154         Add unit tests for libgstfft, currently only testing the FFT.
7155         Unit tests for IFFT will follow soon.
7156
7157 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7158
7159         Patch by: Peter Kjellerstedt  <pkj at axis com>
7160
7161         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7162         (gst_sdp_message_init), (gst_sdp_message_uninit),
7163         (is_multicast_address), (gst_sdp_message_as_text),
7164         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7165         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7166         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7167         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7168         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7169         (gst_sdp_media_init), (gst_sdp_media_uninit),
7170         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7171         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7172         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7173         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7174         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7175         * gst-libs/gst/sdp/gstsdpmessage.h:
7176         Separate INIT_ARRAY() and related macros into two versions, one for
7177         structures and one for pointers (e.g., INIT_ARRAY() and
7178         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7179         lists of emails and phone numbers.
7180         Add missing const as appropriate.
7181         Change all gint to guint since they all actually represent unsigned
7182         values.
7183         Do not use time as a variable name as it shadows the global time().
7184         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7185         Actually implement gst_sdp_message_add_time().
7186         Make gst_sdp_message_add_time() take repeat times as an argument.
7187         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7188         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7189         misspelled as badwidth).
7190         gst-indented and a little clean up. Fixes #471067.
7191
7192 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7193
7194         * gst/volume/gstvolume.c: (volume_choose_func),
7195         (volume_process_double), (volume_process_double_clamp),
7196         (volume_process_float_clamp):
7197         Correctly clamp float/double samples in the [-1.0,1.0] range to
7198         prevent weird effects.
7199         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7200         Add unit tests for all samples types that had none before.
7201
7202 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         * gst-libs/gst/rtp/gstrtpbuffer.c:
7205           Need to include stdlib.h for abs() here too.
7206
7207 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7208
7209         * gst/playback/gststreaminfo.c:
7210           Fix build.
7211
7212 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7213
7214         * gst/playback/gststreaminfo.c:
7215           Clean up some half-disabled code and comment.
7216
7217 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7218
7219         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7220
7221         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7222         (gst_base_rtp_payload_audio_handle_event):
7223         Return FALSE from the event handler to let the parent class handle the
7224         event. Fixes #446766.
7225
7226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7227         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7228         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7229
7230         * gst-libs/gst/rtp/gstbasertppayload.c:
7231         Bump the MTU to 1400.
7232
7233 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7234
7235         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7236         Add an audio/x-nsf typefind function for the nsfdec element.
7237
7238 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7239         * gst/playback/gstplaybasebin.c:
7240         Included "myth://" on stream_uris list for enable buffering to mythtv files
7241
7242 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7243
7244         * docs/libs/gst-plugins-base-libs-sections.txt:
7245         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7246         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7247         (gst_rtcp_unix_to_ntp):
7248         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7249         Fix parsing of RB blocks.
7250         Fix docs.
7251         Added helper functions to convert to/from UNIX and NTP time.
7252         API: gst_rtcp_ntp_to_unix()
7253         API: gst_rtcp_unix_to_ntp()
7254
7255         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7256         (gst_rtp_buffer_get_header_len),
7257         (gst_rtp_buffer_get_extension_data),
7258         (gst_rtp_buffer_get_payload_subbuffer),
7259         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7260         (gst_rtp_buffer_ext_timestamp):
7261         * gst-libs/gst/rtp/gstrtpbuffer.h:
7262         Fix some more docs.
7263         Implement handling of packets with extensions.
7264         Fix padding check in _validate().
7265         Added function to get extension data.
7266         API: gst_rtp_buffer_get_header_len()
7267         API: gst_rtp_buffer_get_extension_data()
7268
7269 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7272         (gst_base_rtp_depayload_class_init),
7273         (gst_base_rtp_depayload_set_gst_timestamp):
7274         Add some more docs for the queue-delay property and fix a typo in a
7275         comment.
7276
7277         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7278         Fix typo.
7279
7280 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7281
7282         * gst-libs/gst/audio/gstbaseaudiosink.c:
7283         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7284         (gst_base_audio_sink_change_state):
7285         When skew slaving, try to hover around the middle of a segment so that
7286         we at most drift by half a segment.
7287         If we are aligning in the oposite direction of the clock skew, we don't
7288         have to resync.
7289
7290 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7291
7292         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7293         (gst_base_rtp_depayload_setcaps),
7294         (gst_base_rtp_depayload_set_gst_timestamp):
7295         Be less silly with the segment start, just apply the clock-base to the
7296         timestamp.
7297
7298 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7299
7300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7301         (gst_base_rtp_depayload_class_init),
7302         (gst_base_rtp_depayload_finalize),
7303         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7304         (gst_base_rtp_depayload_handle_sink_event),
7305         (gst_base_rtp_depayload_set_gst_timestamp),
7306         (gst_base_rtp_depayload_change_state):
7307         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7308         Deprecate the queue handling thread thing and remove the code.
7309         Use new method to calculate the extended timestamp.
7310
7311 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7312
7313         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7314         (gst_rtcp_packet_sdes_copy_entry):
7315         Use g_strndup which does exactly what we want.
7316
7317         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7318         (gst_rtp_buffer_ext_timestamp):
7319         * gst-libs/gst/rtp/gstrtpbuffer.h:
7320         Add helper function to compare seqnums.
7321         Add helper function to calculate extended timestamps.
7322         API: gst_rtp_buffer_compare_seqnum()
7323         API: gst_rtp_buffer_ext_timestamp()
7324
7325 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7328         (gst_rtcp_packet_sdes_get_entry),
7329         (gst_rtcp_packet_sdes_copy_entry):
7330         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7331         Fix and document SDES item data function.
7332         Add new function that makes a proper copy of SDES item data.
7333         API: gst_rtcp_packet_sdes_copy_entry()
7334
7335 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7336
7337         * configure.ac:
7338         * gst/Makefile.am:
7339           The tcp and subparse plugins are under gst, but not totaly free of
7340           dependencies. Handle selection inconfigure.ac, so that they show up
7341           on the final list of what is build and what is not. Maybe they should
7342           better be moved to ext.
7343
7344 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7345
7346         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7347
7348         * configure.ac:
7349         * gst/Makefile.am:
7350           Check if libxml provides HTML parser which subparse needs.
7351           Fixes #451970.
7352
7353 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * ext/alsa/gstalsa.c:
7356           Fix typo and compilation on big endian systems.
7357
7358 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * gst/subparse/gstssaparse.c:
7361           Convert SSA newline codes into actual newline characters (#470766).
7362
7363 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * docs/libs/gst-plugins-base-libs-sections.txt:
7366         * gst-libs/gst/pbutils/install-plugins.c:
7367         * gst-libs/gst/pbutils/install-plugins.h:
7368         * tests/check/libs/pbutils.c:
7369           API: also add gst_install_plugins_supported() while we're at it
7370           (see #470456).
7371
7372 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * docs/libs/gst-plugins-base-libs-sections.txt:
7375         * gst-libs/gst/pbutils/missing-plugins.c:
7376         * gst-libs/gst/pbutils/missing-plugins.h:
7377         * tests/check/libs/pbutils.c:
7378           API: add gst_missing_*_installer_detail_new() convenience API so
7379           that applications that know exactly what they're missing can request
7380           installer detail strings for those items directly instead of having
7381           to first create a dummy missing-plugin message and then get the
7382           installer detail string from that.  Fixes #470456.
7383
7384 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7385
7386         * gst/playback/gstdecodebin.c: (close_pad_link):
7387         We need to set up delayed-linking whenever the caps are non-fixed,
7388         not just when there are multiple types - use gst_pad_is_fixed()
7389         to test.
7390
7391 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * gst-libs/gst/pbutils/missing-plugins.c:
7394           (gst_missing_plugin_message_get_installer_detail):
7395           Add missing separator in PID fallback case.
7396
7397 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7398
7399         * ext/alsa/Makefile.am:
7400         There is no GST_PLUGINS_BASE_LIBS defined.
7401         
7402         * ext/alsa/gstalsa.c:
7403         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7404         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7405         Add support for ALSA 24-bit formats.
7406         snd_pcm_delay can return an error code, especially
7407         during XRUNS. In that case, the best we can do is assume
7408         delay = 0.
7409
7410         * gst/audioconvert/Makefile.am:
7411         Add flags from -base before any more-remote dependencies.
7412
7413 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7414
7415         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7416
7417         * gst/volume/gstvolume.c: (volume_choose_func),
7418         (volume_update_real_volume), (gst_volume_set_volume),
7419         (gst_volume_init), (volume_process_int32),
7420         (volume_process_int32_clamp), (volume_process_int24),
7421         (volume_process_int24_clamp), (volume_process_int16),
7422         (volume_process_int16_clamp), (volume_process_int8),
7423         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7424         * gst/volume/gstvolume.h:
7425         Add support for int32, int24 and int8 to the volume element.
7426         Fixes #445529.
7427
7428 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         * tests/examples/Makefile.am:
7431           Fix even more.
7432
7433 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7434
7435         * configure.ac:
7436         * docs/libs/Makefile.am:
7437         * docs/libs/gst-plugins-base-libs-docs.sgml:
7438         * docs/libs/gst-plugins-base-libs-sections.txt:
7439         * ext/gnomevfs/gstgnomevfssrc.c:
7440         * ext/gnomevfs/gstgnomevfssrc.h:
7441         * gst-libs/gst/Makefile.am:
7442         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7443         * pkgconfig/gstreamer-plugins-base.pc.in:
7444         * sys/v4l/v4lsrc_calls.c:
7445         * tests/examples/Makefile.am:
7446         * win32/common/config.h:
7447           Revert unwanted commit. many thanks to moap. I want a fix for 
7448           https://thomas.apestaart.org/moap/trac/ticket/239
7449
7450 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7451
7452         * gst/volume/gstvolume.c:
7453           Move passthrough below gst_object_sync_values(). Fixes #442654.
7454
7455 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7456
7457         * gst-libs/gst/audio/audio.c:
7458         Clarify the docs a little.
7459
7460 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7461
7462         * gst/volume/gstvolume.c:
7463           Enable liboil for float and add more details about problems with
7464           int16.
7465
7466 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7469         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7470
7471 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7472
7473         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7474         When calculating the first timestamp of the buffers, don't go below 0
7475         and clip the samples because the offset was on the eos page.
7476         Fixes #466717.
7477
7478 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7479
7480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7481         (gst_ogg_demux_collect_chain_info):
7482         Also submit the eos page when trying to find the first timestamp.
7483         See #466717.
7484
7485 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7486
7487         * gst-libs/gst/audio/audio.h:
7488         Use gst_util_uint64_scale() instead of doing the math
7489         with double for GST_FRAMES_TO_CLOCK_TIME() and
7490         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7491         prevents rounding errors. Fixes #467667.
7492
7493 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7494
7495         * gst-libs/gst/rtsp/gstrtspconnection.c:
7496         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7497         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7498         * gst-libs/gst/rtsp/gstrtspconnection.h:
7499         Small cleanups.
7500         On shutdown, don't read the control socket yet.
7501         Set timeout value correctly in all cases.
7502         Add function to check if the server accepts reads or writes.
7503         API: gst_rtsp_connection_poll()
7504
7505         * gst-libs/gst/rtsp/gstrtspdefs.h:
7506         Fix compilation with -pedantic.
7507         Add enum for _poll.
7508
7509 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7510
7511         Patch by: Olivier Crete  <tester at tester ca>
7512
7513         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7514         (gst_basertppayload_getcaps):
7515         * gst-libs/gst/rtp/gstbasertppayload.h:
7516         Add getcaps vfunc to basertppayload. See #465146.
7517
7518 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7519
7520         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7521         Only post buffering messages when we are a stream.
7522
7523 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         * gst-libs/gst/pbutils/install-plugins.c:
7526         * gst-libs/gst/pbutils/missing-plugins.c:
7527           Small docs fix and addition.
7528
7529 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * tests/icles/.cvsignore:
7532         * tests/icles/Makefile.am:
7533         * tests/icles/test-textoverlay.c:
7534           Add a dumb little test for textoverlay alignments.
7535
7536 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         Patch by: Dan Williams  <dcbw redhat com>
7539
7540         * ext/pango/gsttextoverlay.c:
7541         * ext/pango/gsttextoverlay.h:
7542           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7543           "silent" property so there's a Since tag in the API reference.
7544
7545 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7546
7547         * gst-libs/gst/rtp/gstbasertppayload.c:
7548         (gst_basertppayload_set_outcaps):
7549         * gst-libs/gst/rtp/gstbasertppayload.h:
7550         Improve caps negotiation so that downstream elements can confiure
7551         certain RTP properties by fixing them on the caps. See #465146.
7552         Add docs.
7553
7554 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7555
7556         * docs/libs/gst-plugins-base-libs-sections.txt:
7557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7558         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7559           Mark as deprecated some macros which were presumably meant to be
7560           private API and accidentally exposed in the public header file.
7561           Also actually _init() lock (only works at the moment because the
7562           struct is zeroed out when created and the initial values in the
7563           mutex struct are zeroes too). (#459585)
7564
7565 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7566
7567         * docs/libs/Makefile.am:
7568           Remove cruft and do some cleanups.
7569
7570         * docs/libs/gst-plugins-base-libs-docs.sgml:
7571           Prepare for comming gtkdoc features (rebase against online docs).
7572
7573 2007-08-10  Michael Smith <msmith@fluendo.com>
7574
7575         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7576           Debug output fixes.
7577         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7578         (GST_START_TEST):
7579           Change the number of buffers used; 500 is too many and leads to
7580           timeouts.
7581
7582 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst/playback/gstqueue2.c:
7585         * gst/videorate/gstvideorate.c:
7586           Printf format fixes (#465028).
7587
7588 2007-08-09  Michael Smith <msmith@fluendo.com>
7589
7590         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7591           If we have a large (> 1 second) discontinuity, push a series of
7592           smaller buffers rather than a single very large buffer. Avoids
7593           unreasonably large single buffer allocations when encountering a
7594           large gap.
7595         * tests/check/elements/audiorate.c: (GST_START_TEST),
7596         (audiorate_suite):
7597           Add a test for this.
7598
7599 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7600
7601         * gst/playback/gstplaybasebin.c: (group_commit),
7602         (queue_remove_probe), (queue_threshold_reached):
7603
7604         Patch by: Josep Torra Valles <josep@fluendo.com>
7605         Fixes: #465015
7606         Make sure we remove the check_queues buffer probe from the 
7607         correct queue to avoid racily going back to "buffering 99%" when
7608         buffering is actually complete.
7609
7610         Also, fix the spelling of Josep's surname in the ChangeLog.
7611
7612 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7613
7614         * ext/ogg/gstoggmux.c:
7615           Do not leak oggmux instance.
7616         
7617         * ext/vorbis/vorbisenc.c:
7618           Also log values.
7619
7620 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7621
7622         * po/hu.po:
7623         * po/it.po:
7624         * po/nl.po:
7625         * po/uk.po:
7626         * po/vi.po:
7627           Updated translations.
7628
7629 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7630
7631         patch by: Yang Hong <hongyang@redflag-linux.com>
7632
7633         * ext/pango/gsttextoverlay.c:
7634         * ext/pango/gsttextoverlay.h:
7635           Add 'silent' property to GstTimeOverlay. Fixes #462979
7636
7637 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         Patch by: Josep Torra Valles <josep@fluendo.com>
7640
7641         * docs/plugins/gst-plugins-base-plugins.args:
7642         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7643         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7644         (gst_uri_decode_bin_get_property), (gen_source_element):
7645         Add connection-speed property. Fixes #464690.
7646
7647 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7648
7649         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7650
7651         * configure.ac:
7652         * gst-libs/gst/rtsp/Makefile.am:
7653         * gst-libs/gst/rtsp/gstrtspconnection.c:
7654         (gst_rtsp_connection_connect):
7655         Fix compilation on windows. Fixes #464320.
7656
7657 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7658
7659         Patch by: Josep Torra Valles <josep@fluendo.com>
7660
7661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7662         (gst_play_base_bin_init), (queue_threshold_reached),
7663         (gen_source_element), (setup_substreams),
7664         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7665         (gst_play_base_bin_get_streaminfo_value_array):
7666         * gst/playback/gstplaybasebin.h:
7667         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7668         (gst_play_bin_set_property), (gst_play_bin_get_property),
7669         (gst_play_bin_handle_redirect_message):
7670         Move connection-speed property from playbin to playbasebin so that we
7671         can also configure it in source elements that have the connection-speed
7672         property. Fixes #464028.
7673         Add some debug info here and there.
7674
7675 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7676
7677         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7678         Properly respond to conversion queries. Fixes #464079.
7679
7680 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7681
7682         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7683         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7684         (gst_audio_test_src_init_sine_table),
7685         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7686         * gst/audiotestsrc/gstaudiotestsrc.h:
7687         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7688         Also set the default volume to the default value specified in the
7689         GParamSpec.
7690
7691 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7692
7693         Patch by: Jens Granseuer <jensgr at gmx dot net>
7694
7695         * gst/audioconvert/gstaudioquantize.c:
7696         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7697
7698 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7699
7700         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7701         Add rdt manager for rdt transport.
7702         Fix parsing of RDT transport.
7703
7704 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7705
7706         * configure.ac:
7707         Back to CVS
7708
7709 === release 0.10.14 ===
7710
7711 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7712
7713         * configure.ac:
7714           releasing 0.10.14, "Light Years Ahead"
7715
7716 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7717
7718         * tests/check/libs/audio.c: (GST_START_TEST):
7719         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7720
7721 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7722
7723         * gst-libs/gst/audio/audio.c:
7724         When clipping a buffer with no timestamp, assume it is
7725         within the segment without warnings.
7726
7727         Fixes: #460978
7728
7729 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7730
7731         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7732         Fire the signal on the object, not the interface.
7733
7734 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7735
7736         * gst-libs/gst/rtsp/.cvsignore:
7737         Ber. Don't include the full path, idiot.
7738
7739 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7740
7741         * gst-libs/gst/rtsp/.cvsignore:
7742         Ignore generated files.
7743
7744 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7745
7746         * gst-libs/gst/interfaces/Makefile.am:
7747         * gst-libs/gst/interfaces/interfaces-marshal.list:
7748         * gst-libs/gst/interfaces/rtspextension.c:
7749         * gst-libs/gst/interfaces/rtspextension.h:
7750         * gst-libs/gst/rtsp/Makefile.am:
7751         * gst-libs/gst/rtsp/gstrtsp.h:
7752         * gst-libs/gst/rtsp/gstrtspextension.c:
7753         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7754         (gst_rtsp_extension_detect_server),
7755         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7756         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7757         (gst_rtsp_extension_configure_stream),
7758         (gst_rtsp_extension_get_transports),
7759         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7760         * gst-libs/gst/rtsp/gstrtspextension.h:
7761         * gst-libs/gst/rtsp/rtsp-marshal.list:
7762         Move the rtspextension.h interface into gstrtspextension.h
7763         as part of libgstrtsp instead of libgstinterfaces, because it's
7764         only for use within plugins, not applications. 
7765         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7766         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7767         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7768         is abstract.
7769
7770 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7771
7772         * gst-libs/gst/interfaces/Makefile.am:
7773         * gst-libs/gst/interfaces/interfaces-marshal.list:
7774         * gst-libs/gst/interfaces/rtspextension.c:
7775         (gst_rtsp_extension_iface_init),
7776         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7777         * gst-libs/gst/interfaces/rtspextension.h:
7778         Fix marshaller for the send signal.
7779         Add URL to stream selection interface method.
7780
7781 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7782
7783         * gst-libs/gst/riff/Makefile.am:
7784         Pull in our dependencies from -base before those from outside.
7785
7786 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7787
7788         * docs/libs/gst-plugins-base-libs-sections.txt:
7789         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7790         * gst-libs/gst/rtsp/gstrtspbase64.h:
7791         API: gst_rtsp_base64_decode_ip()
7792         Added function to decode Base64 in-place.
7793
7794 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7795
7796         * tests/check/libs/.cvsignore:
7797         Ignore the mixer test binary.
7798
7799 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7800
7801         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7802         Gratuitous comment change to trigger a rebuild on the buildbots.
7803
7804 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7807         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7808         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7809         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7810         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7811         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7812         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7813         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7814         (gst_sdp_media_get_attribute_val):
7815         * gst-libs/gst/sdp/gstsdpmessage.h:
7816         Constify args where we can.
7817
7818 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         * gst-libs/gst/interfaces/Makefile.am:
7821         * gst-libs/gst/interfaces/rtspextension.c:
7822         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7823         (gst_rtsp_extension_detect_server),
7824         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7825         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7826         (gst_rtsp_extension_configure_stream),
7827         (gst_rtsp_extension_get_transports),
7828         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7829         * gst-libs/gst/interfaces/rtspextension.h:
7830         Move interface for RTSP extensions from -good to here.
7831         Added helper methods to invoke interface methods.
7832
7833 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * docs/libs/gst-plugins-base-libs-sections.txt:
7836         * gst-libs/gst/rtsp/gstrtspdefs.h:
7837         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7838         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7839         (gst_rtsp_message_init_response),
7840         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7841         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7842         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7843         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7844         (gst_rtsp_message_get_body), (dump_key_value):
7845         * gst-libs/gst/rtsp/gstrtspmessage.h:
7846         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7847         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7848         (gst_rtsp_range_parse):
7849         * gst-libs/gst/rtsp/gstrtsprange.h:
7850         * gst-libs/gst/rtsp/gstrtsptransport.c:
7851         * gst-libs/gst/rtsp/gstrtspurl.c:
7852         Fix some more RTSP docs.
7853         Add some missing methods for dealing with messages.
7854
7855 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7856
7857         * docs/libs/gst-plugins-base-libs-docs.sgml:
7858         * docs/libs/gst-plugins-base-libs-sections.txt:
7859         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7860         * gst-libs/gst/rtsp/gstrtspbase64.h:
7861         * gst-libs/gst/rtsp/gstrtspconnection.c:
7862         (gst_rtsp_connection_connect), (add_auth_header),
7863         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7864         (read_body), (gst_rtsp_connection_receive),
7865         (gst_rtsp_connection_next_timeout),
7866         (gst_rtsp_connection_reset_timeout),
7867         (gst_rtsp_connection_set_auth):
7868         * gst-libs/gst/rtsp/gstrtspconnection.h:
7869         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7870         * gst-libs/gst/rtsp/gstrtspdefs.h:
7871         * gst-libs/gst/rtsp/gstrtspmessage.h:
7872         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7873         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7874         (gst_rtsp_range_parse):
7875         * gst-libs/gst/rtsp/gstrtspurl.h:
7876         Added beginnings of RTSP documentation.
7877
7878 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * docs/libs/Makefile.am:
7881         * docs/libs/gst-plugins-base-libs-docs.sgml:
7882         * docs/libs/gst-plugins-base-libs-sections.txt:
7883         * gst-libs/gst/sdp/gstsdp.h:
7884         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7885         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7886         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7887         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7888         (gst_sdp_message_get_attribute_val),
7889         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7890         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7891         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7892         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7893         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7894         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7895         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7896         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7897         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7898         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7899         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7900         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7901         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7902         (gst_sdp_media_get_attribute_val_n),
7903         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7904         (print_media), (gst_sdp_message_dump):
7905         * gst-libs/gst/sdp/gstsdpmessage.h:
7906         Document the SDP library.
7907         Add some of the missing SDPMedia methods.
7908
7909 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7910
7911         * configure.ac:
7912         * gst-libs/gst/Makefile.am:
7913         * gst-libs/gst/rtsp/Makefile.am:
7914         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7915         * gst-libs/gst/rtsp/gstrtspbase64.h:
7916         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7917         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7918         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7919         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7920         (parse_response_status), (parse_request_line), (parse_line),
7921         (gst_rtsp_connection_read), (read_body),
7922         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7923         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7924         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7925         (gst_rtsp_connection_set_auth):
7926         * gst-libs/gst/rtsp/gstrtspconnection.h:
7927         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7928         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7929         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7930         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7931         (gst_rtsp_find_method):
7932         * gst-libs/gst/rtsp/gstrtspdefs.h:
7933         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7934         (gst_rtsp_message_new), (gst_rtsp_message_init),
7935         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7936         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7937         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7938         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7939         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7940         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7941         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7942         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7943         (gst_rtsp_message_dump):
7944         * gst-libs/gst/rtsp/gstrtspmessage.h:
7945         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7946         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7947         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7948         * gst-libs/gst/rtsp/gstrtsprange.h:
7949         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7950         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7951         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7952         (range_as_text), (rtsp_transport_mode_as_text),
7953         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7954         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7955         (gst_rtsp_transport_free):
7956         * gst-libs/gst/rtsp/gstrtsptransport.h:
7957         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7958         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7959         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7960         * gst-libs/gst/rtsp/gstrtspurl.h:
7961         * gst-libs/gst/sdp/Makefile.am:
7962         * gst-libs/gst/sdp/gstsdp.h:
7963         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7964         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7965         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7966         (gst_sdp_attribute_init), (gst_sdp_message_new),
7967         (gst_sdp_message_init), (gst_sdp_message_uninit),
7968         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7969         (gst_sdp_media_uninit), (gst_sdp_media_free),
7970         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7971         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7972         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7973         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7974         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7975         (gst_sdp_message_get_attribute_val),
7976         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7977         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7978         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7979         (gst_sdp_media_get_attribute_val_n),
7980         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7981         (read_string), (read_string_del), (gst_sdp_parse_line),
7982         (gst_sdp_message_parse_buffer), (print_media),
7983         (gst_sdp_message_dump):
7984         * gst-libs/gst/sdp/gstsdpmessage.h:
7985         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7986         Move SDP and RTSP from helper objects in -good to a reusable library.
7987         Use a proper gst_ namespace.
7988
7989 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7990
7991         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7992         (vorbis_dec_flush_decode):
7993         Use the new buffer clipping function from gstaudio here.
7994
7995 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7996
7997         * docs/libs/gst-plugins-base-libs-sections.txt:
7998         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7999         * gst-libs/gst/audio/audio.h:
8000         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8001         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8002         Also add deprecation guards for gst_audio_structure_set_int() to the
8003         header.
8004
8005 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8006
8007         * docs/libs/gst-plugins-base-libs-sections.txt:
8008           Cleanup the docs.
8009
8010 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8011
8012         Patch by: Dan Williams <dcbw at redhat dot com>
8013
8014         * gst/playback/gstplaybasebin.c:
8015         (gst_play_base_bin_get_streaminfo_value_array):
8016         Don't return NULL when querying the stream info value array but instead
8017         return an empty array. Fixes #459204.
8018
8019 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8020
8021         * gst/playback/gsturidecodebin.c:
8022           Init debug category before using it.
8023
8024 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8025
8026         * gst-libs/gst/interfaces/mixer.h:
8027         Add padding vars in place of the signal pointers
8028         when building with DISABLE_DEPRECATED so that the
8029         interface structure doesn't change size.
8030
8031 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8032
8033         * docs/libs/gst-plugins-base-libs-sections.txt:
8034         * ext/alsa/gstalsamixer.c:
8035         * ext/alsa/gstalsamixer.h:
8036         * ext/alsa/gstalsamixerelement.c:
8037         * ext/alsa/gstalsamixertrack.c:
8038         * gst-libs/gst/interfaces/mixer.c:
8039         * gst-libs/gst/interfaces/mixer.h:
8040         * gst-libs/gst/interfaces/mixeroptions.c:
8041         * gst-libs/gst/interfaces/mixeroptions.h:
8042         * gst-libs/gst/interfaces/mixertrack.c:
8043         * gst-libs/gst/interfaces/mixertrack.h:
8044         * tests/check/Makefile.am:
8045         * tests/check/libs/mixer.c:
8046
8047         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8048         Fixes: #152864 
8049
8050         Add support for notifying mixer changes on the message bus, and
8051         implement it in alsamixer.
8052
8053         API: gst_mixer_get_mixer_flags
8054         API: gst_mixer_message_parse_mute_toggled
8055         API: gst_mixer_message_parse_record_toggled
8056         API: gst_mixer_message_parse_volume_changed
8057         API: gst_mixer_message_parse_option_changed
8058         API: GstMixerMessageType
8059         API: GstMixerFlags
8060
8061 2007-07-20  Michael Smith <msmith@fluendo.com>
8062
8063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8064         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8065           xcontext->im_format is only for testing XShm support (as the header
8066           file comments document). Use xvimage->im_format for everything else.
8067           Avoids spurious warnings on buffer allocation before setcaps.
8068
8069 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8070
8071         * tests/examples/volume/Makefile.am:
8072         * tests/icles/Makefile.am:
8073           We should use $(LIBM).
8074
8075 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8076
8077         * tests/icles/Makefile.am:
8078           This needs -lm.
8079
8080 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8081
8082         * gst-libs/gst/rtp/gstbasertppayload.c:
8083         (gst_basertppayload_class_init), (gst_basertppayload_init),
8084         (gst_basertppayload_set_property),
8085         (gst_basertppayload_get_property):
8086         Don't break ABI, restore previous ranges. Keep the default random
8087         selection of timestamp and seqnum offset but as soon as the app sets a
8088         specific value, use that one.
8089
8090 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8091
8092         Patch by: Bastien Nocera <hadess at hadess dot net>
8093
8094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8095         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8096         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8097         * sys/xvimage/xvimagesink.h:
8098         Add option to turn off double-buffering for debugging purposes.
8099         Fixes #437169.
8100
8101 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8102
8103         Patch by: Jorn Baayen <jorn at openedhand dot com>
8104
8105         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8106         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8107         (gst_ximagesink_init), (gst_ximagesink_class_init):
8108         * sys/ximage/ximagesink.h:
8109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8110         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8111         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8112         * sys/xvimage/xvimagesink.h:
8113         add 'handle-expose' property. Useful for video widgets which may want to
8114         be in control of Expose behaviour. Fixes #380625
8115
8116 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8117
8118         * gst-libs/gst/rtp/gstbasertppayload.c:
8119         (gst_basertppayload_class_init), (gst_basertppayload_init),
8120         (gst_basertppayload_event), (gst_basertppayload_push),
8121         (gst_basertppayload_set_property),
8122         (gst_basertppayload_get_property),
8123         (gst_basertppayload_change_state):
8124         * gst-libs/gst/rtp/gstbasertppayload.h:
8125         Fix ranges of rtp payloader properties so that the full range can be
8126         used in addition to -1 (random).
8127         Fix wrong seqnum reporting in caps.
8128         Fixes #420326.
8129
8130 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8131
8132         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8133         (gst_video_rate_query):
8134         Use boilerplate.
8135         Add latency query, might not be perfect yet but already works a lot
8136         better. Fixes #442557.
8137
8138 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8139
8140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8141         (gst_xvimagesink_setcaps):
8142         * sys/xvimage/xvimagesink.h:
8143         After a caps change, redraw our borders to avoid garbage left there
8144         when the image format changes to a smaller size, like 16:9 -> 4:3
8145         Also, hold the flow_lock a bit longer in the set_caps while we're
8146         fiddling with the xcontext.
8147
8148 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8149
8150         * Makefile.am:
8151         * configure.ac:
8152         * tests/Makefile.am:
8153         Remove bogus check for libcheck, since we check for
8154         gstreamer-check and it pulls in the required info from there, and we
8155         weren't actually _using_ the information for libcheck ourselves
8156         anyway.
8157
8158 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8159
8160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8161         (gst_ffmpeg_caps_to_pixfmt):
8162         Fix the r_mask test for RGBA32 on little-endian.
8163         Fix a stupid typo that would have obviously broken 
8164         compilation on big-endian, if anyone was testing.
8165
8166 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8167
8168         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8169         (paint_hline_str4):
8170         * gst/videotestsrc/videotestsrc.h:
8171         Add alpha to the color struct.
8172         Use a default alpha value of 255 instead of 128.
8173
8174 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8175
8176         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8177         (setup_source):
8178         Clear the dynamic pads counter when starting a new uri. This makes
8179         reusing playbin work again.
8180         Fixes #454264.
8181
8182 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8183
8184         * configure.ac:
8185           Use pkg-config to locate check.
8186
8187 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * configure.ac:
8190         * tests/check/elements/volume.c: (GST_START_TEST):
8191           Fix 'make check' build against core CVS.
8192
8193 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8194
8195         * gst-libs/gst/interfaces/propertyprobe.c:
8196         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8197         * gst-libs/gst/tag/gstvorbistag.c:
8198           Make gtk-doc happy.
8199
8200 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * gst-libs/gst/audio/gstbaseaudiosink.c:
8203         (gst_base_audio_sink_callback):
8204           Quick hack to make audiosinks stop at EOS when operating in
8205           pull-mode; needs to be fixed properly some day.
8206
8207 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8208
8209         * docs/libs/gst-plugins-base-libs-sections.txt:
8210           Fix location of includes in the docs.
8211
8212 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * gst/ffmpegcolorspace/avcodec.h:
8215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8216         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8217         (gst_ffmpegcsp_avpicture_fill):
8218         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8219         (img_get_alpha_info):
8220         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8221         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8222         end of the word. Partially fixes #451908
8223
8224 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8225
8226         * docs/libs/Makefile.am:
8227         * docs/plugins/Makefile.am:
8228           Simplify --extra-dir as gtkdoc scans recursively.
8229
8230 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8231
8232         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8233         (gst_adder_request_new_pad):
8234         Make getcaps more robust by not using the proxycaps function. This makes
8235         sure that we don't end up recursively calling getcaps upstream.
8236         See #316248.
8237
8238 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8239
8240         * gst/audioconvert/audioconvert.c:
8241         Include math.h to fix compilation.
8242
8243 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8244
8245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8246         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8247         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8248         format, as produced by some dc1394 cameras like the iSight.
8249         See http://www.fourcc.org/yuv.php#IYU1
8250
8251 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8252
8253         * gst/audioconvert/Makefile.am:
8254         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8255         (check_default), (audio_convert_prepare_context),
8256         (audio_convert_clean_context), (audio_convert_convert):
8257         * gst/audioconvert/audioconvert.h:
8258         * gst/audioconvert/gstaudioconvert.c:
8259         (gst_audio_convert_dithering_get_type),
8260         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8261         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8262         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8263         * gst/audioconvert/gstaudioconvert.h:
8264         * gst/audioconvert/gstaudioquantize.c:
8265         (gst_audio_quantize_setup_noise_shaping),
8266         (gst_audio_quantize_free_noise_shaping),
8267         (gst_audio_quantize_setup_dither),
8268         (gst_audio_quantize_free_dither),
8269         (gst_audio_quantize_setup_quantize_func),
8270         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8271         * gst/audioconvert/gstaudioquantize.h:
8272         Implement dithering and noise shaping in audioconvert. By default now
8273         TPDF dithering (and no noise shaping) will be used when converting
8274         from a higher bit depth to 20 bit depth or smaller, otherwise
8275         everything will be as it is now.
8276         For the last audioconvert in a pipeline it would make sense to
8277         use some kind of noise shaping, enabling it by default for all
8278         conversions would give undesired results though. Fixes #360246.
8279         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8280         (GST_START_TEST):
8281         Adjust unit test for the new audioconvert.
8282
8283 2007-06-28  Wim Taymans  <wim@fluendo.com>
8284
8285         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8286         Use other metrics as well when estimating the buffer level.
8287
8288 2007-06-28  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8291         Small debug improvement.
8292
8293         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8294         (plugin_init):
8295         Tweak the rate estimation period.
8296         When calculating the buffer filledness in rate estimation mode, don't
8297         mix it with other metrics.
8298
8299 2007-06-28  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8302         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8303         When creating the groups, allow for a 5 second, unlimited buffers
8304         preroll phase after which we expose the group.
8305         When the group is exposed, use a small number of buffers up to a 2
8306         second limit. Also disconnect the overrun signal from multiqueue when we
8307         exposed the group because it is not needed anymore.
8308
8309 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8310
8311         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8312           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8313           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8314           (#451707); also, output some debugging info when dealing with
8315           freeform strings.
8316
8317         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8318           Add unit test for the above.
8319
8320 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8321
8322         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8323           Add description for Windows Media RTP caps.
8324
8325         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8326           Remove RTP fields that don't define the format from caps.
8327
8328 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8329
8330         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8331           Skip empty buffers, but not empty header buffers. That way the original
8332           vorbisdec unit test still passes (#451145); also, take into account
8333           that those empty packets might carry a granulepos.
8334
8335         * tests/check/Makefile.am:
8336         * tests/check/elements/vorbisdec.c:
8337         (_create_codebook_header_buffer), (_create_audio_buffer),
8338         (GST_START_TEST), (vorbisdec_suite):
8339           Add unit test that sends an empty packet.
8340
8341 2007-06-27  Wim Taymans  <wim@fluendo.com>
8342
8343         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8344         Don't error out on 0-sized packets, just emit a warning because this is
8345         not a fatal error. Fixes #451145.
8346
8347 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8348
8349         * docs/plugins/gst-plugins-base-plugins.args:
8350         * docs/plugins/gst-plugins-base-plugins.signals:
8351         * docs/plugins/inspect/plugin-adder.xml:
8352         * docs/plugins/inspect/plugin-alsa.xml:
8353         * docs/plugins/inspect/plugin-audioconvert.xml:
8354         * docs/plugins/inspect/plugin-audiorate.xml:
8355         * docs/plugins/inspect/plugin-audioresample.xml:
8356         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8357         * docs/plugins/inspect/plugin-cdparanoia.xml:
8358         * docs/plugins/inspect/plugin-decodebin.xml:
8359         * docs/plugins/inspect/plugin-decodebin2.xml:
8360         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8361         * docs/plugins/inspect/plugin-gdp.xml:
8362         * docs/plugins/inspect/plugin-gnomevfs.xml:
8363         * docs/plugins/inspect/plugin-libvisual.xml:
8364         * docs/plugins/inspect/plugin-ogg.xml:
8365         * docs/plugins/inspect/plugin-pango.xml:
8366         * docs/plugins/inspect/plugin-playbin.xml:
8367         * docs/plugins/inspect/plugin-subparse.xml:
8368         * docs/plugins/inspect/plugin-tcp.xml:
8369         * docs/plugins/inspect/plugin-theora.xml:
8370         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8371         * docs/plugins/inspect/plugin-video4linux.xml:
8372         * docs/plugins/inspect/plugin-videorate.xml:
8373         * docs/plugins/inspect/plugin-videoscale.xml:
8374         * docs/plugins/inspect/plugin-videotestsrc.xml:
8375         * docs/plugins/inspect/plugin-volume.xml:
8376         * docs/plugins/inspect/plugin-vorbis.xml:
8377         * docs/plugins/inspect/plugin-ximagesink.xml:
8378         * docs/plugins/inspect/plugin-xvimagesink.xml:
8379           Update docs with caps info.
8380
8381 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * po/POTFILES.in:
8384           Add more files with translatable strings (#450875).
8385
8386 2007-06-23  Edward Hervey  <edward@fluendo.com>
8387
8388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8389         The chain should be freed if we error out here, else it will leak.
8390         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8391         (cleanup_decodebin):
8392         Don't forget to *properly* remove the signals, else it will leak.
8393
8394 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8395
8396         * MAINTAINERS:
8397         Updating all the maintainers files
8398
8399 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8400
8401         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8402         (main):
8403           Destroy and recreate parse-launch based pipeline after stop to be able
8404           to play again. Reorder some code and add more comments.
8405
8406 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8407
8408         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8409         When handling a delayed-caps notification case, mark
8410         the group as dynamic so that the nbdynamic count is
8411         incremented and decremented correctly. Fixes: #449156
8412         Patch by: Wim Taymans <wim@fluendo.com>
8413
8414 2007-06-19  Andy Wingo  <wingo@pobox.com>
8415
8416         * gst-libs/gst/audio/gstbaseaudiosink.c
8417         (gst_base_audio_sink_init): Enable pull-mode operation.
8418
8419 2007-06-19  Michael Smith <msmith@fluendo.com>
8420
8421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8422           Change minimum rate back to 1000 to allow low-sample-rate wav files
8423           to play back.
8424
8425 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8426
8427         * po/vi.po:
8428           Update translations.
8429
8430 2007-06-15  David Schleef  <ds@schleef.org>
8431
8432         * gst/playback/gstqueue2.c:
8433           Fix compile error from ignored return value.
8434
8435 2007-06-15  Michael Smith <msmith@fluendo.com>
8436
8437         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8438           Update tmpbuf for all neccesary rows, not just one, as is required
8439           when downscaling.
8440           Fixes #402076.
8441
8442 2007-06-15  Michael Smith <msmith@fluendo.com>
8443
8444         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8445         (eos_buffer_probe):
8446           Add a test that ensures we set DELTA_UNIT on all non-header,
8447           non-video buffers, if we have a video stream.
8448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8449         (gst_ogg_mux_process_best_pad):
8450           Move setting delta_pad to earlier, where we inspect all pads, so
8451           that leading audio pages don't get DELTA_UNIT unset if they come
8452           before the first DELTA_UNIT from video pages. Fixes the newly-added
8453           test. Fixes #385527.
8454
8455 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8458           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8459           fails on the p5-ppc64 build bot and the failure looks like it is due
8460           to the same issue as #348114, ie. a compiler bug.
8461
8462 2007-06-13  Edward Hervey  <edward@fluendo.com>
8463
8464         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8465         Fix build on MacOSX.
8466
8467 2007-06-13  Wim Taymans  <wim@fluendo.com>
8468
8469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8470         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8471         Fix compilation on mingw. Fixes #446972.
8472
8473 2007-06-12  Wim Taymans  <wim@fluendo.com>
8474
8475         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8476
8477         * gst/playback/gstqueue2.c: (update_buffering),
8478         (gst_queue_locked_enqueue):
8479         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8480         also update the buffering status when receiving events. Fixes #446551.
8481
8482 2007-06-11  Wim Taymans  <wim@fluendo.com>
8483
8484         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8485
8486         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8487         (gst_queue_handle_src_query):
8488         Wait for preroll before attempting to forward a duration query upstream.
8489         Fixes #445505.
8490
8491 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8492
8493         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8494         (gst_base_rtp_depayload_set_gst_timestamp):
8495         Use G_GINT64_CONSTANT macro for int64 constant.
8496         * win32/common/libgstinterfaces.def:
8497         * win32/common/libgsttag.def:
8498         Add new exported functions.
8499
8500 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8501
8502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8503           The BOS page of the first Dirac video stream needs to come before
8504           the BOS page of any Vorbis streams or other audio streams, just like
8505           it is with Theora.
8506
8507 2007-06-07  Wim Taymans  <wim@fluendo.com>
8508
8509         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8510         Fix compilation.
8511
8512 2007-06-06  Wim Taymans  <wim@fluendo.com>
8513
8514         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8515
8516         * gst/playback/gstqueue2.c: (gst_queue_init),
8517         (gst_queue_handle_sink_event), (gst_queue_chain),
8518         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8519         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8520         (gst_queue_src_activate_pull):
8521         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8522         Does not yet completely work because duration queries upstream won't
8523         block yet.
8524
8525 2007-06-06  Wim Taymans  <wim@fluendo.com>
8526
8527         * configure.ac:
8528         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8529         Some more fseeko checks.
8530
8531 2007-06-06  Wim Taymans  <wim@fluendo.com>
8532
8533         * configure.ac:
8534         check for large file support.
8535
8536 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8537
8538         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8539
8540         * gst/subparse/gstsubparse.c: (parse_subrip),
8541         (subviewer_unescape_newlines), (parse_subviewer),
8542         (gst_sub_parse_data_format_autodetect),
8543         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8544         * gst/subparse/gstsubparse.h:
8545         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8546         * tests/check/elements/subparse.c: (GST_START_TEST),
8547         (subparse_suite):
8548         Add a unit test for both SubViewer formats.
8549
8550 2007-06-01  Michael Smith <msmith@fluendo.com>
8551
8552         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8553           Don't overflow intermediate values when seeking to large time values
8554           in audiotestsrc.
8555
8556 2007-06-05  Wim Taymans  <wim@fluendo.com>
8557
8558         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8559         (gst_queue_create_read), (gst_queue_read_item_from_file),
8560         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8561         Include stdio to define fseeko.
8562
8563 2007-06-05  Wim Taymans  <wim@fluendo.com>
8564
8565         Patch by: Edward Hervey  <edward@fluendo.com>
8566
8567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8568         (gst_v4lsrc_query):
8569         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8570
8571 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * gst-libs/gst/riff/Makefile.am:
8574         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8575           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8576           our own implementation.
8577
8578 2007-06-05  Wim Taymans  <wim@fluendo.com>
8579
8580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8581         (gst_base_rtp_depayload_setcaps),
8582         (gst_base_rtp_depayload_set_gst_timestamp),
8583         (gst_base_rtp_depayload_change_state):
8584         Handle timestamp wraparound.
8585
8586 2007-06-05  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8589         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8590         (gst_uri_decode_bin_change_state):
8591         Make sure we name srcpads uniquely even when using different internal
8592         decodebins.
8593         Signal no-more-pads when no more dynamic elements exist.
8594         Remove pads on cleanup.
8595
8596 2007-06-05  Wim Taymans  <wim@fluendo.com>
8597
8598         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8599
8600         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8601         (gst_queue_init), (gst_queue_finalize),
8602         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8603         (gst_queue_create_read), (gst_queue_read_item_from_file),
8604         (gst_queue_open_temp_location_file),
8605         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8606         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8607         (gst_queue_is_empty), (gst_queue_is_filled),
8608         (gst_queue_change_state), (gst_queue_set_temp_location),
8609         (gst_queue_set_property):
8610         Add support for filebased buffering. Fixes #441264.
8611
8612 2007-06-05  Wim Taymans  <wim@fluendo.com>
8613
8614         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8615         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8616         (caps_notify_group_cb), (gst_decode_group_new),
8617         (gst_decode_group_free):
8618         Add support for delayed caps fixation when autoplugging.
8619         Optimize cases where a multiqueue is not needed/wanted, like right after
8620         anything that is not a demuxer.
8621
8622 2007-06-05  Wim Taymans  <wim@fluendo.com>
8623
8624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8625         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8626         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8627         consideratly speedup ogg chain detection by not trying to find a base
8628         timestamp for skeleton streams. 
8629
8630 2007-06-05  Wim Taymans  <wim@fluendo.com>
8631
8632         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8633         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8634         (gst_multi_fd_sink_remove_flush),
8635         (gst_multi_fd_sink_remove_client_link),
8636         (gst_multi_fd_sink_handle_client_write),
8637         (gst_multi_fd_sink_handle_clients):
8638         * gst/tcp/gstmultifdsink.h:
8639         Add support for remove_flush.
8640
8641 2007-06-05  Wim Taymans  <wim@fluendo.com>
8642
8643         * docs/design/draft-keyframe-force.txt:
8644         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8645         (theora_enc_chain):
8646         Add draft design for forcing keyframes in encoders and implement in
8647         theoraenc.
8648
8649 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8650
8651         * configure.ac:
8652           Back to CVS
8653
8654 === release 0.10.13 ===
8655
8656 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8657
8658         * configure.ac:
8659           releasing 0.10.13, "What's Going on?"
8660
8661 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8662
8663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8664         In riff, the depth is stored in the size field but it just means that
8665         the least significant bits are cleared. We can therefore just play
8666         the sample as if it had a depth == width. Fixes: #440997
8667
8668         Patch by: Wim Taymans <wim@fluendo.com> 
8669         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8670
8671 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8672
8673         * gst-libs/gst/floatcast/floatcast.h:
8674         Define inline when needed on win32 builds. Fixes: #441295
8675         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8676
8677 2007-05-29  Wim Taymans  <wim@fluendo.com>
8678
8679         * gst/playback/gstplaybasebin.c: (queue_overrun),
8680         (no_more_pads_full):
8681         Stop buffering when the group is commited because the queues filled up.
8682         Fixes #442024.
8683
8684 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8685
8686         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8687         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8688         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8689         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8690         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8691         * ext/alsa/gstalsamixer.h:
8692         * ext/alsa/gstalsamixerelement.c:
8693         (gst_alsa_mixer_element_interface_supported),
8694         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8695         (gst_alsa_mixer_element_set_property),
8696         (gst_alsa_mixer_element_get_property),
8697         (gst_alsa_mixer_element_change_state):
8698         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8699         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8700         (gst_mixer_option_changed):
8701         * gst-libs/gst/interfaces/mixer.h:
8702         Revert commits towards #152864 made so far. We'll pick it up again
8703         after the 0.10.13 release.
8704
8705 2007-05-24  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst-libs/gst/audio/gstbaseaudiosink.c:
8708         (gst_base_audio_sink_render):
8709         After an interrupt (PAUSED/flush) assume that the next sample should not
8710         be aligned to the previous sample. Fixes #417992.
8711
8712 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8713
8714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8715           Don't add channels and rate fields to the template caps for
8716           audio/x-dts, as wavparse might not always be able to set them,
8717           which would then lead to 'caps are not a real subset of the
8718           template caps' warnings.
8719
8720 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8721
8722         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8723         Handle unknown or invalid pads without crashing, as might occur if
8724         a media file like an mp3 is specified as a subtitle file.
8725         Fixes: #410039
8726
8727 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8728
8729         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8730         (setup_sinks):
8731         Block the subtitle bin output queue before ghosting it and linking,
8732         then unblock after. This avoids spurious not-linked errors caused 
8733         by the queue starting up (because it gets linked when it is ghosted). 
8734         Fixes: #350299
8735
8736 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8737
8738         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8739         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8740         file. Avoids flukes where the input gets typefound to some valid but
8741         useless type.
8742
8743 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * tests/check/Makefile.am:
8746         * tests/check/elements/.cvsignore:
8747         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8748         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8749           Add unit test for gnomevfssink seeking and position reporting for
8750           file:// URIs.
8751
8752 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         Patch by: Mark Nauwelaerts <manauw at skynet be>
8755
8756         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8757         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8758         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8759         * ext/gnomevfs/gstgnomevfssink.h:
8760           Fix position reporting, especially after a seek (from upstream),
8761           see #412648.
8762
8763 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * ext/cdparanoia/gstcdparanoiasrc.c:
8766           Repair umlaut.
8767
8768 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8769
8770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8771         Specify the full valid range for MP3 samplerates. Fixes a regression
8772         caused by extra header checks since the last release.
8773
8774 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8775
8776         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8778         Fix a locking-order bug I introduced with my changes the other day.
8779         Patch by Mike Smith.
8780
8781 2007-05-21  Michael Smith <msmith@fluendo.com>
8782
8783         * ext/theora/theoradec.c: (theora_handle_data_packet):
8784           Don't look inside 0-length packets (which indicate duplicated
8785           frames)
8786
8787 2007-05-21  Wim Taymans  <wim@fluendo.com>
8788
8789         * ext/cdparanoia/gstcdparanoiasrc.c:
8790         (gst_cd_paranoia_src_read_sector):
8791         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8792         (gst_base_audio_src_create):
8793         Small cleanups.
8794
8795         * ext/theora/theoradec.c: (theora_dec_sink_event):
8796         Fix typo.
8797
8798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8799         (gst_base_rtp_depayload_set_gst_timestamp):
8800         Add some FIXME
8801
8802         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8803         And some debug info when a FIXME path is hit.
8804
8805 2007-05-21  Wim Taymans  <wim@fluendo.com>
8806
8807         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8808         (gst_base_rtp_audio_payload_class_init),
8809         (gst_base_rtp_audio_payload_init),
8810         (gst_base_rtp_audio_payload_finalize),
8811         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8812         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8813         (gst_base_rtp_payload_audio_handle_event):
8814         Some cleanups, remove minptime property as it is now in the parent
8815         class.
8816         Override parent class event function.
8817
8818         * gst-libs/gst/rtp/gstbasertppayload.c:
8819         (gst_basertppayload_class_init), (gst_basertppayload_init),
8820         (gst_basertppayload_event), (gst_basertppayload_set_property),
8821         (gst_basertppayload_get_property):
8822         * gst-libs/gst/rtp/gstbasertppayload.h:
8823         Add min-ptime property.
8824         Add handle-event vmethod. Fixes #415001.
8825
8826 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8827
8828         * gst-libs/gst/audio/gstbaseaudiosink.c
8829           (gst_base_audio_sink_change_state):
8830           Fix typo in comment.
8831
8832         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8833           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8834           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8835           close_link):
8836         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8837           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8838           Remove trailing whitespaces in comments.
8839
8840         * gst/volume/Makefile.am:
8841           Fix tabs.
8842
8843 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8844
8845         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8846
8847         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8848           set_option, get_option, _gst_reserved):
8849           Revert reordering functions (keep ABI).
8850
8851 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8852
8853         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8854         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8855         (gst_ximagesink_show_frame):
8856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8857         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8858         (gst_xvimagesink_show_frame):
8859         When we create our own window, indicate that we handle the 
8860         WM_DELETE client message from the window manager, so that it won't 
8861         kill our window (and our app) along with it. Handle ClientMessage,
8862         post an error on the bus, and close the window. Further buffers
8863         arriving will result in a FlowError because the window has been
8864         destroyed.
8865
8866         Fixes: #393975
8867
8868         Clean up the X event handling loop and make them the same for
8869         both xvimagesink and ximagesink while I'm at it.
8870
8871 2007-05-17  Wim Taymans  <wim@fluendo.com>
8872
8873         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8874         Make decodebin2 autoplug depayloaders too.
8875
8876         * gst/playback/gsturidecodebin.c: (source_new_pad):
8877         Set the newly created decoder in a usable state when autoplugging a
8878         dynamic source such as RTSP.
8879
8880 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * gst/playback/gststreaminfo.c: (cb_probe):
8883           Ignore video-codec tag for audio streams and ignore audio-codec tags
8884           for video streams. Should make codec name collection a bit more
8885           robust against sloppy demuxers that send tag events containing both
8886           tags down each pad.
8887
8888 2007-05-17  Wim Taymans  <wim@fluendo.com>
8889
8890         * gst/playback/gstqueue2.c: (update_rates):
8891         Tweak the buffering thresholds a little.
8892         Update the buffer size with the previously calculate rate instead of
8893         only when we calculate a new rate so that we get smoother buffering
8894         updates.
8895
8896         * gst/playback/Makefile.am:
8897         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8898         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8899         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8900         (gst_uri_decode_bin_get_property), (unknown_type),
8901         (add_element_stream), (no_more_pads_full), (no_more_pads),
8902         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8903         (gen_source_element), (has_all_raw_caps), (analyse_source),
8904         (remove_decoders), (make_decoder), (remove_source),
8905         (source_new_pad), (setup_source), (decoder_query_init),
8906         (decoder_query_duration_fold), (decoder_query_duration_done),
8907         (decoder_query_position_fold), (decoder_query_position_done),
8908         (decoder_query_latency_fold), (decoder_query_latency_done),
8909         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8910         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8911         (gst_uri_decode_bin_change_state), (plugin_init):
8912         New element that intergrates a source, optional buffering element and
8913         decodebin.
8914
8915 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8916
8917         * configure.ac:
8918           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8919           (also has a .pc file, so we don't need the fallback check any
8920           longer). Fixes #438840.
8921
8922 2007-05-17  Wim Taymans  <wim@fluendo.com>
8923
8924         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8925         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8926         (apply_segment), (apply_buffer), (update_buffering),
8927         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8928         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8929         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8930         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8931         (plugin_init):
8932         fix build.
8933
8934 2007-05-17  Wim Taymans  <wim@fluendo.com>
8935
8936         * gst/playback/Makefile.am:
8937         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8938         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8939         (gst_queue_getcaps), (gst_queue_bufferalloc),
8940         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8941         (apply_buffer), (update_buffering), (reset_rate_timer),
8942         (update_rates), (gst_queue_locked_flush),
8943         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8944         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8945         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8946         (gst_queue_loop), (gst_queue_handle_src_event),
8947         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8948         (gst_queue_src_activate_push), (gst_queue_change_state),
8949         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8950         On our way to playbin2 this is the new network queue that does buffering
8951         all by itself using high and low watermarks. It can also measure up and
8952         downstream bandwidth to optimally size the queue.
8953
8954 2007-05-17  Michael Smith <msmith@fluendo.com>
8955
8956         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8957         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8958           Use the segment->last_stop value to calculate the next timestamp to
8959           generate after a seek; not the segment->start value.
8960
8961 2007-05-15  David Schleef  <ds@schleef.org>
8962
8963         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8964           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8965
8966 2007-05-15  Wim Taymans  <wim@fluendo.com>
8967
8968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8969         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8970         Some more chained streaming ogg timestamp fixes.
8971
8972 2007-05-15  Wim Taymans  <wim@fluendo.com>
8973
8974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8975         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8976         (gst_ogg_demux_handle_page):
8977         Add some FIXMEs.
8978         Fix chain start/stop segment handling based on patch by
8979         <ahalda at cs dot mcgill dot ca> see #320984.
8980
8981 2007-05-15  Michael Smith <msmith@fluendo.com>
8982
8983         * configure.ac:
8984           We don't require a C++ compiler. So don't require one.
8985
8986 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8987
8988         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8989           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8990           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8991           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8992           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8993           gst_alsa_mixer_update_track):
8994           Apply some of the cleanup Tim suggested in #152864 afterwards.
8995
8996 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8997
8998         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8999
9000         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9001           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9002           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9003           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9004           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9005           gst_alsa_mixer_handle_source_callback,
9006           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9007           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9008           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9009           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9010           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9011           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9012         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9013         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9014           gst_alsa_mixer_element_interface_supported,
9015           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9016           gst_alsa_mixer_element_set_property,
9017           gst_alsa_mixer_element_get_property,
9018           gst_alsa_mixer_element_change_state):
9019         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9020         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9021           gst_mixer_option_changed):
9022         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9023           volume_changed, option_changed, _gst_reserved):
9024           Implement notification for alsamixer. Fixes #152864
9025
9026 2007-05-14  David Schleef  <ds@schleef.org>
9027
9028         * gst/videotestsrc/videotestsrc.c:
9029         * gst/videotestsrc/videotestsrc.h:
9030           Add support for video/x-raw-bayer.
9031
9032 2007-05-12  David Schleef  <ds@schleef.org>
9033
9034         * sys/xvimage/xvimagesink.c:
9035           Add some sanity checking for the XVImage size returned by X.
9036           Related to #377400.
9037
9038 2007-05-12  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9041         (gst_base_rtp_depayload_setcaps),
9042         (gst_base_rtp_depayload_set_gst_timestamp):
9043         Parse and use additional caps fields as described in updated
9044         application/x-rtp caps spec.
9045
9046 2007-05-12  Wim Taymans  <wim@fluendo.com>
9047
9048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9049         (gst_ogg_demux_collect_chain_info):
9050         If there is a stream in a chain without any data packets, ignore the
9051         stream in the total length calculations. Might be related to #436820.
9052
9053 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9054
9055         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9056         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9057         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9058         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9059         (plugin_init):
9060
9061         Consolidate and re-work our mpeg system stream detection to probe
9062         more packets and produce a higher confidence result. Fixes a
9063         regression caused by lowering the typefind probability last year
9064         - related to bug #397810. Remove the redundant MPEG-1 specific 
9065         typefind function, as the new one detects both MPEG-1 & MPEG-2
9066         happily.
9067
9068         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9069         little. 
9070
9071         Tested against my media test directory, with some improvements and
9072         no regressions.
9073
9074 2007-05-10  Wim Taymans  <wim@fluendo.com>
9075
9076         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9077         (queue_out_of_data):
9078         Connect to the new queue "pushing" signal instead of the broken
9079         "running" one.
9080
9081 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9082
9083         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9084         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9085         Move variable declaration before the first instruction.
9086         * gst/videotestsrc/videotestsrc.c:
9087         Define M_PI if it's not defined yet.
9088         * win32/common/libgstrtp.def:
9089         Add new exported functions.
9090
9091 2007-05-09  Michael Smith <msmith@fluendo.com>
9092
9093         * ext/theora/theoradec.c: (theora_handle_type_packet):
9094           gst_pad_push_event() does not return a GstFlowReturn!
9095
9096 2007-05-09  Wim Taymans  <wim@fluendo.com>
9097
9098         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9099         * tests/examples/seek/seek.c: (do_seek):
9100         Some small cosmetic changes.
9101
9102 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9103
9104         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9105           gst_adder_change_state):
9106         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9107           segment_pending, segment_position, segment_rate):
9108           Handle playback-rate on adder.
9109
9110 2007-05-07  Michael Smith <msmith@fluendo.com>
9111
9112         * ext/theora/gsttheoradec.h:
9113         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9114         (theora_dec_sink_event), (theora_handle_comment_packet),
9115         (theora_handle_type_packet), (theora_dec_change_state):
9116           Don't push events (newsegment, tags) before initialising the
9117           decoder.
9118           This is neccesary for seeking to work correctly in gnonlin.
9119
9120 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9121
9122         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9123         * gst/adder/gstadder.c:
9124         * gst/audiotestsrc/gstaudiotestsrc.c
9125           (gst_audio_test_src_create_white_noise):
9126         * gst/videotestsrc/gstvideotestsrc.c:
9127         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9128           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9129           volume_sink_template, volume_src_template, gst_volume_init,
9130           volume_process_double, volume_process_int16,
9131           volume_process_int16_clamp):
9132           Doc fixes and formatting.
9133
9134 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9135
9136         * tests/check/Makefile.am:
9137         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9138           Minimal check for volume's GstController usability; also another
9139           test for #422295.
9140
9141 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9142
9143         * gst-libs/gst/cdda/gstcddabasesrc.c:
9144         (gst_cdda_base_src_add_track):
9145           Fix it so that it (a) makes sense and (b) doesn't break
9146           everything cdda-related including the unit test.
9147
9148 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9149
9150         * gst-libs/gst/cdda/gstcddabasesrc.c:
9151         (gst_cdda_base_src_add_track):
9152           Fix build when disabling asserts.
9153
9154 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9155
9156         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9157           When XShm is not available, we might get row strides that are not
9158           rounded up to multiples of four; this is bad, because virtually
9159           every RGB-processing element in GStreamer assumes rowstrides are
9160           rounded up to multiples of four, so let's allocate at least enough
9161           memory to avoid crashes in this case. The image will still be
9162           displayed distorted though if this happens, so that still needs
9163           fixing (maybe by allocating a bigger image with an 'even' width
9164           and then clipping it appropriately when rendering - something for
9165           Xlib aficionados in any case).
9166
9167 2007-05-03  Michael Smith <msmith@fluendo.com>
9168
9169         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9170           If a buffer doesn't have a timestamp, assume it's contiguous with
9171           the previous buffer, and synthesise timestamps appropriately.
9172
9173 2007-05-03  Edward Hervey  <edward@fluendo.com>
9174
9175         * tests/check/elements/videorate.c: (GST_START_TEST):
9176         Set buffer timestamp to a valid value in order to test the buffer
9177         really does stay in videorate.
9178
9179 2007-05-03  Edward Hervey  <edward@fluendo.com>
9180
9181         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9182         There is no sensible way to handle incoming buffers which don't have a
9183         valid timestamp. We therefore discard them and wait for the next one.
9184
9185 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9188         * gst/playback/gstdecodebin2.c: (plugin_init):
9189           Better error message for text files.
9190
9191 2007-04-29  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9194         Fix offset bug in generation RR packets.
9195
9196 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9197
9198         * ext/theora/theoradec.c: (_theora_granule_time),
9199         (theora_dec_push_forward), (theora_handle_data_packet),
9200         (theora_dec_decode_buffer): Calculate buffer duration correctly
9201         to generate a perfect stream (#433888).
9202         * gst/audioresample/gstaudioresample.c:
9203         (audioresample_check_discont): Glib provides ABS.
9204
9205 2007-04-27  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9208         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9209         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9210         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9211         (gst_rtcp_packet_bye_set_reason):
9212         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9213         Fix RB block parsing and writing.
9214         Add support for constructing BYE packets.
9215
9216 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9217
9218         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9219         (gst_base_audio_src_create):
9220         * po/POTFILES.in:
9221           When posting a warning message because samples were dropped, post
9222           something more intelligible than he default error message for clock
9223           errors which is just confusing in this context (#432984).
9224
9225 2007-04-25  Wim Taymans  <wim@fluendo.com>
9226
9227         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9228         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9229         (read_packet_header), (gst_rtcp_packet_move_to_next),
9230         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9231         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9232         (gst_rtcp_packet_sdes_get_item_count),
9233         (gst_rtcp_packet_sdes_first_item),
9234         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9235         (gst_rtcp_packet_sdes_first_entry),
9236         (gst_rtcp_packet_sdes_next_entry),
9237         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9238         (gst_rtcp_packet_sdes_add_entry):
9239         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9240         Implement code to write SR, RR and SDES packets.
9241
9242 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9245
9246         * sys/ximage/ximagesink.c:
9247           Fix build if XShm is not available (#432362).
9248
9249 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9250
9251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9252         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9253         pointers to random memory which are passed to g_free() when
9254         audio_convert_prepare_context() is called the first time.
9255
9256 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9257
9258         Patch by: Dan Williams <dcbw redhat com>
9259
9260         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9261           Don't leak incoming buffer if gst_pad_push() returns a
9262           non-OK flow. Fixes #432755.
9263          
9264         * tests/check/elements/videorate.c: (GST_START_TEST),
9265         (videorate_suite):
9266           Unit test for the above by Yours Truly.
9267
9268 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9269
9270         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9271         (gst_adder_sink_event), (gst_adder_collected):
9272           Fix non-flushing segmented seeks, Fixes #340060 for me
9273
9274 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9275
9276         Patch by: Olivier Crete  <tester at tester ca>
9277
9278         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9279         (gst_base_rtp_audio_payload_class_init),
9280         (gst_base_rtp_audio_payload_init),
9281         (gst_base_rtp_audio_payload_dispose):
9282           Chain up to parent class in dispose function; get rid of
9283           unnecessary 'diposed' flag in private structure (#415001).
9284
9285 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         * docs/libs/gst-plugins-base-libs.types:
9288         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9289         (gst_base_rtp_audio_payload_class_init):
9290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9291         * gst-libs/gst/rtp/gstbasertppayload.c:
9292           Some minor docs fixes and additions; also add missing 'Since' bits.
9293
9294 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         Patch by: Zeeshan Ali  <zeenix gmail com>
9297
9298         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9299         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9300         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9301         (gst_base_rtp_audio_payload_push):
9302         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9303           The recently-added gst_base_rtp_audio_payload_push() should take an
9304           object of type GstBaseRTPAudioPayload as first argument (#431672).
9305
9306 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         * gst/audioresample/gstaudioresample.c:
9309           Make more functions static, just because we can.
9310
9311 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9312
9313         * tests/check/elements/audioresample.c:
9314           Add unit test for audioresample shutdown crasher (#420106).
9315
9316 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9317
9318         * gst/subparse/gstsubparse.c:
9319         * gst/subparse/samiparse.c:
9320           Use GST_DISABLE_XML here
9321
9322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9323         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9324         (gst_xvimagesink_buffer_alloc),
9325         (gst_xvimagesink_navigation_send_event):
9326         * sys/xvimage/xvimagesink.h:
9327           Include stdlib.h when using atoi.
9328           
9329         * tests/check/elements/playbin.c: (playbin_suite):
9330           Use GST_DISABLE_REGISTRY here
9331
9332 2007-04-19  Michael Smith  <msmith@fluendo.com>
9333
9334         * ext/theora/gsttheoraenc.h:
9335         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9336         (theora_enc_sink_event), (theora_enc_change_state):
9337           Track initialisation state; don't try to use encoder state if we're
9338           not initialised (it'll segfault).
9339
9340 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9341
9342         * tests/check/pipelines/.cvsignore:
9343         Fix build.
9344
9345 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9346
9347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9348         Allow random depths between 1 and 32 instead of only multiplies of 8.
9349
9350 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9351
9352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9353         Set the maximum number of channels for PCM and float in the correct
9354         place to have it also used when creating the template caps.
9355
9356 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9357
9358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9359         Correctly support 4, 6 and 8 channels with normal PCM and float
9360         wav files.
9361
9362         Fix the depth and signedness calculation in extensible wav files and
9363         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9364         mask is found.
9365
9366         Add support for float, alaw and mulaw in extensible wav files.
9367
9368         This allows correct playback of all but 5 files from
9369         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9370         
9371         (gst_riff_create_audio_template_caps):
9372         Add voxware and float formats to the template caps.     
9373
9374 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9375
9376         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9377
9378         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9379         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9380
9381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9382         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9383         Use the correct format strings for integer formats.
9384
9385 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9386
9387         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9388           Don't use pad_alloc_buffer_and_set_caps to create a small header
9389           packet, or, worse, to create a big temporary video buffer using the
9390           src pad.
9391
9392 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9393
9394         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9395         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9396           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9397           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9398
9399 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9400
9401         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9402           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9403           streamheader_suite):
9404           Add another test set up for failure
9405
9406 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9407
9408         * tests/check/Makefile.am:
9409         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9410           GST_START_TEST, streamheader_suite, main):
9411           Add a test for the streamheader bug Wim fixed.
9412
9413 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9414
9415         * ext/theora/theoradec.c: (theora_dec_sink_event):
9416         Fix misleading comment.
9417
9418 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9419
9420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9421           More sanity checks for the header fields.
9422
9423 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9424
9425         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9426           Try encodings from all environment variables, not just those in the
9427           first environment variable that is set.
9428
9429 2007-04-12  Wim Taymans  <wim@fluendo.com>
9430
9431         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9432         (gst_video_rate_chain):
9433         Add some debug.
9434
9435         * tests/check/elements/videorate.c: (GST_START_TEST),
9436         (videorate_suite):
9437         Added check for videorate changing caps handling. Closes #421834.
9438
9439 2007-04-12  Michael Smith  <msmith@fluendo.com>
9440
9441         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9442           Use scale functions to avoid overflow when calculating duration of 
9443           vorbis buffers.
9444
9445 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         * docs/libs/gst-plugins-base-libs-sections.txt:
9448         * gst-libs/gst/tag/tag.h:
9449         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9450           API: add gst_tag_freeform_string_to_utf8() (#405072).
9451
9452         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9453           Use gst_tag_freeform_string_to_utf8() here.
9454
9455 2007-04-12  Wim Taymans  <wim@fluendo.com>
9456
9457         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9458         (gst_gdp_pay_sink_event):
9459         Make sure we set the IN_CAPS flag correctly.
9460
9461         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9462         Get the IN_CAPS flag before we call functions that mess with the flags.
9463
9464 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9465
9466         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9467           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9468           Only stamp buffers with offset/offset_end right before they get
9469           pushed.  This ensures offset continuity, which was not the case
9470           before as shown by
9471           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9472
9473 2007-04-06  Wim Taymans  <wim@fluendo.com>
9474
9475         * gst/playback/gstplaybin.c: (add_sink),
9476         (gst_play_bin_change_state):
9477         Activate sync in playbin, we are ready to handle it for live streams.
9478
9479 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * tests/check/elements/playbin.c:
9482         (test_sink_usage_video_only_stream), (playbin_suite):
9483           Add small test for stream-info-value-array code paths.
9484
9485 2007-04-05  Wim Taymans  <wim@fluendo.com>
9486
9487         * gst-libs/gst/audio/gstbaseaudiosink.c:
9488         (gst_base_audio_sink_skew_slaving):
9489         Don't try to create invalid calibration parameters by making the
9490         internal time go backwards, instead make external time go forward.
9491
9492 2007-04-05  Wim Taymans  <wim@fluendo.com>
9493
9494         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9495
9496         * gst/playback/gstplaybasebin.c: (add_stream):
9497         Fix leak in add_stream(), when g_value_set_object() increases the
9498         refcount of streaminfo object. Fixes #426250.
9499
9500 2007-04-03  David Schleef  <ds@schleef.org>
9501
9502         * gst/videotestsrc/gstvideotestsrc.c:
9503         * gst/videotestsrc/gstvideotestsrc.h:
9504         * gst/videotestsrc/videotestsrc.c:
9505         * gst/videotestsrc/videotestsrc.h:
9506           Add a test pattern called "circular", which has concentric
9507           rings with varying radial frequency.  The main purpose of this
9508           pattern is to test fidelity loss in a filter or scaler element.
9509           Notably, this pattern is scale invariant, and is optimally viewed
9510           with a width (and height) of 400.
9511
9512 2007-04-03  Wim Taymans  <wim@fluendo.com>
9513
9514         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9515
9516         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9517         (deactivate_free_recursive):
9518         Decodebin2 doesn't unref pads it obtains in some occasions:
9519         - multiqueue src pads, when either connecting further or exposing
9520         - sink pads of new autoplugged elements
9521         - peer pads when recursively freeing elements
9522         Fixes #425455.
9523
9524 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9525
9526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9527         Add audio/x-raw-float support, now that audioconvert support
9528         non-native endianness floats.
9529
9530 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * docs/libs/gst-plugins-base-libs-docs.sgml:
9533           gstreamer-plugins-base.pc doesn't exist, it's
9534           gstreamer-plugins-base-0.10.pc.
9535
9536 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9537
9538         Patch by: René Stadler <mail at renestadler dot de>
9539         with some minor changes
9540
9541         * gst-libs/gst/floatcast/floatcast.h:
9542         Use more efficient float endianness conversion functions that don't
9543         involve 2 function calls per value.
9544         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9545         (check_default), (audio_convert_prepare_context):
9546         * gst/audioconvert/gstaudioconvert.c:
9547         (gst_audio_convert_parse_caps), (make_lossless_changes):
9548         Support non-native endianness floats as input and output.
9549         Fixes #339838.
9550         * tests/check/elements/audioconvert.c: (verify_convert),
9551         (GST_START_TEST):
9552         Add unit tests for the non-native endianness float conversions.
9553
9554 2007-03-29  Wim Taymans  <wim@fluendo.com>
9555
9556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9557         (gst_base_rtp_depayload_base_init),
9558         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9559         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9560         (gst_base_rtp_depayload_set_gst_timestamp),
9561         (gst_base_rtp_depayload_change_state),
9562         (gst_base_rtp_depayload_set_property),
9563         (gst_base_rtp_depayload_get_property):
9564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9565         Add Private structure.
9566         Bring element code to 2007.
9567         Parse clock-base caps param and use it when generating the
9568         newsegment.
9569         Reset variables before going to PAUSED.
9570         Fix some docs.
9571
9572 2007-03-29  Wim Taymans  <wim@fluendo.com>
9573
9574         * docs/libs/gst-plugins-base-libs-docs.sgml:
9575         * docs/libs/gst-plugins-base-libs-sections.txt:
9576         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9577         (gst_base_rtp_audio_payload_get_adapter):
9578         Add RTCP docs.
9579         Fix some more docs.
9580
9581         * gst-libs/gst/rtp/Makefile.am:
9582         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9583         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9584         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9585         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9586         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9587         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9588         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9589         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9590         (gst_rtcp_packet_sr_get_sender_info),
9591         (gst_rtcp_packet_sr_set_sender_info),
9592         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9593         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9594         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9595         (gst_rtcp_packet_sdes_get_chunk_count),
9596         (gst_rtcp_packet_sdes_first_chunk),
9597         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9598         (gst_rtcp_packet_sdes_first_item),
9599         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9600         (gst_rtcp_packet_bye_get_ssrc_count),
9601         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9602         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9603         (gst_rtcp_packet_bye_get_reason_len),
9604         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9605         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9606         Add new helper object for parsing and creating RTCP messages.
9607
9608 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9609
9610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9611         PCM samples with width=8 must be always unsigned, no matter what
9612         depth they have.
9613
9614 2007-03-29  Andy Wingo  <wingo@pobox.com>
9615
9616         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9617         perfect offsets also, not just timestamps.
9618
9619         * tests/check/elements/videorate.c (test_more): Test that given
9620         any incoming offsets, that videorate produces perfect offsets.
9621
9622 2007-03-29  Wim Taymans  <wim@fluendo.com>
9623
9624         * gst-libs/gst/riff/riff-ids.h:
9625         Add some more RIFF formats.
9626
9627 2007-03-29  Wim Taymans  <wim@fluendo.com>
9628
9629         * gst-libs/gst/rtp/gstrtpbuffer.c:
9630         (gst_rtp_buffer_default_clock_rate):
9631         * gst-libs/gst/rtp/gstrtpbuffer.h:
9632         Fix fixed payload names and docs.
9633         Added method to get the default clock rates of fixed payload types.
9634         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9635
9636 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9637
9638         * tests/check/pipelines/.cvsignore:
9639         Add new vorbisdec test to cvsignore.
9640
9641 2007-03-28  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9644         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9645         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9646         (gst_base_audio_sink_set_property),
9647         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9648         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9649         (gst_base_audio_sink_skew_slaving),
9650         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9651         (gst_base_audio_sink_async_play):
9652         * gst-libs/gst/audio/gstbaseaudiosink.h:
9653         Store private stuff in GstBaseAudioSinkPrivate.
9654         Add configurable clock slaving modes property.
9655         API:: GstBaseAudioSink::slave-method property
9656         Some more latency reporting tweaks.
9657         Added skew based clock slaving correction and make it the default until
9658         the resampling method is more robust.
9659
9660 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9661
9662         * gst/audioconvert/audioconvert.c:
9663         Add docs to the integer pack functions and implement proper
9664         rounding. Before we had rounding towards negative infinity, i.e.
9665         always the smaller number was taken. Now we use natural rounding,
9666         i.e. rounding to the nearest integer and to the one with the largest
9667         absolute value for X.5. The old rounding introduced some minor
9668         distortions. Fixes #420079
9669         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9670         Fix one unit test that assumed the old rounding and added unit tests
9671         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9672         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9673         rounding from signed int32 to signed/unsigned int16.
9674
9675 2007-03-27  Michael Smith  <msmith@fluendo.com>
9676
9677         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9678         (gst_audio_convert_transform_caps):
9679           Fix typo in debug line introduced recently, as pointed out on irc.
9680
9681 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9682
9683         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9684         * tests/check/libs/tag.c: (GST_START_TEST):
9685           Make sure we parse floating-point numbers in vorbis comments
9686           correctly with either '.' or ',' as separator, no matter what
9687           the current locale is. Add unit test for this too.
9688
9689 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9690
9691         Patch by: René Stadler  <mail at renestadler de>
9692
9693         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9694           When writing out floating-point numbers to vorbis comment tags, always
9695           use the same character as separator no matter what the current locale is
9696           (fixes #423051).
9697
9698         * tests/check/libs/tag.c: (GST_START_TEST):
9699           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9700
9701 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9702
9703         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9704           vorbis_handle_data_packet):
9705           Correctly set DURATION to generate a timestamp-continuous stream.
9706           One bug left at the end; see
9707           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9708         * tests/check/Makefile.am:
9709         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9710           Add a test to check this.  Without the above patch this test fails.
9711
9712 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9713
9714         * gst-libs/gst/rtp/Makefile.am:
9715         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9716
9717 2007-03-23  Michael Smith  <msmith@fluendo.com>
9718
9719         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9720         (gst_video_rate_reset), (gst_video_rate_chain):
9721           If videorate changes caps, we can no longer use the old buffer
9722           (which may have a different size, incompatible with our caps).
9723           So don't do that; just duplicate the new frame more times.
9724
9725 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9726
9727         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9728         Remove playbin's override of the set_clock vmethod. It's irrelevant
9729         after Wim's commit on the 19th.
9730
9731 2007-03-22  Wim Taymans  <wim@fluendo.com>
9732
9733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9734         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9735         * ext/gnomevfs/gstgnomevfssrc.h:
9736         Don't cache file sizes. Fixes #341078.
9737
9738 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * gst/playback/gstplaybin.c: (add_sink):
9741           Use GST_PTR_FORMAT to log caps. 
9742
9743 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         Patch by: Young-Ho Cha <ganadist at chollian net>
9746
9747         * gst/subparse/samiparse.c: (handle_start_font):
9748           Special-case some more colour names that pango doesn't handle by
9749           default. Fixes #420578.
9750
9751 2007-03-20  Michael Smith  <msmith@fluendo.com>
9752
9753         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9754           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9755           that marks EOS internally. After that, libvorbis will buffer all
9756           input data, and encode none of it, eventually leading to memory
9757           exhaustion.
9758
9759 2007-03-19  Wim Taymans  <wim@fluendo.com>
9760
9761         * gst/playback/gstdecodebin.c: (remove_fakesink):
9762         Don't post STATE_DIRTY anymore.
9763
9764         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9765         (gst_play_bin_change_state):
9766         Remove stream_time reset in seek handling, core does that now.
9767         Disable clocking for live pipelines by forcing a NULL clock to the
9768         complete pipeline, core is too smart now for our previous hack.
9769         We can always autoplug in PAUSED now.
9770
9771 2007-03-17  David Schleef  <ds@schleef.org>
9772
9773         * REQUIREMENTS:  Update this file, change the formatting to make
9774         it more consistent, plus more machine readable.
9775
9776 2007-03-16  Michael Smith  <msmith@fluendo.com>
9777
9778         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9779         (strip_width_64), (append_with_other_format):
9780           Previous fix was too simplistic, and broke the tests. Use a better
9781           approach; only strip 64 from widths for integer audio.
9782
9783 2007-03-16  Michael Smith  <msmith@fluendo.com>
9784
9785         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9786         (gst_audio_convert_transform_caps):
9787           We don't support 64 bit integer audio, so don't try to claim we can.
9788           Stops us producing caps don't match our template caps.
9789           Update comments.
9790
9791 2007-03-15  Michael Smith  <msmith@fluendo.com>
9792
9793         * gst/audioresample/gstaudioresample.c:
9794         (audioresample_check_discont), (audioresample_transform):
9795           Don't trigger discontinuities for very small imperfections; a filter
9796           flush will sound bad, and many plugins have rounding errors leading
9797           to these.
9798
9799 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9800
9801         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9802
9803         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9804         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9805         API: add "min-ptime" property to RTP base audio payloader.
9806         API: add gst_base_rtp_audio_payload_push().
9807         API: add gst_base_rtp_audio_payload_get_adapter().
9808         Fixes #415001
9809         Indentation/whitespace/documentation fixes.
9810
9811 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9812
9813         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9814         (audioresample_transform_size), (audioresample_do_output),
9815         (audioresample_transform), (audioresample_pushthrough): Handle
9816         discontinuous streams.
9817         * gst/audioresample/gstaudioresample.h:
9818         * tests/check/elements/audioresample.c:
9819         (test_discont_stream_instance), (GST_START_TEST),
9820         (audioresample_suite): Add a test for discontinuous streams.
9821         * win32/common/config.h: Updated.
9822
9823 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9824
9825         * po/af.po:
9826         * po/az.po:
9827         * po/cs.po:
9828         * po/en_GB.po:
9829         * po/it.po:
9830         * po/nb.po:
9831         * po/nl.po:
9832         * po/or.po:
9833         * po/sq.po:
9834         * po/sr.po:
9835         * po/sv.po:
9836         * po/uk.po:
9837         * po/vi.po:
9838           Update translations from translation project.
9839
9840 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9841
9842         * gst/audioresample/debug.h:
9843         * gst/audioresample/resample.c: (resample_init):
9844           Since I really am not interested in a debug line for each sample
9845           being processed, move the library's debugging to its own category,
9846           libaudioresample
9847
9848 2007-03-13  Michael Smith  <msmith@fluendo.com>
9849
9850         * ext/theora/theoradec.c: (theora_handle_type_packet):
9851           Since the plugin doesn't support anything other than 4:2:0 right
9852           now, post an error and fail if we get something else. Won't matter
9853           until libtheora supports the other pixel formats, but hopefully
9854           that'll be soon...
9855
9856 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9857
9858         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9859         Use gst_guint64_to_gdouble for conversion.
9860         * win32/MANIFEST:
9861         Add new files to the win32 MANIFEST.
9862         * win32/common/libgstaudio.def:
9863         * win32/common/libgstpbutils.def:
9864         Add new exported functions.
9865         * win32/vs6/gst_plugins_base.dsw:
9866         * win32/vs6/libgstdecodebin.dsp:
9867         * win32/vs6/libgstplaybin.dsp:
9868         Change the link to libgstpbutils.lib.
9869         * win32/vs6/libgstdecodebin2.dsp:
9870         Add a new project for decodebin2.
9871         * win32/vs6/libgstpbutils.dsp:
9872         Add a new project for pbutils.
9873
9874 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9877           Also accept partial dates with only year and month,
9878           like 1999-12-00 (fixes #410396 even more).
9879
9880         * tests/check/libs/tag.c: (GST_START_TEST):
9881           Add unit test for the above.
9882
9883 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9884
9885         * tests/check/elements/subparse.c: (GST_START_TEST),
9886         (subparse_suite):
9887           Add unit test for MPL2 subtitle format (#413799).
9888
9889 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9892
9893         * gst/subparse/Makefile.am:
9894         * gst/subparse/gstsubparse.c:
9895         (gst_sub_parse_data_format_autodetect),
9896         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9897         (gst_subparse_type_find):
9898         * gst/subparse/gstsubparse.h:
9899         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9900         * gst/subparse/mpl2parse.h:
9901           Add support for MPL2 subtitle format (#413799).
9902
9903 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9904
9905         * configure.ac:
9906           We require core CVS for the new buffer metadata copy functions.
9907
9908 2007-03-09  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst-libs/gst/tag/gstid3tag.c:
9911         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9912         Fixes #414496.
9913
9914         Patch by: Alex Lancaster <alexl at users sourceforge net>
9915
9916 2007-03-09  Wim Taymans  <wim@fluendo.com>
9917
9918         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9919         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9920         Improve adapter usage and comments.
9921
9922 2007-03-09  Wim Taymans  <wim@fluendo.com>
9923
9924         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9925         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9926         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9927         Use new metadata copy function.
9928
9929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9930         (gst_ffmpegcsp_transform):
9931         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9932         Basetransform copied the metadata for us.
9933
9934 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9937         (gst_text_overlay_video_event):
9938           Some more logging. Only accept newsegment events in TIME format and
9939           send a WARNING message if they are not in TIME format.
9940
9941         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9942         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9943         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9944         * gst/subparse/gstsubparse.h:
9945           No need to allocate GstSegment structure dynamically, just put it
9946           into the instance structure; ignore newsegment events in BYTE
9947           format and in particular don't let it overwrite our saved TIME
9948           segment from the last seek.
9949
9950 2007-03-09  Michael Smith  <msmith@fluendo.com>
9951
9952         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9953           Replace AC3 typefinder with one that isn't terrible, and actually
9954           works usefully.
9955
9956 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9957
9958         * gst/audioconvert/gstaudioconvert.c:
9959         (gst_audio_convert_transform):
9960           fix error category and translatable string
9961           
9962
9963 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9966         * pkgconfig/gstreamer-plugins-base.pc.in:
9967           Fix up utils => pbutils here too.
9968
9969 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9970
9971         * gst/subparse/gstsubparse.c: (handle_buffer):
9972           Break out of loop in chain function as soon as possible if we get
9973           a non-OK flow return.
9974
9975 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9976
9977         * tests/check/elements/alsa.c: (GST_START_TEST):
9978         Unref the mixer if the state change fails too (if the
9979         alsa devices are inaccessible, for example)
9980
9981 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9982
9983         * tests/check/Makefile.am:
9984         Don't test libvisual elements in the states check, because libvisual
9985         seems to leak internally.
9986
9987         Re-enable the alsa and states tests now that there's new suppressions
9988         in gst.supp.
9989
9990         * tests/check/elements/alsa.c: (GST_START_TEST):
9991         Don't leak the alsamixer we instantiated.
9992
9993 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9994
9995         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9996         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9997         (gst_ximagesink_finalize):
9998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9999         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10000         Move some cleanup stuff from the state change handler into a _reset()
10001         function that can be called from _finalize(). This ensures that things
10002         get freed even if (for some reason) the NULL->READY state transition
10003         fails in the parent class.
10004         Even if a parent state change fails, process our downward state change
10005         logic instead of bailing out early.
10006         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10007
10008 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10009
10010         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10011         Extra log line.
10012
10013         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10014         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10015         Use pango_font_description_set_family_static instead of 
10016         pango_font_description_set_family to save a string copy (it was
10017         leaking due to the strdup anyway)
10018
10019         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10020         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10021         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10022         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10023         Chain up in finalize.
10024
10025 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst-libs/gst/interfaces/mixertrack.c:
10028         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10029         (gst_mixer_track_set_property):
10030           API: add "untranslated-label" property which should be set by
10031           implementations at construct time (#414645).
10032
10033         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10034         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10035           Set "untranslated-label" when constructing mixer track objects.
10036
10037         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10038           Unit test to check the above.
10039
10040 2007-03-07  Wim Taymans  <wim@fluendo.com>
10041
10042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10043         Fix confusing debug message.
10044
10045 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10046
10047         * gst-plugins-base.doap:
10048         update doap file with new version
10049
10050 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10051
10052         * configure.ac:
10053         Back to CVS
10054
10055 === release 0.10.12 ===
10056
10057 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10058
10059         * configure.ac:
10060           releasing 0.10.12, "Zombie Horde"
10061
10062 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10063
10064         * configure.ac:
10065         Bump version to 0.10.11.4 pre-release
10066
10067 2007-03-06  Wim Taymans  <wim@fluendo.com>
10068
10069         * gst-libs/gst/audio/gstbaseaudiosink.c:
10070         (gst_base_audio_sink_async_play):
10071         Fix regression that made GStreamer skip the first samples of audio.
10072         Fixes #414684.
10073
10074 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10075
10076         * configure.ac:
10077         Bump version to 0.10.11.3 pre-release
10078
10079 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10080
10081         * po/POTFILES.in:
10082           Update paths for the rename from utils to pbutils to fix the build.
10083
10084 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         * gst-libs/gst/pbutils/Makefile.am:
10087           Change directory to install headers in from gst/utils to gst/pbutils
10088           as well.
10089
10090 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10091
10092         * configure.ac:
10093         * docs/libs/gst-plugins-base-libs-docs.sgml:
10094         * docs/libs/gst-plugins-base-libs-sections.txt:
10095         * gst-libs/gst/Makefile.am:
10096         * gst-libs/gst/interfaces/mixer.c:
10097         * gst-libs/gst/pbutils/Makefile.am:
10098         * gst-libs/gst/pbutils/descriptions.c:
10099         (gst_pb_utils_get_source_description),
10100         (gst_pb_utils_get_sink_description),
10101         (gst_pb_utils_get_decoder_description),
10102         (gst_pb_utils_get_encoder_description),
10103         (gst_pb_utils_get_element_description),
10104         (gst_pb_utils_add_codec_description_to_tag_list),
10105         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10106         * gst-libs/gst/pbutils/descriptions.h:
10107         * gst-libs/gst/pbutils/install-plugins.c:
10108         * gst-libs/gst/pbutils/install-plugins.h:
10109         * gst-libs/gst/pbutils/missing-plugins.c:
10110         (gst_missing_uri_source_message_new),
10111         (gst_missing_uri_sink_message_new),
10112         (gst_missing_element_message_new),
10113         (gst_missing_decoder_message_new),
10114         (gst_missing_encoder_message_new),
10115         (gst_missing_plugin_message_get_description):
10116         * gst-libs/gst/pbutils/missing-plugins.h:
10117         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10118         * gst-libs/gst/pbutils/pbutils.h:
10119         * gst-libs/gst/utils/Makefile.am:
10120         * gst-libs/gst/utils/base-utils.c:
10121         * gst-libs/gst/utils/base-utils.h:
10122         * gst-libs/gst/utils/descriptions.c:
10123         * gst-libs/gst/utils/descriptions.h:
10124         * gst-libs/gst/utils/install-plugins.c:
10125         * gst-libs/gst/utils/install-plugins.h:
10126         * gst-libs/gst/utils/missing-plugins.c:
10127         * gst-libs/gst/utils/missing-plugins.h:
10128         * gst-plugins-base.spec.in:
10129         * gst/playback/Makefile.am:
10130         * gst/playback/gstdecodebin.c:
10131         * gst/playback/gstdecodebin2.c:
10132         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10133         (gen_source_element):
10134         * gst/playback/gstplaybin.c: (plugin_init):
10135         * tests/check/Makefile.am:
10136         * tests/check/libs/pbutils.c: (GST_START_TEST),
10137         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10138         * tests/check/libs/utils.c:
10139           rename utils to pbutils
10140
10141 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10142
10143         * docs/plugins/Makefile.am:
10144         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10145         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10146         * docs/plugins/inspect/plugin-decodebin2.xml:
10147         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10148         Add documentation for decodebin2 that indicates that the API
10149         is still unstable.
10150
10151 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10152
10153         * configure.ac:
10154         Update to 0.10.11.2 (0.10.12 pre-release)
10155
10156 2007-03-01  Wim Taymans  <wim@fluendo.com>
10157
10158         * gst-libs/gst/audio/gstbaseaudiosink.c:
10159         (gst_base_audio_sink_async_play):
10160         base time is irrelevant here.
10161
10162 2007-03-01  Wim Taymans  <wim@fluendo.com>
10163
10164         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10165         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10166         Improve debugging.
10167
10168         * gst-libs/gst/audio/gstbaseaudiosink.c:
10169         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10170         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10171         Improve latency and clock slaving calculations.
10172         Improve slave clock calibration.
10173
10174         * gst-libs/gst/audio/gstringbuffer.c:
10175         (gst_ring_buffer_commit_full):
10176         When we are asked to render N sample to 0 bytes, return N.
10177
10178 2007-03-01  Wim Taymans  <wim@fluendo.com>
10179
10180         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10181         (gst_alsasink_write), (gst_alsasink_reset):
10182         * ext/alsa/gstalsasink.h:
10183         Remove unused dispose function.
10184         Rename lock to not interfere with alsasrc lock.
10185
10186         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10187         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10188         (gst_alsasrc_read), (gst_alsasrc_reset):
10189         * ext/alsa/gstalsasrc.h:
10190         Implement finalize function.
10191         Use lock to protect alsa access.
10192         Implement _reset.
10193         Fine tune sw params.
10194
10195 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10196
10197         * configure.ac:
10198           Convert to new AG_GST style.
10199
10200 2007-02-28  Wim Taymans  <wim@fluendo.com>
10201
10202         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10203
10204         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10205         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10206         Fix race condition when rapidly switching visualisations in playbin.
10207         Fixes #401029.
10208
10209 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10210
10211         * tests/check/Makefile.am:
10212         Include local stuff before system installed things in LDFLAGS and
10213         CFLAGS.
10214
10215 2007-02-28  Wim Taymans  <wim@fluendo.com>
10216
10217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10218         Improve debugging.
10219
10220 2007-02-28  Wim Taymans  <wim@fluendo.com>
10221
10222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10223         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10224         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10225         Fix duration and timestamping, taking latency into account.
10226         Implement latency query.
10227
10228 2007-02-28  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10231         (gst_audio_clock_new):
10232         Fix clock name.
10233
10234         * gst-libs/gst/audio/gstbaseaudiosink.c:
10235         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10236         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10237         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10238         (gst_base_audio_src_create):
10239         Improve latency query code.
10240         Use proper clock names.
10241
10242 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10243
10244         * tests/check/generic/states.c: (GST_START_TEST):
10245           Copy the states.c test from core again
10246         * tests/check/Makefile.am:
10247           ignore cdio and cdparanoiasrc
10248
10249 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10250
10251         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10252         (double_hq), (audio_convert_get_func_index), (check_default),
10253         (audio_convert_prepare_context), (audio_convert_convert):
10254           Also make valgrind happy and avoid copying data in some cases.
10255
10256 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10257
10258         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10259         (double_hq), (audio_convert_get_func_index),
10260         (audio_convert_prepare_context), (audio_convert_convert):
10261         * gst/audioconvert/gstaudioconvert.c:
10262         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10263         (gst_audio_convert_transform_caps):
10264         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10265         (audioconvert_suite):
10266           Don't run inplace if that overwrites source data as we go. Add more
10267           tests. Fixes #339837 even more.
10268
10269 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10270
10271         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10272         (msg_segment_done): Fix various seeking bugs (Slider was not
10273         updating when doing a non flushing seek, Reverse playback 
10274         on segment seek was wrong).
10275
10276 2007-02-26  Wim Taymans  <wim@fluendo.com>
10277
10278         * tests/examples/seek/seek.c: (stop_seek):
10279         When we stop scrubbing, don't leave the pipeline PLAYING when we
10280         requested a PAUSED state.
10281
10282 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10283
10284         Patch by: René Stadler <mail at renestadler de>
10285
10286         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10287           Parse date strings in vorbis comments that have an invalid (zero)
10288           month or day (#410396).
10289
10290         * tests/check/libs/tag.c: (GST_START_TEST):
10291           Test case for the above.
10292
10293 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10294
10295         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10296
10297         * configure.ac:
10298         * ext/alsa/Makefile.am:
10299         * gst/audiotestsrc/Makefile.am:
10300           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10301
10302 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         * gst/playback/gstplaybin.c:
10305           Improve docs: point out that the application needs to assist playbin
10306           with buffering.
10307
10308 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         * gst-libs/gst/utils/install-plugins.c:
10311         * gst-libs/gst/utils/missing-plugins.c:
10312         * tests/check/libs/utils.c: (missing_msg_check_getters):
10313           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10314           to just 'gstreamer'. Document the caps string component of the
10315           decoder/encoder detail a bit better, since not everyone will be
10316           familiar with the GStreamer media type/caps system (but they better
10317           enjoy nested itemized lists).
10318
10319 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10322         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10323           Fix copying of GstNetBuffer (would crash before, or at least lead to
10324           invalid memory access, #410772), for now by copying the GstBuffer copy
10325           code from the core over here so we can copy the GstBuffer fields on a
10326           provided buffer instance (of type GstNetBuffer in this case). Would be
10327           better to fix this with some support by the core though (and in the long
10328           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10329
10330         * tests/check/Makefile.am:
10331           Enable unit test for GstNetBuffer.
10332
10333 2007-02-22  Andy Wingo  <wingo@pobox.com>
10334
10335         * gst-libs/gst/audio/gstbaseaudiosink.c
10336         (gst_base_audio_sink_init): Disable pull-mode activation until we
10337         figure out how to make audio sinks go to PLAYING.
10338
10339 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10340
10341         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10342         (double_hq), (audio_convert_get_func_index),
10343         (audio_convert_prepare_context), (audio_convert_convert):
10344         * gst/audioconvert/audioconvert.h:
10345         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10346         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10347         * gst/audioconvert/gstchannelmix.h:
10348         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10349           Add float as an intermediate format, as well as float mixing. Enable
10350           test that was failing before. Fixes #339837
10351
10352 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10353
10354         * tests/examples/seek/seek.c: (do_seek):
10355         Undo the previous commit: -1 as a stop time implies that the stop
10356         time is the end of file, clearing any previously configured segment.
10357
10358 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10359
10360         * tests/examples/seek/seek.c: (do_seek):
10361         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10362
10363 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10364
10365         * gst/volume/gstvolume.c: (volume_process_int16),
10366         (volume_process_int16_clamp), (volume_set_caps):
10367           Unbreak volume, value remains gint.
10368
10369 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10370
10371         * gst/volume/gstvolume.c: (volume_choose_func),
10372         (volume_update_real_volume), (gst_volume_set_volume),
10373         (gst_volume_init), (volume_process_double), (volume_process_float),
10374         (volume_process_int16), (volume_process_int16_clamp),
10375         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10376         * gst/volume/gstvolume.h:
10377           Extend float audio support (double) and some int->uint cleanups.
10378
10379 2007-02-20  Edward Hervey  <edward@fluendo.com>
10380
10381         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10382         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10383         (sort_end_pads), (gst_decode_group_expose),
10384         (gst_decode_group_hide):
10385         Don't free groups from the streaming threads. Just put them aside and
10386         free them in dispose.
10387
10388 2007-02-20  Edward Hervey  <edward@fluendo.com>
10389
10390         * gst/playback/gstdecodebin2.c: (connect_element),
10391         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10392         (sort_end_pads), (gst_decode_group_expose):
10393         Handle dynamic pads within groups.
10394         Sort pads before exposing them in order to make playbin happy.
10395         There still is a race with the multiqueue filling up. This should be
10396         solved separately.
10397         Fixes #398721
10398
10399 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * gst-libs/gst/utils/base-utils.c:
10402         * gst-libs/gst/utils/descriptions.c:
10403         * gst-libs/gst/utils/install-plugins.c:
10404         * gst-libs/gst/utils/missing-plugins.c:
10405           Some more docs (and descriptions for two subtitle formats).
10406
10407 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * gst-libs/gst/audio/audio.c:
10410           Fix documentation.
10411
10412 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         Patch by: Yves Lefebvre  <ivanohe abacom com>
10415
10416         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10417           Don't leak caps. Fixes #408278.
10418
10419 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10420
10421         * ext/cdparanoia/gstcdparanoiasrc.h:
10422         * ext/ogg/gstoggdemux.h:
10423         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10424         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10425         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10426         * gst-libs/gst/audio/audio.h:
10427         * gst-libs/gst/audio/gstaudiofilter.h:
10428         * gst-libs/gst/interfaces/videoorientation.h:
10429         * gst/adder/gstadder.h:
10430           More docs coverage and some ChangeLog surgery (add missing names)
10431
10432 2007-02-15  Wim Taymans  <wim@fluendo.com>
10433
10434         * sys/ximage/ximagesink.c:
10435         (gst_ximagesink_calculate_pixel_aspect_ratio):
10436         * sys/xvimage/xvimagesink.c:
10437         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10438         Small constifications.
10439
10440 2007-02-15  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst-libs/gst/audio/gstbaseaudiosink.c:
10443         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10444         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10445         (gst_base_audio_sink_async_play),
10446         (gst_base_audio_sink_change_state):
10447         Answer latency query.
10448         Use configured latency when syncing.
10449         Fix clock slaving.
10450
10451         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10452         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10453         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10454         Fix possible memleak.
10455         Implement latency query.
10456         Small cleanups.
10457
10458 2007-02-15  Wim Taymans  <wim@fluendo.com>
10459
10460         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10461         Ignore errors in reset, these are not fatal. They also grab the element
10462         lock which is already taking when this function is called. Fixes
10463         #405451.
10464
10465 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10466
10467         * configure.ac:
10468           Remove 'tests/examples/xerror/Makefile' from output files again.
10469
10470 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10471
10472         * configure.ac:
10473         * docs/plugins/Makefile.am:
10474           Also crossref against gst-plugins-base-libs.
10475
10476 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10477
10478         * configure.ac:
10479         * docs/libs/Makefile.am:
10480         * docs/plugins/Makefile.am:
10481           Add crossreferences to glib/gobject/gstream docs.
10482
10483         * gst-libs/gst/audio/audio.h:
10484           Source formatting.
10485
10486         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10487           Add own debug category.
10488
10489 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         Patch by: René Stadler <mail at renestadler de>
10492
10493         * gst-libs/gst/tag/gstvorbistag.c:
10494           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10495           (#403597).
10496
10497 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         * gst/playback/gstplaybasebin.c: (setup_source):
10500           When we have external subtitles and wait for the subtitle decodebin
10501           to get up and running, we set up a (sync) bus handler for the
10502           subtitle decodebin, so we can stop waiting when it posts an error
10503           message. However, we should do that before we set the subtitle
10504           decodebin's state to playing, otherwise things are racy and we might
10505           miss error messages posted before we had a chance to set up the bus.
10506           This should finally fix totem hanging on .txt pseudo-subtitle files.
10507           
10508 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10509
10510         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10511           Use gst_gdouble_to_guint64 for conversions.
10512         * win32/common/config.h.in:
10513           Add a define for GST_INSTALL_PLUGINS_HELPER
10514         * win32/common/libgstaudio.def:
10515         * win32/common/libgstcdda.def:
10516         * win32/common/libgstnetbuffer.def:
10517         * win32/common/libgstrtp.def:
10518         * win32/common/libgutils.def:
10519           Add new exported functions.
10520         * win32/vs6/gst_plugins_base.dsw:
10521         * win32/vs6/libgstdecodebin.dsp:
10522         * win32/vs6/libgstnetbuffer.dsp:
10523         * win32/vs6/libgstplaybin.dsp:
10524         * win32/vs6/libgstrtp.dsp:
10525         * win32/vs6/libgstvorbis.dsp:
10526         * win32/vs6/libgstcdda.dsp:
10527         * win32/vs6/libgstgdp.dsp:
10528         * win32/vs6/libgstutils.dsp:
10529           Update and add new project files.
10530
10531 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10534         (subrip_remove_unhandled_tags), (parse_subrip):
10535           For SubRip (.srt) subtitles, ignore all markup tags we don't
10536           handle (like font tags, for example).
10537
10538         * tests/check/elements/subparse.c:
10539           Add test for this.
10540
10541 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         * gst/playback/gstdecodebin.c: (add_fakesink),
10544         (gst_decode_bin_change_state):
10545         * gst/playback/gstdecodebin2.c: (add_fakesink),
10546         (gst_decode_bin_change_state):
10547           Don't error out if there is no fakesink in the NULL to READY state
10548           change, since when decodebin is re-used, we're only adding the
10549           fakesink element in READY to PAUSED.
10550
10551         * tests/check/elements/decodebin.c:
10552         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10553         (decodebin_suite):
10554           Minimal unit test to make sure we can use the same decodebin
10555           instance twice (at least with audiotestsrc input).
10556
10557 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10560           Try to get devic-name from device string first, and from handle only
10561           as fallback (seems to yield better results and is more robust
10562           against buggy probing code on the application side).
10563
10564 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10567
10568         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10569         (gst_alsa_find_device_name):
10570         * ext/alsa/gstalsa.h:
10571         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10572         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10573           Improve device-name detection a bit, especially in the case where
10574           the device is not actually open (#405020, #405024). Move common code
10575           into gstalsa.c instead of duplicating it.
10576
10577 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         * gst/audioconvert/gstaudioconvert.c:
10580           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10581
10582 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10583
10584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10585         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10586         (gst_xvimagesink_interface_supported),
10587         (gst_xvimagesink_probe_get_properties),
10588         (gst_xvimagesink_probe_probe_property),
10589         (gst_xvimagesink_probe_needs_probe),
10590         (gst_xvimagesink_probe_get_values),
10591         (gst_xvimagesink_property_probe_interface_init),
10592         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10593         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10594         (gst_xvimagesink_get_type):
10595         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10596         for XVAdaptors so that one can choose the adaptor to use with 
10597         gstreamer-properties.
10598
10599 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10600
10601         * gst/audioconvert/gstaudioconvert.c:
10602           Also mention that a conversion from double to float is suboptimal still.
10603
10604 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10605
10606         * gst-libs/gst/audio/gstaudiofilter.c:
10607         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10608           Clear our formats structure and free the caps contained in it when
10609           shutting down.
10610
10611 2007-02-05  Andy Wingo  <wingo@pobox.com>
10612
10613         * gst-libs/gst/audio/gstbaseaudiosink.c
10614         (gst_base_audio_sink_callback): Update basesink->offset so that we
10615         pull monotonically increasing offsets instead of, um, seeking back
10616         to 0 each time. Fixes alsasrc ! alsasink!
10617
10618 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         * gst/videoscale/gstvideoscale.c:
10621           A width and height of 1 makes us crash, so increase minimum size to
10622           2x2 pixels until someone feels like fixing this (#404512).
10623
10624 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10627           Add small test to make sure request pads are cleaned up properly
10628           even if oggmux never changes state out of NULL.
10629
10630 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * tests/check/libs/utils.c: (GST_START_TEST):
10633           Fix unit test. Turns out things work much better when you
10634           NULL-terminate string arrays. Should make p5 build bot happy again.
10635
10636 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10637
10638         * gst-libs/gst/audio/Makefile.am:
10639         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10640         (gst_audio_filter_template_base_init),
10641         (gst_audio_filter_template_class_init),
10642         (gst_audio_filter_template_init),
10643         (gst_audio_filter_template_set_property),
10644         (gst_audio_filter_template_get_property),
10645         (gst_audio_filter_template_setup),
10646         (gst_audio_filter_template_filter),
10647         (gst_audio_filter_template_filter_inplace), (plugin_init):
10648           Oops, forgot to commit fixed-up example.
10649
10650 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * docs/libs/gst-plugins-base-libs-sections.txt:
10653         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10654         (gst_audio_filter_class_init), (gst_audio_filter_init),
10655         (gst_audio_filter_set_caps),
10656         (gst_audio_filter_class_add_pad_templates):
10657         * gst-libs/gst/audio/gstaudiofilter.h:
10658           Port GstAudioFilter to 0.10. This change technically breaks
10659           API and ABI (and thus also every library developer's heart),
10660           but seems justifiable on the grounds that the base class was
10661           completely unusable before (ie. would crash immediately when
10662           actually used). Fixes #403963 (and eventually also #403572).
10663           Also document all of this a bit.
10664
10665 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10666
10667         * gst-libs/gst/utils/install-plugins.c:
10668         (gst_install_plugins_spawn_child):
10669         * tests/check/libs/utils.c:
10670         (test_base_utils_install_plugins_do_callout):
10671           Lowering log level to see why things fail on the p5 build bot;
10672           fix some typos in unit test messages.
10673
10674 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * tests/check/libs/utils.c:
10677         (test_base_utils_install_plugins_do_callout):
10678           Don't hard-code temp directory for test helper; use GLib functions
10679           to write out file and do error checking etc.
10680
10681 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst-libs/gst/utils/Makefile.am:
10684         * gst-libs/gst/utils/base-utils.h:
10685         * gst-libs/gst/utils/install-plugins.c:
10686         (gst_install_plugins_context_set_xid),
10687         (gst_install_plugins_context_new),
10688         (gst_install_plugins_context_free),
10689         (gst_install_plugins_get_helper),
10690         (gst_install_plugins_spawn_child),
10691         (gst_install_plugins_return_from_status),
10692         (gst_install_plugins_installer_exited),
10693         (gst_install_plugins_async), (gst_install_plugins_sync),
10694         (gst_install_plugins_return_get_name),
10695         (gst_install_plugins_installation_in_progress):
10696         * gst-libs/gst/utils/install-plugins.h:
10697           API: add API for applications to initiate installation of missing
10698           plugins, ie. gst_install_plugins_async() primarily.
10699           Based on libgimme-codec by Ryan Lortie.
10700
10701         * configure.ac:
10702           Add --with-install-plugins-helper configure option so distros can specify
10703           the path of the helper script or program to call when plugin installation
10704           is requested (distros: please do any argument munging in this helper
10705           script instead of patching GStreamer to pass arguments differently
10706           to another program directly).
10707
10708         * docs/libs/gst-plugins-base-libs-docs.sgml:
10709         * docs/libs/gst-plugins-base-libs-sections.txt:
10710           Build and document new API.
10711
10712         * tests/check/libs/utils.c: (result_cb),
10713         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10714         (libgstbaseutils_suite):
10715           Some simple checks for the new API.
10716
10717 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         * tests/check/elements/audioconvert.c: (test_float_conversion):
10720           Add small test for 32bit float <=> 64bit float conversion (works
10721           only one way so far, 32=>64 produces structured noise).
10722
10723 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/audioconvert/gstaudioconvert.c:
10726         (set_structure_widths_32_and_64), (make_lossless_changes):
10727           We don't support floats with a width of 40, 48 or 56 bits.
10728
10729 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10730
10731         * gst/audioconvert/audioconvert.c: (float), (double),
10732         (audio_convert_get_func_index):
10733         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10734         (make_lossless_changes):
10735           Support for 64-bit float audio in audioconvert (#339837)
10736
10737 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         Patch by: Holger Wansing  <linux wansing-online de>
10740
10741         * po/LINGUAS:
10742         * po/de.po:
10743           Add German translation (#352069).
10744
10745 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10746
10747         reviewed by: Wim Taymans <wim@fluendo.com>
10748
10749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10750         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10751         Use newly added GstCollectPads API to free the allocated resources in
10752         the GstOggPad structures (#402393).
10753
10754 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10755
10756         * gst/playback/gstplaybin.c: (gen_vis_element):
10757           Add audioresample+audioconvert in front of the visualisation
10758           element, so that elements like libvisual 0.4 that don't support all
10759           samplerates can work.
10760
10761           Fixes: #402505
10762
10763 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10764
10765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10766         (gst_play_base_bin_get_streaminfo_value_array):
10767           Take some locks and make a copy of the streaminfo value array we
10768           maintain while holding the lock, so that the application can
10769           retrieve the stream-info as a value array in a thread-safe way.
10770
10771 2007-01-30  Wim Taymans  <wim@fluendo.com>
10772
10773         * gst/audioconvert/gstaudioconvert.c:
10774         Don't fail on 0 sized buffers. Fixes #396835.
10775
10776 2007-01-29  David Schleef  <ds@schleef.org>
10777
10778         * gst/typefind/gsttypefindfunctions.c:
10779           Detect BBCD as video/x-dirac, so we can play raw dirac
10780           streams.
10781
10782 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * ext/theora/theoraenc.c: (theora_enc_chain):
10785           Check return value of theora_encode_header(), or we might try to
10786           allocate a random number of bytes. theora_encode_header() can fail
10787           if libtheora has been compiled with encoding support disabled.
10788           Fixes #398110.
10789
10790 2007-01-29  Wim Taymans  <wim@fluendo.com>
10791
10792         * tests/check/gst/.cvsignore:
10793         Do as buildbot says.
10794
10795 2007-01-29  Wim Taymans  <wim@fluendo.com>
10796
10797         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10798         Fix strides in libvisual. Gst uses X strides.
10799         Inspired by: <ed at catmur dot co dot uk> and 
10800         <tim at centricular dot net>
10801         Fixes #401118.
10802
10803 2007-01-27  Wim Taymans  <wim@fluendo.com>
10804
10805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10806         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10807         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10808         (gst_ogg_demux_perform_seek),
10809         (gst_ogg_demux_bisect_forward_serialno),
10810         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10811         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10812         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10813         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10814         * ext/ogg/gstoggdemux.h:
10815         Properly propagate streaming errors when we are scanning the file for
10816         chains so that we don't crash when shut down. Might fix some crashers
10817         when quickly switching oggs in RB such as #332503 and #378436.
10818
10819 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10820
10821         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10822           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10823           error code as well.
10824
10825 2007-01-25  Wim Taymans  <wim@fluendo.com>
10826
10827         * gst/playback/gstplaybasebin.c: (remove_source):
10828         Don't try to disconnect a signal from a finalized object.
10829
10830 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10833           Cast lock macro parameters to make sure we're actually accessing the
10834           lock member at the right class level. Free list itself in _dispose()
10835           as well and NULL it in case dispose gets called multiple times.
10836
10837 2007-01-25  Edward Hervey  <edward@fluendo.com>
10838
10839         * gst/playback/gstdecodebin2.c:
10840         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10841         Free GstDecodeGroups no longer used.
10842         (gst_decode_group_expose):
10843         Don't unlock too many times !
10844         (deactivate_free_recursive):
10845         Free iterator once we're done with it.
10846         Fix for recursively deactivating elements (stop at ghostpads).
10847
10848 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst/playback/gstplaybin.c: (handoff):
10851           Fix up caps on the frame buffer before we save it and potentially
10852           make it accessible to other threads via g_object_get; also use
10853           gst_buffer_replace() instead of gst_mini_object_replace().
10854
10855 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10858           Make getting the current frame thread-safe.
10859
10860 2007-01-25  Edward Hervey  <edward@fluendo.com>
10861
10862         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10863         (gst_decode_group_new), (gst_decode_group_free):
10864         Set queues to bigger sizes to cope with HD contents.
10865         Fix some mutex freeing and add comment about MT safe methods.
10866
10867 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10868
10869         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10870         (gst_text_overlay_text_event):
10871           Don't unnecessarily ref (and then leak) upstream events if the text
10872           pad is not linked. Fixes #399948.
10873
10874         * tests/check/gst-plugins-base.supp:
10875           Add suppression for pango on edgy/x86 for textoverlay test.
10876
10877 2007-01-24  Wim Taymans  <wim@fluendo.com>
10878
10879         * gst-libs/gst/rtp/gstrtpbuffer.h:
10880         Add some more fixed payloads.
10881
10882 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10885           Error out properly if we get an error from libogg while reading the
10886           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10887
10888 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10891           Don't leak mutex.
10892
10893         * tests/check/elements/playbin.c:
10894         (test_sink_usage_video_only_stream),
10895         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10896         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10897         (test_missing_suburisource_handler),
10898         (test_missing_primary_decoder), (playbin_suite):
10899           Run all tests once with decodebin and once with decodebin2.
10900           One test does not pass yet with decodebin2.
10901
10902 2007-01-23  Edward Hervey  <edward@fluendo.com>
10903
10904         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10905         Fix the cases where oggmux doesn't properly figure out that all
10906         sinkpads have gone EOS, and therefore doesn't push out the remaining
10907         buffers and the final EOS event.
10908         Fixes #363379
10909
10910 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10911
10912         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10914         Don't lock on navigation event push, just on keysym to string.
10915         Fixes #397673 again.
10916
10917 2007-01-22  Edward Hervey  <edward@fluendo.com>
10918
10919         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10920         (get_current_group), (group_demuxer_event_probe),
10921         (gst_decode_group_expose), (deactivate_free_recursive),
10922         (gst_decode_group_free):
10923         Cleanups.
10924         Don't forget to emit 'no-more-pads' once a group is exposed.
10925         Cleanup elements from a DecodeGroup once we remove it.
10926         Protect call to gst_decode_group_expose() with the decodebin lock.
10927
10928 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10929
10930         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10932         Looking at Xorg code i can't figure out if that XKeysymToString
10933         function is thread sensible or not. Lock it just in case as
10934         recommended by Radek Doulik <rodo at ximian dot com>.
10935
10936 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10937
10938         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10940         Lock that X Call as well. Fixes #397673.
10941
10942 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10945           Don't go into an endless loop if the file starts with 00 00 01 2X,
10946           like quicktime redirect files might. Fixes #396042.
10947
10948         * tests/check/Makefile.am:
10949         * tests/check/gst/.cvsignore:
10950         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10951         (typefindfunctions_suite):
10952           Add unit test for the above.
10953
10954 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10957           On second thought, use "depth" field rather than "bpp" field.
10958
10959 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10962           Camtasia caps apparently need a bpp field (#398875).
10963
10964 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10967         (gen_source_element), (gst_play_base_bin_change_state):
10968           Attempt at a better error message in case we don't have the required
10969           URI handler installed; post missing-plugin message also when we're
10970           missing an URI handler for the subtitle URI; clean up properly also
10971           when an error occurs and we never made it to PAUSED state.
10972
10973         * tests/check/elements/playbin.c: (GST_START_TEST),
10974         (playbin_suite):
10975           Check that we're also getting a missing-plugin messsage for a
10976           missing subtitle URI handler (and clean up properly).
10977
10978 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10981           Plug a few reference leaks.
10982
10983 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10986           Lower probability a bit if the marker isn't right at the start,
10987           to decrease the chance of false positives.
10988
10989 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10992           Small mpeg2 system stream typefinding improvement: make typefinder
10993           probe a bit into the stream instead of just looking for a marker
10994           at the beginning. Fixes #397810.
10995
10996 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * gst/audioconvert/gstchannelmix.c:
10999           Remove compatibility cruft for prehistoric GLib versions.
11000
11001 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * gst/playback/Makefile.am:
11004         * gst/playback/gstdecodebin.c: (close_pad_link):
11005         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11007         (gst_play_base_bin_handle_message_func), (unknown_type):
11008           Let decodebin be the element to post missing-plugin messages for
11009           missing decoders (rather than playbin); make playbin implement
11010           GstBin::handle_message so we can suppress missing-plugin messages
11011           for types we're not handling on purpose (don't want to bring up an
11012           installer in those cases).
11013
11014 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11017         * gst-libs/gst/tag/gstvorbistag.c:
11018         (gst_tag_list_to_vorbiscomment_buffer):
11019         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11020           Fix potentially unaligned access (#397207).
11021
11022 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11023
11024         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11025         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11026         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11027         (main):
11028           Allow to toggle looping while it plays. Fix callback prototype. Clean
11029           up code a bit more. Add copyright header.
11030
11031 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11032
11033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11034           Red and blue mask was swapped (spotted by Dan Williams).
11035
11036 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11037
11038         * gst-libs/gst/tag/gstid3tag.c:
11039         * gst-libs/gst/tag/gstvorbistag.c:
11040           Use new beats-per-minute tag from core.
11041
11042 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * po/POTFILES.in:
11045           Add new files with translatable strings, so they actually make it
11046           into the template file one day.
11047
11048 2007-01-12  Andy Wingo  <wingo@pobox.com>
11049
11050         * gst-libs/gst/audio/gstbaseaudiosink.c
11051         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11052         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11053         stuff, as the base class handles this now. Actually tell the ring
11054         buffer to start.
11055         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11056         How did this work before? Maybe I'm not as awesome a programmer as
11057         I think.
11058
11059         * gst-libs/gst/audio/gstbaseaudiosrc.c
11060         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11061         of a pad function.
11062
11063 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11066           Remove more fields so that the application can better blacklist
11067           formats that have been tried before.
11068
11069 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * gst-libs/gst/audio/mixerutils.h:
11072           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11073           used when compiling with c++ compilers as well.
11074
11075 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11076
11077         * gst/typefind/gsttypefindfunctions.c:
11078           Fix comment.
11079
11080 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * gst/playback/gstplaybin.c: (post_missing_element_message),
11083         (gen_video_element), (gen_text_element), (gen_audio_element),
11084         (gen_vis_element):
11085           Post missing-plugin messages also when we error out because
11086           converters, textoverlay or auto*sinks are missing (#161922).
11087
11088 2007-01-10  Wim Taymans  <wim@fluendo.com>
11089
11090         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11091         (is_demuxer_element), (new_caps):
11092         * gst/playback/gstplaybasebin.c: (source_new_pad):
11093         Fix the case where we try to ref a NULL element when we delay a link
11094         because of unfixed caps.
11095         Set the state of autoplugged decodebins to PAUSED.
11096         RTSP now works in playbin, we can remove it from the blacklist.
11097
11098 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst/playback/Makefile.am:
11101         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11102         (unknown_type), (setup_subtitle), (gen_source_element):
11103         * gst/playback/gstplaybin.c: (plugin_init):
11104           Post missing-plugin messages on the bus for missing sources and
11105           missing decoders/demuxers/depayloaders; fix error code used when
11106           we're missing an URI handler source; for media types that we are not
11107           handling on purpose at the moment, don't print "don't know how to
11108           handle xyz" messages to the terminal or post missing-plugin
11109           messages on the bus.
11110
11111         * tests/check/elements/playbin.c: (create_playbin),
11112         (GST_START_TEST), (gst_codec_src_uri_get_type),
11113         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11114         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11115         (gst_codec_src_init_type), (gst_codec_src_base_init),
11116         (gst_codec_src_create), (gst_codec_src_class_init),
11117         (gst_codec_src_init), (plugin_init), (playbin_suite):
11118           Add some tests for the missing-plugin stuff.
11119
11120 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * configure.ac:
11123         * gst-libs/gst/Makefile.am:
11124         * gst-libs/gst/utils/Makefile.am:
11125         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11126         * gst-libs/gst/utils/base-utils.h:
11127         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11128         (find_format_info), (caps_are_rtp_caps),
11129         (gst_base_utils_get_source_description),
11130         (gst_base_utils_get_sink_description),
11131         (gst_base_utils_get_decoder_description),
11132         (gst_base_utils_get_encoder_description),
11133         (gst_base_utils_get_element_description),
11134         (gst_base_utils_add_codec_description_to_tag_list),
11135         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11136         * gst-libs/gst/utils/descriptions.h:
11137         * gst-libs/gst/utils/missing-plugins.c:
11138         (missing_structure_get_type), (copy_and_clean_caps),
11139         (gst_missing_uri_source_message_new),
11140         (gst_missing_uri_sink_message_new),
11141         (gst_missing_element_message_new),
11142         (gst_missing_decoder_message_new),
11143         (gst_missing_encoder_message_new),
11144         (missing_structure_get_string_detail),
11145         (missing_structure_get_caps_detail),
11146         (gst_missing_plugin_message_get_installer_detail),
11147         (gst_missing_plugin_message_get_description),
11148         (gst_is_missing_plugin_message):
11149         * gst-libs/gst/utils/missing-plugins.h:
11150           API: add new libgstbaseutils library with functions
11151           - to create and parse missing-plugins messages
11152           - that provide (translated) descriptions for caps/decoders/sources/etc.
11153           Closes #392393.
11154
11155         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11156         * pkgconfig/gstreamer-plugins-base.pc.in:
11157           Add new lib.
11158
11159         * docs/libs/gst-plugins-base-libs-docs.sgml:
11160         * docs/libs/gst-plugins-base-libs-sections.txt:
11161           Generate docs for new lib and API.
11162
11163         * tests/check/Makefile.am:
11164         * tests/check/libs/.cvsignore:
11165         * tests/check/libs/utils.c: (missing_msg_check_getters),
11166         (GST_START_TEST), (libgstbaseutils_suite):
11167           Add some basic unit tests.
11168
11169 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * ext/ogg/Makefile.am:
11172           Dist gstoggdemux.h to fix 'make distcheck'.
11173
11174         * sys/v4l/Makefile.am:
11175           Fix 'make distcheck' even more.
11176
11177 2007-01-09  Wim Taymans  <wim@fluendo.com>
11178
11179         * docs/plugins/Makefile.am:
11180         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11181         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11182         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11183         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11184         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11185         (gst_ogg_demux_perform_seek):
11186         * ext/ogg/gstoggdemux.h:
11187         Added docs.
11188         Add some more comments.
11189         Small cleanups.
11190
11191 2007-01-09  Wim Taymans  <wim@fluendo.com>
11192
11193         * ext/theora/theoradec.c:
11194         * ext/vorbis/vorbisdec.c:
11195         * gst-libs/gst/audio/gstringbuffer.c:
11196         (gst_ring_buffer_commit_full):
11197         * gst-libs/gst/audio/gstringbuffer.h:
11198         * gst-libs/gst/rtp/gstrtpbuffer.c:
11199         * gst-libs/gst/tag/gstvorbistag.c:
11200         Small documentation updates/fixes
11201
11202 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * configure.ac:
11205           Require core CVS HEAD for Andy's basesrc/sink API additions.
11206
11207 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11208
11209         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11210
11211         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11212         (plugin_init):
11213           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11214           on flac.sf.net (there appear to be other versions of the first
11215           ogg page in the wild) (#391365).
11216
11217 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11218
11219         * configure.ac:
11220           Check if localtime_r() is available.
11221
11222         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11223           If localtime_r() is not available, fall back to localtime(). Should
11224           fix build on MingW (#393310).
11225
11226 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11229         * gst/subparse/gstsubparse.h:
11230           Remove spurious 1000 subtrahend when calculating the timestamp from
11231           the frame number and the frame rate . Also, use the frames/second
11232           value specified in the first line of the file, if one is specified
11233           there. Should fix #357503.
11234
11235         * tests/check/elements/subparse.c: (do_test),
11236         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11237         (subparse_suite):
11238           Add some basic unit tests for the microdvd subtitle format.
11239
11240 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11241
11242         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11243
11244         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11245         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11246         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11247         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11248         (gst_xvimagesink_set_xwindow_id),
11249         (gst_xvimagesink_set_event_handling),
11250         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11251         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11252         Fixes: #390076.
11253         Add an adaptor property to select a specific XV adaptor.
11254         * sys/xvimage/xvimagesink.h:
11255
11256 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11257
11258         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11259         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11260         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11261         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11262         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11263         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11264         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11265         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11266         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11267         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11268         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11269         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11270         Use flow_lock much more to protect every access to xwindow.
11271         Try to catch erros while creating images in case some drivers are
11272         just generating an XError when the requested image is too big.
11273         Should fix : #354698, #384008, #384060.
11274         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11275         Implement some stress testing of setting window xid.
11276
11277 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11278
11279         * win32/common/libgsaudio.def:
11280           Add new exported function.
11281         * win32/common/libgstogg.dsp:
11282           Add gstoggaviparse.c to the build.
11283         * win32/common/libgstvideoscale.dsp:
11284           Add vs_4tap.c to the build.
11285         * win32/common/libgstvorbis.dsp:
11286           Add vorbistag.c to the build.
11287         
11288 2007-01-06  Andy Wingo  <wingo@pobox.com>
11289
11290         * gst-libs/gst/audio/gstbaseaudiosink.c
11291         (gst_base_audio_sink_class_init)
11292         (gst_base_audio_sink_init): 
11293         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11294         to baseaudiosink, and tell basesink that we can work in pull mode.
11295         This way the ring buffer thread drives the pipeline directly, if
11296         pull mode is possible. There is some lingering nastiness regarding
11297         capsnego, however.
11298         (gst_base_audio_sink_callback): Implement the callback to pull
11299         data. This interface is a bit light, though -- it should get a
11300         GstFlowReturn return value at least.
11301
11302 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11305         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11306         * gst/playback/gstdecodebin2.c:
11307         (gst_decode_group_check_if_blocked):
11308           Printf format and missing argument fixes.
11309
11310 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11311
11312         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11313         (gst_ogm_parse_change_state):
11314         Activate pads before adding them to the element.
11315
11316 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         * tests/examples/seek/scrubby.c: (main):
11319         * tests/examples/seek/seek.c: (main):
11320           Call g_thread_init() first thing in main() (see #391278).
11321
11322 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * tests/check/Makefile.am:
11325         * tests/check/libs/.cvsignore:
11326         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11327         (netbuffer_suite):
11328           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11329           for the time being, since it's broken, see #393099.
11330
11331 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         * tests/check/Makefile.am:
11334           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11335
11336 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11337
11338         * configure.ac:
11339           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11340           so that GST_BASE_CFLAGS can go inbetween them, making sure
11341           we use uninstalled gst-libs headers
11342         * docs/libs/Makefile.am:
11343         * ext/alsa/Makefile.am:
11344         * ext/cdparanoia/Makefile.am:
11345         * ext/gnomevfs/Makefile.am:
11346         * ext/libvisual/Makefile.am:
11347         * ext/ogg/Makefile.am:
11348         * ext/theora/Makefile.am:
11349         * ext/vorbis/Makefile.am:
11350         * gst-libs/gst/audio/Makefile.am:
11351         * gst-libs/gst/cdda/Makefile.am:
11352         * gst-libs/gst/interfaces/Makefile.am:
11353         * gst-libs/gst/riff/Makefile.am:
11354         * gst-libs/gst/rtp/Makefile.am:
11355         * gst-libs/gst/tag/Makefile.am:
11356         * gst/adder/Makefile.am:
11357         * gst/audioconvert/Makefile.am:
11358         * gst/audiorate/Makefile.am:
11359         * gst/audioresample/Makefile.am:
11360         * gst/playback/Makefile.am:
11361         * gst/tcp/Makefile.am:
11362         * gst/videoscale/Makefile.am:
11363         * gst/volume/Makefile.am:
11364         * sys/ximage/Makefile.am:
11365         * sys/xvimage/Makefile.am:
11366         * tests/icles/Makefile.am:
11367           adapt
11368
11369 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11370
11371         * gst-libs/gst/interfaces/xoverlay.c:
11372         (gst_x_overlay_handle_events):
11373         * gst-libs/gst/interfaces/xoverlay.h:
11374         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11375         (gst_ximagesink_set_xwindow_id),
11376         (gst_ximagesink_set_event_handling),
11377         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11378         (gst_ximagesink_get_property), (gst_ximagesink_init),
11379         (gst_ximagesink_class_init):
11380         * sys/ximage/ximagesink.h:
11381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11382         (gst_xvimagesink_set_xwindow_id),
11383         (gst_xvimagesink_set_event_handling),
11384         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11385         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11386         (gst_xvimagesink_class_init):
11387         * sys/xvimage/xvimagesink.h:
11388         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11389         Add a method to the XOverlay interface to allow disabling of 
11390         event handling in x[v]imagesink elements. This will let X events
11391         propagate to parent windows which can be usefull in some cases.
11392         Be carefull that the application is then responsible of pushing
11393         navigation events and expose events to the video sink.
11394         Fixes: #387138.
11395
11396 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst-libs/gst/tag/gstvorbistag.c:
11399         * tests/check/libs/tag.c: (GST_START_TEST):
11400           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11401           (fixes #392070).
11402
11403 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * configure.ac:
11406         * docs/Makefile.am:
11407         * docs/design/Makefile.am:
11408           Dist design docs.
11409
11410 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11411
11412         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11413         typo. Fixes: #390063.
11414
11415 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11416
11417         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11419         caps leak.
11420         * win32/common/config.h: Updated.
11421
11422 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11423
11424         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11425         (setup_gdpdepay_streamheader):
11426         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11427         (setup_gdppay_streamheader):
11428           Fix the dp tests, but activating the pads for the streamheader tests
11429           too and cleaning up conditionaly
11430
11431 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11432
11433         * gst/ffmpegcolorspace/avcodec.h:
11434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11435         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11436         (gst_ffmpegcsp_avpicture_fill):
11437         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11438         (img_get_alpha_info):
11439         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11440         other end of the word. Fixes: #387073.
11441
11442         Add some inconsequential branch hints in a couple of places.
11443
11444 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11447         (gst_ffmpeg_caps_to_smpfmt):
11448           The "signed" field in raw audio caps is of boolean type, trying to
11449           extract the value with _get_int() will fail (fix to keep in sync with
11450           the copy in gst-ffmpeg)
11451
11452 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11453
11454         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11455         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11456         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11457         (cleanup_gdpdepay):
11458         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11459         * tests/check/elements/subparse.c: (teardown_subparse):
11460         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11461         * tests/check/elements/videorate.c: (cleanup_videorate):
11462         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11463         * tests/check/elements/volume.c: (cleanup_volume):
11464         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11465         (cleanup_vorbisdec):
11466         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11467         (cleanup_vorbistag):
11468           consistent pad (de)activation
11469
11470 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11473           Forgot to register the extensions.
11474
11475 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11476
11477         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11478         (plugin_init):
11479           Add typefinder for VIVO files (my christmas present to the 90s).
11480
11481 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * gst/playback/gstdecodebin.c: (type_found):
11484           Special-case the text/plain media type: we only want to recognise it
11485           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11486           parser, but not if the entire stream is of text/plain type. If the
11487           entire stream is text/plain, we should just error out.
11488
11489           This fixes playback of audio files with lyrics in totem. Totem can't
11490           distinguish between text files and subtitle files and passes any
11491           .txt file with the same basename as the main file to playbin as
11492           suburi, and playbin will then throw a 'subtitle found, but no video
11493           stream' error, which isn't entirely helpful. See #380342.
11494
11495           Also, with this change we'll show a slightly more correct error
11496           message in case totem passes a playlist file to us (although a
11497           custom error message wording instead of the default text would
11498           probably not be a bad idea either).
11499
11500           Same problem also needs to be fixed for playbin+decodebin2.
11501
11502         * tests/check/Makefile.am:
11503         * tests/check/elements/decodebin.c: (src_handoff_cb),
11504         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11505         (decodebin_suite):
11506           Add simple unit test for decodebin for the above.
11507
11508 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11509
11510         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11511         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11512           Refuse to change state to READY when we failed to create any of the
11513           required elements in our instance init function.
11514
11515 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * docs/libs/gst-plugins-base-libs-sections.txt:
11518           Small docs fixes/updates.
11519
11520         * gst-libs/gst/video/gstvideosink.h:
11521           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11522           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11523           removed from the base sink API between 0.9.6 and 0.9.7).
11524           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11525           accessor macros, so we don't do a runtime GObject type check every
11526           time we use them.
11527
11528 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11529
11530         * Makefile.am:
11531         * gst-plugins-base.doap:
11532         * gst-plugins-base.spec.in:
11533           add doap file
11534
11535 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         Patch by: Jens Granseuer <jensgr at gmx net>
11538
11539         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11540         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11541         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11542         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11544           Declare variables at the beginning of a block. Fixes #383195.
11545
11546 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11547
11548         * configure.ac:
11549         Bump version nano - back to CVS.
11550
11551
11552 === release 0.10.11 ===
11553
11554 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11555
11556         * configure.ac:
11557           releasing 0.10.11, "Dumb things"
11558
11559 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11560
11561         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11562         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11563         Handle the case where an element has multiple pads with 
11564         unfixed caps as well as still possibly producing more dynamic 
11565         pads by storing each case as a distinct entry in the dynamic list.
11566         Fixes #38223 again.
11567
11568 2006-12-04  Wim Taymans  <wim@fluendo.com>
11569
11570         * gst/playback/gstdecodebin.c: (close_pad_link):
11571         Fix #382223, add more dynamic caps handling.
11572
11573 2006-12-04  Wim Taymans  <wim@fluendo.com>
11574
11575         * gst-libs/gst/audio/gstringbuffer.h:
11576         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11577         (gst_netaddress_set_ip4_interface),
11578         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11579         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11580         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11581         (gst_netaddress_get_ttl):
11582         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11583         * gst/playback/gstdecodebin.c: (close_pad_link):
11584         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11585         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11586         * win32/common/config.h:
11587
11588 2006-12-01  Michael Smith  <msmith@fluendo.com>
11589
11590         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11591           Delete bad debug code.
11592           Fixes #381219
11593
11594 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11595
11596         * gst/videoscale/vs_4tap.c:
11597         * win32/MANIFEST:
11598         * win32/common/config.h:
11599         * win32/vs8/libgstvideoscale.vcproj:
11600         Fix compilation on win32 under VS8
11601         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11602         Partially fixes #381175
11603
11604 2006-11-30  Michael Smith  <msmith@fluendo.com>
11605
11606         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11607         (GST_START_TEST):
11608           It would be very bad if, after a discont buffer, we thought every
11609           single following buffer was also discont. So, add to the test to
11610           ensure that this isn't the case.
11611           
11612         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11613           ... it was the case. So fix it.
11614
11615 2006-11-28  Wim Taymans  <wim@fluendo.com>
11616
11617         * gst/playback/gstplaybasebin.c: (check_queue_event):
11618         Improve debug.
11619
11620         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11621         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11622         padtemplate caps. Refixes #357577.
11623
11624 2006-11-28  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/playback/gstplaybasebin.c: (check_queue_event),
11627         (queue_threshold_reached), (queue_out_of_data),
11628         (gen_preroll_element):
11629         Add event probe to see when EOS is in a queue and we can disable the
11630         underrun signals. Fixes #357577.
11631
11632 2006-11-28  Edward Hervey  <edward@fluendo.com>
11633
11634         * gst/playback/Makefile.am:
11635         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11636         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11637         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11638         (gst_decode_bin_init), (gst_decode_bin_dispose),
11639         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11640         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11641         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11642         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11643         (connect_element), (expose_pad), (type_found),
11644         (pad_added_group_cb), (pad_removed_group_cb),
11645         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11646         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11647         (are_raw_caps), (multi_queue_overrun_cb),
11648         (multi_queue_underrun_cb), (gst_decode_group_new),
11649         (get_current_group), (group_demuxer_event_probe),
11650         (gst_decode_group_control_demuxer_pad),
11651         (gst_decode_group_control_source_pad),
11652         (gst_decode_group_check_if_blocked),
11653         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11654         (gst_decode_group_hide), (gst_decode_group_free),
11655         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11656         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11657         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11658         (plugin_init):
11659         New decodebin2 element.
11660         Closes #370092
11661         * gst/playback/gstplay-marshal.list:
11662         Added marshallers for new signals in decodebin2
11663         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11664         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11665         is set.
11666
11667 2006-11-28  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst/playback/gstplaybasebin.c: (setup_source),
11670         (gst_play_base_bin_change_state):
11671         Disable rtsp:// uris for the release, it's not good enough yet.
11672         Remove unused var.
11673
11674 2006-11-26  Wim Taymans  <wim@fluendo.com>
11675
11676         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11677         (theora_dec_push_forward), (theora_dec_push_reverse),
11678         (theora_handle_data_packet), (theora_dec_decode_buffer),
11679         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11680         (theora_dec_chain_forward), (theora_dec_chain):
11681         Implement reverse playback.
11682
11683         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11684         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11685         (vorbis_dec_chain_forward):
11686         Clear buffers used for reverse playback in _reset.
11687         No need to set the eos flag, we clip samples using the segment.
11688
11689 2006-11-24  Wim Taymans  <wim@fluendo.com>
11690
11691         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11692         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11693         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11694         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11695         Some cleanups.
11696         Handle continued pages in reverse mode.
11697
11698 2006-11-24  Wim Taymans  <wim@fluendo.com>
11699
11700         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11701         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11702         (vorbis_dec_flush_decode):
11703         Small cleanups.
11704         Don't try to add invalid timestamps.
11705         Clipping will unref the buffer.
11706
11707 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11708
11709         * gst/adder/gstadder.h:
11710         * gst/audiotestsrc/gstaudiotestsrc.h:
11711           remove obsolete _factory_init protos
11712
11713 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11714
11715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11716           Fix spacing in debug message.
11717
11718 2006-11-23  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11721         (gst_ogg_demux_chain):
11722         Don't just ignore return values from _pad_push().
11723         Small debug improvements.
11724
11725 2006-11-23  Michael Smith  <msmith@fluendo.com>
11726
11727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11728           If our incoming buffer is marked as DISCONT, then increment the page
11729           number (so that the discontinuity is marked in the final ogg
11730           bitstream) and flush the previous page.
11731
11732 2006-11-22  Michael Smith  <msmith@fluendo.com>
11733
11734         * ext/theora/gsttheoraenc.h:
11735         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11736         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11737         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11738         (theora_enc_chain), (theora_enc_change_state):
11739           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11740
11741         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11742         (GST_START_TEST), (theoraenc_suite):
11743           Enable discontinuity test, fix it.
11744
11745 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11748         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11749         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11750         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11751         (gst_text_overlay_change_state):
11752         * ext/pango/gsttextoverlay.h:
11753           Some textoverlay fixes: for one, in the video chain function,
11754           actually wait for a text buffer to come in if there is none at the
11755           moment and there should be one; also, deal more gracefully with
11756           incoming buffers that do not have a timestamp or duration; discard
11757           text buffer when not needed any longer. Fixes #341681.
11758
11759         * tests/check/Makefile.am:
11760         * tests/check/elements/.cvsignore:
11761         * tests/check/elements/textoverlay.c:
11762         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11763         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11764         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11765         (test_video_waits_for_text_send_text_newsegment_thread),
11766         (test_video_waits_for_text_shutdown_element),
11767         (test_render_continuity_push_video_buffers_thread),
11768         (textoverlay_suite):
11769           Add some unit tests for textoverlay.
11770
11771 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11774           Avoid integer underflow when the found probability for mp3 is
11775           smaller than the 'penalty' we subtract if there's not a clean
11776           mp3 header sync at offset 0.
11777
11778 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11779
11780         * docs/libs/gst-plugins-base-libs-sections.txt:
11781           Add some new symbols to the docs
11782
11783 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * tests/check/Makefile.am:
11786         * tests/check/elements/ffmpegcolorspace.c:
11787         (ffmpegcolorspace_suite):
11788           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11789           (for now not for valgrinding though, since it takes too long).
11790
11791 2006-11-20  Wim Taymans  <wim@fluendo.com>
11792
11793         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11794         (gst_ffmpeg_pixfmt_to_caps):
11795         Fix RGBA32 caps. Fixes #357038.
11796
11797 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * gst-libs/gst/interfaces/mixertrack.h:
11800           Add FIXME so we can add some padding here in 0.11
11801
11802 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11805           Fix GstBaseRTPAudioPayload structure so the whole GObject
11806           inheritance business actually works (parent class instance structure
11807           must always come first in the derived class instance structure).
11808
11809 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         * gst/videotestsrc/Makefile.am:
11812         * tests/check/Makefile.am:
11813           Make sure our checks and the videotestsrc plugin link against the
11814           local uninstalled gst libs and not any installed gst libs that
11815           might happen to exist as well.
11816
11817         * tests/check/elements/adder.c: (message_received),
11818         (test_event_message_received), (test_play_twice_message_received):
11819         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11820           Fix compiler warnings when compiling against core with disabled
11821           debugging system.
11822
11823 2006-11-16  Michael Smith  <msmith@fluendo.com>
11824
11825         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11826         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11827           Fix audiorate, so that it accurately sets offsets and timestamps.
11828           Doesn't change the fundamental algorithmic decisions; so should be
11829           safe.
11830
11831         * tests/check/Makefile.am:
11832           Enable audiorate test now that it passes.
11833
11834 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11835
11836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11837           clear xv when going to NULL, remove // commented non-existant proto
11838
11839         * tests/examples/seek/seek.c: (main):
11840           add missing tooltip description for scrub and play_scrub
11841
11842 2006-11-14  David Schleef  <ds@schleef.org>
11843
11844         * configure.ac:
11845           Bump liboil requirement to 0.3.8.
11846         * gst-libs/gst/riff/riff-media.c:
11847           Add Dirac fourcc.
11848         * gst/videoscale/vs_image.h:
11849         * gst/videoscale/vs_scanline.h:
11850           Use liboil's stdint.h.
11851         * gst/videotestsrc/videotestsrc.c:
11852           Remove liboil related ifdef's, since they aren't needed now, and
11853           won't work with future versions.
11854
11855 2006-11-14  David Schleef  <ds@schleef.org>
11856
11857         * gst/videoscale/Makefile.am:
11858         * gst/videoscale/gstvideoscale.c:
11859         * gst/videoscale/gstvideoscale.h:
11860         * gst/videoscale/vs_4tap.c:
11861         * gst/videoscale/vs_4tap.h:
11862         * gst/videoscale/vs_image.c:
11863         * gst/videoscale/vs_image.h:
11864         * gst/videoscale/vs_scanline.c:
11865         * gst/videoscale/vs_scanline.h:
11866           Add a 4-tap image scaler.  Theoretically looks much prettier.
11867           The tap calculation could use some improvement.
11868
11869 2006-11-14  Wim Taymans  <wim@fluendo.com>
11870
11871         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11872
11873         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11874         (gst_riff_parse_strf_iavs):
11875         * gst/subparse/gstsubparse.c: (convert_encoding):
11876         * gst/tcp/gstmultifdsink.c:
11877         (gst_multi_fd_sink_handle_client_write):
11878         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11879         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11880         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11881         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11882         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11883         (gst_ximagesink_ximage_new):
11884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11885         Various gsize and gssize printf fixes. Fixes #372507.
11886
11887 2006-11-13  Wim Taymans  <wim@fluendo.com>
11888
11889         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11890         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11891         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11892         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11893         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11894         * ext/vorbis/vorbisdec.h:
11895         First stab at vorbis reverse playback.
11896
11897 2006-11-13  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst-libs/gst/audio/gstbaseaudiosink.c:
11900         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11901         * gst-libs/gst/audio/gstbaseaudiosink.h:
11902         Make the clock sync code more accurate wrt resampling and playback
11903         at different rates.
11904         
11905         * gst-libs/gst/audio/gstringbuffer.c:
11906         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11907         * gst-libs/gst/audio/gstringbuffer.h:
11908         Use better algorithm to interpolate sample rates. 
11909
11910 2006-11-13  Michael Smith  <msmith@fluendo.com>
11911
11912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11913           Improve a debug line slightly.
11914
11915         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11916           Call gst_riff_init() in plugin_init, to avoid getting errors from
11917           the debug system (unrelated changes to another plugin made this turn
11918           up; not sure why).
11919
11920 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11923
11924         * win32/common/libgsttag.def:
11925           Add missing symbol (#366492).
11926
11927 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11930           Don't unref a NULL pad.
11931
11932 2006-11-09  Wim Taymans  <wim@fluendo.com>
11933
11934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11935         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11936         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11937         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11938         (gst_ogg_demux_loop):
11939         Implement first stab at reverse playback.
11940
11941 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11942
11943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11944         (gst_riff_create_video_template_caps):
11945           add h263/h264 variants to the caps, Fixes #363118
11946
11947 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11948
11949         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11950         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11951           Use g_strerror instead of strerror so we get UTF-8.
11952
11953 2006-11-03  David Schleef  <ds@schleef.org>
11954
11955         * ext/ogg/gstoggdemux.c:
11956         * ext/ogg/gstoggmux.c:
11957           Add/remove KW-DIRAC header here, since it is ogg-specific.
11958
11959 2006-11-03  Michael Smith  <msmith@fluendo.com>
11960
11961         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11962           Recognise more mpeg4 elementary video streams.
11963
11964 2006-11-02  Edward Hervey  <edward@fluendo.com>
11965
11966         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11967         Lower the probability of mp3 typefinding functions if we don't find a
11968         valid mp3 header at the start of the file.
11969         Closes #369482
11970
11971 2006-11-02  Wim Taymans  <wim@fluendo.com>
11972
11973         * ext/theora/gsttheoradec.h:
11974         * ext/theora/theoradec.c: (gst_theora_dec_init),
11975         (theora_dec_sink_event), (theora_dec_chain_forward),
11976         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11977         (theora_dec_chain):
11978         Document and partially implement an algorithm for doing reverse playback
11979         of theora video.
11980
11981 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11982
11983         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11984
11985         * win32/common/config.h:
11986         * win32/common/interfaces-enumtypes.c:
11987         * win32/common/libgsttag.def:
11988         * win32/vs8/gst-plugins-base.sln:
11989         * win32/vs8/libgstaudioresample.vcproj:
11990         * win32/vs8/libgstinterfaces.vcproj:
11991         * win32/vs8/libgstogg.vcproj:
11992         * win32/vs8/libgstriff.vcproj:
11993         * win32/vs8/libgsttag.vcproj:
11994         * win32/vs8/libgsttheora.vcproj:
11995         * win32/vs8/libgstvideoscale.vcproj:
11996         * win32/vs8/libgstvorbis.vcproj:
11997           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11998           to libgsttag.def; add missing dependencies for some vs8 projects;
11999           re-arrange placement of .def files in vs8 projects (#366334).
12000
12001 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * ext/ogg/gstogg.c:
12004           Remove unused variable.
12005
12006         * ext/ogg/gstoggdemux.c:
12007           Fix Wim's surname in plugin description.
12008
12009 2006-10-31  Wim Taymans  <wim@fluendo.com>
12010
12011         * gst-plugins-base.spec.in:
12012         spec new .h file. Fixes #368310.
12013
12014 2006-10-31  Michael Smith  <msmith@fluendo.com>
12015
12016         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12017         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12018         (gst_multi_fd_sink_get_stats),
12019         (gst_multi_fd_sink_remove_client_link),
12020         (gst_multi_fd_sink_queue_buffer),
12021         (gst_multi_fd_sink_handle_clients):
12022         * gst/tcp/gstmultifdsink.h:
12023           Make using the remove or clear signals threadsafe.
12024           Make calling get-stats with an invalid fd not segfault.
12025           Fixes 368273.
12026
12027 2006-10-31  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst-libs/gst/rtp/Makefile.am:
12030         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12031         (gst_base_rtp_audio_payload_init):
12032         Fix and activate base audio payloader.
12033
12034 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12037         (plugin_init):
12038           Add typefinder for QuickTime Image Files (see #366156).
12039
12040 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12043           Another typo fix (#366212).
12044
12045 2006-10-27  Wim Taymans  <wim@fluendo.com>
12046
12047         * gst/volume/gstvolume.c: (volume_transform_ip):
12048         Use stream time to synchronize volume property instead of rather random
12049         timestamps. This is needed when gnonlin does its time shifting.
12050
12051 2006-10-27  Wim Taymans  <wim@fluendo.com>
12052
12053         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12054
12055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12056         Remove the pad from the element in release_pad. Fixes #364812.
12057
12058 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12059
12060         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12062           Explicitly create our custom buffer classes at a thread-safe
12063           location as well, since g_type_class_ref() doesn't seem to be
12064           entirely thread-safe either (#365501; also see #349410).
12065
12066 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12069         (gst_riff_parse_info):
12070           If strings in INFO chunk are not UTF-8, do something similar to
12071           what we do for ID3v1 tags: check a number of environment variables
12072           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12073           character sets to try, otherwise try the current locale and/or fall
12074           back on ISO-8859-1. Fixes #360552.
12075
12076 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12077
12078         * gst/videotestsrc/gstvideotestsrc.c:
12079         (gst_video_test_src_pattern_get_type),
12080         (gst_video_test_src_set_pattern):
12081         * gst/videotestsrc/gstvideotestsrc.h:
12082         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12083         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12084         (gst_video_test_src_checkers8):
12085         * gst/videotestsrc/videotestsrc.h:
12086           Add a bunch of exciting new checkers patterns.
12087
12088 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/subparse/Makefile.am:
12091         * gst/subparse/gstsubparse.c:
12092         (gst_sub_parse_data_format_autodetect),
12093         (gst_sub_parse_format_autodetect), (handle_buffer),
12094         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12095         * gst/subparse/gstsubparse.h:
12096         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12097         (parse_tmplayer):
12098         * gst/subparse/tmplayerparse.h:
12099           Add support for TMPlayer-type subtitles (#362845).
12100
12101         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12102         (GST_START_TEST), (subparse_suite):
12103           Add some basic unit tests for the above.
12104
12105 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * tests/check/elements/audiorate.c: (test_injector_base_init),
12108         (test_injector_class_init), (test_injector_chain),
12109         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12110         (GST_START_TEST), (audiorate_suite):
12111           More tests for audiorate: inject buffers to check behaviour when
12112           buffers overlap.
12113
12114 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12115
12116         * tests/check/Makefile.am:
12117         * tests/check/elements/.cvsignore:
12118         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12119         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12120           Add some basic unit tests for audiorate. Disabled at the moment
12121           since it doesn't pass yet (see bug #363119).
12122
12123 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12126         (parse_subrip), (handle_buffer):
12127           Add missing closing tags for markup and fix broken markup,
12128           otherwise pango won't render anything (fixes #357531). Also,
12129           make sure the text we send out is always NUL-terminated
12130           (better safe than sorry etc.).
12131
12132         * tests/check/elements/subparse.c: (test_srt_do_test),
12133         (test_srt):
12134           Some more tests for .srt incl. tests for the above stuff.
12135
12136 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12137
12138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12140         Patch by: Stefan Kost  <ensonic@users.sf.net>
12141         Try to redraw borders only when needed. Apparently this consumes
12142         resources on small devices... :-O (#363607)
12143
12144 2006-10-20  Michael Smith  <msmith@fluendo.com>
12145
12146         * gst/tcp/gstmultifdsink.c:
12147         (gst_multi_fd_sink_client_queue_buffer):
12148           If caps change, then update the client's idea of the caps so that we
12149           don't end up re-sending streamheaders for every single buffer after
12150           the caps change.
12151
12152 2006-10-20  Michael Smith  <msmith@fluendo.com>
12153
12154         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12155         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12156           Set caps on pushed buffers; fix up refcounting of caps objects.
12157
12158 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12159
12160         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12161         (plugin_init):
12162           Typefind mmsh header data packet to application/x-mmsh (#362625).
12163
12164 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12165
12166         * tests/check/Makefile.am:
12167         * tests/check/elements/.cvsignore:
12168         * tests/check/elements/subparse.c: (buffer_from_static_string),
12169         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12170         (GST_START_TEST), (subparse_suite):
12171           Add very simple unit test for subparse.
12172
12173 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12176         (parse_subrip):
12177           Strip trailing newlines from subtitle text output.
12178
12179 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12182         (gst_sub_parse_change_state):
12183           Fix memleak; clear subparse->textbuf n state change function.
12184
12185 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12186
12187         * gst/subparse/gstsubparse.c:
12188         (gst_sub_parse_data_format_autodetect):
12189           Don't require subrip (.srt) files to start with a chunk number of 1.
12190
12191 2006-10-18  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst-libs/gst/audio/gstbaseaudiosink.c:
12194         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12195         * gst-libs/gst/audio/gstbaseaudiosink.h:
12196         Extract rate from the NEWSEGMENT event.
12197         Use commit_full to also take rate adjustment into account when writing
12198         samples to the ringbuffer.
12199         
12200         * gst-libs/gst/audio/gstringbuffer.c:
12201         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12202         (gst_ring_buffer_read):
12203         * gst-libs/gst/audio/gstringbuffer.h:
12204         Added _commit_full() to also take rate into account.
12205         Use simple interpolation algorithm to resample audio.
12206         API: gst_ring_buffer_commit_full()
12207
12208         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12209         * tests/examples/seek/seek.c: (segment_done):
12210         Don't try to seek with 0.0 rate, just pause instead.
12211         Remove bogus debug line.
12212
12213 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12216         (setup_source):
12217           Catch async errors when starting up the subtitle bin, so we can
12218           stop waiting and continue with the main film instead of hanging
12219           forever. Fixes #339366.
12220
12221         * tests/check/elements/playbin.c: (playbin_suite):
12222           Enable unit test for the above.
12223
12224 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12225
12226         * tests/check/Makefile.am:
12227         * tests/check/elements/.cvsignore:
12228         * tests/check/elements/playbin.c: (GST_START_TEST),
12229         (gst_red_video_src_uri_get_type),
12230         (gst_red_video_src_uri_get_protocols),
12231         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12232         (gst_red_video_src_uri_handler_init),
12233         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12234         (gst_red_video_src_create), (gst_red_video_src_class_init),
12235         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12236           Some small and basic unit tests for playbin; not very useful yet,
12237           but at least a start.
12238
12239 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/playback/gstplaybin.c: (setup_sinks):
12242           The old pad activation spiel.
12243
12244 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * gst/playback/gstplaybasebin.c: (setup_source):
12247           Don't hang forever if the subbin already fails to start up in 
12248           the state change to PAUSED (#339366).
12249
12250 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12253         (gst_tuner_set_channel), (gst_tuner_get_channel),
12254         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12255         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12256         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12257         (gst_tuner_find_channel_by_name):
12258           Fix some function guards, add some more function guards.
12259
12260 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12261
12262         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12263         (remove_element_chain):
12264         Don't return a pad from get_our_ghost_pad unless it is actually the
12265         one we want.
12266         Change a cast in remove_element_chain slightly.
12267
12268 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12269
12270         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12271         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12272         Segment seeking needs to use the rate and set stop to -1.
12273
12274 2006-10-13  Wim Taymans  <wim@fluendo.com>
12275
12276         * gst-libs/gst/audio/gstbaseaudiosink.c:
12277         (gst_base_audio_sink_setcaps):
12278         Don't crash when ringbuffer is not yet created.
12279         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12280         Fixes #361634.
12281
12282         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12283         * gst/playback/gststreamselector.c:
12284         (gst_stream_selector_request_new_pad):
12285         Activate pads befre adding them to running elements.
12286
12287 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12288
12289         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12290         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12291         updater when we start grabing the slider. Don't wait for the
12292         pipeline to be PAUSED.
12293
12294 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12297         (gst_mixer_set_volume), (gst_mixer_get_volume),
12298         (gst_mixer_set_mute), (gst_mixer_set_option),
12299         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12300         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12301         (gst_mixer_option_changed):
12302           Guard mixer interface functions against bogus arguments.
12303
12304 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12305
12306         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12307         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12308         (msg_state_changed), (main): Use state-changed messages to trigger
12309         start/stop of scale update timer. Indeed the scale slider was
12310         jumping here and there because the update timer was activated 
12311         before seek completed. This fixes instant applying of rate changes
12312         by pressing the spinbutton like a crazy man !
12313
12314 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12317
12318         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12319         (gst_basertppayload_finalize):
12320           Fix two small memory leaks (#361456).
12321
12322 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12323
12324         * tests/examples/seek/seek.c: (do_seek),
12325         (rate_spinbutton_changed_cb): When changing spinbutton we try
12326         to change the rate on the fly.
12327
12328 2006-10-10  Wim Taymans  <wim@fluendo.com>
12329
12330         * gst-libs/gst/riff/riff-ids.h:
12331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12332         (gst_riff_create_audio_template_caps):
12333         Add WMS caps.
12334
12335 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12336
12337         Patch by: Josep Torra Valles <josep@fluendo.com>
12338
12339         * ext/gnomevfs/gstgnomevfssink.c:
12340         * ext/gnomevfs/gstgnomevfssrc.c:
12341         Fix URI interface implementation return type.
12342         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12343         Fix what looks like a copy/paste issue when assigning values.
12344         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12345         (gst_audio_filter_template_get_type):
12346         Cast to prevent Forte warnings.
12347         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12348         Fix URI interface implementation return type.
12349         gst_pad_query_position requires a signed integer pointer as
12350         3rd parameter, GstClockTime is unsigned.
12351         * gst/audioconvert/audioconvert.c:
12352         Fix integer overflow when treated as signed.
12353         * gst/audioresample/resample.c: (resample_add_input_data):
12354         Cast to prevent warnings on Forte.
12355         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12356         Fix integer overflow when treated as signed.
12357         * gst/ffmpegcolorspace/imgconvert_template.h:
12358         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12359         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12360         (cleanup_decodebin):
12361         Who initialises a guint to -1!
12362         Cast function pointers to prevent warnings on Forte.
12363         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12364         (queue_threshold_reached):
12365         Cast function pointers correctly to prevent warnings on Forte.
12366         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12367         Cast function pointers correctly to prevent warnings on Forte.
12368         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12369         Obvious change to unsigned, 0xEF > max signed char.
12370         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12371         GstClockTime is unsigned, initialise correctly.
12372         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12373         Cast so pointer arithemetic doesn't cause warnings on Forte.
12374         * gst/videorate/gstvideorate.c:
12375         Use correct return value.
12376         * tests/examples/seek/scrubby.c:
12377         GstClockTime is unsigned, initialise correctly.
12378
12379 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12380
12381         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12382
12383         * gst/typefind/gsttypefindfunctions.c:
12384           Recognise XML files and XML-like files shorter than 256 bytes as
12385           well (fixes #359237).
12386
12387 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12388
12389         Patch by: Renato Filho <renato.filho@indt.org.br>
12390         
12391         * gst/typefind/gsttypefindfunctions.c:
12392         Added typefind functions to video/x-nuv media.
12393         
12394 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * gst-libs/gst/interfaces/xoverlay.c:
12397         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12398           Some more guards against invalid input.
12399
12400 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12401
12402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12403         Useless goto.
12404         * tests/examples/seek/seek.c: (do_seek),
12405         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12406         seek example to experiment with rates != 1.0 (reverse playback !)
12407
12408 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12409
12410         * gst-libs/gst/interfaces/xoverlay.c:
12411           Unref message in doc-example (spotted by Robert McQueen)
12412
12413 2006-10-06  Wim Taymans  <wim@fluendo.com>
12414
12415         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12416         (mpeg1_parse_header), (mpeg1_sys_type_find):
12417         printf fix.
12418
12419 2006-10-06  Wim Taymans  <wim@fluendo.com>
12420
12421         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12422         (close_pad_link):
12423         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12424         Activate dynamic pads before adding them to the element.
12425
12426 2006-10-06  Michael Smith  <msmith@fluendo.com>
12427
12428         * gst-libs/gst/floatcast/floatcast.h:
12429           Fix obviously-bogus macros; use the correct types.
12430
12431 2006-10-06  Wim Taymans  <wim@fluendo.com>
12432
12433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12434         (gst_base_rtp_depayload_change_state):
12435         Also call parent state change function to activate pads.
12436
12437         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12438         (mpeg1_parse_header), (mpeg1_sys_type_find):
12439         Add some more debug info in mpeg typefinding.
12440
12441 2006-10-06  Michael Smith  <msmith@fluendo.com>
12442
12443         * ext/theora/theoradec.c: (theora_dec_chain):
12444           Zero byte theora packets are valid and well-defined; don't warn on
12445           them.
12446
12447 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12448
12449         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12450         (gst_multi_fd_sink_get_stats), (find_limits),
12451         (gst_multi_fd_sink_queue_buffer):
12452           API: add dropped_buffers to the get-stats GValueArray
12453
12454 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12455
12456         * ext/alsa/gstalsadeviceprobe.c:
12457         (gst_alsa_device_property_probe_get_values):
12458         * ext/alsa/gstalsasink.c: (set_hwparams):
12459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12460         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12462         (gst_ogg_mux_process_best_pad):
12463         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12464         (gst_ogg_parse_chain):
12465         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12466         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12467         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12468         (gst_vorbis_enc_buffer_check_discontinuous):
12469         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12470         * gst-libs/gst/audio/gstbaseaudiosink.c:
12471         (gst_base_audio_sink_render):
12472         * gst-libs/gst/cdda/gstcddabasesrc.c:
12473         (gst_cdda_base_src_handle_track_seek):
12474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12475         (gst_base_rtp_depayload_push_full):
12476         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12477         * gst/audioresample/resample.c: (resample_input_pushthrough):
12478         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12479         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12480         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12481         (wavpack_type_find):
12482         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12483         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12484         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12485         * tests/check/elements/volume.c: (GST_START_TEST):
12486           Printf format fixes.
12487
12488 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12489
12490         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12491           Fix a simple mistake (see the docs)
12492           Fixes #359580
12493
12494 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12495
12496         * docs/plugins/Makefile.am:
12497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12499         * docs/plugins/gst-plugins-base-plugins.args:
12500         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12501         * docs/plugins/inspect/plugin-adder.xml:
12502         * docs/plugins/inspect/plugin-alsa.xml:
12503         * docs/plugins/inspect/plugin-audioconvert.xml:
12504         * docs/plugins/inspect/plugin-audiorate.xml:
12505         * docs/plugins/inspect/plugin-audioresample.xml:
12506         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12507         * docs/plugins/inspect/plugin-cdparanoia.xml:
12508         * docs/plugins/inspect/plugin-decodebin.xml:
12509         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12510         * docs/plugins/inspect/plugin-gdp.xml:
12511         * docs/plugins/inspect/plugin-gnomevfs.xml:
12512         * docs/plugins/inspect/plugin-libvisual.xml:
12513         * docs/plugins/inspect/plugin-ogg.xml:
12514         * docs/plugins/inspect/plugin-pango.xml:
12515         * docs/plugins/inspect/plugin-playbin.xml:
12516         * docs/plugins/inspect/plugin-subparse.xml:
12517         * docs/plugins/inspect/plugin-tcp.xml:
12518         * docs/plugins/inspect/plugin-theora.xml:
12519         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12520         * docs/plugins/inspect/plugin-video4linux.xml:
12521         * docs/plugins/inspect/plugin-videorate.xml:
12522         * docs/plugins/inspect/plugin-videoscale.xml:
12523         * docs/plugins/inspect/plugin-videotestsrc.xml:
12524         * docs/plugins/inspect/plugin-volume.xml:
12525         * docs/plugins/inspect/plugin-vorbis.xml:
12526         * docs/plugins/inspect/plugin-ximagesink.xml:
12527         * docs/plugins/inspect/plugin-xvimagesink.xml:
12528           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12529
12530 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12533
12534         * ext/vorbis/Makefile.am:
12535         * ext/vorbis/vorbis.c: (plugin_init):
12536         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12537         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12538         * ext/vorbis/vorbisparse.h:
12539         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12540         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12541         (gst_vorbis_tag_parse_packet):
12542         * ext/vorbis/vorbistag.h:
12543           Add new vorbistag element which derives from vorbisparse
12544           and is essentially the same as well, only that it implements
12545           the GstTagSetter interface and can modify the stream's
12546           vorbiscomment on the fly (#335635).
12547
12548         * tests/check/Makefile.am:
12549         * tests/check/elements/.cvsignore:
12550         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12551         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12552         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12553         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12554           Add unit test for new vorbistag element.
12555
12556 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12557
12558         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12559         (vorbis_parse_push_headers), (vorbis_parse_chain):
12560           Set BOS flag in packet structure to fix 'jump depends
12561           on unitialized value' errors in valgrind; various minor
12562           clean-ups.
12563
12564 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12565
12566         * gst/playback/gstdecodebin.c: (close_pad_link):
12567         Fix typo in a debug statement.
12568
12569         * gst/playback/gstplaybasebin.c: (probe_triggered),
12570         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12571         (gen_source_element), (source_new_pad), (analyse_source),
12572         (setup_source):
12573         When handling no_more_pads in new_decoded_pad, make sure to treat
12574         subtitle pads correctly. Fixes playback with subtitle files.
12575
12576         Move a recurring message to LOG level.
12577
12578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12579         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12580         which ends up as -1 when cast to an int. Make the logic handle the
12581         max value as an unsigned mask and only change the colorkey when it's
12582         a value we recognise.
12583
12584 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12585
12586         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12587         Removed empty * between paragraphs
12588
12589 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12590
12591         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12592         * gst-libs/gst/rtp/README:
12593         Moved some documentation into .c file
12594
12595 2006-09-29  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/playback/gstdecodebin.c: (no_more_pads):
12598         Fix compilation.
12599
12600 2006-09-29  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst/playback/gstdecodebin.c: (new_caps):
12603         Remove g_print
12604
12605         * gst/playback/gstplaybin.c:
12606         Add some docs.
12607
12608 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * tests/check/Makefile.am:
12611           Re-enable cddabasesrc test to see if it works again
12612           now.
12613
12614 2006-09-29  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12617         (gen_source_element):
12618         Handle invalid URIs a bit more gracefully.
12619
12620 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12621
12622         * tests/check/pipelines/oggmux.c:
12623           Remove obsolete comment.
12624
12625 2006-09-29  Michael Smith  <msmith@fluendo.com>
12626
12627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12628         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12629         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12630         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12631         (gst_ogg_mux_collected):
12632           Commit patch from James "Doc" Livingston, adds proper EOS handling
12633           in oggmux. GStreamer can, for the first time ever, create a valid
12634           Ogg file! Yay!
12635
12636         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12637         (oggmux_suite):
12638           Reenable tests now that they pass.
12639
12640 2006-09-29  Wim Taymans  <wim@fluendo.com>
12641
12642         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12643         Stop reading commands when EOF (we read 0) as well.
12644
12645 2006-09-28  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12648         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12649         (find_dynamic), (unlinked), (close_link):
12650         Implement delayed caps linking needed for element with a lot of
12651         different caps on the src pads that get fixed at runtime.
12652         Improve management of dynamic elements.
12653
12654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12655         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12656         (gen_preroll_element), (remove_groups), (unknown_type),
12657         (add_element_stream), (no_more_pads_full), (no_more_pads),
12658         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12659         (new_decoded_pad), (setup_subtitle), (array_has_value),
12660         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12661         (analyse_source), (remove_decoders), (make_decoder),
12662         (remove_source), (setup_source), (finish_source), (prepare_output),
12663         (gst_play_base_bin_change_state):
12664         * gst/playback/gstplaybasebin.h:
12665         Use more _CAST instead of full type checking casts.
12666         Small cleanups, plug some leaks.
12667         Handle dynamic sources.
12668         Add some helper functions to create lists of strings used for
12669         blacklisting and other stuff.
12670         Refactor some code dealing with analysing the source.
12671         Re-enable sources without pads (like cd:// or other selfcontained
12672         elements).
12673
12674 2006-09-28  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst-libs/gst/audio/gstbaseaudiosink.c:
12677         (gst_base_audio_sink_render):
12678         When we have a timestamp, we can still perform clipping.
12679         When we have no clock, we must play the sample ASAP.
12680
12681 2006-09-28  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12684         Set caps on outgoing buffers.
12685
12686         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12687         (gst_video_rate_event), (gst_video_rate_chain):
12688         * gst/videorate/gstvideorate.h:
12689         Fix videorate some more. Fixes #357977
12690
12691 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12692
12693         * tests/check/elements/adder.c: (adder_suite):
12694           Don't set timeout to 6 seconds when we're running
12695           in valgrind ... (and how is 6 seconds longer than
12696           the default anyway?)
12697
12698 2006-09-28  Wim Taymans  <wim@fluendo.com>
12699
12700         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12701         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12702         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12703         Keep sink and src segment to keep track of time and support more
12704         input formats.
12705         Fix bogus next_offset and run_time calculation, don't understand how
12706         this could have worked before. Fixes #357976.
12707         Remove some unneeded vars.
12708
12709 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * gst/playback/gstplaybin.c: (remove_sinks):
12712           Only remove visualisation from visbin if there is a visbin (or:
12713           don't throw warnings when closing totem without playing a file).
12714
12715 2006-09-27  Wim Taymans  <wim@fluendo.com>
12716
12717         * gst-libs/gst/audio/gstbaseaudiosink.c:
12718         (gst_base_audio_sink_render):
12719         Add some more info in a WARNING.
12720
12721         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12722         (gst_base_audio_src_create):
12723         Handle PAUSE in create function, use new -core addition to
12724         wait for playing. Fixes pausing and resuming capture from an
12725         audiosrc.
12726
12727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12728         (gst_ring_buffer_read):
12729         Constify some more.
12730         Caller supports interrupted reads now.
12731
12732 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * tests/check/Makefile.am:
12735           Another attempt to make the gen64 buildbot happy.
12736
12737 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12738
12739         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12740
12741         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12742         (gst_visual_chain), (gst_visual_change_state):
12743           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12744           correctly. Fixes #357800
12745
12746 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12749           Add timeout to _get_state() so we see which pipeline it is
12750           that causes trouble on the gen64 build bot.
12751
12752 2006-09-27  Wim Taymans  <wim@fluendo.com>
12753
12754         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12755         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12756         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12757         (gst_base_rtp_depayload_set_gst_timestamp):
12758         the source pad always uses fixed caps.
12759
12760 2006-09-27  Wim Taymans  <wim@fluendo.com>
12761
12762         * docs/libs/gst-plugins-base-libs-docs.sgml:
12763         * docs/libs/gst-plugins-base-libs-sections.txt:
12764         * gst-libs/gst/audio/gstaudioclock.c:
12765         * gst-libs/gst/audio/gstaudioclock.h:
12766         * gst-libs/gst/audio/gstaudiosink.c:
12767         * gst-libs/gst/audio/gstaudiosink.h:
12768         * gst-libs/gst/audio/gstaudiosrc.c:
12769         * gst-libs/gst/audio/gstbaseaudiosink.c:
12770         (gst_base_audio_sink_render):
12771         * gst-libs/gst/audio/gstbaseaudiosink.h:
12772         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12773         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12774         * gst-libs/gst/audio/gstringbuffer.h:
12775         Added docs for the audio libs.
12776
12777 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * tests/check/Makefile.am:
12780           Temporarily disable test that fails on the bots for unknown reasons.
12781
12782 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12783
12784         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12785         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12786         Moved AudioCodecType into priv
12787         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12788
12789 2006-09-25  Wim Taymans  <wim@fluendo.com>
12790
12791         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12792         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12793         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12794         (new_pad):
12795         Cleanups and small leak fixes.
12796         Added Depayloaders to valid list of autopluggable elements.
12797
12798 2006-09-25  Wim Taymans  <wim@fluendo.com>
12799
12800         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12801         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12802         (gen_video_element), (gen_text_element), (gen_audio_element),
12803         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12804         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12805         Detect NO_PREROLL state change returns and disable clock distribution to
12806         the sinks so that sync is disabled.
12807         Avoid some type checking and do simple casts instead.
12808         Small cleanups, fix some FIXMEs.
12809         Be more robust when linking user specified elements, catch an report
12810         errors. Fixes #357404.
12811         Fix some leaks in the error paths.
12812
12813 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12814
12815         * ChangeLog:
12816           ChangeLog surgery for missing bug-number
12817
12818 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12819
12820         Patch by: Peter Kjellerstedt  <pkj at axis com>
12821
12822         * gst/playback/test.c:
12823           Fix compilation with uClibc and -Werror (#357591).
12824
12825 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12826
12827         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12828           Parse dates that are followed by a time as well (#357532).
12829
12830         * tests/check/libs/tag.c: (test_vorbis_tags):
12831           Add unit test for this.
12832
12833 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12834
12835         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12836         (gst_audio_convert_transform_caps):
12837         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12838         * gst/videotestsrc/videotestsrc.h:
12839           A few array const-ifications.
12840
12841 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12842
12843         * tests/check/Makefile.am:
12844           See if this makes the build bots happy.
12845
12846         * tests/check/libs/cddabasesrc.c:
12847           UTF8-ise my name.
12848
12849 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12852
12853         * gst/subparse/samiparse.c: (handle_start_font),
12854         (fix_invalid_entities):
12855           More case-insensitivity for certain tags; recognise entities with
12856           decimal codes as special entities as well (#357330).
12857
12858 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12859
12860         * gst-libs/gst/Makefile.am:
12861           Need to build tag directory before cdda.
12862
12863 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12864
12865         * docs/libs/gst-plugins-base-libs-sections.txt:
12866         * gst-libs/gst/cdda/Makefile.am:
12867         * gst-libs/gst/cdda/gstcddabasesrc.c:
12868         (gst_cdda_base_src_base_init):
12869         * gst-libs/gst/cdda/gstcddabasesrc.h:
12870         * gst-libs/gst/tag/tag.h:
12871         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12872         (gst_tag_register_musicbrainz_tags):
12873           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12874           depend on libgsttag. This is required so we can extract/read tags like
12875           DISCID without depending on libgstcddabasesrc (which used to register
12876           them).
12877
12878         * gst-libs/gst/tag/gstvorbistag.c:
12879           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12880           tags (also see #347848).
12881
12882         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12883           Log vorbis comments we are actually writing. Const-ify array.
12884
12885 2006-09-23  Wim Taymans  <wim@fluendo.com>
12886
12887         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12888         Improve buffering a bit by avoiding a deadlock because we cannot assume
12889         the underrun is always called.
12890
12891 2006-09-23  Wim Taymans  <wim@fluendo.com>
12892
12893         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12894
12895         * gst-libs/gst/riff/riff-ids.h:
12896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12897         (gst_riff_create_audio_template_caps):
12898         Added MPEG-4 AAC and id and caps. Fixes #357289
12899         Added WMA9 Lossless id.
12900
12901 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         * ext/gnomevfs/gstgnomevfssrc.c:
12904           Fix misleading docs addition.
12905
12906         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12907           Get rid of compiler warning the right way.
12908
12909 2006-09-22  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12912         (gst_base_rtp_depayload_finalize),
12913         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12914         (gst_base_rtp_depayload_push_full),
12915         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12916         (gst_base_rtp_depayload_process),
12917         (gst_base_rtp_depayload_set_gst_timestamp),
12918         (gst_base_rtp_depayload_queue_release):
12919         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12920         Small cleanups.
12921         Fix some leaks.
12922         Refactored the process method and added methods to push from the process
12923         vmethod.
12924         Use _scale functions.
12925         API: gst_base_rtp_depayload_push_ts
12926         API: gst_base_rtp_depayload_push
12927
12928         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12929         timestamps are uint.
12930
12931 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12932
12933         * gst-libs/gst/interfaces/xoverlay.c:
12934           Remove unused statement from doc example.
12935
12936 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12937
12938         * gst-libs/gst/interfaces/videoorientation.c:
12939         (gst_video_orientation_iface_init),
12940         (gst_video_orientation_get_hflip),
12941         (gst_video_orientation_get_vflip),
12942         (gst_video_orientation_get_hcenter),
12943         (gst_video_orientation_get_vcenter),
12944         (gst_video_orientation_set_hflip),
12945         (gst_video_orientation_set_vflip),
12946         (gst_video_orientation_set_hcenter),
12947         (gst_video_orientation_set_vcenter):
12948           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12949           in ChangeLog)
12950
12951 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12952
12953         * tests/check/Makefile.am:
12954         * tests/check/elements/.cvsignore:
12955         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12956         (create_rgb_conversions), (rgb_conversion_free),
12957         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12958         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12959           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12960           but disable for now since it doesn't pass (something wrong with
12961           RGBA somewhere).
12962
12963 2006-09-21  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/playback/gstplaybasebin.c: (group_commit),
12966         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12967         (queue_out_of_data), (gen_preroll_element),
12968         (preroll_remove_overrun), (probe_triggered):
12969         Refactor handling of overrun detection.
12970         Separate handling of group completion and deadlock detection when doing
12971         network buffering. This should fix some deadlocks that were not detected
12972         because the group was completed.
12973         Add more comments, improve debugging.
12974
12975 2006-09-21  Wim Taymans  <wim@fluendo.com>
12976
12977         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12978         * tests/check/libs/audio.c:
12979         Some more compilation fixes.
12980
12981 2006-09-21  Wim Taymans  <wim@fluendo.com>
12982
12983         * gst-libs/gst/audio/gstringbuffer.c:
12984         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12985         (gst_ring_buffer_read):
12986         Early morning compilation fix.
12987
12988 2006-09-20  Wim Taymans  <wim@fluendo.com>
12989
12990         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12991         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12992         * tests/check/elements/videorate.c: (GST_START_TEST):
12993         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12994         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12995         Fix some warnings.
12996
12997 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12998
12999         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13000         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13001         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13002           Handcrafted merge to help CVS understanding what I changed and what
13003           not.
13004
13005 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13006
13007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13008         (gst_xvimagesink_get_times):
13009           change colorkey behaviour back according to #354773 comment 6/7
13010
13011 2006-09-19  Michael Smith  <msmith@fluendo.com>
13012
13013         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13014         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13015         (gst_multi_fd_sink_recover_client),
13016         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13017         (gst_multi_fd_sink_get_property):
13018         * gst/tcp/gstmultifdsink.h:
13019           Implement stubbed out properties unit-type, units-soft-max,
13020           units-max, to allow specifying maximum sizes in units other than
13021           buffers.
13022           Fixes #355935
13023
13024 2006-09-19  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13027         (gst_riff_create_audio_template_caps):
13028         Reorder the audio formats a bit for clarity.
13029         Detect and create caps for MSGSM and MSN (WAV49).
13030         Fixes #356596.
13031
13032         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13033         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13034         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13035         Small cleanups, move error handling out of normal flow for clarity.
13036
13037 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13038
13039         * docs/libs/gst-plugins-base-libs-docs.sgml:
13040         * docs/libs/gst-plugins-base-libs.types:
13041         * gst-libs/gst/interfaces/Makefile.am:
13042         * gst-libs/gst/interfaces/videoorientation.c:
13043         (gst_video_orientation_get_type),
13044         (gst_video_orientation_iface_init),
13045         (gst_video_orientation_get_hflip),
13046         (gst_video_orientation_get_vflip),
13047         (gst_video_orientation_get_hcenter),
13048         (gst_video_orientation_get_vcenter),
13049         (gst_video_orientation_set_hflip),
13050         (gst_video_orientation_set_vflip),
13051         (gst_video_orientation_set_hcenter),
13052         (gst_video_orientation_set_vcenter):
13053         * gst-libs/gst/interfaces/videoorientation.h:
13054           API: Add new interface to control video orientation (fixes #354908)
13055
13056 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13057
13058         * gst/videotestsrc/gstvideotestsrc.c:
13059           Use G_UNLIKELY in _create and log one more detail.
13060           
13061         (gst_video_test_src_get_times), (gst_video_test_src_create):
13062         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13063           Use gst_util_uint64_scale_int in _get_times().
13064
13065 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13066
13067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13068           Give better warning message (add object and detail).
13069
13070 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13071
13072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13073         (gst_xvimagesink_get_times):
13074           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13075           #354773), use gst_util_uint64_scale_int in _get_times()
13076
13077 2006-09-18  Michael Smith  <msmith@fluendo.com>
13078
13079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13080           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13081           always true, leading to dropping all timestamps.
13082
13083 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13084
13085         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13086         (gst_visual_chain), (gst_visual_change_state):
13087           update to work also with libvisual 0.4 API, fix double unref (#355914)
13088           
13089         * tools/gst-launch-ext.1.in:
13090         * tools/gst-visualise.1.in:
13091           remove references to old man-pages
13092
13093         * tests/examples/seek/seek.c: (main):
13094           add real meadi-buttons, add tool-tips for the seek-options, arrange
13095           seek options in a table
13096
13097 2006-09-18  Michael Smith  <msmith@fluendo.com>
13098
13099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13100         (gst_ogg_mux_push_buffer):
13101           Don't generate out-of-order timestamps from oggmux, instead clamp
13102           output timestamps to be >= the previously output ts.
13103           Fixes #355595
13104
13105 2006-09-18  Michael Smith  <msmith@fluendo.com>
13106
13107         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13108         (gst_multi_fd_sink_class_init):
13109           Updates, fixes, and typo corrections for multifdsink. No functional
13110           changes.
13111
13112 2006-09-17  Michael Smith  <msmith@fluendo.com>
13113
13114         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13115           Don't crash on truncated files - check that we got an 8 byte buffer
13116           before trying to memcmp it.
13117
13118 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13119
13120         * gst/playback/gstplaybasebin.c: (get_active_source):
13121           Make stream-switching appear instant to the application
13122           (ie. make sure that a g_object_get on 'current-foo' returns
13123           the stream previously set with g_object_set(). Totem needs
13124           this to update stream-related meta-info (like audio-codec)
13125           correctly when switching streams.
13126
13127 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13128
13129         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13130         (gst_alsa_mixer_ensure_track_list):
13131           Try harder to guess which mixer track is the master mixer
13132           track (instead of just taking the first one that has a pvolume).
13133           Fixes #342228.
13134
13135 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13136
13137         reviewed by: <delete if not using a buddy>
13138
13139         * gst-libs/gst/audio/audio.h:
13140         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13141
13142 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13143
13144         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13145         (gst_audio_convert_transform_caps):
13146           Get structure-name just once.
13147
13148 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13149
13150         * tests/check/elements/audioresample.c: (GST_START_TEST):
13151         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13152         * tests/check/elements/volume.c: (GST_START_TEST):
13153         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13154         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13155         (test_pipeline), (GST_START_TEST):
13156         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13157         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13158           Fix big batch of compiler warnings.
13159
13160 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13161
13162         * ext/gnomevfs/gstgnomevfssrc.c:
13163           Add docs about icydemux usage in connection with gnomevfssrc
13164
13165         * ext/libvisual/visual.c:
13166         * ext/ogg/gstoggaviparse.c:
13167         * ext/ogg/gstoggdemux.c:
13168         * ext/ogg/gstoggmux.c:
13169         * ext/ogg/gstoggparse.c:
13170         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13171         * gst-libs/gst/audio/gstaudiosink.c:
13172         * gst-libs/gst/audio/gstaudiosrc.c:
13173         * gst/audiorate/gstaudiorate.c:
13174           More G_OBJECT macro fixing.
13175
13176         * gst/audiotestsrc/gstaudiotestsrc.h:
13177           Fix wrong info in header due to copy & paste
13178
13179 2006-09-15  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst-libs/gst/audio/gstbaseaudiosink.c:
13182         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13183         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13184         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13185         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13186         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13187         Do the delay calculation in the source/sink base classes as this is
13188         specific for the capture/playback mode.
13189         Try to fixate a bit better, like round depth up to a multiple of 8
13190         bigger than width.
13191         Handle underruns correctly by marking DISCONT on buffers and adjusting
13192         timestamps to handle the gap.
13193         Set offset/offset_end correctly on buffers.
13194
13195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13196         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13197         (gst_ring_buffer_read):
13198         Remove resync and underrun recovery from the ringbuffer.
13199         Fix ringbuffer read code on under/overrun.
13200
13201 2006-09-15  Wim Taymans  <wim@fluendo.com>
13202
13203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13204         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13205         (queue_threshold_reached), (gst_play_base_bin_set_property),
13206         (gst_play_base_bin_get_property):
13207         * gst/playback/gstplaybasebin.h:
13208         Don't use a 0 low watermark when buffering, it is catching starvation
13209         way too late. Instead, use a 3 second queue with 30 and 95
13210         percent low/high watermarks. 
13211         Added queue-min-threshold property to configure low watermark.
13212         Use new _buffering message API.
13213         Make queue_threshold variable big enough to store a uint64 time value.
13214         API: playbin::queue-min-threshold property.
13215
13216 2006-09-15  Wim Taymans  <wim@fluendo.com>
13217
13218         * configure.ac:
13219         We require 0.10.10.1 now because of _wait_preroll().
13220
13221         * gst-libs/gst/audio/gstbaseaudiosink.c:
13222         (gst_base_audio_sink_render):
13223         Use gst_base_sink_wait_preroll().
13224
13225 2006-09-15  Wim Taymans  <wim@fluendo.com>
13226
13227         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13228         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13229         Use DEBUG_OBJECT more.
13230
13231 === release 0.10.10 ===
13232
13233 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13234
13235         patch by: Michael Smith <msmith at fluendo dot com>
13236
13237         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13238         (gst_multi_fd_sink_client_queue_buffer),
13239         (gst_multi_fd_sink_new_client):
13240         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13241         (multifdsink_suite):
13242           Fix implementation of sync-method 'next-keyframe'
13243           Closes #354594
13244
13245 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13246
13247         patch by: Wim Taymans <wim at fluendo dot com>
13248
13249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13250         This patch removes the RANDOM flag that was incorrectly introduced with
13251         revision 1.91.  Fixes #354590
13252
13253 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13254
13255         * tests/check/Makefile.am:
13256           Random variation in Makefile line to see if it makes the
13257           gen64-base-full bot any happier.
13258
13259 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13262           Disable test that fails at the moment (killed after timeout).
13263
13264 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         Patch by: James Livingston  <doclivingston at gmail.com>
13267
13268         * tests/check/Makefile.am:
13269         * tests/check/pipelines/.cvsignore:
13270         * tests/check/pipelines/oggmux.c: (get_page_codec),
13271         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13272         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13273         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13274         (test_theora_vorbis), (oggmux_suite):
13275           Add simple unit test for oggmux from #337026 with checking for the
13276           EOS flags disabled for the time being.
13277
13278 2006-09-04  Wim Taymans  <wim@fluendo.com>
13279
13280         patch by: Alessandro Dessina <alessandro nnva org>
13281
13282         * ext/ogg/gstoggmux.c:
13283         Add cmml caps to oggmux. Fixes #353912
13284
13285 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13286
13287         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13288           Returning a return value often helps. In this case, we
13289           don't need the return value anyway, so just get rid of it.
13290           Should make build bots much happier.
13291
13292 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13295         (paint_get_structure), (gst_video_test_src_get_size),
13296         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13297         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13298         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13299         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13300         * gst/videotestsrc/videotestsrc.h:
13301           Add support for AYUV and the various RGBA formats. Initialise
13302           fields of paintinfo structs allocated on the stack.
13303
13304         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13305         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13306         (check_rgb_buf), (videotestsrc_suite):
13307           Add unit tests for videotestsrc's RGB output.
13308
13309 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * gst/videotestsrc/gstvideotestsrc.c:
13312         (gst_video_test_src_pattern_get_type),
13313         (gst_video_test_src_set_pattern):
13314         * gst/videotestsrc/gstvideotestsrc.h:
13315         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13316         (gst_video_test_src_black), (gst_video_test_src_white),
13317         (gst_video_test_src_red), (gst_video_test_src_green),
13318         (gst_video_test_src_blue):
13319         * gst/videotestsrc/videotestsrc.h:
13320           Add more uni-colour patterns ("white", "red", "green", and "blue").
13321
13322 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13325           Fix stride for YVYU, should be word-aligned (#353658).
13326
13327 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * gst/adder/gstadder.c: (gst_adder_src_event):
13330           Fix build.
13331
13332 2006-08-31  Edward Hervey  <edward@fluendo.com>
13333
13334         * gst/adder/gstadder.c: (forward_event_func),
13335         (gst_adder_src_event), (gst_adder_collected),
13336         (gst_adder_change_state):
13337         * gst/adder/gstadder.h:
13338         Remember the start position asked in the incoming seeks, so we can
13339         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13340         of assuming it will always be 0).
13341
13342 2006-08-31  Edward Hervey  <edward@fluendo.com>
13343
13344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13345         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13346         (gst_ogg_demux_loop):
13347         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13348
13349 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13352         (gst_ffmpegcsp_get_unit_size):
13353           Return FALSE instead of returning a random false unit
13354           size when the format isn't known/supported (even if
13355           this shouldn't happen under normal circumstances).
13356
13357 2006-08-29  Wim Taymans  <wim@fluendo.com>
13358
13359         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13362         (gst_gnome_vfs_src_start):
13363         Try harder to get the size from a uri by using _info_uri() when
13364         _info_from_handle() does not give us enough info. 
13365         Also follow symlinks when getting the size.
13366         Partially Fixes #332864.
13367
13368 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13371
13372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13373         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13374         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13375         (gst_alsa_mixer_set_record):
13376         * ext/alsa/gstalsamixertrack.c:
13377         (gst_alsa_mixer_track_update_alsa_capabilities),
13378         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13379         (gst_alsa_mixer_track_update):
13380         * ext/alsa/gstalsamixertrack.h:
13381           Improve and fix mixer track handling, in particular better handling
13382           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13383           separate track objects for tracks that have both capture and playback
13384           volume (and label them differently as well so they're not mistakenly
13385           assumed to be duplicates); classify mixer tracks that only affect
13386           the audible volume of something (rather than the capture volume)
13387           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13388           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13389           (following the meaning documented in the mixer interface header
13390           file); add support for alsa's exclusive cswitch groups; update/sync
13391           state/flags better if mixer settings are changed by another
13392           application. Fixes #336075.
13393
13394 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13395
13396         * gst/playback/gstplaybin.c:
13397           Improve docs: add section about BUFFERING messages sent by playbin.
13398
13399 2006-08-29  Michael Smith  <msmith@fluendo.com>
13400
13401         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13402         (gst_vorbis_enc_buffer_check_discontinuous),
13403         (gst_vorbis_enc_chain):
13404           Ignore explicit DISCONT marked on buffers (which is often spurious,
13405           particularly when using multiple segments), in favour of solely
13406           using the timestamps/durations.
13407
13408 2006-08-29  Edward Hervey  <edward@fluendo.com>
13409
13410         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13411         Don't rely on incoming buffers offset anymore, since it is completely
13412         broken when using multiple segments.
13413         Instead convert the incoming buffers timestamp to running time, and
13414         then convert that value to the offsets.
13415         Also inform GstSegment of the last outputted stop position, which is
13416         needed if we received several segments with an unknown stop value.
13417
13418 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13419
13420         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13421           fix buffer unreffing on a header push failure
13422
13423 2006-08-28  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13426         (gst_audio_rate_chain):
13427         Make the metadata of the buffer writable before changing its
13428         flags.
13429
13430 2006-08-28  Wim Taymans  <wim@fluendo.com>
13431
13432         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13433         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13434         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13435         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13436         Fix audiorate some more.
13437         Reset and resync counters on flush and READY.
13438         Handle the DISCONT flag correctly.
13439         Use GstSegment to track position.
13440         Fail when not negotiated.
13441         Fixes #353234.
13442
13443 2006-08-25  Michael Smith  <msmith@fluendo.com>
13444
13445         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13446           Fix spelling.
13447           Remove accidently included debug line.
13448
13449 2006-08-25  Wim Taymans  <wim@fluendo.com>
13450
13451         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13452         Small cleanups.
13453         If a buffer is received with no caps, make the buffer metadata
13454         writable and set the caps, making sure that we don't screw up the
13455         refcounts.
13456
13457 2006-08-25  Michael Smith  <msmith@fluendo.com>
13458
13459         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13460         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13461           Fix memory leaks and misleading debug messages, add a couple of
13462           comments.
13463
13464         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13465         (gst_multi_fd_sink_render):
13466           Do not use gst_buffer_make_writable() in a basesink render method,
13467           as it may incorrectly unref the buffer. Instead, use convoluted
13468           dance to avoid copying the buffer except when we need to.
13469
13470 2006-08-25  Michael Smith  <msmith@fluendo.com>
13471
13472         * ext/vorbis/vorbisenc.c:
13473         (gst_vorbis_enc_buffer_check_discontinuous):
13474           Allow very small discontinuities in the timestamps. These we can't
13475           do anything useful with anyway (because vorbis's timestamps have
13476           only sample granularity), and are commonly produced by elements with
13477           minor bugs. Allow up to 1/2 a sample out.
13478           Fixes #351742.
13479
13480 2006-08-24  Wim Taymans  <wim@fluendo.com>
13481
13482         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13483         (play_scrub_toggle_cb), (main):
13484         Add a checkbox to enable play scrubbing. Makes it possible to disable
13485         normal scrubbing.
13486
13487 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13488
13489         * tests/check/elements/.cvsignore:
13490           make buildbot happy
13491
13492 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13493
13494         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13495         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13496         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13497         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13498         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13499         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13500         (gst_ogm_text_parse_strip_trailing_zeroes),
13501         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13502         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13503           Refactor ogm parse, do better input checking, misc. clean-ups.
13504           Cache incoming events and push them once the source pad has
13505           been created. Don't pass unterminated strings to sscanf().
13506           Strip trailing zeroes from subtitle text output, since they
13507           are not valid UTF-8. Don't push vorbiscomment packets on
13508           the subtitle text pad. Output perfect streams if possible.
13509
13510 2006-08-23  Wim Taymans  <wim@fluendo.com>
13511
13512         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13513         Waits for tasks to settle down so that we clean up correctly for 
13514         valgrind.
13515
13516 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13517
13518         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13519           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13520           actually return return value in taglists_are_equal.
13521
13522 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13523
13524         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13525           Fix crash due to broken bitstream parsing on x86-64: can't make
13526           any assumptions about sizeof(struct) due to alignment/packing
13527           differences on different architectures. Fixes #351790.
13528
13529 2006-08-22  Wim Taymans  <wim@fluendo.com>
13530
13531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13532         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13533         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13534         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13535         (gst_riff_parse_info):
13536         Protect public functions against bad input.
13537         Do some cleanups.
13538         Fix documentation.
13539
13540 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13541
13542         * gst-libs/gst/riff/riff-ids.h:
13543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13544           Add voxware audio IDs (even if we can't play it) (#351795).
13545
13546 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13547
13548         * gst-libs/gst/riff/riff-media.c:
13549         (gst_riff_create_video_template_caps),
13550         (gst_riff_create_audio_template_caps),
13551         (gst_riff_create_iavs_template_caps):
13552           Const-ify some arrays and use G_N_ELEMENTS instead
13553           of wasting oodles of RAM on terminator bits.
13554
13555 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13556
13557         * gst-libs/gst/tag/gstvorbistag.c:
13558         (gst_tag_list_to_vorbiscomment_buffer):
13559         * tests/check/libs/tag.c: (GST_START_TEST):
13560           And the same for _to_vorbiscomment_buffer(): allow
13561           id_data_len == 0 for speex.
13562
13563 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13564
13565         * configure.ac:
13566         * docs/plugins/Makefile.am:
13567         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13568         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13569         * docs/plugins/inspect/plugin-gdp.xml:
13570         * gst/gdp/Makefile.am:
13571         * tests/check/Makefile.am:
13572           Move GDP plugin to -base from -bad.  Closes #347783.
13573
13574 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13575
13576         * gst-libs/gst/tag/gstvorbistag.c:
13577         (gst_tag_list_from_vorbiscomment_buffer):
13578           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13579           Also add some checks to make sure we don't memcmp() beyond the end of
13580           vorbiscomment buffer if the ID to check for is larger than the buffer.
13581
13582         * tests/check/libs/tag.c: (GST_START_TEST):
13583           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13584
13585 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13586
13587         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13588         (gst_vorbis_enc_set_metadata):
13589           Use vorbis comment utility functions from libgsttag
13590           instead of re-inventing the wheel (partially fixes #347091).
13591
13592 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13593
13594         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13595         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13596         as some that won't.
13597
13598 2006-08-21  Wim Taymans  <wim@fluendo.com>
13599
13600         * docs/libs/Makefile.am:
13601         * docs/libs/gst-plugins-base-libs-sections.txt:
13602         * docs/libs/gst-plugins-base-libs.types:
13603         Don't try to GObject scan the netbuffer as it's not a GObject.
13604         Fixes #351308.
13605
13606         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13607         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13608         Document GstNetBuffer.
13609
13610 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13611
13612         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13613         (audioconvert_suite):
13614           Add testcase for caps-size-explosion
13615
13616 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13617
13618         * gst/audioconvert/gstaudioconvert.c:
13619         (gst_audio_convert_get_unit_size), (set_structure_widths):
13620           Lower debug, use g_assert in _get_unit_size
13621
13622         * gst/audioresample/gstaudioresample.c:
13623         (audioresample_get_unit_size):
13624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13625         (gst_ffmpegcsp_get_unit_size):
13626         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13627           use g_assert in _get_unit_size
13628
13629 2006-08-18  Wim Taymans  <wim@fluendo.com>
13630
13631         * docs/libs/gst-plugins-base-libs-sections.txt:
13632         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13633         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13634         (gst_rtp_buffer_get_payload_buffer):
13635         * gst-libs/gst/rtp/gstrtpbuffer.h:
13636         Document GstRTPBuffer.
13637         Added function to efficiently strip payload headers.
13638         API: gst_rtp_buffer_get_payload_subbuffer()
13639
13640 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13641
13642         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13643         (gst_tag_to_vorbis_comments):
13644           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13645           tags and deserialise them properly as well (#347091).
13646           Add some more gtk-doc blurbs and also some g_return_if_fail().
13647
13648         * tests/check/libs/tag.c: (GST_START_TEST),
13649         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13650           More tests.
13651
13652 2006-08-17  Wim Taymans  <wim@fluendo.com>
13653
13654         * ext/ogg/Makefile.am:
13655         * ext/ogg/gstogg.c: (plugin_init):
13656         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13657         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13658         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13659         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13660         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13661         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13662         Added ogg-in-avi parser element. Fixes #140139.
13663
13664         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13665         Fixed a bug in oggdemux debug code.
13666
13667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13668         (gst_riff_create_audio_template_caps):
13669         Recognise Ogg in the AVI extensible wave format.
13670
13671 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13672
13673         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13674           Make buffer durations add up (duration should be next_ts-ts for
13675           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13676           from CVS.
13677
13678         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13679         (test_buffer_timestamps), (cddabasesrc_suite):
13680           Add unit test for the above.
13681
13682         * tests/check/Makefile.am:
13683           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13684           to see what happens.
13685
13686 2006-08-16  Wim Taymans  <wim@fluendo.com>
13687
13688         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13689         (gst_alsasink_open):
13690         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13691         (gst_alsasrc_open):
13692         Avoid setting and using a NULL device name.
13693         Print more info when we fail to open a device.
13694
13695 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13696
13697         * docs/libs/gst-plugins-base-libs-sections.txt:
13698         * gst-libs/gst/tag/tag.h:
13699         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13700           API: add gst_tag_parse_extended_comment() (#351426).
13701
13702         * tests/check/Makefile.am:
13703         * tests/check/libs/.cvsignore:
13704         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13705           Add unit test for gst_tag_parse_extended_comment().
13706
13707 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13711           Fix leak (#351502).
13712
13713 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13717         * docs/plugins/gst-plugins-base-plugins.args:
13718         * gst/playback/gstplaybin.c:
13719           Document playbin.
13720           
13721         * docs/plugins/inspect/plugin-adder.xml:
13722         * docs/plugins/inspect/plugin-alsa.xml:
13723         * docs/plugins/inspect/plugin-audioconvert.xml:
13724         * docs/plugins/inspect/plugin-audiorate.xml:
13725         * docs/plugins/inspect/plugin-audioresample.xml:
13726         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13727         * docs/plugins/inspect/plugin-cdparanoia.xml:
13728         * docs/plugins/inspect/plugin-decodebin.xml:
13729         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13730         * docs/plugins/inspect/plugin-gnomevfs.xml:
13731         * docs/plugins/inspect/plugin-ogg.xml:
13732         * docs/plugins/inspect/plugin-pango.xml:
13733         * docs/plugins/inspect/plugin-playbin.xml:
13734         * docs/plugins/inspect/plugin-subparse.xml:
13735         * docs/plugins/inspect/plugin-tcp.xml:
13736         * docs/plugins/inspect/plugin-theora.xml:
13737         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13738         * docs/plugins/inspect/plugin-video4linux.xml:
13739         * docs/plugins/inspect/plugin-videorate.xml:
13740         * docs/plugins/inspect/plugin-videoscale.xml:
13741         * docs/plugins/inspect/plugin-videotestsrc.xml:
13742         * docs/plugins/inspect/plugin-volume.xml:
13743         * docs/plugins/inspect/plugin-vorbis.xml:
13744         * docs/plugins/inspect/plugin-ximagesink.xml:
13745         * docs/plugins/inspect/plugin-xvimagesink.xml:
13746           Update to CVS version.
13747
13748 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13749
13750         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13751         (gst_play_bin_set_property), (gst_play_bin_get_property),
13752         (value_list_append_structure_list),
13753         (gst_play_bin_handle_redirect_message),
13754         (gst_play_bin_handle_message):
13755           API: GstPlayBin::connection-speed
13756           Add "connection-speed" property; re-order redirect messages with
13757           multiple redirect locations depending on the minimum bitrate if
13758           that information is available and a connection speed is set
13759           (#350399).
13760
13761 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * gst/playback/gstplaybin.c:
13764           Update max volume to the same value that the volume element uses.
13765
13766 2006-08-14  Wim Taymans  <wim@fluendo.com>
13767
13768         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13769         Less uglyness..
13770
13771 2006-08-14  Wim Taymans  <wim@fluendo.com>
13772
13773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13774         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13775         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13776         Add some more debug info.
13777         Don't crash when a seek failed.
13778         Actually return the result of the seek instead of TRUE.
13779         Ignore multiple BOS pages with the same serial so that we don't create
13780         the same stream multiple times.
13781         Post an error when we fail to do the initial seek.
13782
13783 2006-08-13  Wim Taymans  <wim@fluendo.com>
13784
13785         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13786         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13787         Small code cleanup.
13788
13789         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13790         (gst_alsa_mixer_new):
13791         Remove hack that always set the device to hw:0*.
13792         Properly find the card name for whatever device was configured.
13793         Do some better debugging.
13794         Fixes #350784.
13795
13796         * ext/alsa/gstalsamixerelement.c:
13797         (gst_alsa_mixer_element_set_property),
13798         (gst_alsa_mixer_element_change_state):
13799         Cleanups.
13800         Handle setting of a NULL device name better.
13801
13802 2006-08-11  Wim Taymans  <wim@fluendo.com>
13803
13804         * gst/adder/gstadder.c:
13805         Don't clip float values. Fixes #350900.
13806
13807 2006-08-11  Andy Wingo  <wingo@pobox.com>
13808
13809         * gst/tcp/gsttcp.c: Really fix the build?
13810
13811         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13812         fixes the build.
13813
13814 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13817           Float caps shouldn't have a "signed" field.
13818
13819 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13820
13821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13822           Implement SEEKING query in its most basic form, so that we can
13823           at least check if we're seekable or not (#350655).
13824
13825 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13826
13827         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13828           The checks here are not even close to anything that would
13829           justify MAXIMUM probability, lowering to POSSIBLE until someone
13830           fixes the checks (case at hand: quicktime redirection files
13831           might start with 00 00 01 XX and pass the checks here just
13832           fine, see #350399).
13833
13834 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13835
13836         Patch by: Sjoerd Simons  <sjoerd at luon net>
13837
13838         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13839           Better detection for multipart/x-mixed-replace: accept leading
13840           whitespaces before the boundary marker as well (as our very own
13841           multipartmux used to produce) (#349068).
13842
13843 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         Patch by: Young-Ho Cha  <ganadist at chollian net>
13846
13847         * gst-libs/gst/riff/riff-ids.h:
13848         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13849         (gst_riff_create_audio_template_caps):
13850           Detect DTS audio streams (#350157).
13851
13852 2006-08-05  Andy Wingo  <wingo@pobox.com>
13853
13854         * ext/theora/gsttheoraparse.h:
13855         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13856         (theora_parse_dispose, theora_parse_set_property)
13857         (theora_parse_get_property, theora_parse_munge_granulepos)
13858         (theora_parse_push_buffer, theora_parse_change_state):
13859         API: GstTheoraParse::synchronization-points
13860         Add a property 'synchronization-points' to fix badly synchronized oggs.
13861
13862 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * tests/check/Makefile.am:
13865         * tests/check/libs/.cvsignore:
13866         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13867         (fixed_caps_have_channel_positions), (GST_START_TEST),
13868         (audio_suite), (main):
13869           Add a few tests for the channel position stuff in libgstaudio.
13870
13871 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13874         (gst_alsa_detect_channels):
13875         * ext/alsa/gstalsasink.c:
13876           Add support for cards that (only) do more than 8 channels,
13877           like the Delta 44 (#345188).
13878
13879         * gst-libs/gst/audio/multichannel.c:
13880         (gst_audio_check_channel_positions):
13881         * gst-libs/gst/audio/multichannel.h:
13882           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13883           unspecified channel position and cannot be combined with any
13884           of the other audio channel positions; adjust position layout
13885           checks accordingly (#345188).
13886
13887 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13890           Recognise ancient RealAudio files (see #349779).
13891
13892 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13893
13894         Patch by: Jens Granseuer  <jensgr at gmx net>
13895
13896         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13897           Add typefinder for Interplay's MVE format (#348973).
13898
13899 2006-08-02  Wim Taymans  <wim@fluendo.com>
13900
13901         Patch by: Marcel Moreaux <marcelm at luon dot net>
13902
13903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13904         (gst_base_rtp_depayload_add_to_queue):
13905         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13906         Handle RTP sequence number rollover.
13907         Disable jitterbuffer by default.
13908
13909 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13910
13911         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13912         (audioresample_set_caps):
13913         Don't leak references to the incoming caps. Clean them up when
13914         stopping.
13915
13916         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13917         (gst_video_scale_finalize):
13918         Don't leak our temporary pixel buffer.
13919
13920         * tests/check/Makefile.am:
13921         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13922         (GST_START_TEST), (simple_launch_lines_suite):
13923
13924         Fix leaks and re-enable the test for valgrind checking.
13925
13926 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13927
13928         Patch by: Sjoerd Simons  <sjoerd at luon net>
13929
13930         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13931         (plugin_init):
13932           Add typefind function for multipart/x-mixed-replace (#348916).
13933
13934 2006-07-28  Wim Taymans  <wim@fluendo.com>
13935
13936         * gst/adder/gstadder.c: (gst_adder_setcaps),
13937         (gst_adder_query_duration):
13938         Fix leak in duration query.
13939         Reflow some docs and notes.
13940
13941 2006-07-28  Michael Smith  <msmith@fluendo.com>
13942
13943         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13944         (vorbisenc_suite):
13945           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13946           aspect of it.
13947
13948 2006-07-28  Michael Smith  <msmith@fluendo.com>
13949
13950         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13951         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13952         (gst_vorbis_enc_push_buffer),
13953         (gst_vorbis_enc_buffer_check_discontinuous),
13954         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13955         * ext/vorbis/vorbisenc.h:
13956           Handle discontinuities in the input vorbis stream correctly,
13957           so that the output is properly timestamped (and has good granulepos
13958           values). Needs some oggmux fixes too.
13959
13960 2006-07-27  Wim Taymans  <wim@fluendo.com>
13961
13962         patch by: Kai Vehmanen <kv2004 eca cx>
13963
13964         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13965         (gst_base_rtp_depayload_chain),
13966         (gst_base_rtp_depayload_handle_sink_event),
13967         (gst_base_rtp_depayload_change_state):
13968         Don't send multiple newsegments with different formats.
13969         Fixes #348677.
13970
13971 2006-07-26  Wim Taymans  <wim@fluendo.com>
13972
13973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13974         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13975         Make seeking in ogg more accurate again by doing the more correct
13976         granuletime to stream time conversion.
13977
13978 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13979
13980         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13981         (gst_multi_fd_sink_new_client):
13982           debug a little more understandably
13983           do not use goto as a substitute for break, especially if
13984           break is also being used
13985
13986 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13989         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13990           Remove GLib-2.6 compatibility cruft.
13991
13992 2006-07-24  Wim Taymans  <wim@fluendo.com>
13993
13994         * gst-libs/gst/audio/gstbaseaudiosink.c:
13995         (gst_base_audio_sink_render):
13996         Don't try to align a sample to an unknown value.
13997
13998 2006-07-24  Wim Taymans  <wim@fluendo.com>
13999
14000         * gst-libs/gst/audio/gstbaseaudiosink.c:
14001         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14002         When the audio clock is slaved to another clock, never try to align
14003         samples but trust the rate interpolation algorithm.
14004
14005 2006-07-24  Wim Taymans  <wim@fluendo.com>
14006
14007         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14008         Don't try to calculate silence samples, base class does this much
14009         better now.
14010
14011         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14012         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14013         (gst_ring_buffer_acquire):
14014         Calculate silence samples correctly.
14015
14016         * gst-libs/gst/audio/gstringbuffer.h:
14017         Add _CAST macro.
14018
14019 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14020
14021         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14022           Limit search for the first markup tag to the first few kB of
14023           the file. If we don't find one there, it's highly unlikely that
14024           this is an XML(-ish) file.
14025
14026 2006-07-21  Andy Wingo  <wingo@pobox.com>
14027
14028         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14029         test to the one in vorbisenc. Also commented out.
14030
14031         * tests/check/pipelines/vorbisenc.c: 
14032         (test_discontinuity): New test, commented out until Mike lands
14033         some elite vorbisenc patches.
14034
14035         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14036         Bufferstraw was actually factored out of these tests. Now we share
14037         code yay.
14038
14039         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14040         for bufferstraw addition to gstcheck.
14041
14042 2006-07-21  Wim Taymans  <wim@fluendo.com>
14043
14044         * ext/theora/theoradec.c: (clip_buffer):
14045         Better clipping.
14046
14047 2006-07-21  Wim Taymans  <wim@fluendo.com>
14048
14049         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14050         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14051         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14052         Fix leak.
14053         Avoid type casting when we can.
14054
14055         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14056         Fix mem leak.
14057
14058 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * ext/alsa/gstalsamixerelement.c:
14061         (gst_alsa_mixer_element_change_state):
14062           Make state change fail if the specified device can't be opened
14063           for some reason.
14064
14065 2006-07-20  Wim Taymans  <wim@fluendo.com>
14066
14067         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14068         (cb_newpad), (main):
14069         Example of a small audio/video player using decodebin.
14070
14071 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14072
14073         * gst-libs/gst/riff/riff-ids.h:
14074           Add 'fact' chunk id
14075
14076 2006-07-19  Wim Taymans  <wim@fluendo.com>
14077
14078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14079         (gst_base_rtp_depayload_chain),
14080         (gst_base_rtp_depayload_change_state):
14081         Don't assert when not negotiated but post a meaningfull 
14082         error message. Fixes #347918.
14083
14084         * gst-libs/gst/rtp/gstbasertppayload.c:
14085         Add comment about better default MTU size.
14086
14087         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14088         Small cleanups, start docs.
14089
14090 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14091
14092         Patch by: Martin Szulecki
14093
14094         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14095           If "device-name" is requested and the device is not
14096           open, try to temporarily open it to obtain this
14097           information (#342494).
14098
14099 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         * gst-libs/gst/tag/gstid3tag.c:
14102           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14103
14104         * gst-libs/gst/tag/gsttageditingprivate.h:
14105         * gst-libs/gst/tag/gstvorbistag.c:
14106           Some more random const-ifications.
14107
14108 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14109
14110         * gst-libs/gst/riff/riff-ids.h:
14111         * gst-libs/gst/riff/riff-media.c:
14112         (gst_riff_create_video_template_caps):
14113           Add more FOURCCs (sort list to make stuff easier to find),
14114           add comment what those 16 bytes in struct _gst_riff_strh according to
14115           one avi-dumper are
14116
14117 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * gst-libs/gst/audio/multichannel.c:
14120         (gst_audio_check_channel_positions),
14121         (gst_audio_fixate_channel_positions):
14122           Const-ify two arrays.
14123
14124 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14127           Fix typo, so that alsasink also advertises 8 channels
14128           if that's supported (tags: can, worms, open, alsa, ph34r).
14129
14130 2006-07-17  Wim Taymans  <wim@fluendo.com>
14131
14132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14133         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14134         *sigh*, when is the compiler going to warn when the comments
14135         are out-of-sync with the code.. Refix case of busted theora
14136         headers with 0 granule pos.
14137
14138 2006-07-14  Wim Taymans  <wim@fluendo.com>
14139
14140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14141         (gst_base_rtp_depayload_wait),
14142         (gst_base_rtp_depayload_change_state),
14143         (gst_base_rtp_depayload_set_property),
14144         (gst_base_rtp_depayload_get_property):
14145         Fix 99% cpu load by waiting for absolute times on the
14146         clock. Fixes #347300.
14147
14148 2006-07-14  Andy Wingo  <wingo@pobox.com>
14149
14150         * ext/theora/gsttheoraparse.h: 
14151         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14152         (theora_parse_push_headers, theora_parse_clear_queue)
14153         (theora_parse_drain_queue_prematurely, )
14154         (theora_parse_sink_event, theora_parse_change_state): Queue events
14155         until we initialized our state, like in vorbisparse.
14156
14157         * ext/vorbis/vorbisparse.h: 
14158         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14159         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14160         (vorbis_parse_drain_queue_prematurely, )
14161         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14162         until we have initialized our state. Fixes seeking after an
14163         initial pad block.
14164
14165 2006-07-14  Andy Wingo  <wingo@pobox.com>
14166
14167         Patch by: Iain Holmes <iaingnome@gmail.com>
14168         
14169         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14170
14171 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14172
14173         * configure.ac:
14174         Bump nano back to CVS
14175
14176 === release 0.10.9 ===
14177
14178 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14179
14180         * configure.ac:
14181           releasing 0.10.9, "I walk the line"
14182
14183 2006-07-14  Michael Smith  <msmith@fluendo.com>
14184
14185         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14186           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14187           (commonly happens when running this test under valgrind) when trying
14188           to remove the buffer probe.
14189
14190 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14191
14192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14193         Fix missing g_unlock from the previous commit
14194
14195 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14196
14197         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14198         (gst_ximagesink_change_state):
14199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14200         (gst_xvimagesink_change_state):
14201         Implement a locking order to ensure we always take the object lock
14202         before the x_lock and never vice-versa.
14203
14204 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14205
14206         * gst/playback/gstdecodebin.c: (find_compatibles):
14207         Fix a caps leak when linking (#347304)
14208
14209         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14210         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14211         (gst_ximagesink_change_state):
14212         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14213         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14214         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14215         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14216         Don't leak shared memory resources. Use the object lock to protect
14217         against the xcontext disappearing while returning a buffer from the
14218         pipeline. (#347304)
14219
14220 2006-07-12  Edward Hervey  <edward@fluendo.com>
14221
14222         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14223         (vorbis_handle_comment_packet):
14224         gst_tag_list_merge() returns a new object. Take that into account when
14225         using it. This avoids memleak.
14226         Revert previous commit which is not needed.
14227
14228 2006-07-12  Edward Hervey  <edward@fluendo.com>
14229
14230         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14231         Reset the decoder in finalize so that all fields get cleared.
14232
14233 2006-07-12  Wim Taymans  <wim@fluendo.com>
14234
14235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14236         (gst_base_audio_src_set_clock),
14237         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14238         Don't try to post an error message when setting the clock fails
14239         as this can happen when adding an element to a bin which will then
14240         deadlock. Fixes #347296.
14241
14242 2006-07-12  Edward Hervey  <edward@fluendo.com>
14243
14244         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14245         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14246         (vorbis_handle_type_packet):
14247         Post tag messages on the bus even if we're not initialized.
14248         If we're not initialized, we still postpone the event pushing of tags.
14249
14250 2006-07-12  Wim Taymans  <wim@fluendo.com>
14251
14252         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14253         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14254         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14255         Revert last two changes that broke the freeze.
14256
14257 2006-07-12  Wim Taymans  <wim@fluendo.com>
14258
14259         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14260         basesink calculates silence sample correctly for us.
14261
14262 2006-07-12  Wim Taymans  <wim@fluendo.com>
14263
14264         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14265         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14266         Calculate correct silence samples so we don't fill our ringbuffer
14267         with noise.
14268
14269 2006-07-12  Edward Hervey  <edward@fluendo.com>
14270
14271         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14272         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14273         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14274         * ext/vorbis/vorbisdec.h:
14275         Delay sending events (newsegment, tags) until the decoder is properly
14276         initialized.
14277         Fixes #347295
14278
14279 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14280
14281         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14282         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14283           Patch from #347221 adding a test for audioconvert
14284           channel remappings.
14285
14286 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14287
14288         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14289         (gst_ssa_parse_parse_line):
14290           Don't include the terminating NUL in the buffer size,
14291           it's only there for extra paranoia (would add random
14292           '*' characters at the end of each subtitle since the
14293           terminator itself is not valid UTF-8 technically).
14294           Also fix indenting after boilerplate macro.
14295
14296 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14297
14298         * gst/playback/gstdecodebin.c: (close_pad_link):
14299           Also emit 'unknown-type' signal (which should really be
14300           called unhandled-type) if we found potential decoders/demuxers
14301           in the registry but none of them worked in the end (as in the
14302           case where the plugins don't exist any longer but are still
14303           listed in the registry). Fixes #329798.
14304
14305 2006-07-08  Andy Wingo  <wingo@pobox.com>
14306
14307         * theoraparse.c (theora_parse_push_buffer)
14308         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14309         Add some more debugging. Fix granulepos reconstruction in the face
14310         of discontinuities.
14311
14312 2006-07-06  Wim Taymans  <wim@fluendo.com>
14313
14314         * gst-libs/gst/audio/gstbaseaudiosink.c:
14315         (gst_base_audio_sink_class_init),
14316         (gst_base_audio_sink_provide_clock):
14317         Use gobject_class instead of G_OBJECT_CLASS (klass)
14318
14319         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14320         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14321         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14322         (gst_base_audio_src_get_time),
14323         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14324         (gst_base_audio_src_create_ringbuffer):
14325         Fix latency and buffer-time constants and properties ala basesink.
14326         Implement pull based scheduling. Fixes #346527.
14327         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14328         one segment.
14329         Refuse slaving to another clock instead of silently not working.
14330         Only provide a clock when we are actually able to do so.
14331         Various small cleanups and compiler hints.
14332
14333 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         Patch by: Lutz Mueller <lutz at topfrose de>
14336
14337         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14338         (plugin_init):
14339           Add typefinding for text/html (#346581).
14340
14341 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14342
14343         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14344         (xml_check_first_element), (xml_type_find), (smil_type_find):
14345           Fix SMIL typefinding, make xml_check_first_element() more
14346           useful.
14347
14348 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14351         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14352         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14353         * gst/playback/gstplaybasebin.h:
14354           Protect list of elements with a subtitle-encoding property and
14355           the subtitle encoding member itself with a lock of their own
14356           instead of using the object lock. This prevents a dead-lock in
14357           the element-remove callback in some circumstances when shutting
14358           down playbin.
14359
14360 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14361
14362         * win32/common/libgsttag.def:
14363         Export some new functions.
14364         * win32/vs6/libgstogg.dsp:
14365         Add a link to libgsttag-0.10.lib.
14366
14367 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14370           Some const-ification.
14371
14372 2006-07-04  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14375         Improve checking if we are dealing with a stream. Added some
14376         more uris that need buffering.
14377
14378 2006-07-03  Edward Hervey  <edward@fluendo.com>
14379
14380         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14381         Remove unused variable.
14382
14383 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14384
14385         * Makefile.am:
14386           include lcov.mak
14387         * configure.ac:
14388           add GCOV_LIBS to GST_LIBS
14389
14390 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14391
14392         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14393
14394         * ext/alsa/gstalsasrc.c:
14395           Add 32 bps to template caps and increase channels range
14396           from [1,2] to [1,MAX]. See #346326.
14397
14398 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14401           Recognise 'WMVA' video codec fourcc (#345879).
14402           
14403 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14404          
14405         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14406           Fixed nasty memory leak
14407
14408 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14409
14410         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14411         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14412           fix logging
14413
14414 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14415
14416         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14417         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14418         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14419         Protect remove_fakesink using a mutex, so that we don't try and
14420         remove the fakesink simultaneously from multiple threads.
14421
14422         When going from READY to PAUSED, restore the fakesink, so that
14423         it is there when decodebin gets reused.
14424
14425 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14428         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14429         * gst-libs/gst/rtp/gstbasertppayload.c:
14430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14431         * gst/tcp/gstmultifdsink.c:
14432         * gst/tcp/gsttcpclientsink.c:
14433         * gst/tcp/gsttcpclientsrc.c:
14434         * gst/tcp/gsttcpserversink.c:
14435         * gst/tcp/gsttcpserversrc.c:
14436         * gst/videorate/gstvideorate.c:
14437         * gst/videotestsrc/gstvideotestsrc.c:
14438         * sys/v4l/gstv4ljpegsrc.c:
14439         * sys/v4l/gstv4lmjpegsink.c:
14440         * sys/v4l/gstv4lsrc.c:
14441         * tests/examples/seek/scrubby.c:
14442         * tests/examples/seek/seek.c:
14443           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14444
14445 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14448           Second field in GEnumValue shouldn't be a description,
14449           but a stringified version of the enum value.
14450
14451 2006-06-22  Wim Taymans  <wim@fluendo.com>
14452
14453         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14454         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14455         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14456         Avoid type checking in buffer casts.
14457         Avoid caps copy in buffer_alloc when we can.
14458         Use pad_peer_accept.
14459
14460 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * gst-libs/gst/tag/tag.h:
14463           Oops, make that 'Since: 0.10.9'.
14464
14465 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14466
14467         * docs/libs/gst-plugins-base-libs-sections.txt:
14468         * gst-libs/gst/tag/tag.h:
14469         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14470         (gst_tag_image_type_get_type):
14471           API: add GstTagImageType enum to describe images contained
14472           in image tags (#345641).
14473
14474 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14475
14476         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14477           Fix warnings with gst-inspect: "buffers-min" property
14478           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14479           typo in property description.
14480
14481 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14482
14483         Patch by: Cody Russell <bratsche at gnome org>
14484
14485         * gst/audioresample/gstaudioresample.c:
14486         (gst_audioresample_class_init):
14487         * gst/playback/gststreamselector.c:
14488         (gst_stream_selector_class_init):
14489         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14490         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14491         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14492         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14493         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14494         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14495         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14496         * gst/videotestsrc/gstvideotestsrc.c:
14497         (gst_video_test_src_class_init):
14498         * gst/volume/gstvolume.c: (gst_volume_class_init):
14499           Avoid unnecessary class cast check in class_init
14500           functions (#337747).
14501
14502 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14503
14504         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14505         (gst_text_overlay_video_chain):
14506           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14507           and doesn't validate its input either (and neither did
14508           textoverlay it seems). Let's do that then and fix #345206.
14509
14510 2006-06-19  Wim Taymans  <wim@fluendo.com>
14511
14512         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14513         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14514         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14515         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14516         (find_syncframe), (find_limits), (assign_value),
14517         (count_burst_unit), (gst_multi_fd_sink_new_client),
14518         (gst_multi_fd_sink_handle_client_write),
14519         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14520         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14521         (gst_multi_fd_sink_change_state):
14522         * gst/tcp/gstmultifdsink.h:
14523         Added shiny new burst-on-connect methods.
14524         Add properties to control the minimal amount of data queued.
14525         Small cleanups.
14526         API: bytes-min property
14527         API: time-min property
14528         API: buffers-min property
14529         API: burst-unit property
14530         API: burst-value property
14531         API: add-full signal
14532
14533         * gst/tcp/gsttcp-marshal.list:
14534         Added new marshaller code for the new signal.
14535
14536         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14537         (multifdsink_suite):
14538         Added testcases for new burst methods.
14539
14540 2006-06-19  Edward Hervey  <edward@fluendo.com>
14541
14542         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14543         Implement clipping for accurate seeking.
14544         Closes #345225
14545
14546 2006-06-19  Wim Taymans  <wim@fluendo.com>
14547
14548         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14549
14550         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14551         (gst_video_scale_transform):
14552         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14553
14554 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14555
14556         * configure.ac:
14557           Fix --disable-external (can't set conditionals conditionally,
14558           #343602).
14559
14560 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * tests/check/elements/audioresample.c: (test_reuse),
14563         (audioresample_suite):
14564           Add test case for bug #342789 fixed below.
14565
14566 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         * gst/audioresample/gstaudioresample.c:
14569         (gst_audioresample_class_init), (gst_audioresample_init),
14570         (audioresample_start), (audioresample_stop),
14571         (gst_audioresample_set_property), (gst_audioresample_get_property):
14572           Implement GstBaseTransform::start and ::stop so that audioresample
14573           can clear its internal state properly and be reused instead of
14574           causing non-negotiated errors with playbin under some circumstances
14575           (#342789).
14576
14577         * tests/check/elements/audioresample.c: (setup_audioresample),
14578         (cleanup_audioresample):
14579           Need to set element state here so that ::start and ::stop are
14580           called.
14581
14582 2006-06-16  Wim Taymans  <wim@fluendo.com>
14583
14584         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14585
14586         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14587         Parse extra data better, apparently it's right behind
14588         the normal strf header size. Fixes #343500.
14589
14590 2006-06-16  Wim Taymans  <wim@fluendo.com>
14591
14592         * ext/alsa/gstalsasink.c: (set_hwparams):
14593         If we fail to set the buffer_time and period_time alsa
14594         parameters, post a warning and leave alsa select a 
14595         default instead of failing. Fixes #342085
14596
14597 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * docs/libs/gst-plugins-base-libs-sections.txt:
14600         * gst-libs/gst/cdda/gstcddabasesrc.h:
14601           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14602           out in the header file and shouldn't be listed in the docs.
14603
14604         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14605           Must dereference pointer to fourcc in the debug statement.
14606
14607 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14608
14609         * docs/libs/Makefile.am:
14610         * docs/libs/gst-plugins-base-libs-docs.sgml:
14611         * docs/libs/gst-plugins-base-libs-sections.txt:
14612         * docs/libs/gst-plugins-base-libs.types:
14613         add remaining symbols into correct setions
14614         
14615         * gst-libs/gst/audio/gstringbuffer.c:
14616         fix incomplete docs
14617         
14618         * gst-libs/gst/audio/gstringbuffer.h:
14619         comment out not yet implemented function
14620         
14621         
14622         * gst-libs/gst/floatcast/floatcast.h:
14623         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14624         add short descriptions
14625         
14626         
14627         * gst-libs/gst/interfaces/propertyprobe.c:
14628         fix return value docs   
14629         
14630         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14631         simplify debug logging
14632         
14633         * gst-libs/gst/riff/riff-read.h:
14634         sync function prototype and docs
14635         
14636         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14637         remove left over symbol
14638
14639 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * autogen.sh:
14642         * configure.ac:
14643         * docs/Makefile.am:
14644           Use GST_PLUGIN_DOCS macro in configure.ac, add
14645           --enable-plugin-docs default to autogen.sh and use
14646           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14647
14648 2006-06-15  Wim Taymans  <wim@fluendo.com>
14649
14650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14651         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14652         (gst_ogg_demux_loop):
14653         Combine GstFlowReturn from the source pads to give a
14654         meaningfull result to the upstream peer or to stop the
14655         processing task in case of errors.
14656
14657 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         * gst/playback/gststreaminfo.c: (cb_probe):
14660           Try GST_TAG_CODEC as fallback when extracting the
14661           codec name; more debug info.
14662
14663 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * ext/ogg/Makefile.am:
14666         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14667           Extract language tags from ogm subtitle streams, so that
14668           the subtitle menu choices are labelled correctly in
14669           Totem (fixes #344708).
14670
14671 2006-06-14  Wim Taymans  <wim@fluendo.com>
14672
14673         Patch by: Alessandro Decina <alessandro at nnva dot org>
14674
14675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14676         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14677         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14678         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14679         Fix various leaks. Fixes #343699.
14680         Add x-smoke mime type.
14681
14682 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * gst-libs/gst/riff/riff-ids.h:
14685           Add IDs for 'bext' chunks (see #343837).
14686
14687 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         Patch by: Young-Ho Cha  <ganadist at chollian net>
14690
14691         * gst/subparse/samiparse.c: (sami_context_pop_state),
14692         (handle_start_font), (end_sami_element):
14693           Honour font face tags in SAMI subtitles (#344503).
14694
14695 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14696
14697         * po/POTFILES.in:
14698           add missing files containing translatable strings
14699
14700 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14701
14702         * docs/libs/tmpl/.cvsignore:
14703           we don't want those *.sgml files in CVS either
14704
14705 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14706
14707         * docs/libs/.cvsignore:
14708         * tests/check/elements/.cvsignore:
14709         * tests/check/libs/.cvsignore:
14710           ignore more
14711
14712 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14713
14714         * docs/libs/Makefile.am:
14715           also commiting the changed Makefile.am (added more libs to the
14716           doc-build)
14717
14718 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14719
14720         * docs/libs/gst-plugins-base-libs-docs.sgml:
14721         * docs/libs/gst-plugins-base-libs-sections.txt:
14722         * docs/libs/gst-plugins-base-libs.types:
14723           first batch of reordering things, add index & hierarchy
14724
14725 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14726
14727         * configure.ac:
14728           use GST_PKG_CHECK_MODULES, cleans up output
14729
14730 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14733           Add support for burn:// URIs (#343385); const-ify things a bit,
14734           use G_N_ELEMENTS instead of hard-coded array size.
14735
14736 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         Patch by: Young-Ho Cha  <ganadist at chollian net>
14739
14740         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14741           Fix up broken entities before passing them to libxml *sigh*.
14742           (#343303).
14743           
14744 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14745
14746         * configure.ac:
14747           back to TRUNK
14748
14749 === release 0.10.8 ===
14750
14751 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14752
14753         * configure.ac:
14754           releasing 0.10.8, "Moar gij ziet mij nie"
14755
14756 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * configure.ac:
14759         * po/af.po:
14760         * po/az.po:
14761         * po/cs.po:
14762         * po/en_GB.po:
14763         * po/hu.po:
14764         * po/it.po:
14765         * po/nb.po:
14766         * po/nl.po:
14767         * po/or.po:
14768         * po/sq.po:
14769         * po/sr.po:
14770         * po/sv.po:
14771         * po/uk.po:
14772         * po/vi.po:
14773         * win32/common/config.h:
14774           0.10.7.2 prerelease
14775
14776 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14777
14778         * docs/libs/tmpl/gstaudio.sgml:
14779         * docs/libs/tmpl/gstcolorbalance.sgml:
14780         * docs/libs/tmpl/gstmixer.sgml:
14781         * docs/libs/tmpl/gstringbuffer.sgml:
14782         * docs/libs/tmpl/gsttuner.sgml:
14783         * docs/libs/tmpl/gstxoverlay.sgml:
14784         * gst-libs/gst/audio/audio.c:
14785         * gst-libs/gst/audio/gstringbuffer.c:
14786         * gst-libs/gst/interfaces/colorbalance.c:
14787         * gst-libs/gst/interfaces/mixer.c:
14788         * gst-libs/gst/interfaces/tuner.c:
14789         * gst-libs/gst/interfaces/xoverlay.c:
14790           move last template doc snippets to source code and delete them
14791
14792 2006-06-06  Michael Smith  <msmith@fluendo.com>
14793
14794         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14795         (theora_parse_drain_queue):
14796           Mark DELTA_UNIT on non-keyframes.
14797
14798 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14799
14800         * gst-libs/gst/audio/gstbaseaudiosink.c:
14801         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14802         * gst-libs/gst/audio/gstbaseaudiosink.h:
14803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14804         (gst_ring_buffer_samples_done):
14805         * gst-libs/gst/audio/gstringbuffer.h:
14806         Document better the fact that latency_time and buffer_time are values
14807         stored in microseconds, and not the usual GStreamer nanoseconds.
14808         Change the variables (compatibly) that store them from GstClockTime 
14809         to guint64 to make it more clear that they're not storing clock times.
14810         Also, remove the bogus property description that says the user can
14811         specify -1 to get the default value, since that's never been the case.
14812
14813         When computing the default segment size for the ring buffer, make it
14814         an integer number of samples.
14815
14816         When the sub-class indicates a delay greater than the number of
14817         samples we've written return 0 from the audio sink get_time method.
14818
14819 2006-06-02  Michael Smith  <msmith@fluendo.com>
14820
14821         * tests/check/elements/audioconvert.c: (set_channel_positions),
14822         (get_float_mc_caps), (get_int_mc_caps):
14823         * tests/check/elements/audioresample.c:
14824         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14825         * tests/check/elements/videorate.c:
14826         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14827         * tests/check/elements/volume.c:
14828         * tests/check/elements/vorbisdec.c:
14829         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14830           Don't busy-wait in tests; this was causing test timeouts very
14831           frequently when running under valgrind.
14832
14833 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14834
14835         * gst/tcp/README:
14836         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14837         (gst_multi_fd_sink_remove_client_link),
14838         (gst_multi_fd_sink_client_queue_caps),
14839         (gst_multi_fd_sink_client_queue_buffer),
14840         (gst_multi_fd_sink_handle_client_write),
14841         (gst_multi_fd_sink_render):
14842         * gst/tcp/gstmultifdsink.h:
14843           make multifdsink properly deal with streamheader:
14844           - streamheader is taken from caps
14845           - buffers marked with IN_CAPS are not sent
14846           - streamheaders are sent, on connection, from the caps of the
14847             buffer where the client gets positioned to
14848           - further streamheader changes are done every time the client
14849             will receive a buffer with different caps
14850         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14851         (gst_multifdsink_create_streamheader):
14852           add tests for this
14853
14854 2006-06-02  Michael Smith  <msmith@fluendo.com>
14855
14856         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14857           Reinstate limit on channel count. Vorbis does not define the meaning
14858           of > 6 channels, so they're just independent channels. Gstreamer
14859           currently has no mechanism to represent N independent channels.
14860
14861 2006-06-02  Michael Smith  <msmith@fluendo.com>
14862
14863         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14864           Don't arbitrarily restrict channel counts and rate in vorbis.
14865           In terms of effects likely on real-world files, this fixes 96kHz
14866           playback of vorbis.
14867
14868 2006-06-02  Michael Smith  <msmith@fluendo.com>
14869
14870         * gst/audioconvert/audioconvert.c: (float):
14871           More correct float->int conversion.
14872
14873 2006-06-02  Michael Smith  <msmith@fluendo.com>
14874
14875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14876           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14877           value. Fixes g-critical on trying to play back ogg containing
14878           unknown codec.
14879
14880 2006-06-02  Wim Taymans  <wim@fluendo.com>
14881
14882         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14883         (setup_source):
14884         * gst/playback/gstplaybasebin.h:
14885         Make the subtitle detection work from any thread so we don't
14886         deadlock. Fixes #343397.
14887
14888 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * gst/volume/Makefile.am:
14891           Seriously, it's not *that* hard to get compilation right.  Even
14892           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14893
14894 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14895
14896         * gst/volume/gstvolume.c: (volume_choose_func),
14897         (volume_update_real_volume), (gst_volume_class_init),
14898         (gst_volume_init), (volume_process_float), (volume_process_int16),
14899         (volume_process_int16_clamp), (volume_set_caps),
14900         (volume_transform_ip), (plugin_init):
14901         * gst/volume/gstvolume.h:
14902         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14903         another property desc., remove unused param from process function
14904         
14905         * tests/check/elements/volume.c: (volume_suite):
14906         reactivate the passthrough test
14907
14908 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14909
14910         * ext/alsa/gstalsamixerelement.h:
14911         * ext/alsa/gstalsamixeroptions.h:
14912         * ext/alsa/gstalsamixertrack.h:
14913         * ext/gnomevfs/gstgnomevfssink.h:
14914         * ext/gnomevfs/gstgnomevfssrc.h:
14915         * ext/theora/gsttheoradec.h:
14916         * ext/theora/gsttheoraenc.h:
14917         * ext/theora/gsttheoraparse.h:
14918         * ext/vorbis/vorbisparse.h:
14919         * gst-libs/gst/audio/gstaudioclock.h:
14920         * gst-libs/gst/audio/gstaudiofilter.h:
14921         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14922         * gst/audioconvert/gstaudioconvert.h:
14923         * gst/audioresample/gstaudioresample.h:
14924         * gst/audiotestsrc/gstaudiotestsrc.h:
14925         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14926         * gst/playback/gststreamselector.h:
14927         * gst/tcp/gstmultifdsink.h:
14928         * gst/tcp/gsttcpclientsink.h:
14929         * gst/tcp/gsttcpclientsrc.h:
14930         * gst/tcp/gsttcpserversink.h:
14931         * gst/tcp/gsttcpserversrc.h:
14932         * gst/videorate/gstvideorate.h:
14933         * gst/videoscale/gstvideoscale.h:
14934         * gst/videotestsrc/gstvideotestsrc.h:
14935         * gst/volume/gstvolume.h:
14936         * sys/v4l/gstv4ljpegsrc.h:
14937         * sys/v4l/gstv4lmjpegsink.h:
14938         * sys/v4l/gstv4lmjpegsrc.h:
14939         * sys/v4l/gstv4lsrc.h:
14940         * sys/ximage/ximagesink.h:
14941         * sys/xvimage/xvimagesink.h:
14942         * tests/old/testsuite/alsa/sinesrc.h:
14943         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14944
14945 2006-05-31  Wim Taymans  <wim@fluendo.com>
14946
14947         * ext/libvisual/visual.c: (gst_visual_reset),
14948         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14949         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14950         Handle DISCONT.
14951         Use running time before doing QoS.
14952         Handle mono too.
14953
14954 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14955
14956         * docs/libs/Makefile.am:
14957           set a magic variable to indicate we know the docs are incomplete
14958
14959 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14960
14961         * win32/common/libgstvideo.def:
14962           export gst_video_calculate_display_ratio
14963         * win32/vs6/libgstvideoscale.dsp:
14964           add link to libgstvideo-0.10.lib
14965
14966 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14967
14968         * gst/playback/gstplaybasebin.c: (gen_source_element):
14969           Throw a more comprehensible error for rtsp:// URIs (rather
14970           than erroring out with a negotiation error later on) until
14971           we fix playbin to handle rtspsrc etc.
14972
14973 2006-05-30  Wim Taymans  <wim@fluendo.com>
14974
14975         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14976         (gst_text_overlay_text_event):
14977         Added some FIXMEs.
14978
14979 2006-05-30  Wim Taymans  <wim@fluendo.com>
14980
14981         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14982         (gst_adder_request_new_pad), (gst_adder_release_pad):
14983         * gst/adder/gstadder.h:
14984         Implement release_request_pad.
14985         Make padcounter atomic.
14986
14987         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14988         Added check for release_pad in adder.
14989
14990 2006-05-30  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14993         Fix build again.
14994
14995 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14996
14997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14998         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14999         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15000         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15001         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15002         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15003         (gst_ogg_demux_bisect_forward_serialno),
15004         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15005         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15006           add more debugging
15007           clean up printf formats for granulepos and serialno
15008
15009 2006-05-30  Michael Smith  <msmith@fluendo.com>
15010
15011         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15012         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15013         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15014         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15015         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15016         * ext/vorbis/vorbisenc.h:
15017           Multi-channel caps negotiation, so we can do proper multichannel
15018           vorbis encoding, negotiated through audioconvert.
15019
15020 2006-05-30  Wim Taymans  <wim@fluendo.com>
15021
15022         * tests/check/elements/adder.c: (test_event_message_received),
15023         (test_play_twice_message_received), (GST_START_TEST),
15024         (adder_suite):
15025         Added check to show that #339935 is fixed with ongoing
15026         adder and collectpads fixes.
15027
15028 2006-05-29  Wim Taymans  <wim@fluendo.com>
15029
15030         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15031         Don't leak pad name.
15032
15033 2006-05-29  Wim Taymans  <wim@fluendo.com>
15034
15035         * gst/adder/gstadder.c: (gst_adder_query_duration),
15036         (forward_event_func), (forward_event), (gst_adder_src_event):
15037         Fix adder seeking.
15038         Make query/seeking code threadsafe.
15039
15040         * tests/check/Makefile.am:
15041         * tests/check/elements/adder.c: (test_event_message_received),
15042         (GST_START_TEST), (test_play_twice_message_received):
15043         Fix adder test case.
15044
15045 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         Patch by: Young-Ho Cha  <ganadist at chollian net>
15048
15049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15050         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15051         (set_encoding_element), (decodebin_element_added_cb),
15052         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15053         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15054         * gst/playback/gstplaybasebin.h:
15055           Add 'subtitle-encoding' property to playbin, so applications can
15056           force a subtitle encoding for non-UTF8 subtitles (#342268).
15057
15058         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15059         (gst_sub_parse_set_property):
15060           Rename recently-added 'encoding' property to 'subtitle-encoding'
15061           (so it can be proxied by playbin/decodebin in a generic way
15062           with less danger of false positives).
15063
15064 2006-05-29  Michael Smith  <msmith@fluendo.com>
15065
15066         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15067         (append_with_other_format), (set_structure_widths),
15068         (gst_audio_convert_transform_caps):
15069           Patch from #341562: give more specific audio caps in get_caps, so
15070           that basetransform  can make better decisions on what caps to
15071           negotiate.
15072
15073 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15074
15075         * tests/check/elements/volume.c:
15076         make it compile again
15077
15078 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15079
15080         * tests/check/elements/volume.c: (volume_suite):
15081         disable test until #343196 gets resolved
15082
15083 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15084
15085         * gst/adder/gstadder.c: (gst_adder_get_type):
15086         Make it easier to copy&paste
15087         
15088         * gst/volume/Makefile.am:
15089         * gst/volume/gstvolume.c: (volume_update_real_volume),
15090         (gst_volume_set_volume), (gst_volume_set_mute),
15091         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15092         (volume_transform_ip), (volume_update_mute),
15093         (volume_update_volume):
15094         * gst/volume/gstvolume.h:
15095         Add own debug category, move duplicate code to helper function, fix
15096         property texts, add more comments and prepare ffor liboil-goodness
15097         
15098         * tests/check/Makefile.am:
15099         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15100         add test for mute and passtrough case, be a bit more verbose to track
15101         failure
15102         
15103         * tests/check/generic/states.c: (GST_START_TEST):
15104         catch elements that fail to instantiate
15105
15106 2006-05-28  Edward Hervey  <edward@fluendo.com>
15107
15108         * tests/check/pipelines/simple-launch-lines.c:
15109         * tests/check/pipelines/theoraenc.c:
15110         * tests/check/pipelines/vorbisenc.c:
15111         Comment out tests using parse_launch() if core was built without
15112         parsing capabilities.
15113
15114 2006-05-27  Edward Hervey  <edward@fluendo.com>
15115
15116         * tests/check/Makefile.am:
15117         Extra bonus points for whoever explains to ensonic that you are meant
15118         to test unit tests thoroughly before commiting them, especially if
15119         you know it's going to break.
15120         De-activated element/adder tests.
15121
15122 2006-05-27  Edward Hervey  <edward@fluendo.com>
15123
15124         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15125         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15126         Marking caps conversion issues as GST_WARNING is way too verbose,
15127         Moving them to GST_LOG.
15128
15129 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         * README:
15132           Replace current README (containing the release notes from
15133           some 0.9.x version) with a proper README taken from the core.
15134
15135 2006-05-26  Wim Taymans  <wim@fluendo.com>
15136
15137         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15138         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15139         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15140         (vorbis_dec_change_state):
15141         Small cleanups.
15142         Add some FIXMEs
15143         Clip output samples to segment boundaries.
15144
15145 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15146
15147         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15148         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15149         Improve the errors produced on bad output, including some human
15150         readable description strings.
15151         Handle the (theoretical for ximagesink) case where the XServer 
15152         has a different idea about the size required for a particular 
15153         frame and gives us too small a memory allocation.
15154
15155 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15156
15157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15158         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15159         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15160         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15161         Improve the errors produced on bad output, including some human 
15162         readable description strings.
15163         Handle RGB Xv formats properly by transforming them into our 
15164         big-endian caps description.
15165         Use gst_caps_truncate to ensure that we never try and choose a
15166         non-fixed caps in buffer_alloc.
15167         Handle the case where the XServer has a different idea about the size
15168         required for a particular frame and gives us too small a memory
15169         allocation.
15170         Use -1 to indicate 'no image format', because 0 is a valid XServer
15171         image format number.
15172         Put RGB Xv formats at the end of the caps, so that we always prefer
15173         YUV format frames.
15174         Iterate the available Xv Encodings to determine the maximum width and
15175         height, and then return that in our caps.
15176         (Closes #315312, #337544)
15177
15178 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15179
15180         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15181         When there is only one unfinished pad and it receives an event that
15182         doesn't match our requirements, we need to set alldone=FALSE so that
15183         the fakesink is not removed yet.
15184
15185 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15188           Use gst_type_find_helper_for_buffer() to find the type
15189           of stream from the first packet.
15190
15191         * configure.ac:
15192           Bump requirements to core CVS (needed for vorbis
15193           typefinding to work).
15194
15195 2006-05-24  Edward Hervey  <edward@fluendo.com>
15196
15197         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15198         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15199         contain.  Else they play perfectly fine with qtdemux.
15200
15201 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15202
15203         * ext/theora/theoradec.c:
15204         * ext/theora/theoraenc.c:
15205         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15206         * gst/audiorate/gstaudiorate.c:
15207           make more debug catagories static
15208         
15209         * tests/check/Makefile.am:
15210         * tests/check/elements/adder.c: (message_received),
15211         (test_event_message_received), (GST_START_TEST),
15212         (test_play_twice_message_received), (adder_suite):
15213           added test case for using element twice, extra bonus points for anyone
15214           who can make these test run reliably
15215
15216 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         * ext/theora/theoradec.c: (theora_dec_chain):
15219           Make work with time-stamped input buffers that do not
15220           have a granulepos in BUFFER_OFFSET_END (like theora
15221           buffers coming from matroskademux). Fixes #342448.
15222
15223 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15224
15225         Patch by: Peter Kjellerstedt  <pkj at axis com>
15226
15227         * gst/tcp/Makefile.am:
15228           fdstresstest doesn't need Gtk+, fix compilation if 
15229           gtk is not available (#342566).
15230
15231 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15232          
15233         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15234           80 line columns
15235           Removed redundant floor()
15236
15237 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15240           On second thought, just skip JUNK chunks automatically, so
15241           the caller doesn't have to handle this. Fixes #342345.
15242           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15243           not GST_FLOW_ERROR.
15244
15245 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15246
15247         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15248           Don't bail out on JUNK chunks with a size of 0 (would try to
15249           pull_range 0 bytes before, which sources don't like too much).
15250           See #342345.
15251
15252 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15253
15254         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15256         Use the gstutil scaling function to preserve 64 bits while calculating
15257         output width and height from the display-aspect-ratio. (A continuation
15258         of #341542)
15259
15260 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15261
15262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15263         (gst_xvimagesink_buffer_alloc):
15264         * sys/xvimage/xvimagesink.h:
15265         When performing buffer allocations, remember the caps and image format
15266         we return so that if the same caps are asked for next time we can
15267         return them immediately without doing any caps intersections.
15268
15269 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15270          
15271         * gst-libs/gst/rtp/README:
15272           Some new documentation
15273         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15274           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15275         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15276         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15277           New RTP audio base payloader class. Supports frame or sample based
15278           codecs.  Not enabled in Makefile.am until approved.
15279
15280 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15281
15282         * tests/check/elements/alsa.c: (test_device_property_probe):
15283           Fix test case: don't try to free NULL GValueArray when there
15284           are no devices.
15285
15286 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15287
15288         * tests/check/Makefile.am:
15289         * tests/check/elements/alsa.c: (test_device_property_probe),
15290         (alsa_suite), (main):
15291           Add simple test that runs a device property probe on alsasrc,
15292           alsasink and alsamixer. Disable valgrind check for now (too
15293           many leaks in libasound, and valgrind ignored my suppressions
15294           additions).
15295
15296 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15299         (gst_alsa_device_property_probe_probe_property),
15300         (gst_alsa_device_property_probe_needs_probe),
15301         (gst_alsa_device_property_probe_get_values),
15302         (gst_alsa_type_add_device_property_probe_interface):
15303         * ext/alsa/gstalsadeviceprobe.h:
15304         * ext/alsa/gstalsamixerelement.c:
15305         (gst_alsa_mixer_element_init_interfaces):
15306         * ext/alsa/gstalsamixerelement.h:
15307           Clean up and simplify alsa device probing. Make it actually work
15308           for multiple classes. Don't cache results any longer.
15309
15310         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15311         (gst_alsasink_init):
15312         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15313         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15314         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15315           Make alsasink and alsasrc implement the GstPropertyProbe interface
15316           for device probing (#342181).
15317           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15318
15319 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15320
15321         * gst/subparse/samiparse.c: (handle_start_font):
15322           Don't ignore return value of strtol (++compiler_happiness).
15323
15324 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         Patch by: Young-Ho Cha  <ganadist chollian net>
15327
15328         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15329         (gst_sub_parse_class_init), (gst_sub_parse_init),
15330         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15331         (convert_encoding):
15332         * gst/subparse/gstsubparse.h:
15333           Add 'encoding' property (#341681).
15334
15335         * gst/subparse/samiparse.c: (characters_sami):
15336           Output is pango markup, so we need to escape text
15337           between tags (#342143).
15338
15339 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst-libs/gst/audio/multichannel.c:
15342         (gst_audio_check_channel_positions):
15343           It's okay to have caps with channels=1 and a channel position
15344           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15345           (deinterleavers might want to keep the position in the caps,
15346           so that they can be re-interleaved again properly later).
15347           Leave check for unexpected 2-channel layouts intact for now.
15348
15349 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15350
15351         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15352         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15353         basesrc can do its job correctly.
15354
15355 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         * ext/alsa/Makefile.am:
15358         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15359         (gst_alsa_detect_formats), (get_channel_free_structure),
15360         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15361         (gst_alsa_probe_supported_formats):
15362         * ext/alsa/gstalsa.h:
15363         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15364           Refactor and improve caps probing code: probe signedness
15365           when we probe the supported formats/widths; set endianness
15366           to the one we actually probed for (ie. cpu endianness).
15367           
15368         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15369         (gst_alsasrc_close):
15370         * ext/alsa/gstalsasrc.h:
15371           Implement caps probing for alsasrc.
15372
15373 2006-05-15  Wim Taymans  <wim@fluendo.com>
15374
15375         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15376         (theora_dec_src_query), (theora_dec_src_event),
15377         (theora_dec_sink_event), (theora_handle_comment_packet),
15378         (theora_handle_data_packet), (theora_dec_change_state):
15379         Cleanups, add some G_LIKELY.
15380         Use segment helpers instead of our own wrong code.
15381         Clear queued buffers on seek and READY.
15382
15383         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15384         (vorbis_dec_convert), (vorbis_dec_src_query),
15385         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15386         (vorbis_handle_comment_packet), (vorbis_dec_push),
15387         (vorbis_handle_data_packet), (vorbis_dec_chain),
15388         (vorbis_dec_change_state):
15389         * ext/vorbis/vorbisdec.h:
15390         Remove old useless packetno variable.
15391         Do position query properly.
15392         Add some G_LIKELY.
15393         Do cleanup of queued buffers in new helper function
15394         and use it.
15395
15396 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15397
15398         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15399           Query supported sample rates. Fixes #341732.
15400
15401 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15402
15403         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15404         (gst_decode_bin_change_state): Make decodebin reusable
15405         when going from PAUSE_TO_READY and then back to PAUSED.
15406         Fixes #331678.
15407
15408 2006-05-15  Wim Taymans  <wim@fluendo.com>
15409
15410         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15411         (vorbis_dec_convert), (vorbis_dec_src_query),
15412         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15413         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15414         (vorbis_dec_clean_queued), (vorbis_dec_push),
15415         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15416         Cleanups. Use refcounting and DEBUG_OBJECT.
15417         Reset segment on flush, use code methods instead of our
15418         own wrong version.
15419         Fix potential memleak.
15420
15421 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15422
15423         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15424         (gst_alsasink_init):
15425         * ext/alsa/gstalsasink.h:
15426           Don't leak allocated snd_output_t structure if there's
15427           more than one alsasink instance at a time (#341873).
15428           Also fix GObject macros in header file.
15429           
15430 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * gst/subparse/gstsubparse.c:
15433         (gst_sub_parse_data_format_autodetect):
15434           Don't use libxml functions in the typefinding code.
15435
15436 2006-05-15  Wim Taymans  <wim@fluendo.com>
15437
15438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15439         Fix seeking performance in the case where a non-header 
15440         packet has a 0 granulepos (busted theora case). 
15441         Fixes #341719
15442         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15443          the first place, you limelight stealer you)
15444
15445 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15446
15447         * gst/subparse/gstsubparse.c:
15448         (gst_sub_parse_data_format_autodetect):
15449           Improve SAMI typefinding: handle case where there are
15450           whitespaces or newlines in front of the first <SAMI>
15451           tag (#169936).
15452
15453 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * configure.ac:
15456           Build video4linux plugin even if there's no XVIDEO, just
15457           without implementing the GstXOverlay interface (#334002).
15458          
15459 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15460
15461         * configure.ac:
15462         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15463         (plugin_init):
15464           Add tentative support for libvisual-0.4 (#336881).
15465
15466 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         Patch by: Young-Ho Cha <ganadist at chollian net>
15469
15470         * gst/subparse/samiparse.c: (handle_start_font):
15471           Need to map "silver" colour explicitly (#169936).
15472
15473 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         Patch by: Young-Ho Cha  <ganadist at chollian net>
15476
15477         * gst/subparse/Makefile.am:
15478         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15479         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15480         (gst_sub_parse_format_autodetect), (feed_textbuf),
15481         (gst_subparse_type_find), (plugin_init):
15482         * gst/subparse/gstsubparse.h:
15483         * gst/subparse/samiparse.c:
15484         * gst/subparse/samiparse.h:
15485           Add support for SAMI subtitles (#169936).
15486
15487 2006-05-14  Michael Smith  <msmith@fluendo.com>
15488
15489         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15490           Fix #341696: crash when mixing L+R+C to mono or stereo.
15491         * tests/check/Makefile.am:
15492         * tests/check/elements/audioconvert.c: (set_channel_positions),
15493         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15494         (audioconvert_suite):
15495           Add test for the above, including some generic framework bits for
15496           testing multichannel things.
15497
15498 === release 0.10.7 ===
15499
15500 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15501
15502         * configure.ac:
15503           releasing 0.10.7, "Leave the gun"
15504
15505 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15506
15507         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15509         Fix the build.
15510
15511 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15512
15513         * docs/libs/gst-plugins-base-libs-docs.sgml:
15514         * docs/libs/gst-plugins-base-libs-sections.txt:
15515         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15516         * gst-libs/gst/video/video.h:
15517         * gst/videoscale/Makefile.am:
15518         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15520         * tests/check/Makefile.am:
15521         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15522         (main):
15523           Fix integer overflow problem with pixel-aspect-ratio calculations
15524           in videoscale and xvimagesink (#341542)
15525
15526 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15527
15528         * gst-libs/gst/tag/gstid3tag.c:
15529           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15530
15531 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15532
15533         * win32/MANIFEST:
15534           update win32 files listing
15535
15536 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15537
15538         patch by: Sjoerd Simons (sjoerd@luon.net)
15539
15540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15541         (group_create), (group_destroy), (add_stream),
15542         (gst_play_base_bin_get_property),
15543         (gst_play_base_bin_get_streaminfo_value_array):
15544         * gst/playback/gstplaybasebin.h:
15545           API: GstPlayBaseBin::stream-info-value-array property
15546           use a more bindings-friendly way of exposing streaminfo
15547           using a GValueArray.  Tested in ipython.
15548           Closes #341114
15549
15550 2006-05-11  Wim Taymans  <wim@fluendo.com>
15551
15552         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15553         (queue_underrun_cb), (queue_filled_cb):
15554         Also catch queue underruns but don't do anything yet.
15555         Refactor and comment queue enlarging code a bit.
15556
15557         * gst/playback/gstplaybasebin.c: (queue_overrun),
15558         (queue_threshold_reached), (queue_out_of_data),
15559         (gen_preroll_element):
15560         If a queue over/underruns check that we don't create nasty
15561         deadlocks when the min-threshold is not reached but the
15562         max-bytes is. In those cases disable max-bytes when we
15563         know that the queue is fed timed data.
15564         Add more comments.
15565
15566 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15567
15568         * gst/playback/gstplaybin.c: (gen_audio_element):
15569           Make playbin automatically plug an 'audioresample'
15570           element before the audio sink as well. This solves
15571           problems with sinks that only accept a very specific
15572           sample rate, like esdsink (e.g. #340379).
15573
15574 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15575
15576         * gst/playback/gstplaybasebin.c: (gen_source_element):
15577           Make http sources send special headers so that we receive
15578           icecast metadata if the http stream is an icecast stream
15579           (otherwise the server will just ignore them). This also
15580           means that from now on users will need the 'icydemux'
15581           element from gst-plugins-good installed if they want to
15582           listen to icecast radio streams. (#341432, #333657).
15583
15584 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15585
15586         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15587         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15588           remove stupid example from docs - it should come with a simple
15589           C program instead.
15590           Clean up/fix docs
15591         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15592         (fail_if_can_read), (GST_START_TEST),
15593         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15594           add a test for changing streamheader which exposes a bug in
15595           multifdsink
15596
15597 2006-05-11  Michael Smith  <msmith@fluendo.com>
15598
15599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15600         (gst_gnome_vfs_src_received_headers_callback):
15601         * ext/gnomevfs/gstgnomevfssrc.h:
15602           Don't set icy-caps unless we have a sane interval value. Move
15603           interval to a local variable; we never use it outside this function.
15604
15605 2006-05-11  Wim Taymans  <wim@fluendo.com>
15606
15607         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15609         Register special buffer types along with the objects so
15610         that they are not registered at runtime from N different
15611         streaming threads since they are not threadsafe.
15612
15613 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15614
15615         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15616         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15617           add two more tests, one doing streamheader
15618
15619 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15620
15621         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15622           clean up the bufqueue when shutting down
15623         * tests/check/Makefile.am:
15624         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15625         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15626         (main):
15627           add a test for the leak that was just fixed
15628
15629 2006-05-10  Wim Taymans  <wim@fluendo.com>
15630
15631         * gst/adder/gstadder.c: (gst_adder_setcaps),
15632         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15633         (gst_adder_src_event), (gst_adder_sink_event),
15634         (gst_adder_class_init), (gst_adder_finalize),
15635         (gst_adder_request_new_pad), (gst_adder_collected):
15636         * gst/adder/gstadder.h:
15637         Updated some docs. Added comments and FIXMEs all over the place.
15638         Improve debugging info.
15639         Fix leak on finalize by not calling the parent.
15640         Implement duration query.
15641         Make event forwarding threadsafe.
15642         Correctly send NEWSEGMENT at start and after flush.
15643         Handle EOS correctly.
15644         Post error when not negotiated.
15645
15646         * tests/check/elements/adder.c: (GST_START_TEST):
15647         Added FIXME in the test.
15648
15649 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15652         (gst_text_overlay_halign_get_type),
15653         (gst_text_overlay_wrap_mode_get_type):
15654         * ext/theora/theoradec.c: (theora_handle_type_packet),
15655         (theora_handle_data_packet):
15656         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15657         (theora_enc_sink_setcaps), (theora_enc_chain):
15658         * gst-libs/gst/cdda/gstcddabasesrc.c:
15659         (gst_cdda_base_src_mode_get_type):
15660         * gst/audiotestsrc/gstaudiotestsrc.c:
15661         (gst_audiostestsrc_wave_get_type):
15662         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15663         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15664         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15665         (gst_sync_method_get_type), (gst_unit_type_get_type),
15666         (gst_client_status_get_type):
15667         * gst/videoscale/gstvideoscale.c:
15668         (gst_video_scale_method_get_type):
15669         * gst/videotestsrc/gstvideotestsrc.c:
15670         (gst_video_test_src_pattern_get_type):
15671         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15672         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15673         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15674         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15675         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15676         (paint_setup_RGB565), (paint_setup_xRGB1555):
15677           Const-ify GEnumValue and GFlagsValue arrays. Use
15678           GST_ROUND_UP_* macros instead of home-made ones.
15679
15680 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * configure.ac:
15683           Require core CVS for the new newsegment stuff.
15684
15685 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         Patch by: Sjoerd Simons  <sjoerd at luon net>
15688
15689         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15690           Register nick for enum value (#341160).
15691
15692 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15693
15694         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15695         (plugin_init):
15696          backout typefind patch #340375
15697          
15698         * tests/check/elements/adder.c: (message_received),
15699         (GST_START_TEST), (adder_suite):
15700           redo, signal-handling of test
15701
15702 2006-05-09  Wim Taymans  <wim@fluendo.com>
15703
15704         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15705         (gst_adder_collected):
15706         * gst/adder/gstadder.h:
15707         Remove bogus segment merging and forwarding, we don't
15708         care about timestamps anyway and we just produce a
15709         continuous stream. 
15710         Also create a nice NEWSEGMENT event when we start.
15711         Use _scale_int some more.
15712
15713 2006-05-09  Edward Hervey  <edward@fluendo.com>
15714
15715         * tests/icles/stress-xoverlay.c:
15716         Fix if core was built without parsing support.
15717
15718 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15721           Add SEDG (Samsung MPEG-4) fourcc.
15722
15723 2006-05-09  Edward Hervey  <edward@fluendo.com>
15724
15725         * tests/icles/stress-xoverlay.c:
15726         * tests/examples/volume/volume.c:
15727         Fix if core was built without parsing support.
15728
15729         * tests/examples/seek/seek.c:
15730         Disable the parse_launch example if core was built without parsing
15731         support.
15732
15733 2006-05-08  Edward Hervey  <edward@fluendo.com>
15734
15735         * autogen.sh: (CONFIGURE_DEF_OPT): 
15736         libtoolize on Darwin/MacOSX is called glibtoolize
15737
15738 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15739
15740         * tests/check/Makefile.am:
15741         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15742           Disable the adder test, until the build-slaves posses the kindness to 
15743           either like it or to give valid reason for not doing so 
15744
15745 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15746
15747         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15748         (adder_suite):
15749           Shuffle NULL state change around and raise timeout more
15750
15751 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15752
15753         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15754         (mp4_type_find), (plugin_init):
15755           Add typefind to distinguish between "audio/x-m4a" and new type
15756           "video/mp4". Fixes #340375
15757
15758         * tests/check/elements/adder.c: (adder_suite):
15759           Raise timeout to make buildbot happy
15760
15761 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15762
15763         * gst/adder/gstadder.c: (gst_adder_sink_event),
15764         (gst_adder_request_new_pad), (gst_adder_change_state):
15765         * gst/adder/gstadder.h:
15766         * tests/check/Makefile.am:
15767         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15768         (adder_suite), (main):
15769           Add sink-event handling to adder. It tries to merge incomming
15770           newsegment-events. Added test to check if segment_done is comming
15771           through. Fixes #340060
15772
15773 2006-05-05  Andy Wingo  <wingo@pobox.com>
15774
15775         * ext/theora/theoraparse.c (gst_theora_parse_init)
15776         (theora_parse_src_convert, theora_parse_src_query):
15777         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15778         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15779         query functions on the source pads of the theora and vorbis parse
15780         elements. Fixes position querying when doing a remux.
15781
15782 2006-05-05  Michael Smith  <msmith@fluendo.com>
15783
15784         * ext/theora/theoraparse.c: (parse_granulepos),
15785         (theora_parse_drain_queue_prematurely),
15786         (theora_parse_queue_buffer), (theora_parse_sink_event):
15787           Fix flushing.
15788           Fix invalid granulepos outputs when starting with a non-keyframe.
15789
15790 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15791
15792         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15793         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15794         Rearrange MPEG system stream detection, fixing some memleaks in the
15795         process.
15796         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15797         they clean up their data correctly.
15798         Remove unused ogganx caps and move the 'is_annodex' check to inside
15799         the 'is_ogg' if statement.
15800
15801 2006-05-05  Wim Taymans  <wim@fluendo.com>
15802
15803         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15804         Properly remove ghostpads. Fixes #340392
15805
15806 2006-05-04  David Schleef  <ds@schleef.org>
15807
15808         * gst/typefind/gsttypefindfunctions.c:
15809
15810 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15811
15812         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15813         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15814
15815         When typefinding an MP3 in push-based mode, don't penalise the
15816         probability down to 74% when we found 5 valid frames just because we
15817         can't peek the end of the file.
15818
15819         Make the probability for detecting MPEG Transport Streams based on the
15820         number of sequential headers we successfully detected.
15821
15822 2006-05-03  Wim Taymans  <wim@fluendo.com>
15823
15824         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15825         (vorbis_dec_push), (vorbis_dec_chain):
15826         Still produce an error when we receive an empty packet.
15827
15828 2006-05-03  Wim Taymans  <wim@fluendo.com>
15829
15830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15831         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15832         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15833         Mark buffers with DISCONT after seek and after activating new
15834         chains.
15835
15836         * ext/theora/gsttheoradec.h:
15837         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15838         (theora_get_query_types), (theora_dec_sink_event),
15839         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15840         (theora_dec_change_state):
15841         Fix frame counter.
15842         Detect and mark DISCONT buffers.
15843
15844         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15845         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15846         (vorbis_dec_change_state):
15847         * ext/vorbis/vorbisdec.h:
15848         Use GstSegment.
15849         Detect and mark DISCONT buffers.
15850         Don't crash on 0 sized buffers.
15851
15852 2006-05-03  Wim Taymans  <wim@fluendo.com>
15853
15854         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15855         (volume_transform_ip):
15856         Increase "volume" property to 10.0. Fixes #340369.
15857         Set the process function to NULL when capsnego fails so that
15858         we properly error out.
15859
15860 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15861
15862         * gst/playback/gstplaybin.c: (add_sink):
15863         * gst/playback/test.c: (main):
15864         * gst/playback/test5.c: (dump_element_stats):
15865         * gst/playback/test6.c: (main):
15866           free caps using gst_caps_unref, don't leak caps-strings
15867
15868 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15871         (plugin_init):
15872           Refine musepack typefinding a bit. Return MAXIMUM
15873           probability when we detect stream version 7 to make
15874           sure the mpeg audio typefinder doesn't trump us.
15875
15876 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15877
15878         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15879           Protect against unexpected NULL strf_data buffer.
15880
15881 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * tests/check/elements/audioconvert.c: (verify_convert),
15884         (GST_START_TEST):
15885           interpret the out[] buffer in the order the bytes are actually
15886           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15887           Other tests should use BYTE_ORDER since the array is filled in
15888           with actual values
15889
15890 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15891
15892         * tests/check/elements/audioconvert.c: (verify_convert),
15893         (GST_START_TEST):
15894           when a test fails, give an indication of which it is
15895
15896 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * gst-libs/gst/cdda/gstcddabasesrc.c:
15899           compile fix; strtol() needs <stdlib.h>
15900
15901 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15902
15903         * ext/alsa/gstalsamixerelement.c:
15904         * ext/alsa/gstalsasrc.c:
15905         * ext/cdparanoia/gstcdparanoiasrc.c:
15906         * ext/gnomevfs/gstgnomevfssink.c:
15907         * ext/gnomevfs/gstgnomevfssrc.c:
15908         * ext/ogg/gstoggdemux.c:
15909         * ext/ogg/gstoggmux.c:
15910         * ext/ogg/gstoggparse.c:
15911         * ext/ogg/gstogmparse.c:
15912         * ext/pango/gstclockoverlay.c:
15913         * ext/pango/gsttextoverlay.c:
15914         * ext/pango/gsttextrender.c:
15915         * ext/pango/gsttimeoverlay.c:
15916         * ext/theora/theoradec.c:
15917         * ext/theora/theoraenc.c:
15918         * ext/vorbis/vorbisdec.c:
15919         * ext/vorbis/vorbisenc.c:
15920         * gst-libs/gst/audio/gstaudiofilter.c:
15921         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15922         * gst/audioconvert/gstaudioconvert.c:
15923         * gst/audiorate/gstaudiorate.c:
15924         * gst/audioresample/gstaudioresample.c:
15925         * gst/audiotestsrc/gstaudiotestsrc.c:
15926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15927         * gst/playback/gstdecodebin.c:
15928         * gst/playback/gstplaybin.c:
15929         * gst/playback/gststreamselector.c:
15930         * gst/subparse/gstsubparse.c:
15931         * gst/tcp/gstmultifdsink.c:
15932         * gst/tcp/gsttcpclientsink.c:
15933         * gst/tcp/gsttcpclientsrc.c:
15934         * gst/tcp/gsttcpserversink.c:
15935         * gst/tcp/gsttcpserversrc.c:
15936         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15937         * gst/videorate/gstvideorate.c:
15938         * gst/videoscale/gstvideoscale.c:
15939         * gst/videotestsrc/gstvideotestsrc.c:
15940         * gst/volume/gstvolume.c:
15941         * sys/v4l/gstv4ljpegsrc.c:
15942         * sys/v4l/gstv4lmjpegsink.c:
15943         * sys/v4l/gstv4lmjpegsrc.c:
15944         * sys/v4l/gstv4lsrc.c:
15945         * sys/ximage/ximagesink.c:
15946         * sys/xvimage/xvimagesink.c:
15947         * tests/check/libs/cddabasesrc.c:
15948           make GstElementDetails const
15949
15950 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15951
15952         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15953         (gst_adder_init):
15954           send events from src-pad to all sink-pads fixes #338657
15955
15956 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15957
15958         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15959         (alsasink_parse_spec):
15960           query width capabilities from alsa, fixes #338919
15961
15962 2006-04-28  Wim Taymans  <wim@fluendo.com>
15963
15964         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15965         (gst_multi_fd_sink_remove_client_link):
15966         * gst/tcp/gstmultifdsink.h:
15967         Fix race condition in multifdsink that can lead to spurious 
15968         duplicate clients. this patch adds a new signal that is fired when
15969         multifdsink has removed all references to the fd.
15970         Fixes #339574.
15971         Updated documentation.
15972         API: client-fd-removed signal added
15973
15974 2006-04-28  Michael Smith  <msmith@fluendo.com>
15975
15976         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15977           When asking g_value_array_new to prealloc elements, we may as well
15978           ask for the right number of elements.
15979
15980 2006-04-28  Wim Taymans  <wim@fluendo.com>
15981
15982         * gst-libs/gst/audio/gstbaseaudiosink.c:
15983         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15984         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15985         patch to make timestamp checking more tollerant to rounding 
15986         errors given that real discontinuities are to be marked on
15987         buffers. Fixes some asf files and #338778.
15988         Also avoid some crashers when we receive an event in the 
15989         NULL state.
15990
15991 2006-04-28  Michael Smith  <msmith@fluendo.com>
15992
15993         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15994         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15995         (gst_gnome_vfs_src_get_property),
15996         (gst_gnome_vfs_src_send_additional_headers_callback),
15997         (gst_gnome_vfs_src_received_headers_callback),
15998         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15999         (gst_gnome_vfs_src_stop):
16000         * ext/gnomevfs/gstgnomevfssrc.h:
16001           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16002           proper shared support within icydemux.
16003
16004 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16005
16006         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16007         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16008           fix up docs
16009           fix a leak when no caps negotiated
16010           fix counting of input frames
16011         * tests/check/elements/.cvsignore:
16012         * tests/check/elements/videorate.c: (assert_videorate_stats),
16013         (GST_START_TEST), (videorate_suite):
16014           add tests for these
16015
16016 2006-04-28  Wim Taymans  <wim@fluendo.com>
16017
16018         * gst-libs/gst/audio/gstringbuffer.c:
16019         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16020         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16021         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16022         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16023         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16024         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16025         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16026         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16027         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16028         Check arguments passed to public functions instead of
16029         crashing.
16030
16031 2006-04-28  Wim Taymans  <wim@fluendo.com>
16032
16033         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16034         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16035         GstBaseAudioSrc must be live or it does not work.
16036
16037         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16038         Don't set live to TRUE as this is the default in the parentclass.
16039
16040 2006-04-28  Wim Taymans  <wim@fluendo.com>
16041
16042         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16043         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16044         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16045         fixation cases better. Fixes #338991
16046
16047 2006-04-28  Wim Taymans  <wim@fluendo.com>
16048
16049         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16050         Handle 0/1 framerate correctly Fixes #331901.
16051
16052 2006-04-28  Wim Taymans  <wim@fluendo.com>
16053
16054         * tests/check/elements/audioconvert.c: (get_float_caps),
16055         (GST_START_TEST), (audioconvert_suite):
16056         Added check for correct clipping when doing float samples
16057         in audioconvert.
16058
16059 2006-04-28  Wim Taymans  <wim@fluendo.com>
16060
16061         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16062         (gst_video_rate_chain):
16063         Print more debugging info.
16064
16065 2006-04-28  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16068         (resample_set_state_from_caps):
16069         Add support for other formats audioresample can handle such as
16070         32 bits in and float and 64 bits float. Fixes #301759
16071
16072 2006-04-28  Wim Taymans  <wim@fluendo.com>
16073
16074         * gst/audioconvert/audioconvert.c: (float):
16075         correctly clip float samples > 1.0. Fixes #338718
16076
16077 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         Patch by: Young-Ho Cha  <ganadist at chollian net>
16080
16081         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16082         (gst_text_overlay_render_text):
16083           Don't strip newlines from the text. Also, center lines
16084           within multi-line paragraphs (#339405).
16085
16086 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16087
16088         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16089           Fix wavpack typefinding to work in more cases (don't peek
16090           for chunks of multiple hundred kBs at once, but process
16091           things step-by-step in smaller units). Fixes #339786.
16092
16093 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16094
16095         * configure.ac:
16096           back to HEAD
16097
16098 === release 0.10.6 ===
16099
16100 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16101
16102         * configure.ac:
16103           releasing 0.10.6, "Chao"
16104
16105 2006-04-26  David Schleef  <ds@schleef.org>
16106
16107         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16108           Fixes #338897.
16109
16110 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * configure.ac:
16113         * win32/common/config.h:
16114           new prerelease
16115
16116 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16117
16118         patch by: Wim Taymans
16119
16120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16121         (gst_ogg_demux_perform_seek):
16122           make sure correct newsegments are sent, so that the decoder
16123           and the demuxer agree on timestamps.  Fixes playback of a lot
16124           of Ogg files that do not start from 0.  Fixes #339833.
16125
16126 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16127
16128         Patch by: Edward Hervey  <edward@fluendo.com>
16129
16130         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16131         * tests/check/Makefile.am:
16132         * tests/check/elements/videorate.c: (assert_videorate_stats),
16133         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16134         (videorate_suite), (main):
16135           Fix an infinite loop if frames are passed in with wrongly ordered
16136           timestamps.  Fixes #339013.
16137
16138 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16139
16140         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16141
16142         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16143           fix typefinding on some ISO files.  Fixes #339212.
16144
16145 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16146
16147         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16148
16149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16150           add another H264 fourcc.  Fixes #339047.
16151
16152 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16153
16154         Patch by: Jan Schmidt
16155
16156         * gst/playback/gststreamselector.c:
16157         (gst_stream_selector_bufferalloc):
16158           Restore old StreamSelector behaviour.
16159           Fixes #338419.
16160
16161 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16162
16163         * configure.ac:
16164         * win32/common/config.h:
16165           prerelease
16166
16167 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16170
16171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16172         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16173           Fix some memory leaks: on finalize, free buffers left in the queue
16174           before destroying the queue; in _push(), unref rtp_buf even if
16175           the process vfunc returned a NULL buffer as output buffer (#337548);
16176           demote some recuring debug messages to LOG level.
16177
16178 2006-04-11  Wim Taymans  <wim@fluendo.com>
16179
16180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16181         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16182         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16183         (gst_ogg_demux_loop):
16184         More cleanups.
16185         Respect segment stop when emiting EOS or SEGMENT_DONE.
16186         Fixes (#337945).
16187
16188 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         * gst/playback/gststreamselector.c:
16191         (gst_stream_selector_get_property):
16192           Don't leak pad name.
16193
16194 2006-04-10  Michael Smith  <msmith@fluendo.com>
16195
16196         * tests/check/Makefile.am:
16197         * tests/check/gst-plugins-base.supp:
16198           Suppress an old libtheora bug (fixed in more recent versions), so 
16199           that FC4 buildslaves can pass.
16200
16201 2006-04-10  Wim Taymans  <wim@fluendo.com>
16202
16203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16204         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16205         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16206         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16207         (gst_ogg_demux_loop):
16208         Don't leak events.
16209         Remember what error we got when finding chains, if we
16210         were shutdown, that would not be an error.
16211
16212 2006-04-10  Wim Taymans  <wim@fluendo.com>
16213
16214         * gst-libs/gst/audio/gstbaseaudiosink.c:
16215         (gst_base_audio_sink_event):
16216         Starting the ringbuffer when we did not acquire it can cause
16217         a deadlock, is pointless and causes nasty things for
16218         subclasses. 
16219         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16220
16221 2006-04-10  Wim Taymans  <wim@fluendo.com>
16222
16223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16224         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16225         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16226         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16227         (gst_ogg_demux_deactivate_current_chain),
16228         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16229         (gst_ogg_demux_bisect_forward_serialno),
16230         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16231         Add some more debugging.
16232
16233 2006-04-10  Wim Taymans  <wim@fluendo.com>
16234
16235         * ext/theora/theoradec.c: (theora_dec_src_event),
16236         (theora_handle_data_packet):
16237         Some more debug info.
16238
16239         * tests/examples/seek/seek.c: (start_seek), (main):
16240         Print element messages too.
16241
16242 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16243
16244         * gst/audioresample/debug.h:
16245           replace debug macros with variable number of parameters
16246           by a simple alias to gstreamer standard debug macros 
16247          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16248           supported by MSVC 6.0 and 7.1)
16249         * gst/audioresample/resample.h:
16250           define M_PI and rint for WIN32
16251         * win32/common/libgstaudio.def:
16252         * win32/common/libgstriff.def:
16253         * win32/common/libgsttag.def:
16254         * win32/common/libgstvideo.def:
16255           add new exported functions
16256         * win32/vs6:
16257           update project files
16258
16259 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16260
16261         * ext/alsa/gstalsamixeroptions.c:
16262         (gst_alsa_mixer_options_class_init):
16263         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16266         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16267         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16268         * gst-libs/gst/audio/gstaudiofilter.c:
16269         (gst_audio_filter_class_init):
16270         * gst-libs/gst/audio/gstaudiosink.c:
16271         (gst_audioringbuffer_class_init):
16272         * gst-libs/gst/audio/gstaudiosrc.c:
16273         (gst_audioringbuffer_class_init):
16274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16275         * gst-libs/gst/interfaces/colorbalancechannel.c:
16276         (gst_color_balance_channel_class_init):
16277         * gst-libs/gst/interfaces/mixeroptions.c:
16278         (gst_mixer_options_class_init):
16279         * gst-libs/gst/interfaces/mixertrack.c:
16280         (gst_mixer_track_class_init):
16281         * gst-libs/gst/interfaces/tunerchannel.c:
16282         (gst_tuner_channel_class_init):
16283         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16284         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16285         (gst_netbuffer_class_init):
16286         * gst-libs/gst/rtp/gstbasertppayload.c:
16287         (gst_basertppayload_class_init):
16288         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16290         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16291         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16292         * gst/playback/gststreamselector.c:
16293         (gst_stream_selector_class_init):
16294         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16295         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16296         * sys/v4l/gstv4lcolorbalance.c:
16297         (gst_v4l_color_balance_channel_class_init):
16298         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16299         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16300         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16301         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16302         (gst_v4l_tuner_norm_class_init):
16303         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16305         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16306         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16307
16308 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16309
16310         * ext/pango/gsttextrender.h:
16311         * gst-libs/gst/audio/gstaudiosink.h:
16312         * gst-libs/gst/audio/gstaudiosrc.h:
16313         * gst-libs/gst/audio/gstbaseaudiosink.h:
16314         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16315         * gst-libs/gst/audio/gstringbuffer.h:
16316         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16317         * gst-libs/gst/rtp/gstbasertppayload.h:
16318         * gst-libs/gst/video/gstvideofilter.h:
16319         * gst-libs/gst/video/gstvideosink.h:
16320         * gst/playback/gstplaybasebin.h:
16321         * gst/tcp/gstmultifdsink.h:
16322         * sys/v4l/gstv4lelement.h:
16323         Fix broken GObject macros
16324
16325 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16326
16327         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16328         More debug to trace why my USB headset is not working with gst
16329
16330 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16331
16332         * gst/playback/gstplaybasebin.c: (group_destroy):
16333         Clean up our group elements properly in the case where it never 
16334         got committed - it still got added unconditionally to the bin.
16335
16336 2006-04-07  Wim Taymans  <wim@fluendo.com>
16337
16338         * ext/theora/theoradec.c: (theora_dec_sink_event),
16339         (theora_handle_data_packet), (theora_dec_chain):
16340         Unref unhandled events.
16341         Protect against empty buffers.
16342         Perform QoS on running time.
16343
16344 2006-04-07  Michael Smith  <msmith@fluendo.com>
16345
16346         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16347         (gst_vorbis_enc_chain):
16348           Remove leaks from vorbisenc.
16349           Mostly minor changes, the only significant one is that now the
16350           buffers we set as 'streamheader' on the caps are copies of the
16351           original buffers, to avoid circular refcounting problems.
16352
16353 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16354
16355         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16356           Don't remove our mute-probe if someone else already did so.
16357           Don't set a 2nd one if there is already one pending on the pad.
16358
16359         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16360         (do_playbin_seek):
16361           When a seek fails, ensure that playbin is still set back to playing.
16362           
16363         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16364         (mpeg_ts_type_find), (plugin_init):
16365           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16366
16367 2006-04-06  Andy Wingo  <wingo@pobox.com>
16368
16369         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16370         (gst_video_rate_init): Caps-related parameters should not be reset
16371         by a flush -- move their inits to the instance init function.
16372         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16373         is not OK, just return the result.
16374
16375         * gst/audiotestsrc/gstaudiotestsrc.c
16376         (gst_audio_test_src_class_init)
16377         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16378         broken by Stefan's commit on 24 March.
16379
16380         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16381         buffers being pushed out. Fixes oggmux ! multifdsink.
16382
16383 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16386         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16387         * ext/vorbis/vorbisdec.h:
16388         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16389         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16390         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16391         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16392         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16393         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16394         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16395         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16396         (gst_vorbis_enc_buffer_from_packet),
16397         (gst_vorbis_enc_buffer_from_header_packet),
16398         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16399         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16400         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16401         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16402         (gst_vorbis_enc_change_state):
16403         * ext/vorbis/vorbisenc.h:
16404           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16405           vorbisenc adhere to the official nomenclature; use boilerplate
16406           macro.
16407
16408 2006-04-04  Andy Wingo  <wingo@pobox.com>
16409
16410         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16411         Whoops, fix bug introduced. Bad hacker!
16412         
16413         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16414         Properly handle the case where you get EOS before any buffers are
16415         received. Use gst_buffer_make_metadata_writable where appropriate.
16416
16417         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16418         is often negative -- make it signed so as not to wrap around.
16419         Fixes segfaults introduced on 9 March.
16420
16421 2006-04-03  Wim Taymans  <wim@fluendo.com>
16422
16423         * ext/theora/gsttheoradec.h:
16424         * ext/theora/theoradec.c: (theora_dec_src_event):
16425         Don't try to store a gdouble in a gboolean.
16426         Small cleanups.
16427
16428 2006-04-03  Michael Smith  <msmith@fluendo.com>
16429
16430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16431           Oggmux sucks.
16432           Make it suck slightly less by writing out the final page.
16433           Still can't encode a vorbis-in-ogg file correctly, though.
16434
16435 2006-04-03  Andy Wingo  <wingo@pobox.com>
16436
16437         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16438         a g_print.
16439
16440         * ext/theora/theora.c (plugin_init): Register theoraparse.
16441
16442         * ext/theora/gsttheoraparse.h: 
16443         * ext/theora/theoraparse.c: New files implementing a theora
16444         parser. Now we can properly remux ogg/theora+vorbis, yay.
16445
16446         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16447
16448 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16449
16450         * gst/audiotestsrc/gstaudiotestsrc.c:
16451           Fixed the sample pipeline (see #323798)
16452
16453 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16454
16455         * configure.ac:
16456         * win32/common/config.h:
16457         * win32/common/config.h.in:
16458           use AS_VERSION and AS_NANO
16459           more cleanups
16460
16461 2006-03-31  Andy Wingo  <wingo@pobox.com>
16462
16463         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16464         uninitialized variable return that would happen.
16465         
16466         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16467         uninitialized variable return that would never happen.
16468
16469         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16470         (vorbis_parse_sink_event): Add an event function to flush our
16471         state on a seek, and to drain buffers on a premature EOS.
16472         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16473         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16474         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16475         (vorbis_parse_drain_queue): Queue up buffers until we can set
16476         their timestamps and granulepos values.
16477
16478         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16479         and keep track of data needed for deriving granulepos and
16480         timestamps for buffers.
16481
16482 2006-03-29  Wim Taymans  <wim@fluendo.com>
16483
16484         Patch by: j^ <j at bootlab dot org>
16485
16486         * ext/alsa/gstalsamixerelement.c:
16487         (gst_alsa_mixer_element_class_init):
16488         * ext/alsa/gstalsasink.c:
16489         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16490         * ext/ogg/gstoggdemux.c:
16491         * ext/ogg/gstoggmux.c:
16492         * ext/ogg/gstoggparse.c:
16493         * ext/pango/gstclockoverlay.c:
16494         * ext/pango/gsttextoverlay.c:
16495         * ext/pango/gsttextrender.c:
16496         * ext/pango/gsttimeoverlay.c:
16497         * ext/theora/theoradec.c:
16498         * ext/theora/theoraenc.c:
16499         * ext/vorbis/vorbisdec.c:
16500         * ext/vorbis/vorbisenc.c:
16501         * gst/audioconvert/gstaudioconvert.c:
16502         * gst/subparse/gstsubparse.c:
16503         * gst/tcp/gstmultifdsink.c:
16504         * gst/tcp/gsttcpclientsink.c:
16505         * gst/tcp/gsttcpclientsrc.c:
16506         * gst/tcp/gsttcpserversink.c:
16507         * gst/tcp/gsttcpserversrc.c:
16508           better/unified long descriptions
16509           Fixes #336477
16510
16511 2006-03-29  Wim Taymans  <wim@fluendo.com>
16512
16513         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16514         (stop_seek):
16515         Don't let double and triple clicks mess up our state.
16516
16517 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16518
16519         * gst/playback/gstplaybin.c: (gen_video_element),
16520         (gen_text_element), (gen_audio_element), (gen_vis_element):
16521           Error out gracefully when we can't create any of the usual
16522           conversion elements for some reason. Also, don't try to
16523           create an audioscale (sic) element that's not used anyway.
16524
16525 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16526
16527         * gst/playback/gstplaybasebin.c: (setup_source):
16528           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16529           element for a particular protocol, that's confusing for users.
16530           Instead, post a RESOURCE_FAILED error, so that our own error
16531           message is actually shown in totem etc. (#336303).
16532
16533 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16536
16537         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16538         (gst_gnome_vfs_src_get_icy_metadata):
16539           Fix some minor memory leaks (#336194).
16540
16541 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16542
16543         * ext/gnomevfs/gstgnomevfs.c:
16544         (gst_gnome_vfs_location_to_uri_string):
16545         * ext/gnomevfs/gstgnomevfs.h:
16546         * ext/gnomevfs/gstgnomevfssink.c:
16547         (gst_gnome_vfs_sink_set_property):
16548         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16549           Make gnomevfssink accept filenames as well as URIs for the
16550           "location" property, just like gnomevfssrc does (and
16551           filesrc/filesink do) (#336190).
16552
16553 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16554
16555         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16556           set to NULL before unreffing, fixes a valgrind leak.
16557           Why was this not triggering the error that an object needs to
16558           be NULL before unreffing ?
16559         * win32/common/config.h:
16560           update
16561
16562 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16563
16564         * gst/subparse/gstsubparse.c: (convert_encoding),
16565         (gst_sub_parse_change_state):
16566         * gst/subparse/gstsubparse.h:
16567           Text subtitle files may or may not be UTF-8. If it's not, we
16568           don't really want to see '?' characters in place of non-ASCII
16569           characters like accented characters. So let's assume the input
16570           is UTF-8 until we come across text that is clearly not. If it's
16571           not UTF-8, we don't really know what it is, so try the following:
16572           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16573           is set; if not, check (b) if the current locale encoding is
16574           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16575           the current locale encoding is UTF-8 and the environment variable
16576           was not set to any particular encoding. Not perfect, but better
16577           than nothing (and better than before, I think) (fixes #172848).
16578
16579 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16580
16581         * configure.ac:
16582           update core requirement to 0.10.4.1 because of async_playback
16583           vmethod on GstBaseSink
16584
16585 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16586
16587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16588         * gst/adder/gstadder.c: (gst_adder_init):
16589         use DEBUG_FUNCPTR for collectpads
16590
16591 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16592
16593         * docs/plugins/Makefile.am:
16594         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16595         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16596         * ext/cdparanoia/gstcdparanoiasrc.c:
16597         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16598         (gst_gnome_vfs_sink_class_init):
16599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16601         * ext/ogg/gstoggmux.c:
16602         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16603         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16604         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16605         * ext/pango/gsttextoverlay.c:
16606         * ext/pango/gsttextrender.c:
16607         * ext/theora/theoradec.c:
16608         * ext/theora/theoraenc.c:
16609         * ext/vorbis/vorbisdec.c:
16610         * ext/vorbis/vorbisenc.c:
16611         * gst-libs/gst/audio/gstaudiofilter.c:
16612         (gst_audio_filter_base_init):
16613         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16614         (gst_audio_filter_template_base_init):
16615         * gst/adder/gstadder.c: (gst_adder_get_type):
16616         * gst/adder/gstadder.h:
16617         * gst/audioconvert/gstaudioconvert.c:
16618         * gst/audiotestsrc/gstaudiotestsrc.c:
16619         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16620         (gst_audio_test_src_create):
16621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16622         * gst/playback/gstdecodebin.c:
16623         * gst/playback/gstplaybin.c:
16624         * gst/playback/gststreamselector.c:
16625         (gst_stream_selector_base_init):
16626         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16627         * gst/volume/gstvolume.c:
16628         * sys/v4l/gstv4lmjpegsink.c:
16629         * sys/v4l/gstv4lmjpegsrc.c:
16630         * tests/check/libs/cddabasesrc.c:
16631         * tests/old/examples/gob/gst-identity2.gob:
16632           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16633           define GstElementDetails at the top
16634
16635 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16636
16637         * win32/common/libgstinterfaces.def:
16638         Add a lot of export functions for gst-python
16639         * win32/vs6/libgstinterfaces.dsp:
16640         Add a missing include folder in the project configuration
16641         
16642 2006-03-23  Wim Taymans  <wim@fluendo.com>
16643
16644         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16645         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16646         (gst_base_audio_src_change_state):
16647         Fix audio sources, forgot to make the ringbuffer
16648         startable...
16649
16650 2006-03-23  Wim Taymans  <wim@fluendo.com>
16651
16652         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16653         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16654         (gst_base_audio_src_change_state):
16655         unparent instead of unref the ringbuffer.
16656
16657 2006-03-23  Wim Taymans  <wim@fluendo.com>
16658
16659         * gst-libs/gst/audio/gstbaseaudiosink.c:
16660         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16661         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16662         Implement new async_play vmethod to start slaving and allow
16663         playback start in case of async PLAY state changes. 
16664
16665         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16666         Enable QoS with new method in base class.
16667
16668 2006-03-23  Wim Taymans  <wim@fluendo.com>
16669
16670         Patch by: Julien MOUTTE <julien at moutte dot net>
16671
16672         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16673         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16674         Partially handle 0 framerate, only EOS after the first frame
16675         is missing.
16676
16677 2006-03-23  Wim Taymans  <wim@fluendo.com>
16678
16679         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16680
16681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16682         (gst_riff_create_video_template_caps):
16683         * gst/ffmpegcolorspace/avcodec.h:
16684         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16685         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16686         (gst_ffmpegcsp_avpicture_fill):
16687         * gst/ffmpegcolorspace/imgconvert.c:
16688         Patch for support of YVU9 AVI files (#334822)
16689
16690 2006-03-22  Edward Hervey  <edward@fluendo.com>
16691
16692         * docs/design/design-decodebin.txt:
16693         Added design document for new decodebin
16694         (Target Caps): text/x-pango-markup is also a default target caps.
16695
16696 2006-03-22  Wim Taymans  <wim@fluendo.com>
16697
16698         * gst-libs/gst/audio/gstbaseaudiosink.c:
16699         (gst_base_audio_sink_dispose):
16700         Since we _parent the ringbuffer, we also need to
16701         _unparent instead of a plain _unref.
16702
16703 2006-03-22  Wim Taymans  <wim@fluendo.com>
16704
16705         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16706         (stop_seek), (scrub_toggle_cb), (main):
16707         Add scrub checkbox.
16708
16709 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16710
16711         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16712         (gst_ogg_parse_chain):
16713           Fix very inefficient usage of linked lists (#335365).
16714
16715 2006-03-21  Edward Hervey  <edward@fluendo.com>
16716
16717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16718         * gst/playback/gstplaybin.c: (handoff):
16719         * gst/playback/gststreamselector.c:
16720         (gst_stream_selector_set_property):
16721         gcc 4.1 unreferenced pointer fixes.
16722         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16724         gst_buffer_ref() now takes a GstBuffer*.
16725
16726 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16727
16728         * sys/xvimage/xvimagesink.c:
16729         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16730         by Jan Schmidt.
16731
16732 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16735         (id3v1_type_find), (apetag_type_find), (plugin_init):
16736           Can't do tag preferences via probability, as tags would then
16737           lose against types that are recognised with MAXIMUM probability
16738           (like .wav); so let all tag typefinders return MAXIMUM themselves
16739           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16740           that we can prefer APE to ID3v1 (fixes #335028).
16741           
16742 2006-03-17  Wim Taymans  <wim@fluendo.com>
16743
16744         * gst-libs/gst/audio/gstbaseaudiosink.c:
16745         (gst_base_audio_sink_change_state):
16746         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16747         (gst_ring_buffer_may_start):
16748         * gst-libs/gst/audio/gstringbuffer.h:
16749         Only start playback if we are playing.
16750         should fix #330748.
16751
16752 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16753
16754         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16755         * win32/common/config.h:
16756           Revert accidental commits to these files.
16757
16758 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16759
16760         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16761
16762         * tests/Makefile.am:
16763           Don't try to build tests in tests/icles if we
16764           don't have X (#323852)
16765
16766 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16767
16768         * gst-libs/gst/tag/gstid3tag.c:
16769           Add TXXX frame identifiers for replaygain stuff as used
16770           by some taggers (see #323721).
16771
16772 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16773
16774         * gst/playback/gststreamselector.c:
16775         (gst_stream_selector_set_property),
16776         (gst_stream_selector_bufferalloc):
16777           Preserve the existing buggy streamselector behaviour by performing
16778           a fallback buffer allocation when downstream isn't linked yet.
16779           This should really be fixed in playbin by blocking pads until it's
16780           linked them.
16781           Also, use gst_pad_alloc_buffer instead of
16782           gst_pad_alloc_buffer_and_set.
16783
16784 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16785
16786         * gst-libs/gst/tag/gstid3tag.c:
16787           Don't crash on unknown ID3v2 TXXX frames.
16788           
16789 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16790
16791         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16792           Chain up to the parent finalize method.
16793           Add 32-bit sample size to the template caps.
16794
16795         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16796         (gst_riff_create_video_template_caps):
16797           Add the fourcc that the VMWare codec uses.
16798           
16799         * gst/playback/gststreamselector.c:
16800         (gst_stream_selector_set_property),
16801         (gst_stream_selector_bufferalloc),
16802         (gst_stream_selector_request_new_pad):
16803           For the active pad, forward buffer-alloc requests, otherwise
16804           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16805           having to memcpy every frame when used by playbin.
16806
16807         * gst/tcp/gstmultifdsink.c:
16808         (gst_multi_fd_sink_handle_client_write):
16809           Get negotiated caps from the sink pad, rather than the sink
16810           pad's peer.
16811
16812 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16813
16814         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16815         
16816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16817           Don't forget to set src->callbacks_pushed to FALSE again when
16818           popping them, otherwise re-activation in a different mode won't
16819           work (#334620).
16820
16821 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         Patch by: Sebastien Moutte  <sebastien moutte net>
16824
16825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16826         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16827         (gst_ffmpeg_smpfmt_to_caps):
16828           Replace __VA_ARGS__ caps creation macros with varargs functions.
16829           Makes things compile on MSVC (#320765), looks nicer, and we can
16830           tell the compiler to check for the NULL terminator.
16831
16832 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16833
16834         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16835
16836         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16837           Make sure the buffer we copy into is really always big
16838           enough, this time for real (#333488).
16839           
16840 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16841
16842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16843           Add support for 24bpp DIB (#305279).
16844
16845 2006-03-14  Wim Taymans  <wim@fluendo.com>
16846
16847         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16848         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16850         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16851         (gst_video_scale_init), (gst_video_scale_src_event):
16852         Re-enable QoS after the release.
16853         Rework videoscale to use the base class src_event handler.
16854
16855 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16856
16857         * configure.ac:
16858           back to CVS.
16859
16860 === release 0.10.5 ===
16861
16862 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16863
16864         * configure.ac:
16865           releasing 0.10.5, "Net"
16866
16867 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * docs/plugins/Makefile.am:
16870           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16871           
16872 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16873
16874         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16875         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16876         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16877           Add cdparanoiasrc to docs.
16878
16879         * gst-libs/gst/cdda/gstcddabasesrc.c:
16880           More GstCddaBaseSrc docs.
16881
16882 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16883
16884         * docs/libs/gst-plugins-base-libs-sections.txt:
16885         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16886         * gst-libs/gst/tag/tag.h:
16887           API: libgsttag: new method gst_tag_from_id3_user_tag().
16888
16889 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16892           NULL-terminate array of mpeg4 video file extensions.
16893           Fixes crash on PPC (#334226).
16894
16895 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * ext/gnomevfs/gstgnomevfssrc.c:
16898         (gst_gnome_vfs_src_check_get_range):
16899           gnome_vfs_uri_is_local() alone is not a good indicator
16900           whether we can operate in pull-mode with a specific URI,
16901           as it returns FALSE for file:// URIs that point to an
16902           NFS-mounted path. Be more conservative here: whitelist
16903           local files, blacklist http URIs and use the old
16904           mechanism for anything else (fixes #334216).
16905
16906 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16907
16908         * configure.ac:
16909           back to trunk
16910
16911 === release 0.10.4 ===
16912
16913 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16914
16915         * configure.ac:
16916           releasing 0.10.4, "Power"
16917
16918 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16919
16920         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16921         Disable max-lateness by setting it to -1 for now, so that 
16922         we can bed QoS stuff in thoroughly between now and the next
16923         release.
16924
16925 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         Patch by: Fabrizio Gennari
16928
16929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16930           Make sure we don't read beyond the palette buffer in case of
16931           broken or manipulated files (#333488)
16932
16933 2006-03-10  Edward Hervey  <edward@fluendo.com>
16934
16935         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16936         Fix for variable not initialized.
16937
16938 2006-03-09  Wim Taymans  <wim@fluendo.com>
16939
16940         * ext/libvisual/visual.c: (gst_visual_get_type),
16941         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16942         (gst_visual_chain):
16943         Small cleanups.
16944
16945         * ext/theora/gsttheoradec.h:
16946         * ext/theora/theoradec.c: (gst_theora_dec_init),
16947         (gst_theora_dec_reset), (_theora_granule_time),
16948         (theora_dec_src_convert), (theora_dec_sink_convert),
16949         (theora_dec_src_query), (theora_dec_src_event),
16950         (theora_dec_sink_event), (theora_handle_comment_packet),
16951         (theora_handle_header_packet), (theora_dec_push),
16952         (theora_handle_data_packet), (theora_dec_chain),
16953         (theora_dec_change_state):
16954         Add simple QoS.
16955
16956 2006-03-09  Wim Taymans  <wim@fluendo.com>
16957
16958         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16959         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16960         Some cleanups.
16961
16962 2006-03-09  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16965         Don't try to activate NULL chains.
16966
16967 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16970           Fix invalid memory access to region before peek'd data (#332964).
16971
16972 2006-03-09  Wim Taymans  <wim@fluendo.com>
16973
16974         Patch by: Christophe Fergeau
16975
16976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16977         * ext/pango/gsttextrender.c: (gst_text_render_init):
16978         * gst/adder/gstadder.c: (gst_adder_init):
16979         Don't leak padtemplates, closes #333510.
16980
16981 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16984           Fix invalid memory access: make sure string passed to
16985           regexec() is NUL-termianted.
16986
16987 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16988
16989         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16990         (mp3_type_find):
16991           Refactor mpeg/audio typefinding to make it more maintainable
16992           and easier to fine-tune. Make probing into middle of the file
16993           work properly (fixes #333900, also see #152688).
16994
16995 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16996
16997         * gst/typefind/gsttypefindfunctions.c:
16998         (utf8_type_find_have_valid_utf8_at_offset):
16999           Remove part from previous commit that was bogus:
17000           g_utf8_validate() does in fact not accept embedded
17001           zeroes, so we don't need to check for those (thanks
17002           to Mike for the hint).
17003
17004 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17005
17006         * gst/typefind/gsttypefindfunctions.c:
17007         (utf8_type_find_count_embedded_zeroes),
17008         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17009           Make plain/text typefinder more conservative: firstly, check
17010           for embedded zeroes, which are perfectly valid UTF-8 characters,
17011           but also a fairly good sign that something is not a plain text
17012           file; secondly, probe into the middle of the file if possible.
17013           If we can't probe into the middle, limit the probability value
17014           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17015
17016 2006-03-08  Michael Smith  <msmith@fluendo.com>
17017
17018         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17019           Make typefind function name for mpeg4 video unique.
17020
17021 2006-03-08  Wim Taymans  <wim@fluendo.com>
17022
17023         * ext/libvisual/visual.c: (gst_visual_init),
17024         (gst_visual_clear_actors), (gst_visual_dispose),
17025         (gst_visual_reset), (gst_visual_src_setcaps),
17026         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17027         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17028         (gst_visual_chain), (gst_visual_change_state):
17029         Cleanups, post nice errors.
17030         Handle sink and src events.
17031         Implement simple QoS.
17032
17033         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17034         Use new basesink methods to configure max-lateness.
17035         Small doc update.
17036
17037         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17038         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17039         Debug statement cleanups.
17040
17041         * gst/volume/gstvolume.c: (gst_volume_class_init):
17042         Simple cleanup.
17043
17044 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17045
17046         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17047         (gst_text_overlay_init), (gst_text_overlay_set_property),
17048         (gst_text_overlay_get_property):
17049           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17050           as string type properties, but mark them deprecated. Add
17051           'halignment' and 'valignment' properties that use enums
17052           instead of strings.
17053
17054 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17055
17056         Patch by: Fabrizio Gennari
17057
17058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17059           Allow palettes with less than 256 colours in AVI files
17060           (#333488)
17061
17062 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17063
17064         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17065         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17066         pad. We were releasing the queued text buffer when we should keep
17067         it until video pad gets EOS or discard the text buffer because it's
17068         too old. That was eating the last subtitle buffer. Add some more
17069         debug.
17070
17071 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17072
17073         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17074         (gst_text_overlay_video_chain):
17075           Fix invalid memory access (we can't access a buffer after it's been
17076           pushed downstream without taking a reference); fix memory leak (if
17077           there's no text to render, bail out before allocating stuff).
17078
17079 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17080
17081         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17082         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17083         * ext/pango/gsttextoverlay.h:
17084           If input is plain text, escape it before passing it to
17085           pango_layout_set_markup().
17086
17087 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17090           Don't ignore flow return from gst_pad_push().
17091
17092 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17093
17094         Patch by: Fabrizio Gennari
17095
17096         * ext/libvisual/visual.c: (gst_visual_getcaps),
17097         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17100         (gst_vorbisenc_convert_sink):
17101         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17102         (gst_audio_duration_from_pad_buffer):
17103         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17104         (gst_audio_filter_chain):
17105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17106         (gst_base_rtp_depayload_setcaps):
17107         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17108         (gst_video_get_size):
17109         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17110           Don't leak references returned by gst_pad_get_parent()
17111           (#333663)
17112
17113 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17114
17115         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17116           change location param details
17117         * gst/volume/gstvolume.c: (plugin_init):
17118           correct plugin description
17119
17120 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17121
17122         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17123         (gst_gnome_vfs_src_check_get_range):
17124           Override GstBaseSrc::check_get_range() in order to avoid opening
17125           the resource just to check whether we can operate in pull-mode or
17126           not - we can predict that pretty well from the URI alone. Should
17127           fix problems with last.fm (#331690). (Requires latest core CVS).
17128
17129 2006-03-06  Wim Taymans  <wim@fluendo.com>
17130
17131         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17132         (gst_video_sink_class_init):
17133         Throw away frames that are later than 20 ms.
17134
17135 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         Patch by: Fabrizio Gennari
17138
17139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17140           Set depth on WMA caps (#333545)
17141
17142 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17143
17144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17145         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17146           put Theora BOS pages before others.  This hardcodes
17147           the Ogg/Theora I profile, but hey.
17148
17149 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17150
17151         * ext/ogg/README:
17152           updated with some examples
17153         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17154         (granulepos_add), (theora_buffer_from_packet):
17155         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17156         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17157         (gst_vorbisenc_chain):
17158           implement strategy from ext/ogg/README
17159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17160         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17161         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17162         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17163           Fix muxer so that oggz-validate is happy with all streams;
17164           except for no eos mark, and the BOS page ordering
17165         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17166         (check_buffer_granulepos):
17167         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17168           update tests to check for OFFSET being set as requested
17169           fixed type of granulepos, it's not a ClockTime
17170
17171 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17172
17173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17174         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17175         Check that the xvimage we are creating has a correct size
17176         before returning it. (#314897)
17177
17178 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17181           Give id3 and ape tag typefinders a rank slightly higher
17182           than PRIMARY to ensure they're always run before any of
17183           the other typefinders (in particular wav and mp3) (#324186).
17184
17185 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17188           Add support for '3IVD' fourcc (#333403).
17189
17190 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17191
17192         * configure.ac:
17193           Bump requirements to GStreamer CVS for the new error enum.
17194
17195         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17196           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17197           space left on the device (fixes #333352).
17198
17199 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17200
17201         * win32/vs6:
17202           add a project file for libgstvolume
17203           update the workspace
17204
17205 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17206
17207         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17208         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17209         (GST_START_TEST):
17210           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17211           Set IN_CAPS on header buffers
17212
17213 2006-03-02  Wim Taymans  <wim@fluendo.com>
17214
17215         * docs/plugins/Makefile.am:
17216         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17217         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17218         Add audioresample to docs.
17219
17220         * gst/audioconvert/gstaudioconvert.c:
17221         Add revision date.
17222
17223         * gst/audioresample/gstaudioresample.c:
17224         (gst_audioresample_base_init), (gst_audioresample_class_init),
17225         (gst_audioresample_init), (gst_audioresample_dispose),
17226         (audioresample_get_unit_size), (audioresample_transform_caps),
17227         (resample_set_state_from_caps), (audioresample_transform_size),
17228         (audioresample_set_caps), (audioresample_event),
17229         (audioresample_do_output), (audioresample_transform),
17230         (audioresample_pushthrough), (gst_audioresample_set_property),
17231         (gst_audioresample_get_property), (plugin_init):
17232         * gst/audioresample/gstaudioresample.h:
17233         Added docs.
17234         Small code cleanups.
17235
17236 2006-03-02  Wim Taymans  <wim@fluendo.com>
17237
17238         * docs/plugins/Makefile.am:
17239         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17240         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17241         Added videoscale to docs.
17242
17243         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17244         (gst_video_rate_swap_prev), (gst_video_rate_event),
17245         (gst_video_rate_chain):
17246         Fix typo in docs.
17247
17248         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17249         (gst_video_scale_init), (gst_video_scale_prepare_size),
17250         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17251         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17252         * gst/videoscale/gstvideoscale.h:
17253         Added docs, examples.
17254         Some code cleanups.
17255         Post errors instead of g_warning.
17256
17257 2006-03-02  Wim Taymans  <wim@fluendo.com>
17258
17259         * docs/libs/gst-plugins-base-libs-docs.sgml:
17260         * docs/libs/gst-plugins-base-libs-sections.txt:
17261         * docs/libs/gst-plugins-base-libs.types:
17262         * docs/plugins/Makefile.am:
17263         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17264         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17265         Added some more docs to libs and plugins.
17266
17267         * gst-libs/gst/audio/gstringbuffer.c:
17268         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17269         * gst-libs/gst/audio/gstringbuffer.h:
17270         Document ringbuffer some more.
17271
17272         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17273         (gst_video_rate_setcaps), (gst_video_rate_reset),
17274         (gst_video_rate_init), (gst_video_rate_flush_prev),
17275         (gst_video_rate_swap_prev), (gst_video_rate_event),
17276         (gst_video_rate_chain), (gst_video_rate_change_state):
17277         * gst/videorate/gstvideorate.h:
17278         Fix videorate to use segments.
17279         Make it work with 0/1 framerates (closes #331903)
17280         Handle EOS correctly.
17281         Added docs.
17282
17283 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17284
17285         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17286         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17287         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17288           In state change function, first chain up to parent class,
17289           then handle downwards state change stuff. Remove some
17290           commented out cruft from 0.8 code.
17291
17292 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17293
17294         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17295         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17296         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17297         (gst_ogm_parse_chain):
17298           Don't remove/re-add source pad if the new caps are the same as
17299           the old caps anyway (#333042). When removing source pad, don't
17300           unref it afterwards - we didn't ref it when adding. Sprinkle some
17301           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17302           after using gst_pad_get_parent(). Return downstream flow return
17303           value in chain function.
17304
17305 2006-03-02  Wim Taymans  <wim@fluendo.com>
17306
17307         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17308         * docs/plugins/gst-plugins-base-plugins.args:
17309         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17310         * docs/plugins/gst-plugins-base-plugins.interfaces:
17311         * docs/plugins/gst-plugins-base-plugins.signals:
17312         Fix hierarchy, added some more elements to the docs.
17313
17314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17315         (gst_ffmpegcsp_get_type):
17316         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17317         Fix docs for ffmpegcolorspace.
17318
17319 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17320
17321         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17322         (apetag_type_find), (ape_type_find), (plugin_init):
17323           Some typefinding fine-tuning:
17324           - rank ID3/APE tags in order of preference via probabilities, so that
17325             ID3v2 > APEv2 > APEv1 > ID3v1.
17326           - three or four bytes don't really justify MAXIMUM probability,
17327             change those to 'very likely' (musepack and monkeysaudio).
17328
17329 2006-03-01  Wim Taymans  <wim@fluendo.com>
17330
17331         * docs/plugins/Makefile.am:
17332         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17333         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17334         * ext/alsa/gstalsamixer.c:
17335         * ext/alsa/gstalsamixer.h:
17336         * ext/alsa/gstalsamixerelement.c:
17337         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17338         * ext/alsa/gstalsamixerelement.h:
17339         * ext/alsa/gstalsasink.c:
17340         * ext/alsa/gstalsasink.h:
17341         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17342         (gst_alsasrc_init):
17343         * ext/alsa/gstalsasrc.h:
17344         Added alsa docs.
17345         Small code cleanups.
17346
17347 2006-03-01  Wim Taymans  <wim@fluendo.com>
17348
17349         * ext/theora/Makefile.am:
17350         Dist new header too,
17351
17352 2006-03-01  Wim Taymans  <wim@fluendo.com>
17353
17354         * docs/plugins/Makefile.am:
17355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17357         * ext/gnomevfs/gstgnomevfssink.h:
17358         * ext/gnomevfs/gstgnomevfssrc.h:
17359         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17360         * ext/vorbis/vorbisdec.h:
17361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17362         * ext/vorbis/vorbisenc.h:
17363         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17364         (vorbis_parse_chain), (vorbis_parse_change_state):
17365         * ext/vorbis/vorbisparse.h:
17366         * gst/audioconvert/gstaudioconvert.h:
17367         * gst/tcp/gsttcpserversink.h:
17368         * gst/videotestsrc/gstvideotestsrc.c:
17369         * gst/videotestsrc/gstvideotestsrc.h:
17370         * gst/volume/gstvolume.c:
17371         * gst/volume/gstvolume.h:
17372         Fix some more docs.
17373         Added docs for vorbisdec and vorbisparse.
17374         Fix vorbisparse.
17375
17376 2006-03-01  Wim Taymans  <wim@fluendo.com>
17377
17378         * docs/plugins/Makefile.am:
17379         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17380         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17381         * ext/pango/gstclockoverlay.h:
17382         * ext/pango/gsttextoverlay.h:
17383         * ext/pango/gsttextrender.h:
17384         * ext/pango/gsttimeoverlay.h:
17385         * ext/theora/gsttheoradec.h:
17386         * ext/theora/gsttheoraenc.h:
17387         * ext/theora/theoradec.c:
17388         * ext/theora/theoraenc.c:
17389         * gst/audioconvert/gstaudioconvert.h:
17390         * gst/audiotestsrc/gstaudiotestsrc.h:
17391         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17392         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17393         * gst/tcp/gstmultifdsink.h:
17394         Updated/added documentation.
17395
17396         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17397         (gst_text_overlay_halign_get_type),
17398         (gst_text_overlay_wrap_mode_get_type),
17399         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17400         (gst_text_overlay_init), (gst_text_overlay_set_property),
17401         (gst_text_overlay_get_property):
17402         Fix up properties to be enums instead of string to make bindings,
17403         introspection and automatic GUI creation possible.
17404         Add getters for the properties.
17405
17406 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17407
17408         * gst/audiotestsrc/gstaudiotestsrc.c:
17409           added defines of M_PI and M_PI_2
17410         * gst/ffmpegcolorspace/avcodec.h:
17411           removed #include "stdint.h" for win32 as _stdint.h is 
17412           autogenerated to win32/common
17413         * win32/common/libgstaudio.def:
17414         * win32/common/libgsttag.def:
17415           added some exports
17416         * win32/vs6:
17417           some project files bugs corrected
17418         * win32/vs7:
17419           project files are reset to the default vs7 configuration 
17420           (they link to msvcr71.dll using default optimizations)
17421           
17422 2006-02-28  Wim Taymans  <wim@fluendo.com>
17423
17424         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17425         Fix some docs.
17426
17427 2006-02-28  Edward Hervey  <edward@fluendo.com>
17428
17429         * ext/alsa/gstalsasrc.c:
17430         Set proper class on the ElementDetails:
17431         Source/Audio instead of Src/Audio/
17432
17433 2006-02-28  Edward Hervey  <edward@fluendo.com>
17434
17435         * gst/videoscale/vs_scanline.c:
17436         (vs_scanline_resample_nearest_RGBA):
17437         Revert optimization in videoscale. It should go in liboil and have
17438         an appropriate liboil function.
17439
17440 2006-02-28  Wim Taymans  <wim@fluendo.com>
17441
17442         * gst-libs/gst/audio/gstbaseaudiosink.c:
17443         (gst_base_audio_sink_provide_clock):
17444         Don't try to provide a clock in the NULL state.
17445
17446 2006-02-28  Wim Taymans  <wim@fluendo.com>
17447
17448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17449         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17450         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17451         (gst_ogg_demux_deactivate_current_chain),
17452         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17453         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17454         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17455         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17456         Use GstSegment infrastructure to remove duplicated code
17457         and handle more seek cases correctly.
17458
17459 2006-02-28  Wim Taymans  <wim@fluendo.com>
17460
17461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17462         (gst_ffmpegcsp_transform):
17463         Don't ignore return code from ffmpeg convert function.
17464
17465         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17466         Split out some long statements to ease debugging.
17467
17468 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17469
17470         * ext/libvisual/visual.c: (gst_visual_init),
17471         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17472         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17473         being able to renegotiate the size. Instead, use the negotiation
17474         algorithm from the goom plugin to pick an initial output caps. 
17475
17476         Also, allow theoretical libvisual plugins that might support non-GL 
17477         output even if they also do GL.
17478
17479 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17480
17481         * ext/libvisual/visual.c: (gst_visual_init),
17482         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17483         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17484         possible negotiation issues.
17485
17486 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17487
17488         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17489
17490 2006-02-24  Michael Smith  <msmith@fluendo.com>
17491
17492         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17493         (cmml_type_find), (plugin_init):
17494           Fix CMML type find function to not require a specific minor version
17495           of the CMML header.
17496
17497           Add an MPEG4 video elementary stream typefind function.
17498
17499 2006-02-04  Michael Smith  <msmith@fluendo.com>
17500
17501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17502         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17503         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17505         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17506         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17507           Annodex support in ogg demuxer. Doesn't do very much without the
17508           other annodex patches (to come).
17509
17510 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17511
17512         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17513
17514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17515           Pick up palette for MS video v1 (#327028)
17516
17517 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17518
17519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17520         (gst_ffmpegcsp_caps_remove_format_info),
17521         (gst_ffmpegcsp_get_unit_size):
17522           The 'palette_data' field from incoming RGB caps shouldn't be
17523           proxied on outgoing YUV caps; also, restrict unit size
17524           adjustment in case of paletted data only to the unit that
17525           actually has a palette. Fixes #330711.
17526
17527 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17530         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17531         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17532         (gst_ffmpegcsp_get_unit_size):
17533           Plug some memory leaks.
17534
17535 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17536
17537         * sys/ximage/Makefile.am:
17538         * sys/xvimage/Makefile.am:
17539           Add some _CFLAGS and _LIBS that seem to be missing
17540           and/or required for Cygwin (see #317048).
17541
17542 2006-02-22  Wim Taymans  <wim@fluendo.com>
17543
17544         * ext/alsa/gstalsasrc.c:
17545         Fix description as pointed out by caugier.
17546
17547 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17548
17549         Reviewed by : Edward Hervey  <edward@fluendo.com>
17550
17551         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17552         (qt_type_find):
17553         Better 3gp typefinding (#331526).
17554
17555 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17556
17557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17558           Don't send EOS event here, the base class will send one for us.
17559
17560         * gst/playback/gstplaybasebin.c: (prepare_output):
17561           Subpictures without video stream aren't allowed either.
17562         
17563         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17564           Fix debug statement copy'n'paste-o.
17565
17566 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17567
17568         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17569           Fix issues with mixer keeping state when muting/unmuting
17570           and when changing the volume whilst muted (see #331763
17571           and #331765).
17572
17573 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17576         (parse_subrip), (gst_sub_parse_format_autodetect):
17577           Set right caps given that we send escaped text. Also,
17578           honour <i></i>, <b></b> and <u></u> markers that can be found
17579           in .srt files (fixes #310202).
17580
17581 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17582
17583         * gst-libs/gst/audio/mixerutils.c:
17584         (element_factory_rank_compare_func):
17585           Make order in which elements are tried more determinable.
17586
17587 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17588
17589         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17590         (remove_element_chain), (cleanup_decodebin),
17591         (gst_decode_bin_change_state): Make decodebin reusable by
17592         fixing remove_element_chain first and then introduce a
17593         cleaner in state change to ->NULL. (Closes #331678)
17594
17595 2006-02-19  Wim Taymans  <wim@fluendo.com>
17596
17597         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17598         use 0666 mask when creating files so umask gets applied
17599         correctly. Fixes #331295.
17600
17601 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17602
17603         * gst/subparse/Makefile.am:
17604         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17605         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17606         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17607         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17608         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17609         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17610         * gst/subparse/gstssaparse.h:
17611         * gst/subparse/gstsubparse.c: (plugin_init):
17612           Add very basic parser for SSA subtitle streams (as often
17613           found in matroska files).
17614
17615 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17618           That should be text/x-pango-markup, not text/x-pango-layout.
17619
17620 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17621
17622         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17623         Polishing.
17624
17625 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17626
17627         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17628         (gst_text_overlay_finalize), (gst_text_overlay_init),
17629         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17630         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17631         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17632         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17633         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17634         Fix state change deadlock.
17635
17636 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17637
17638         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17639         (gst_text_overlay_finalize), (gst_text_overlay_init),
17640         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17641         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17642         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17643         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17644         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17645         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17646         and subtitles files.
17647
17648 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17649
17650         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17651         should be considered as raw.
17652
17653 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17654
17655         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17656         (cb_probe):
17657         * gst/playback/gststreaminfo.h: Introduce language informations.
17658
17659 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17660
17661         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17662         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17663         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17664         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17665         Set shared memory segments to be deleted as soon as we have attached,
17666         that way they get cleaned up automatically if we crash.
17667
17668 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17669
17670         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17671         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17672         functions are called with lock held.
17673
17674 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17675
17676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17677         (gst_text_overlay_finalize), (gst_text_overlay_init),
17678         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17679         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17680         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17681         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17682         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17683         (gst_text_overlay_change_state): Refactoring of textoverlay
17684         without collectpads. This now supports sparse subtitles coming
17685         from a demuxer instead of a sub file. Seeking is still broken 
17686         though. Need to discuss with wtay some more on how to handle
17687         seeking correctly.
17688         * ext/pango/gsttextoverlay.h:
17689         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17690         subtitles coming from the demuxer.
17691
17692 2006-02-17  Wim Taymans  <wim@fluendo.com>
17693
17694         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17695         (gst_vorbisenc_convert_sink):
17696         Use some more scaling functions.
17697
17698 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * ext/cdparanoia/gstcdparanoiasrc.c:
17701         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17702         (gst_cd_paranoia_paranoia_callback),
17703         (gst_cd_paranoia_src_signal_is_being_watched),
17704         (gst_cd_paranoia_src_read_sector):
17705         * ext/cdparanoia/gstcdparanoiasrc.h:
17706           Add back 'transport-error' and 'uncorrected-error' signals and
17707           make them actually be fired when bad stuff happens (#319340).
17708
17709 2006-02-17  Wim Taymans  <wim@fluendo.com>
17710
17711         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17712         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17713         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17714         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17715         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17716         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17717         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17718         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17719         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17720         (gst_ring_buffer_clear):
17721         Small cleanups.
17722         Added some G_LIKELY.
17723
17724 2006-02-17  Wim Taymans  <wim@fluendo.com>
17725
17726         * gst-libs/gst/audio/TODO:
17727         Update TODO
17728
17729         * gst-libs/gst/audio/gstbaseaudiosink.c:
17730         (gst_base_audio_sink_get_offset):
17731         When trying to play samples ASAP and we don't have a
17732         previous sample, try to play at position 0 instead of
17733         an invalid position.
17734
17735 2006-02-17  Wim Taymans  <wim@fluendo.com>
17736
17737         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17738         (gst_alsasink_reset):
17739         Also release lock when we get an error in _reset();
17740         fix an error message.
17741
17742 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17743
17744         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17745         (gst_alsasink_init), (get_channel_free_structure),
17746         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17747         (gst_alsasink_close):
17748         * ext/alsa/gstalsasink.h:
17749           Add support for more than 2 channels (#326720).
17750
17751 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17752
17753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17754           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17755           with 4 or 6 channels, assume a default channel layout to make things
17756           work (not sure there's anything else we can do in those cases).
17757
17758 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17759
17760         * gst-libs/gst/audio/multichannel.c:
17761           Minor docs fix.
17762
17763         * gst-libs/gst/riff/Makefile.am:
17764         * gst-libs/gst/riff/riff-ids.h:
17765         * gst-libs/gst/riff/riff-media.c:
17766         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17767           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17768           channels and a channel layout map.
17769           
17770 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17771
17772         Reviewed by Edward Hervey  <edward@fluendo.com>
17773
17774         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17775         C-level optimization of the RGBA nearest neighbour function.
17776         Eventually this might end up in liboil with vectorized versions.
17777
17778 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17779
17780         * gst-libs/gst/audio/multichannel.c:
17781         (gst_audio_get_channel_positions):
17782           When we have more than 2 channels, but no channel layout is
17783           specified in the caps, return some default channel layout
17784           to the caller and warn about about a possibly buggy element
17785           (could be buggy filtercaps as well of course) (#317038).
17786
17787 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17788
17789         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17790           Add gst-libs/gst/cdda to list of lib search paths.
17791
17792 2006-02-15  Andy Wingo  <wingo@pobox.com>
17793
17794         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17795         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17796         to the Lord Jesus that I do not have to touch the ogg muxer ever
17797         again.
17798
17799 2006-02-15  Edward Hervey  <edward@fluendo.com>
17800
17801         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17802         quicktime movie files can also contain 'uuid' atoms.
17803
17804 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17805
17806         * gst/audioconvert/plugin.c: (plugin_init):
17807           Register the GstAudioChannelPosition enum type with the type
17808           system in the plugin_init function, so that it is known before
17809           any element actually makes use of multi-channel stuff. This is
17810           required for example if one wants to be able to deserialise/use
17811           a caps string with channel positions before any pipeline has
17812           been setup and started, like with gst-launch.
17813
17814 2006-02-14  Wim Taymans  <wim@fluendo.com>
17815
17816         * gst-libs/gst/audio/gstringbuffer.c:
17817         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17818         (gst_ring_buffer_samples_done), (wait_segment),
17819         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17820         Add some compiler G_(UN_)LIKELY help.
17821         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17822         make sure they can exit their functions. Should fix #330748
17823
17824 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17825
17826         * Makefile.am:
17827         * configure.ac:
17828         * win32/MANIFEST:
17829         * win32/common/_stdint.h:
17830           Windows does not have long long; copy the generated _stdint.h
17831         * win32/common/interfaces-enumtypes.c:
17832         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17833         (gst_mixer_track_flags_get_type),
17834         (gst_tuner_channel_flags_get_type):
17835         * win32/common/multichannel-enumtypes.c:
17836         (gst_audio_channel_position_get_type):
17837           update
17838
17839 2006-02-13  Wim Taymans  <wim@fluendo.com>
17840
17841         * gst-libs/gst/audio/gstbaseaudiosink.c:
17842         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17843         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17844         Always sync on first sample we receive when starting.
17845
17846 2006-02-13  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst/playback/gstplaybin.c: (gen_vis_element):
17849         Update vis bin docs.
17850         Move queue after tee so we don't queue video buffers but
17851         audio samples instead. Fixes problems where the video queue
17852         is filled and the audio queue empty.
17853
17854 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17855
17856         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17857           No need to push an EOS event here, GstBaseSrc will do that for us
17858           when we return FLOW_UNEXPECTED.
17859           
17860 2006-02-12  Wim Taymans  <wim@fluendo.com>
17861
17862         * gst-libs/gst/audio/gstbaseaudiosink.c:
17863         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17864         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17865         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17866         Use scale functions when possible.
17867         Fix error messages.
17868         Free clockid when after waiting for EOS.
17869         Use G_(UN_)LIKLY when it makes sense.
17870         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17871
17872 2006-02-12  Edward Hervey  <edward@fluendo.com>
17873
17874         * gst/playback/gstplaybasebin.c: (prepare_output): 
17875         Remove stray semi-colon (fixes #330888).
17876
17877 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17878
17879         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17881         Fix up the XShm call testing so that we catch errors, and don't
17882         cause new ones by attempting to detach from a segment we failed
17883         to attach to. Fixes #312439.
17884
17885 2006-02-10  Edward Hervey  <edward@fluendo.com>
17886
17887         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17888         Added flv file typefind (video/x-flv).
17889
17890 2006-02-10  Edward Hervey  <edward@fluendo.com>
17891
17892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17893         (gst_riff_create_video_template_caps):
17894         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17895         Also added the caps to the default set of riff video caps.
17896
17897 2006-02-09  Andy Wingo  <wingo@pobox.com>
17898
17899         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17900         time and the end time of the last packet in the page.
17901         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17902         on the pages in our queue, set the duration as well. Reflow a
17903         debug statement.
17904         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17905         Fixes bad muxing order.
17906
17907 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         * gst-libs/gst/rtp/gstbasertppayload.c:
17910         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17911           update seqnum before setting it on the packet; this makes sure
17912           that the timestamp and seqnum properties match after pushing
17913           a buffer
17914
17915 2006-02-09  Andy Wingo  <wingo@pobox.com>
17916
17917         * gst-libs/gst/audio/gstringbuffer.c
17918         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17919         overflow after 13.5 hours of recording. Kapow!
17920
17921         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17922         the buffer size -- we don't care about underrun/overrun reporting
17923         right now, just need to return a useful value.
17924
17925 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17926
17927         * configure.ac:
17928           Back to CVS
17929
17930 === release 0.10.3 ===
17931
17932 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17933
17934         * configure.ac:
17935           releasing 0.10.3, "Under Pressure"
17936
17937 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17938
17939         * configure.ac:
17940         Drat. Bump libtool version number for new API.
17941         Prelease 0.10.2.3 (of 0.10.3)
17942
17943 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17944
17945         * configure.ac:
17946         * win32/common/config.h:
17947         0.10.2.2 prerelease (of 0.10.3).
17948
17949 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17950
17951         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17952           Revert Andy's newsegment change pending a more correct
17953           fix.
17954
17955 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17956
17957         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17958         (qt_type_find), (plugin_init):
17959           detect more files as 3gp
17960           group and reorder the iso file formats
17961
17962 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17963
17964         * ext/vorbis/vorbis.c: (plugin_init):
17965           Register musicbrainz tags, so apps don't have to.
17966
17967 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17968
17969         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17970         (gst_tag_to_vorbis_tag):
17971           Make sure we called gst_tag_register_musicbrainz_tags()
17972           before possibly mapping a vorbiscomment string from/to a
17973           musicbrainz tag.
17974
17975 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17976
17977         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17978           In case we can't find the required number of consecutive
17979           mpeg audio frames to positively identify an MPEG audio
17980           stream, check if there's at least a valid mpeg audio
17981           frame right at offset 0 and if so suggest mpeg/audio
17982           caps with a very low probability (#153004).
17983
17984 2006-02-07  Andy Wingo  <wingo@pobox.com>
17985
17986         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17987         a TIME segment if we get timestamped buffers. Requires recent
17988         fixes in core to work properly.
17989
17990 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * gst/playback/gstplaybasebin.c: (prepare_output):
17993           Don't print the URI as part of the error message, it
17994           makes error dialogs look rather ugly, especially if
17995           the URI is very long or has characters in it that
17996           need escaping.
17997
17998 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17999
18000         * gst/playback/gstplaybasebin.c: (prepare_output):
18001           Error out if we have only text or subtitles, but nothing
18002           else. Also error out if we have subtitles but no video
18003           stream.
18004
18005 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18006
18007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18008           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18009           Post an error message on the bus when we encounter an
18010           error, which will hopefully be more meaningful than the
18011           'Internal Flow Error' message users get to see if we
18012           just return GST_FLOW_ERROR.
18013
18014 2006-02-07  Andy Wingo  <wingo@pobox.com>
18015
18016         * configure.ac (GST_MAJORMINOR): Update core version req to
18017         0.10.2.2, for the collectpads API addition (#330244).
18018
18019 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18020
18021         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18022           Return FALSE from plugin_init() when GnomeVFS can't
18023           be initialised for some reason (#328423).
18024
18025 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18026
18027         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18028         Stick to seeking theory until i find the bug.
18029         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18030
18031 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18032
18033         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18034         (theora_enc_finalize), (theora_enc_sink_setcaps),
18035         (theora_set_header_on_caps), (theora_enc_chain),
18036         (theora_enc_change_state):
18037         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18038           Make theoraenc and the tests leak free. Like, really.
18039
18040 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18041
18042         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18043         (theora_enc_finalize), (theora_enc_sink_setcaps):
18044           Add a finalize method to ensure we clean up state even if
18045           someone omitted the state change back to NULL.
18046
18047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18048         (gst_vorbisenc_chain):
18049           Free some more leaked bits.
18050
18051         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18052         (stop_pipeline):
18053           Wait for state changes to happen if they're ASYNC.
18054
18055           This ought to teach those fancy pants buildbots a lesson.
18056
18057 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18058
18059         * gst-libs/gst/tag/gstid3tag.c:
18060           Add mapping for ID3 International Standard Recording Code
18061           tag "TSRC"
18062
18063 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18064
18065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18066           Don't leak tag names.
18067
18068 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18069
18070         * docs/libs/gst-plugins-base-libs-docs.sgml:
18071         * docs/libs/gst-plugins-base-libs-sections.txt:
18072         * gst-libs/gst/tag/gstid3tag.c:
18073         * gst-libs/gst/tag/gstvorbistag.c:
18074         * gst-libs/gst/tag/tags.c:
18075           Split libgsttag docs into multiple sections.
18076
18077 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18078
18079         * docs/libs/Makefile.am:
18080         * docs/libs/gst-plugins-base-libs-docs.sgml:
18081         * docs/libs/gst-plugins-base-libs-sections.txt:
18082         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18083         * gst-libs/gst/tag/gstvorbistag.c:
18084         * gst-libs/gst/tag/tag.h:
18085         * gst-libs/gst/tag/tags.c:
18086           Add libgsttag to the docs.
18087
18088 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18089
18090         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18091         (gst_text_overlay_init), (gst_text_overlay_src_event),
18092         (gst_text_overlay_collected): Fix clockoverlay.
18093
18094 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18095
18096         * docs/libs/compiling.sgml:
18097           Fix typo: it's pkg-config, not pkg-gconfig
18098
18099         * docs/libs/gst-plugins-base-libs-docs.sgml:
18100         * docs/libs/gst-plugins-base-libs-sections.txt:
18101         * docs/libs/tmpl/gstgconf.sgml:
18102           There is no libgstgconf in 0.10, remove it
18103           from the docs.
18104
18105 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18106
18107         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18109         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18110         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18111         (gst_sub_parse_class_init), (gst_sub_parse_init),
18112         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18113         (parse_mpsub), (parser_state_init), (handle_buffer),
18114         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18115         * gst/subparse/gstsubparse.h: Introduce seeking code.
18116
18117 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18120           Add comment about LANGUAGE tag inconsistency (we want
18121           ISO-639-1, but extract three-letter identifiers?)
18122
18123         * po/POTFILES.in:
18124           Add two translatable files.
18125
18126 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18127
18128         * gst-libs/gst/tag/Makefile.am:
18129         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18130         * gst-libs/gst/tag/tag.h:
18131         * gst-libs/gst/tag/tags.c:
18132         (gst_tag_register_musicbrainz_tags_internal),
18133         (gst_tag_register_musicbrainz_tags):
18134           Forward-port some tags stuff from the 0.8 branch. This is
18135           mostly the addition of musicbrainz tags and their mapping
18136           to vorbistags, and a vorbistag mapping of the language tag.
18137
18138 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18139
18140         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18141         refactoring.
18142
18143 2006-02-04  David Schleef  <ds@schleef.org>
18144
18145         * ext/ogg/gstoggmux.c:
18146         * gst/typefind/gsttypefindfunctions.c:
18147           Add Dirac typefinding and add dirac format to oggmux.
18148
18149 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18150
18151         * gst/playback/gstdecodebin.c: (try_to_link_1):
18152           Don't put essential function call into
18153           g_return_*() macro, otherwise it'll all be
18154           replaced by NOOPs when compiling with
18155           G_DISABLE_CHECKS defined.
18156
18157 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18158
18159         * ext/ogg/gstoggdemux.c:
18160         * ext/ogg/gstoggparse.c:
18161         * gst/tcp/gsttcpserversink.c:
18162         * sys/v4l/v4lsrc_calls.c:
18163         * sys/v4l/v4lsrc_calls.h:
18164         Just make it compile with --disable-gst-debug.
18165
18166 2006-02-03  Wim Taymans  <wim@fluendo.com>
18167
18168         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18169         (gst_alsasink_class_init), (gst_alsasink_init),
18170         (gst_alsasink_write), (gst_alsasink_reset):
18171         * ext/alsa/gstalsasink.h:
18172         Add lock to protect alsa calls.
18173         Implement reset to flush samples ASAP, does not work
18174         with dmix though.
18175
18176 2006-02-02  Wim Taymans  <wim@fluendo.com>
18177
18178         * gst-libs/gst/audio/gstbaseaudiosink.c:
18179         (gst_base_audio_sink_provide_clock):
18180         Ugh.. getting late I guess...
18181
18182 2006-02-02  Wim Taymans  <wim@fluendo.com>
18183
18184         * gst-libs/gst/audio/gstbaseaudiosink.c:
18185         (gst_base_audio_sink_provide_clock),
18186         (gst_base_audio_sink_set_property),
18187         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18188         Don't try to provide a clock when we are not negotiated since
18189         we might not be able to make it run.
18190
18191 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18192
18193         * gst/playback/gstdecodebin.c: (try_to_link_1):
18194           Unlinking two source pads is ... hard.
18195
18196 2006-02-02  Wim Taymans  <wim@fluendo.com>
18197
18198         * gst-libs/gst/audio/TODO:
18199         Updated.
18200
18201         * gst-libs/gst/audio/gstbaseaudiosink.c:
18202         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18203         On EOS, wait till the last sample is played before posting EOS.
18204
18205 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18206
18207         Patch by: Kai Vehmanen
18208         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18209           Adds ability to enable newsegment bypass by setting queue_delay to
18210           zero. Also avoid thread being started if queue_delay is zero.
18211
18212 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18215           Make test work again by connecting fakesinks to each decoded pad,
18216           which makes the pipeline wait until each fakesink has a buffer
18217           queued before going to PAUSED state. At that point we know the
18218           decodebin pads are negotiated.
18219
18220 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18221
18222         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18223         (gst_cdda_base_src_handle_event):
18224         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18225           Pass unhandled queries to the parent class's query function.
18226
18227 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18228
18229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18230         (gst_ogg_pad_src_query):
18231         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18232         * ext/theora/theoradec.c: (theora_dec_src_query),
18233         (theora_dec_sink_query):
18234         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18235         (vorbis_dec_sink_query):
18236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18237         (gst_vorbisenc_sink_query):
18238         * gst/adder/gstadder.c: (gst_adder_query):
18239           Pass unhandled queries upstream instead of just
18240           dropping them (#326447). Also, fix supported
18241           query types list for some elements.
18242
18243 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18244
18245         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18246         (paris_type_find), (ilbc_type_find), (plugin_init):
18247           Fix typefinding for audio/x-au, audio/x-paris and
18248           audio/iLBC-sh. We cannot use the START_WITH macros
18249           here, because there can only be one typefind factory
18250           with the same name (caps), so the second one would
18251           replace the first one and the first one would never
18252           be called when doing typefinding (see #161712).
18253           
18254
18255 2006-01-31  Wim Taymans  <wim@fluendo.com>
18256
18257         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18258         (vorbis_handle_header_packet), (vorbis_dec_push),
18259         (vorbis_handle_data_packet):
18260         Use scale_int when we can, add some more scaling.
18261         Check packettype before parsing it.
18262
18263 2006-01-31  Wim Taymans  <wim@fluendo.com>
18264
18265         * ext/theora/theoradec.c: (_theora_granule_time),
18266         (theora_dec_src_convert), (theora_dec_sink_convert):
18267         Call right _scale functions.
18268         Use parameter instead of some other random value.
18269
18270 2006-01-31  Wim Taymans  <wim@fluendo.com>
18271
18272         * ext/theora/theoradec.c: (_theora_granule_frame),
18273         (_theora_granule_time), (_inc_granulepos),
18274         (theora_dec_src_convert), (theora_dec_sink_convert),
18275         (theora_handle_type_packet), (theora_handle_data_packet),
18276         (theora_dec_chain):
18277         Use higher precision timestamps calculation.
18278         Convert some other conversions to _scale.
18279
18280 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18281
18282         * gst/audiotestsrc/gstaudiotestsrc.c:
18283         (gst_audio_test_src_create_sine_table), (plugin_init):
18284         * gst/volume/gstvolume.c: (plugin_init):
18285           initialize gst_controller before using
18286
18287 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18288
18289         * tests/check/pipelines/theoraenc.c:
18290         * tests/check/pipelines/vorbisenc.c:
18291         Define constant using G_GINT64_CONSTANT to avoid errors when
18292         passing it around - otherwise it gets truncated to 32 bits.
18293
18294         Fixes failing tests.
18295
18296 2006-01-31  Andy Wingo  <wingo@pobox.com>
18297
18298         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18299         caps being set doesn't have a framerate value. Basically a stopgap
18300         measure.
18301
18302         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18303         technically correct enough to put into core though.
18304         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18305         DURATION. Fixes theoraenc ! oggmux.
18306
18307         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18308         fraction, not double.
18309
18310 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18311
18312         * win32/vs7:
18313         add vs7 project files created by Sergey Scobich
18314
18315 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18316
18317         * win32/vs8:
18318         add vs8 project files created by Sergey Scobich
18319         
18320 2006-01-30  Andy Wingo  <wingo@pobox.com>
18321
18322         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18323         timestamp + duration, not just timestamp -- ogg pages should be
18324         ordered by stop time. Necessary fix given the change in vorbis
18325         timestamps.
18326
18327         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18328         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18329         (granulepos_add): New function, handles the messiness of adjusting
18330         granulepos values.
18331         (theora_buffer_from_packet):
18332         (theora_enc_chain):
18333         (theora_enc_sink_event): Use granulepos_add, not +.
18334
18335         * tests/check/pipelines/theoraenc.c
18336         (check_buffer_granulepos_from_starttime): Just check the frame
18337         count, not the actual granulepos -- we can't dictate to the
18338         encoder when it should be placing keyframes.
18339
18340 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18341
18342         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18343           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18344           play an http:// stream from a server that's not serving
18345
18346 2006-01-30  Andy Wingo  <wingo@pobox.com>
18347
18348         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18349         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18350         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18351         available.
18352
18353         * ext/theora/gsttheoraenc.h:
18354         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18355         although theoraenc was timestamping correctly. Added handling of
18356         streams that start with nonzero timestamps.
18357
18358         * tests/check/Makefile.am:
18359         * tests/check/pipelines/theoraenc.c: New file, basically does same
18360         tests as vorbisenc.
18361
18362         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18363
18364 2006-01-30  Wim Taymans  <wim@fluendo.com>
18365
18366         * gst-libs/gst/audio/gstaudiosink.c:
18367         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18368         (gst_audioringbuffer_pause):
18369         Implement pause that does not wait for completion.
18370
18371         * gst-libs/gst/audio/gstbaseaudiosink.c:
18372         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18373         Don't drop buffers when going to PAUSED but perform preroll on
18374         remaining samples now that core base class supports this.
18375
18376         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18377         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18378         (gst_ring_buffer_commit):
18379         Pause should not signal waiters.
18380         Implement return value of _commit correctly.
18381
18382 2006-01-30  Andy Wingo  <wingo@pobox.com>
18383
18384         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18385
18386         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18387         updated to timestamp from the first sample, not the last.
18388         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18389         special care of granulepos and timestamp for header packets.
18390         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18391         when the first buffer has a nonzero timestamp.
18392
18393         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18394         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18395         case when the first audio buffer we get has a nonzero timestamp.
18396         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18397         properly timestamp vorbis buffers with the time of the first
18398         sample, not the last.
18399         
18400         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18401         vorbis_granule_time_copy -- now it takes the granule/subgranule
18402         offset into account.
18403
18404         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18405         timestamps, durations, and granulepos on buffers produced by
18406         vorbisenc.
18407
18408 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18409
18410         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18411         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18412           Patch from Eric Jonas to support conversions to/from UYVY 
18413           (Fixes: #324626)
18414
18415 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18416
18417         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18418         (setup_subtitle), (setup_source), (set_active_source):
18419         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18420         (gen_text_element), (gen_audio_element), (gen_vis_element),
18421         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18422
18423 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18424
18425         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18426         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18427                 use gst_guint64_to_gdouble to be compliant with vs6
18428         * gst/playback/gstdecodebin.c: (try_to_link_1)
18429         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18430                 use G_GINT64_CONSTANT for int64 constants
18431         * win32/common/libgstinterfaces.def:
18432                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18433         * win32/vs6:
18434                 update and add new project files
18435                 
18436 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18437
18438         * Makefile.am:
18439         * win32/MANIFEST:
18440         * win32/common/interfaces-enumtypes.c:
18441         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18442         (gst_mixer_track_flags_get_type),
18443         (gst_tuner_channel_flags_get_type):
18444         * win32/common/interfaces-enumtypes.h:
18445         * win32/common/multichannel-enumtypes.c:
18446         (gst_audio_channel_position_get_type):
18447         * win32/common/multichannel-enumtypes.h:
18448           add a win32-update rule like in core, and copy over enumtypes files
18449
18450 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18451
18452         * win32/MANIFEST:
18453         * win32/common/config.h:
18454         * win32/common/config.h.in:
18455           add config files just like in core
18456
18457 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18458
18459         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18460           Make gcc-4.1 happy (part of #327357).
18461
18462 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18463
18464         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18465         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18466         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18467         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18468         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18469         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18470           Update all error messages.  All of them should either use
18471           the default translated message, or actually provide a
18472           translatable string.
18473           Make the string for channel count problems meaningful.
18474
18475 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18476
18477         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18478           check for and throw RESOURCE_BUSY
18479
18480 2006-01-27  David Schleef  <ds@schleef.org>
18481
18482         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18483           checked in this change -- it requires liboil features not
18484           in 0.3.6.  Revert parts.
18485
18486 2006-01-27  David Schleef  <ds@schleef.org>
18487
18488         * REQUIREMENTS:
18489         * configure.ac: update liboil requirement to 0.3.6
18490         * gst/videoscale/Makefile.am:
18491         * gst/videoscale/vs_scanline.c: liboilify
18492
18493 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18494
18495         * ext/libvisual/visual.c: (get_buffer):
18496           When pad_alloc returns a GstFlowReturn other
18497           than GST_FLOW_OK, make sure it is passed upstream.
18498
18499 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18500
18501         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18502         (gst_alsasink_class_init):
18503           Free the device name string.
18504
18505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18506         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18507         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18508           Don't remove a pad from the collectpads structure until it
18509           is released - it's a request pad, and may receive data again
18510           if the element gets moved back to PLAYING state.
18511
18512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18513           Ensure we turn on double buffering on the Xv port, and
18514           set the colour key to something dark and mysterious that
18515           isn't black.
18516
18517 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18518
18519         * ext/alsa/gstalsaplugin.c: (plugin_init):
18520         * ext/cdparanoia/gstcdparanoiasrc.c:
18521         (gst_cd_paranoia_src_base_init), (plugin_init):
18522         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18524           - a library should not call setlocale. see "Libraries" node in
18525             gettext manual
18526           - make sure all plugins that use translation do bindtextdomain
18527             to point to the localedir
18528         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18529         (setup_sinks), (plugin_init):
18530           all this, and check for NULL when creating sinks
18531
18532 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18533
18534         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18535         (plugin_init): Make typefinding of subtitles work again.
18536
18537 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18538
18539         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18540         (mp3_type_frame_length_from_header), (mp3_type_find),
18541         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18542         (plugin_init):
18543           Backport a bunch of typefinding fixes from the 0.8 branch.
18544           Also, improve wavpack typefinding: if we can't peek the
18545           entire wavpack block, try to parse the bits we can get and
18546           see if we find what we're looking for in those.
18547
18548 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18549
18550         * sys/ximage/ximagesink.c:
18551         (gst_ximagesink_calculate_pixel_aspect_ratio):
18552         * sys/xvimage/xvimagesink.c:
18553         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18554         more cases of pixel aspect ratio.
18555
18556 2006-01-26  Edward Hervey  <edward@fluendo.com>
18557
18558         * gst/playback/gstdecodebin.c: (pad_probe):
18559         Also consider the flush-start and tag events as unblockers
18560         for the pad probes.
18561
18562 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18563
18564         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18565         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18566         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18567         On the fly visualisation switch, works disabling, enabling as
18568         well but it won't be able to enable vis in a playbin that was
18569         created with no visualisation.
18570
18571 2006-01-25  Wim Taymans  <wim@fluendo.com>
18572
18573         * gst-libs/gst/audio/gstbaseaudiosink.c:
18574         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18575         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18576         resume after pause.
18577
18578 2006-01-25  Wim Taymans  <wim@fluendo.com>
18579
18580         * gst-libs/gst/audio/gstbaseaudiosink.c:
18581         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18582         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18583         Improve debugging.
18584         Post error when caps cannot be parsed.
18585         Resync on discontinuity in the stream.
18586         Clip samples to segment boundaries.
18587         return WRONG_STATE sooner when we are flushing.
18588
18589         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18590         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18591         Make audiosrc operate in TIME.
18592         Set TIMESTAMP and DURATION on buffers.
18593
18594 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18595
18596         * tests/examples/seek/seek.c: (main):
18597           Output tag messages as well.
18598
18599 2006-01-23  Edward Hervey  <edward@fluendo.com>
18600
18601         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18602         (free_pad_probes), (remove_fakesink), (pad_probe),
18603         (close_pad_link), (gst_decode_bin_change_state):
18604         Replace GstPadBlockCallback with pad probes that detect
18605         first buffer AND eos before removing fakesink.
18606         Fixes hang with demuxers doing EOS while pre-rolling.
18607         Solves #328279
18608
18609 2006-01-23  Andy Wingo  <wingo@pobox.com>
18610
18611         * ext/alsa/gstalsasink.c:
18612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18613         (gst_base_rtp_depayload_setcaps),
18614         (gst_base_rtp_depayload_add_to_queue),
18615         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18616         
18617         Patch by: Jens Granseuer <jensgr at gmx dot net>
18618
18619 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18620
18621         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18622         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18623         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18624         frames. We might get a frame destroyed after changing state to
18625         NULL, adding a safety check on xcontext.
18626
18627 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18628
18629         * gst-libs/gst/interfaces/xoverlay.c:
18630           Fix prepare-xwindow-id code example in the docs - we need to
18631           ignore all messages that aren't element messages as well.
18632           
18633 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18634
18635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18636           I think one day i'll completely undestand how caps negotiation
18637           is supposed to work. This refactoring handles buffer_alloc
18638           called with caps we can't handle. We definitely don't want a
18639           set_caps with those caps, so we define and allocate a buffer
18640           we would like to receive.
18641
18642 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18643
18644         * gst/playback/gstplaybasebin.c: (setup_source):
18645           Free iterator when done.
18646
18647 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18648
18649         * gst-libs/gst/audio/gstbaseaudiosink.c:
18650         (gst_base_audio_sink_render):
18651           Fix playback of non-synchronised streams by assuming a rate
18652           of 1.0 instead of a random one.
18653
18654           Makes this work again:
18655
18656           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18657           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18658           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18659           audioresample ! alsasink
18660
18661 === release 0.10.2 ===
18662
18663 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18664
18665         * configure.ac:
18666           releasing 0.10.2, "Then the devil is six"
18667
18668 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18669
18670         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18671         * gst/playback/gststreamselector.c:
18672         (gst_stream_selector_set_property):
18673           Comment out broken code that connects to the state-changed signal.
18674           At this point, changing current stream selection is broken, but 
18675           stuff like gst-launch playbin current-audio=1 works and filters
18676           to the chosen stream.
18677
18678 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18679
18680         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18681           Fix #327216 (null dereference in vorbisdec)
18682
18683 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18684
18685         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18686           Post taglist actually on bus instead of just freeing it
18687           (fixes #327114 and totem bug #327080).
18688
18689         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18690           Use gst_element_found_tags_for_pad(), so that the tags
18691           are sent downstream as an event as well.
18692
18693 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18694
18695         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18696         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18697         (gst_ximagesink_buffer_alloc):
18698         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18699         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18700         (gst_xvimagesink_buffer_alloc):
18701           move all regularly occurring messages to GST_LOG level
18702           add some more object logs
18703
18704 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18705
18706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18707           fix a silly segfault
18708
18709 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18710
18711         * docs/libs/gst-plugins-base-libs-docs.sgml:
18712         * docs/libs/gst-plugins-base-libs-sections.txt:
18713         * gst-libs/gst/audio/mixerutils.c:
18714         * gst-libs/gst/audio/mixerutils.h:
18715           Add docs for mixerutils stuff.
18716
18717 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18718
18719         * gst/playback/gstplaybasebin.c: (setup_source):
18720           Fix playback for sources that emit raw audio or
18721           raw video streams (e.g.: cd audio sources) (#325984).
18722
18723 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18724
18725         * gst-libs/gst/audio/mixerutils.c:
18726         (gst_audio_mixer_filter_do_filter):
18727           actually save the element we create
18728
18729 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18730
18731         * gst-libs/gst/cdda/gstcddabasesrc.c:
18732         (gst_cdda_base_src_handle_track_seek):
18733           No need to post a tag message on the bus when seeking
18734           within the same track, only post it when the current
18735           track changes.
18736
18737 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18738
18739         * gst/playback/gstplaybasebin.c: (group_destroy),
18740         (probe_triggered), (new_decoded_pad), (mute_group_type),
18741         (set_active_source):
18742         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18743         * gst/playback/gststreamselector.c:
18744         (gst_stream_selector_base_init),
18745         (gst_stream_selector_set_property),
18746         (gst_stream_selector_request_new_pad):
18747           Reenable stream selection. These mechanisms need a complete overhaul
18748           in the face of 0.8->0.10 changes though.
18749
18750 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18751
18752         * ext/ogg/gstoggdemux.c:
18753           Change the pad template to src_%d to match the pads that 
18754           are created from it. decodebin needs this information in order
18755           to decide that oggdemux is capable of producing multiple pads
18756           (and hence needs queues inserted).
18757
18758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18759         (gst_ogg_mux_collected):
18760           Make debug output more useful by using GST_PTR_FORMAT.
18761
18762 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18763
18764         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18765
18766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18767           Set depth and width for alaw/mulaw (fixes #326601).
18768
18769 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18770
18771         * tests/icles/Makefile.am:
18772           don't build the tests if we don't have the libs
18773
18774 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18775
18776         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18777         (gst_cd_paranoia_paranoia_callback):
18778           Don't try to free NULL pointers.
18779
18780 2006-01-10  Edward Hervey  <edward@fluendo.com>
18781
18782         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18783         (gst_audio_rate_change_state), (plugin_init):
18784         Add debugging category.
18785         Fix type issues.
18786         Add case for incoming buffers without valid offset/offset_end.
18787
18788 2006-01-10  Michael Smith  <msmith@fluendo.com>
18789
18790         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18791           Don't leak GCond in audio sources.
18792
18793 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18794
18795         * gst/playback/gstplaybin.c: (gen_audio_element):
18796           Don't leak an autoaudiosink/alsasink when we generate
18797           a new audio element. (old code, I guess)
18798
18799 2006-01-10  Michael Smith  <msmith@fluendo.com>
18800
18801         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18802           Support float audio in audiorate.
18803           Use width rather than depth for selecting sample width.
18804
18805 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18806
18807         * gst/videotestsrc/videotestsrc.h:
18808           Use GLib types here (that way we don't have to include the
18809           generated _stdint.h header, which makes life easier for win32
18810           folks that don't use autotools for the build) (#325990, patch
18811           by: Sergey Scobich).
18812
18813 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18814
18815         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18816         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18817         (gst_ring_buffer_pause), (wait_segment):
18818         * gst-libs/gst/audio/gstringbuffer.h:
18819           Name (private) union, makes Forte compiler happy (this time
18820           for real) (#324900).
18821
18822 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18823
18824         * gst-libs/gst/audio/Makefile.am:
18825           Link against libgstinterfaces, needed for mixer
18826           and property probe stuff.
18827
18828 2006-01-09  Edward Hervey  <edward@fluendo.com>
18829
18830         * gst-libs/gst/Makefile.am:
18831
18832 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18833
18834         * gst-libs/gst/audio/Makefile.am:
18835         * gst-libs/gst/audio/mixerutils.c:
18836         (gst_audio_mixer_filter_do_filter),
18837         (gst_audio_mixer_filter_check_element),
18838         (gst_audio_mixer_filter_probe_feature),
18839         (element_factory_rank_compare_func),
18840         (gst_audio_default_registry_mixer_filter):
18841         * gst-libs/gst/audio/mixerutils.h:
18842           Add gst_audio_default_registry_mixer_filter() utility
18843           function.
18844
18845 2006-01-03  Michael Smith  <msmith@fluendo.com>
18846
18847         * gst/audioresample/resample.h:
18848           As before, but for o_buf
18849
18850 2006-01-03  Michael Smith  <msmith@fluendo.com>
18851
18852         * gst/audioresample/resample.h:
18853           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18854           since we do arithmetic on it.
18855
18856 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18857
18858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18859         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18860         (gst_ring_buffer_pause), (wait_segment):
18861         * gst-libs/gst/audio/gstringbuffer.h:
18862           Sun's Forte compiler doesn't seem to like anonymous structs,
18863           so use same setup as in GstBaseSrc (fixes #324900).
18864
18865 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18866
18867         * configure.ac:
18868         * gst/volume/Makefile.am:
18869         * gst/volume/demo.c:
18870           move old example to tests/examples/volume/volune.c
18871         * tests/examples/Makefile.am:
18872         * tests/examples/seek/seek.c: (main):
18873           change window-close event from "delete-event" to "destroy"
18874         * tests/examples/volume/Makefile.am:
18875         * tests/examples/volume/volume.c: (value_changed_callback),
18876         (setup_gui), (message_received), (eos_message_received), (main):
18877           fix event handling and bus usage
18878
18879 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18880
18881         * gst/audiotestsrc/gstaudiotestsrc.c:
18882         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18883         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18884         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18885         (gst_audio_test_src_create_square),
18886         (gst_audio_test_src_create_saw),
18887         (gst_audio_test_src_create_triangle),
18888         (gst_audio_test_src_create_silence),
18889         (gst_audio_test_src_create_white_noise),
18890         (gst_audio_test_src_create_pink_noise),
18891         (gst_audio_test_src_init_sine_table),
18892         (gst_audio_test_src_create_sine_table),
18893         (gst_audio_test_src_change_wave),
18894         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18895         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18896         * gst/audiotestsrc/gstaudiotestsrc.h:
18897           update to basesrc changes, implement segmented seeking and eos
18898           handling, add a 'sine-tab' waveform for performance critical playback
18899
18900 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18901
18902         * po/POTFILES.in:
18903           ... and this time the other modified file that I missed last time.
18904
18905 2005-12-29  Michael Smith  <msmith@fluendo.com>
18906
18907         * gst/playback/gstdecodebin.c: (new_pad):
18908           Fix non-C89 variable declaration not at the start of a block. Should
18909           help some compilers.
18910
18911 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18912
18913         * tests/check/Makefile.am:
18914           And now fix 'make distcheck' (builddir != srcdir)
18915
18916 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18917
18918         * configure.ac:
18919         * ext/cdparanoia/Makefile.am:
18920         * ext/cdparanoia/gstcdparanoia.c:
18921         * ext/cdparanoia/gstcdparanoia.h:
18922         * ext/cdparanoia/gstcdparanoiasrc.c:
18923         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18924         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18925         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18926         (gst_cd_paranoia_paranoia_callback),
18927         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18928         (gst_cd_paranoia_src_set_property),
18929         (gst_cd_paranoia_src_get_property), (plugin_init):
18930         * ext/cdparanoia/gstcdparanoiasrc.h:
18931           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18932           plugin again (there are still fixes required to playbin to make
18933           cdda:// uris work there).
18934
18935 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * tests/check/Makefile.am:
18938           Fix test case compilation.
18939
18940 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18941
18942         * gst-libs/gst/cdda/gstcddabasesrc.c:
18943         (gst_cdda_base_src_update_duration),
18944         (gst_cdda_base_src_calculate_cddb_id):
18945           An integer is not a string. Fix access to uninitialised variable.
18946
18947         * tests/check/Makefile.am:
18948           Add cddabasesrc unit test; also actually enable the vorbis test.
18949
18950         * tests/check/generic/states.c:
18951           Blacklist new cd audio elements as well.
18952
18953         * tests/check/libs/cddabasesrc.c:
18954           Unit test for GstCddaBaseSrc (discid calculation mostly).
18955
18956 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18957
18958         * docs/libs/Makefile.am:
18959         * docs/libs/gst-plugins-base-libs-docs.sgml:
18960         * docs/libs/gst-plugins-base-libs-sections.txt:
18961         * docs/libs/gst-plugins-base-libs.types:
18962           Add docs for libgstcdda/GstCddaBaseSrc.
18963
18964         * gst-libs/gst/interfaces/mixertrack.h:
18965           Do one struct member per line with a semicolon at the end, that way
18966           even gtk-doc might parse it without complaining.
18967
18968 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18969
18970         * configure.ac:
18971         * gst-libs/gst/Makefile.am:
18972         * gst-libs/gst/cdda/Makefile.am:
18973         * gst-libs/gst/cdda/base64.c:
18974         * gst-libs/gst/cdda/base64.h:
18975         * gst-libs/gst/cdda/gstcddabasesrc.c:
18976         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18977         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18978         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18979         (gst_cdda_base_src_get_property),
18980         (gst_cdda_base_src_get_track_from_sector),
18981         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18982         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18983         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18984         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18985         (gst_cdda_base_src_uri_get_protocols),
18986         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18987         (gst_cdda_base_src_uri_handler_init),
18988         (gst_cdda_base_src_setup_interfaces),
18989         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18990         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18991         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18992         (gst_cdda_base_src_add_tags),
18993         (gst_cdda_base_src_add_index_associations),
18994         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18995         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18996         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18997         (gst_cdda_base_src_create):
18998         * gst-libs/gst/cdda/gstcddabasesrc.h:
18999         * gst-libs/gst/cdda/sha1.c:
19000         * gst-libs/gst/cdda/sha1.h:
19001           Add new libgstcdda with GstCddaBaseSrc class.
19002
19003 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19004
19005         * ext/gnomevfs/gstgnomevfssink.h:
19006           Use GstBaseSinkClass as parent_class member for class struct, not
19007           GstBaseSink.
19008
19009 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19010
19011         Patch by: Michael Benes
19012
19013         * gst/videotestsrc/gstvideotestsrc.c:
19014         (gst_video_test_src_class_init), (gst_video_test_src_start):
19015           Add start method to reset running time and number of frames sent
19016           when starting up (fixes #324696)
19017
19018 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19019
19020         * docs/plugins/Makefile.am:
19021         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19022         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19023         * docs/plugins/gst-plugins-base-plugins.args:
19024         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19025         * docs/plugins/gst-plugins-base-plugins.signals:
19026           Add docs stuff for gnomevfssrc and gnomevfssink.
19027
19028         * ext/gnomevfs/gstgnomevfssrc.c:
19029           Fix example pipeline in gtk-doc blurb.
19030
19031 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19032
19033         * ext/gnomevfs/Makefile.am:
19034         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19035         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19036         (gst_gnome_vfs_handle_get_type), (plugin_init):
19037         * ext/gnomevfs/gstgnomevfs.h:
19038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19039         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19040         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19041         (gst_gnome_vfs_sink_set_property),
19042         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19043         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19044         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19045         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19046         (gst_gnome_vfs_sink_uri_get_type),
19047         (gst_gnome_vfs_sink_uri_get_protocols),
19048         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19049         (gst_gnome_vfs_sink_uri_handler_init):
19050         * ext/gnomevfs/gstgnomevfssink.h:
19051           Port gnomevfssink; add gtk-doc blurb.
19052
19053         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19054         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19055         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19056         (gst_gnome_vfs_src_uri_get_type),
19057         (gst_gnome_vfs_src_uri_get_protocols),
19058         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19059         (gst_gnome_vfs_src_uri_handler_init),
19060         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19061         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19062         (gst_gnome_vfs_src_send_additional_headers_callback),
19063         (gst_gnome_vfs_src_received_headers_callback),
19064         (gst_gnome_vfs_src_push_callbacks),
19065         (gst_gnome_vfs_src_pop_callbacks),
19066         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19067         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19068         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19069         * ext/gnomevfs/gstgnomevfssrc.h:
19070           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19071           file; add gtk-doc blurb with example pipelines.
19072
19073 === release 0.10.1 ===
19074
19075 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19076
19077         * configure.ac:
19078           releasing 0.10.1, "Dobro Dedek"
19079
19080 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19081
19082         * gst/typefind/gsttypefindfunctions.c:
19083         iLBC30 and iLBC20 added to typefind.
19084
19085 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19086
19087         * gst-libs/gst/audio/gstbaseaudiosink.c:
19088         (gst_base_audio_sink_class_init):
19089         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19090         (gst_base_audio_src_class_init):
19091           update strings, values are in microseconds
19092           change the default sink buffer time to something that is smaller
19093           (to help software volume mixing have a slightly lower delay) but
19094           still be acceptable on Wim's laptop
19095
19096 2005-12-20  Edward Hervey  <edward@fluendo.com>
19097
19098         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19099         Made a quack, forgot to add DUCK to the riff video template.
19100
19101 2005-12-19  Edward Hervey  <edward@fluendo.com>
19102
19103         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19104         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19105         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19106         (gst_ogm_parse_chain):
19107         Make sure pads are initialized correctly.
19108         * gst-libs/gst/riff/riff-ids.h:
19109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19110         (gst_riff_create_video_template_caps):
19111         Add a whole bunch of FOURCC <=> MimeType.
19112         Extend the riff video pad template to support the newly added fourcc.
19113
19114 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19115
19116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19117         (gst_ogg_demux_activate_chain):
19118           Extra debug output when activating/deactivating chains.
19119
19120         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19121         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19122         (unlinked):
19123           Remove a queue from our list when it becomes unlinked.
19124           Don't add queues to elements in class 'Demux' if they
19125           can only produce one pad 
19126
19127 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19128
19129         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19130         (gst_video_sink_get_type): Add a debug category.
19131
19132 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19133
19134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19135         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19136           Handle downstream newsegment by sending our own newsegment before the
19137           next buffer to be released. (#323900)
19138
19139 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19140
19141         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19142         (gst_base_rtp_depayload_set_gst_timestamp):
19143           add queue delay to new segment as well (as opposed to just the first
19144           buffer). (bug #322347)
19145
19146 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19147
19148         * ext/libvisual/visual.c: (make_valid_name):
19149           change some char* into char[]
19150         * gst/audiotestsrc/gstaudiotestsrc.c:
19151         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19152         (gst_audio_test_src_create):
19153         * gst/audiotestsrc/gstaudiotestsrc.h:
19154           prepare to handle EOS and SEGMENT_DONE
19155
19156 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19157
19158         * tests/check/generic/states.c: (GST_START_TEST):
19159           Blacklist cdparanoia element in state test.
19160
19161 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19162
19163           Patch by: Benjamin Pineau
19164
19165         * gst/tcp/gsttcp.c:
19166         * gst/tcp/gsttcpclientsink.c:
19167         * gst/tcp/gsttcpserversink.c:
19168         * gst/tcp/gsttcpserversrc.c:
19169           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19170
19171 2005-12-15  Michael Smith  <msmith@fluendo.com>
19172
19173         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19174         (gst_video_rate_chain):
19175           Fix timestamping for videorate when the first buffer it sees has a
19176           non-zero timestamp. Fix some misleading debug output.
19177
19178 2005-12-15  Michael Smith  <msmith@fluendo.com>
19179
19180         * gst/audioresample/gstaudioresample.c:
19181           Don't leak all input buffers to audioresample.
19182
19183 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19184
19185         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19186           Don't operate on empty text buffers. Strip newlines and
19187           tabs only from the end of the text, but leave them intact
19188           in the middle. Fix typo in gtk-doc description.
19189
19190 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19191
19192         * gst/playback/gstplaybasebin.c:
19193         * gst/playback/gstplaybin.c: (handoff):
19194           Make sure the video frame buffer we return to apps via the
19195           "frame" property always has caps set on it. Modify
19196           _gst_gvalue_set_object() macro to handle NULL objects
19197           gracefully too.
19198
19199 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19200
19201         * gst/audiotestsrc/gstaudiotestsrc.c:
19202         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19203         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19204         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19205         (gst_audio_test_src_create):
19206         * gst/audiotestsrc/gstaudiotestsrc.h:
19207         Adjust to some recent api changes and add wtays new cool seeking
19208         capabillities
19209
19210 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19211
19212         * ext/alsa/Makefile.am:
19213         * ext/alsa/gstalsadeviceprobe.c:
19214         * ext/alsa/gstalsadeviceprobe.h:
19215           Helper functions to add device probing via the GstPropertyProbe
19216           interface to a class.
19217
19218         * ext/alsa/gstalsamixer.h:
19219           Comment out GST_ALSA_MIXER, it returns a struct that's not
19220           used.
19221
19222         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19223           Add some debug info. 
19224
19225         * ext/alsa/gstalsamixerelement.c:
19226         (gst_alsa_mixer_element_interface_supported),
19227         (gst_implements_interface_init),
19228         (gst_alsa_mixer_element_init_interfaces),
19229         (gst_alsa_mixer_element_class_init),
19230         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19231         (gst_alsa_mixer_element_set_property),
19232         (gst_alsa_mixer_element_get_property),
19233         (gst_alsa_mixer_element_change_state):
19234         * ext/alsa/gstalsamixerelement.h:
19235           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19236           for device handling (gnome-volume-control will need that).
19237
19238 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19239
19240         * ext/Makefile.am: fix cdparanoia entry
19241         * gst-plugins-base.spec.in: add cdparanoia
19242
19243 2005-12-12  Michael Smith  <msmith@fluendo.com>
19244
19245         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19246           Use the correct function to free list of typefind factories.
19247
19248 2005-12-12  Wim Taymans  <wim@fluendo.com>
19249
19250         * gst/videotestsrc/gstvideotestsrc.c:
19251         (gst_video_test_src_class_init), (gst_video_test_src_init),
19252         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19253         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19254         (gst_video_test_src_create):
19255         * gst/videotestsrc/gstvideotestsrc.h:
19256         Implement seeking in videotestsrc.
19257         Small cleanups.
19258
19259 2005-12-12  Wim Taymans  <wim@fluendo.com>
19260
19261         * ext/cdparanoia/Makefile.am:
19262         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19263         (gst_paranoia_endian_get_type), (_do_init),
19264         (cdparanoia_class_init), (cdparanoia_init),
19265         (cdparanoia_set_property), (cdparanoia_get_property),
19266         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19267         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19268         (cdparanoia_convert), (cdparanoia_get_query_types),
19269         (cdparanoia_query), (cdparanoia_set_index),
19270         (cdparanoia_uri_set_uri):
19271         * ext/cdparanoia/gstcdparanoia.h:
19272         Partially ported cdparanoia now that basesrc can support a
19273         plugin like this..
19274
19275 2005-12-12  Wim Taymans  <wim@fluendo.com>
19276
19277         * tests/examples/seek/scrubby.c: (main):
19278         Set higher priority for bus events so they don't get reordered with
19279         gtk gui events.
19280
19281         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19282         (flush_toggle_cb), (main):
19283         Added checkbox to disable flushing seeks. 
19284         Disable scrubbing when doing non flushing seeks.
19285
19286 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19287
19288         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19289         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19290         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19291         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19292           Implement some sort of event handling that doesn't rely on
19293           g_return_if_fail; make sure we always push the last chunk of an 
19294           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19295           state change function; remove some old cruft. Seeking is still
19296           rather unlikely to work though.
19297
19298         * tools/.cvsignore:
19299           Ignore more.
19300
19301 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19302
19303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19304         Fixed a leak of the current image reference when cleaning up.
19305         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19306
19307 2005-12-09  Michael Smith  <msmith@fluendo.com>
19308
19309         * tools/Makefile.am:
19310         * tools/gst-launch-ext-m.m:
19311           Remove gst-launch-ext. It doesn't work, and is no longer
19312           particularly useful.
19313
19314 2005-12-08  Luca Ognibene  <luogni@tin.it>
19315
19316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19317           don't pass random values to ogmparse convert function.
19318           Make seeking possible in the exile1.ogm file.
19319
19320 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19321
19322         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19323         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19324           Work around refcount problem with g_value_set_object() that occur
19325           if the core has been compiled against GLib-2.6 (g_value_set_object()
19326           will only g_object_ref() the element, but the caller will
19327           gst_object_unref() it and bad things will happen due to the way
19328           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19329           totem for people on FC4 using Thomas's 0.10 RPMs.
19330           
19331 2005-12-07  Edward Hervey  <edward@fluendo.com>
19332
19333         Time to welcome ogm to 0.10 :)
19334         
19335         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19336         (gst_ogg_pad_typefind):
19337         Oggdemux can now properly typefind elements with dynamic pads.
19338         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19339         Properly set caps on src pad, and set caps on outgoing buffers.
19340
19341 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         * ext/alsa/gstalsamixer.h:
19344         * ext/alsa/gstalsamixerelement.h:
19345         * ext/alsa/gstalsamixeroptions.h:
19346         * ext/alsa/gstalsamixertrack.h:
19347         * ext/alsa/gstalsasink.c:
19348         * ext/alsa/gstalsasink.h:
19349         * ext/alsa/gstalsasrc.c:
19350         * ext/alsa/gstalsasrc.h:
19351         * ext/cdparanoia/gstcdparanoia.h:
19352         * ext/gnomevfs/gstgnomevfsuri.h:
19353         * ext/ogg/gstoggdemux.c:
19354         * ext/ogg/gstoggmux.c:
19355         * ext/pango/gsttextoverlay.h:
19356         * ext/theora/theoradec.c:
19357         * ext/theora/theoraenc.c:
19358         * ext/vorbis/vorbisdec.h:
19359         * ext/vorbis/vorbisenc.c:
19360         * ext/vorbis/vorbisenc.h:
19361         * ext/vorbis/vorbisparse.h:
19362         * gst-libs/gst/audio/gstaudioclock.h:
19363         * gst-libs/gst/audio/gstaudiosink.c:
19364         * gst-libs/gst/audio/gstaudiosink.h:
19365         * gst-libs/gst/audio/gstaudiosrc.c:
19366         * gst-libs/gst/audio/gstaudiosrc.h:
19367         * gst-libs/gst/audio/gstbaseaudiosink.c:
19368         * gst-libs/gst/audio/gstbaseaudiosink.h:
19369         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19370         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19371         * gst-libs/gst/audio/gstringbuffer.h:
19372         * gst-libs/gst/audio/multichannel.h:
19373         * gst-libs/gst/floatcast/floatcast.h:
19374         * gst-libs/gst/interfaces/colorbalance.c:
19375         * gst-libs/gst/interfaces/colorbalance.h:
19376         * gst-libs/gst/interfaces/colorbalancechannel.h:
19377         * gst-libs/gst/interfaces/mixer.h:
19378         * gst-libs/gst/interfaces/mixeroptions.h:
19379         * gst-libs/gst/interfaces/mixertrack.h:
19380         * gst-libs/gst/interfaces/navigation.h:
19381         * gst-libs/gst/interfaces/propertyprobe.h:
19382         * gst-libs/gst/interfaces/tuner.h:
19383         * gst-libs/gst/interfaces/tunerchannel.h:
19384         * gst-libs/gst/interfaces/tunernorm.h:
19385         * gst-libs/gst/interfaces/xoverlay.h:
19386         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19387         * gst-libs/gst/riff/riff-ids.h:
19388         * gst-libs/gst/riff/riff-media.h:
19389         * gst-libs/gst/riff/riff-read.h:
19390         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19391         * gst-libs/gst/rtp/gstbasertppayload.c:
19392         * gst-libs/gst/rtp/gstbasertppayload.h:
19393         * gst-libs/gst/rtp/gstrtpbuffer.c:
19394         * gst-libs/gst/rtp/gstrtpbuffer.h:
19395         * gst-libs/gst/tag/gsttageditingprivate.h:
19396         * gst-libs/gst/tag/gstvorbistag.c:
19397         (gst_tag_list_from_vorbiscomment_buffer):
19398         * gst-libs/gst/tag/tag.h:
19399         * gst-libs/gst/video/video.h:
19400         * gst/adder/gstadder.c:
19401         * gst/adder/gstadder.h:
19402         * gst/audioconvert/audioconvert.c:
19403         * gst/audioconvert/audioconvert.h:
19404         * gst/audioconvert/gstaudioconvert.c:
19405         * gst/audioconvert/gstchannelmix.c:
19406         * gst/audioconvert/gstchannelmix.h:
19407         * gst/audiorate/gstaudiorate.c:
19408         * gst/audioresample/buffer.h:
19409         * gst/audioresample/functable.h:
19410         * gst/audioresample/gstaudioresample.c:
19411         * gst/audioresample/resample.h:
19412         * gst/ffmpegcolorspace/avcodec.h:
19413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19414         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19415         * gst/ffmpegcolorspace/imgconvert.c:
19416         * gst/ffmpegcolorspace/imgconvert_template.h:
19417         * gst/playback/gstdecodebin.c:
19418         * gst/playback/gstplaybasebin.h:
19419         * gst/playback/gstplaybin.c:
19420         * gst/playback/gststreaminfo.h:
19421         * gst/tcp/gstfdset.c:
19422         * gst/tcp/gstfdset.h:
19423         * gst/tcp/gstmultifdsink.c:
19424         * gst/tcp/gstmultifdsink.h:
19425         * gst/tcp/gsttcp.h:
19426         * gst/tcp/gsttcpclientsrc.c:
19427         * gst/tcp/gsttcpclientsrc.h:
19428         * gst/tcp/gsttcpplugin.h:
19429         * gst/tcp/gsttcpserversink.c:
19430         * gst/tcp/gsttcpserversrc.c:
19431         * gst/typefind/gsttypefindfunctions.c:
19432         * gst/videorate/gstvideorate.c:
19433         * gst/videotestsrc/gstvideotestsrc.h:
19434         * gst/videotestsrc/videotestsrc.h:
19435         * sys/v4l/gstv4lcolorbalance.h:
19436         * sys/v4l/gstv4ltuner.h:
19437         * sys/v4l/gstv4lxoverlay.h:
19438         * sys/v4l/v4l_calls.h:
19439         * sys/v4l/videodev_mjpeg.h:
19440         * tests/check/elements/audioconvert.c:
19441         * tests/check/elements/audioresample.c:
19442         * tests/check/elements/audiotestsrc.c:
19443         * tests/check/elements/videotestsrc.c:
19444         * tests/check/elements/volume.c:
19445         * tests/examples/seek/scrubby.c:
19446         * tests/examples/seek/seek.c:
19447           expand tabs
19448
19449 === release 0.10.0 ===
19450
19451 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19452
19453         * configure.ac:
19454           releasing 0.10.0, "Mont-d'or"
19455
19456 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19457
19458         * tests/examples/seek/Makefile.am:
19459         Build fix for when gtk is not available.
19460
19461 2005-12-05  Andy Wingo  <wingo@pobox.com>
19462
19463         * ext/libvisual/visual.c: (get_buffer):
19464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19465         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19466         * ext/theora/theoradec.c: (theora_handle_data_packet):
19467         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19468         (theora_enc_chain):
19469         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19470         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19471         Update for alloc_buffer changes.
19472
19473 2005-12-05  Andy Wingo  <wingo@pobox.com>
19474
19475         patch by: Kai Vehmanen <kv2004 eca cx>
19476         
19477         * gst-libs/gst/rtp/gstbasertpdepayload.c
19478         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19479
19480 2005-12-04  Andy Wingo  <wingo@pobox.com>
19481
19482         patch by: Sebastien Cote <sebas642 yahoo ca>
19483         
19484         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19485         Fixes #319172.
19486
19487 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19488
19489         * docs/plugins/Makefile.am:
19490         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19492         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19493         * ext/pango/gstclockoverlay.c:
19494         * ext/pango/gsttextoverlay.c: 
19495         * ext/pango/gsttextrender.c:
19496         * ext/pango/gsttimeoverlay.c:
19497           Add gtk-doc blurbs to pango elements.
19498
19499 2005-12-02  Wim Taymans  <wim@fluendo.com>
19500
19501         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19502         * gst/audioresample/buffer.h:
19503         * gst/audioresample/gstaudioresample.c:
19504         * gst/audioresample/gstaudioresample.h:
19505         * gst/audioresample/resample.c: (resample_input_flush),
19506         (resample_input_pushthrough), (resample_input_eos),
19507         (resample_get_output_size_for_input),
19508         (resample_get_input_size_for_output), (resample_get_output_size),
19509         (resample_get_output_data):
19510         * gst/audioresample/resample.h:
19511         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19512         Fix audioresample, seek torture, new segments, reverse negotiation
19513         etc.. work fine.
19514
19515 2005-12-02  Wim Taymans  <wim@fluendo.com>
19516
19517         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19518         Small cleanups.
19519
19520 2005-12-02  Wim Taymans  <wim@fluendo.com>
19521
19522         * gst/audioconvert/gstaudioconvert.c:
19523         (gst_audio_convert_transform):
19524         Post errors.
19525
19526 === release 0.9.7 ===
19527
19528 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19529
19530         * configure.ac:
19531           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19532
19533 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19534
19535         * Makefile.am:
19536         * po/hu.po:
19537         * win32/MANIFEST:
19538         * win32/gst.sln:
19539           add win32 MANIFEST file
19540           do something to the hungarian translation
19541
19542 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19543
19544         * ext/Makefile.am:
19545           Add $(PANGO_DIR) to SUBDIRS
19546
19547         * ext/pango/gstclockoverlay.c:
19548         * ext/pango/gsttimeoverlay.c:
19549           Fix and improve element descriptions.
19550
19551 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19552
19553         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19554         * docs/plugins/inspect/plugin-libvisual.xml:
19555         * docs/plugins/inspect/plugin-pango.xml:
19556           add pango plugin to docs
19557
19558 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19559
19560         * configure.ac:
19561         * ext/Makefile.am:
19562           moved pango to base
19563
19564 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * configure.ac:
19567         * tests/Makefile.am:
19568         * tests/icles/.cvsignore:
19569         * tests/icles/Makefile.am:
19570         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19571         (close_display), (resize_window), (move_window), (create_window),
19572         (terminate_playback), (pause_playback), (start_playback), (main):
19573           add stress test for xoverlay from Julien
19574
19575 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19576
19577         * docs/libs/tmpl/gstcolorbalance.sgml:
19578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19579         * gst-libs/gst/rtp/gstbasertppayload.c:
19580         * gst-libs/gst/rtp/gstrtpbuffer.c:
19581         * gst-libs/gst/rtp/gstrtpbuffer.h:
19582           Do burger's rename for rtp payloaders and depayloaders
19583
19584 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * win32/:
19587           add Visual Studio 6 build files
19588
19589 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         * docs/libs/gst-plugins-base-libs-docs.sgml:
19592         * docs/libs/gst-plugins-base-libs-sections.txt:
19593         * docs/libs/tmpl/gstaudio.sgml:
19594         * docs/libs/tmpl/gstringbuffer.sgml:
19595         * gst-libs/gst/interfaces/xoverlay.c:
19596         * gst-libs/gst/video/gstvideofilter.c:
19597         * gst-libs/gst/video/gstvideosink.c:
19598           update documentation
19599
19600 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19603         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19604         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19605         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19606         (gst_multi_fd_sink_get_stats),
19607         (gst_multi_fd_sink_remove_client_link),
19608         (gst_multi_fd_sink_handle_client_read),
19609         (gst_multi_fd_sink_client_queue_data),
19610         (gst_multi_fd_sink_client_queue_caps),
19611         (gst_multi_fd_sink_client_queue_buffer),
19612         (gst_multi_fd_sink_new_client),
19613         (gst_multi_fd_sink_handle_client_write),
19614         (gst_multi_fd_sink_recover_client),
19615         (gst_multi_fd_sink_queue_buffer),
19616         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19617         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19618         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19619         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19620         * gst/tcp/gstmultifdsink.h:
19621         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19622         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19623         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19624         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19625         (gst_tcp_client_sink_set_property),
19626         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19627         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19628         * gst/tcp/gsttcpclientsink.h:
19629         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19630         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19631         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19632         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19633         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19634         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19635         * gst/tcp/gsttcpclientsrc.h:
19636         * gst/tcp/gsttcpplugin.c: (plugin_init):
19637         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19638         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19639         (gst_tcp_server_sink_finalize),
19640         (gst_tcp_server_sink_handle_server_read),
19641         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19642         (gst_tcp_server_sink_set_property),
19643         (gst_tcp_server_sink_get_property),
19644         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19645         * gst/tcp/gsttcpserversink.h:
19646         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19647         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19648         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19649         (gst_tcp_server_src_set_property),
19650         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19651         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19652         * gst/tcp/gsttcpserversrc.h:
19653           more borgifying
19654
19655 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * docs/plugins/Makefile.am:
19658         * docs/plugins/gst-plugins-base-plugins.args:
19659         * docs/plugins/inspect/plugin-libvisual.xml:
19660         * gst/audioconvert/plugin.h:
19661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19662         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19663         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19664         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19665         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19666         (plugin_init):
19667         * gst/audiotestsrc/gstaudiotestsrc.c:
19668         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19669         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19670         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19671         (gst_audio_test_src_get_query_types),
19672         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19673         (gst_audio_test_src_create_square),
19674         (gst_audio_test_src_create_saw),
19675         (gst_audio_test_src_create_triangle),
19676         (gst_audio_test_src_create_silence),
19677         (gst_audio_test_src_create_white_noise),
19678         (gst_audio_test_src_init_pink_noise),
19679         (gst_audio_test_src_generate_pink_noise_value),
19680         (gst_audio_test_src_create_pink_noise),
19681         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19682         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19683         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19684         (plugin_init):
19685         * gst/audiotestsrc/gstaudiotestsrc.h:
19686         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19687         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19688         (gst_sub_parse_init), (gst_sub_parse_formats),
19689         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19690         (convert_encoding), (get_next_line),
19691         (gst_sub_parse_data_format_autodetect),
19692         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19693         (gst_sub_parse_loop), (gst_sub_parse_chain),
19694         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19695         (plugin_init):
19696         * gst/subparse/gstsubparse.h:
19697         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19698         (gst_video_rate_base_init), (gst_video_rate_class_init),
19699         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19700         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19701         (gst_video_rate_init), (gst_video_rate_event),
19702         (gst_video_rate_chain), (gst_video_rate_set_property),
19703         (gst_video_rate_get_property), (gst_video_rate_change_state),
19704         (plugin_init):
19705         * gst/videoscale/gstvideoscale.c:
19706         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19707         (gst_video_scale_src_template_factory),
19708         (gst_video_scale_sink_template_factory),
19709         (gst_video_scale_get_type), (gst_video_scale_base_init),
19710         (gst_video_scale_class_init), (gst_video_scale_init),
19711         (gst_video_scale_set_property), (gst_video_scale_get_property),
19712         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19713         (gst_video_scale_prepare_size), (parse_caps),
19714         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19715         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19716         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19717         (plugin_init):
19718         * gst/videoscale/gstvideoscale.h:
19719         * gst/videotestsrc/gstvideotestsrc.c:
19720         (gst_video_test_src_pattern_get_type),
19721         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19722         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19723         (gst_video_test_src_set_pattern),
19724         (gst_video_test_src_set_property),
19725         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19726         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19727         (gst_video_test_src_event), (gst_video_test_src_get_times),
19728         (gst_video_test_src_create), (plugin_init):
19729         * gst/videotestsrc/gstvideotestsrc.h:
19730         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19731         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19732         (gst_video_test_src_black):
19733         * gst/videotestsrc/videotestsrc.h:
19734           borgify further
19735           clean up docs a little
19736
19737 2005-11-30  Wim Taymans  <wim@fluendo.com>
19738
19739         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19740         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19741         (gst_basertppayload_event), (gst_basertppayload_push),
19742         (gst_basertppayload_change_state):
19743         * gst-libs/gst/rtp/gstbasertppayload.h:
19744         closed #320644.
19745
19746 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19747
19748         * docs/libs/gst-plugins-base-libs-docs.sgml:
19749         * docs/libs/gst-plugins-base-libs-sections.txt:
19750         * gst-libs/gst/video/gstvideofilter.c:
19751         * gst-libs/gst/video/gstvideosink.c:
19752         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19753
19754 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19755
19756         * LICENSE:
19757           move
19758         * po/af.po:
19759         * po/az.po:
19760         * po/cs.po:
19761         * po/en_GB.po:
19762         * po/hu.po:
19763         * po/it.po:
19764         * po/nb.po:
19765         * po/nl.po:
19766         * po/or.po:
19767         * po/sq.po:
19768         * po/sr.po:
19769         * po/sv.po:
19770         * po/uk.po:
19771         * po/vi.po:
19772         * Makefile.am:
19773           update
19774         * scripts/autoplugins.sh:
19775           remove
19776
19777 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19778
19779         * Makefile.am:
19780         * configure.ac:
19781         * examples/Makefile.am:
19782         * examples/capsfilter/Makefile.am:
19783         * examples/capsfilter/capsfilter1.c:
19784         * examples/gob/Makefile.am:
19785         * examples/gob/gst-identity2.gob:
19786         * examples/indexing/.cvsignore:
19787         * examples/indexing/Makefile.am:
19788         * examples/indexing/indexmpeg.c:
19789         * examples/seeking/.cvsignore:
19790         * examples/seeking/Makefile.am:
19791         * examples/seeking/cdparanoia.c:
19792         * examples/seeking/cdplayer.c:
19793         * examples/seeking/chained.c:
19794         * examples/seeking/scrubby.c:
19795         * examples/seeking/seek.c:
19796         * examples/stats/Makefile.am:
19797         * examples/stats/mp2ogg.c:
19798         * examples/switch/.cvsignore:
19799         * examples/switch/Makefile.am:
19800         * examples/switch/switcher.c:
19801         * tests/Makefile.am:
19802         * tests/check/generic/.cvsignore:
19803         * tests/check/pipelines/.cvsignore:
19804         * tests/examples/Makefile.am:
19805         * tests/examples/seek/Makefile.am:
19806           reorganize stuff under tests/
19807
19808 2005-11-30  Edward Hervey  <edward@fluendo.com>
19809
19810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19811         Go away you stupid GstStaticPadTemplate memleak.
19812
19813 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19814
19815         * gst-libs/gst/net/Makefile.am:
19816         * gst-libs/gst/net/README:
19817         * gst-libs/gst/net/gstnetbuffer.c:
19818         * gst-libs/gst/net/gstnetbuffer.h:
19819           this was moved to "netbuffer"
19820
19821 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19822
19823         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19824         (gst_video_filter_class_init), (gst_video_filter_init):
19825         * gst-libs/gst/video/gstvideofilter.h:
19826           borgify name to bring in line with other classes
19827
19828 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * gst/audioscale/.cvsignore:
19831         * gst/audioscale/Makefile.am:
19832         * gst/audioscale/README:
19833         * gst/audioscale/audioscale.vcproj:
19834         * gst/audioscale/dtof.c:
19835         * gst/audioscale/dtos.c:
19836         * gst/audioscale/functable.c:
19837         * gst/audioscale/gstaudioscale.c:
19838         * gst/audioscale/gstaudioscale.h:
19839         * gst/audioscale/private.h:
19840         * gst/audioscale/resample.c:
19841         * gst/audioscale/resample.h:
19842         * gst/audioscale/test.c:
19843           remove
19844
19845 2005-11-30  Edward Hervey  <edward@fluendo.com>
19846
19847         * gst-libs/gst/netbuffer/Makefile.am:
19848         really, really tired
19849
19850 2005-11-30  Edward Hervey  <edward@fluendo.com>
19851
19852         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19853         Update for new GstTypeFindFactory _register()
19854
19855 2005-11-30  Edward Hervey  <edward@fluendo.com>
19856
19857         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19858         Let's not override libgstnet from core for no reason...
19859         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19860         Ok, maybe not so quick next time.
19861
19862 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19863
19864         * configure.ac:
19865         * gst-libs/gst/Makefile.am:
19866           moved gst-libs/gst/net to netbuffer through CVS surgery
19867           remove old directory
19868           updating build to accomodate
19869           (#322257)
19870
19871 2005-11-29  Andy Wingo  <wingo@pobox.com>
19872
19873         * pkgconfig/gstreamer-plugins-base.pc.in:
19874         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19875         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19876         (#322257).
19877
19878 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19879
19880         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19881         3rd time's the charm. Correct ref-counting for discarded buffers.
19882
19883 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19884
19885         * gst/playback/gststreamselector.c:
19886         (gst_stream_selector_class_init),
19887         (gst_stream_selector_set_property),
19888         (gst_stream_selector_get_property),
19889         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19890         Fix ref-counting
19891
19892 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19893
19894         * gst/subparse/gstsubparse.c: (feed_textbuf):
19895           Don't access already unref'ed buffer.
19896
19897 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19898
19899         * gst/playback/gststreamselector.c:
19900         (gst_stream_selector_class_init), (gst_stream_selector_init),
19901         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19902         (gst_stream_selector_get_property),
19903         (gst_stream_selector_get_linked_pad),
19904         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19905         * gst/playback/gststreamselector.h:
19906         Add the active-pad property for playbin to use shortly. Ignore buffers
19907         from any other pad, returning GST_FLOW_NOT_LINKED
19908
19909 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19910
19911         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19912         patch from bug #322704 (Alessandro Decina).
19913
19914 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19915
19916         * gst-libs/gst/audio/Makefile.am:
19917           folded audiofilter into the audio library
19918
19919 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19920
19921         * gst/videoscale/gstvideoscale.h:
19922         * gst/videoscale/gstvideoscale.c:
19923           remove unimplemented scale methods
19924
19925 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19926
19927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19928           Don't leak caps.
19929
19930 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19931
19932         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19933         (gst_ximagesink_setcaps):
19934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19935         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19936         happens (only visible on ximagesink but bug is in xv too) set_caps was
19937         destroying the internal x[v]image used to memcpy non locally alloced
19938         buffers so that it got renewed on next _chain. The issue is that 
19939         _expose will try to put that image as it reffed it in _put.
19940         Using gst_buffer_unref instead of destroy fixes it !
19941
19942 2005-11-28  Edward Hervey  <edward@fluendo.com>
19943
19944         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19945         (try_to_link_1), (queue_filled_cb):
19946         Better use of the queues. Start with a small size queue and only increase
19947         the size of the queues when the other queues are empty.
19948
19949 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * gst-libs/gst/video/Makefile.am:
19952           compile in copied-over videofilter into the video library
19953         * gst-libs/gst/video/videosink.h:
19954           rename the header to gstvideosink.h since it's a base GstObject class
19955         * sys/ximage/ximagesink.h:
19956         * sys/xvimage/xvimagesink.h:
19957           use the new header
19958
19959 2005-11-28  Wim Taymans  <wim@fluendo.com>
19960
19961         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19962         * gst/playback/gstplaybasebin.h:
19963         Prepare to handle errors betters.
19964
19965         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19966         Set sinks to PAUSED first before adding and linking them so that
19967         we don't interrupt dataflow.
19968
19969 2005-11-28  Wim Taymans  <wim@fluendo.com>
19970
19971         * gst-libs/gst/audio/TODO:
19972         Updated TODO
19973
19974         * gst-libs/gst/audio/gstaudiosink.c:
19975         (gst_audioringbuffer_open_device),
19976         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19977         (gst_audioringbuffer_release):
19978         Small cleanups.
19979
19980         * gst-libs/gst/audio/gstbaseaudiosink.c:
19981         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19982         (gst_base_audio_sink_change_state):
19983         Slave to the master clock when going to PLAYING and unslave when
19984         going to PAUSED.
19985
19986         * gst-libs/gst/audio/gstringbuffer.c:
19987         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19988         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19989         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19990         (gst_ring_buffer_clear_all), (wait_segment),
19991         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19992         (gst_ring_buffer_advance):
19993         * gst-libs/gst/audio/gstringbuffer.h:
19994         Add some docs and cleanups.
19995
19996 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19997
19998         * sys/xvimage/xvimagesink.c:
19999         (gst_xvimagesink_navigation_send_event): Fix navigation events
20000         coordinates translation with pixel aspect ratios.
20001
20002 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20003
20004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20005         Use calculated video geometry from _setcaps instead of buffer
20006         caps to respect pixel aspect ratio. (fixes #322388)
20007
20008 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20009
20010         * docs/libs/tmpl/gstcolorbalance.sgml:
20011         * docs/libs/tmpl/gstmixer.sgml:
20012         * docs/libs/tmpl/gstxoverlay.sgml:
20013         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20014         interface.
20015
20016 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20017
20018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20019         Refuse to create an XvImage if we can't find the format.
20020
20021 2005-11-28  Edward Hervey  <edward@fluendo.com>
20022
20023         * gst-libs/gst/riff/riff-media.c:
20024         (gst_riff_create_audio_template_caps):
20025         Add ATRAC3 to the list of riff-possible audio caps.
20026         I know we still don't have a plugin for atrac3, but it's saner to output
20027         that than a cryptic mimetype.
20028
20029 2005-11-27  Edward Hervey  <edward@fluendo.com>
20030
20031         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20032         Don't try to create a zero-sized subbuffer.
20033
20034 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20035
20036         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20037         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20038         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20039         (gst_ximagesink_expose): Fixed a tricky race.
20040         * sys/ximage/ximagesink.h:
20041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20042         (gst_xvimagesink_expose): Fixed a tricky race.
20043         * sys/xvimage/xvimagesink.h:
20044
20045 2005-11-27  Edward Hervey  <edward@fluendo.com>
20046
20047         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20048         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20049         Remove unused properties, and add queues between demuxers and decoders
20050         so that a lot more files can preroll properly.
20051
20052 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         * gst-libs/gst/net/Makefile.am:
20055         * gst-libs/gst/rtp/Makefile.am:
20056         * gst-libs/gst/tag/Makefile.am:
20057           remove silly include
20058         * gst/tags/Makefile.am:
20059         * gst/tags/gsttagediting.c:
20060         * gst/tags/gsttageditingprivate.h:
20061         * gst/tags/tagedit.vcproj:
20062           remove directory, is as good as empty
20063
20064 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20065
20066         * configure.ac:
20067           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20068         * gst-libs/Makefile.am:
20069         * gst-libs/gst/audio/Makefile.am:
20070         * gst-libs/gst/interfaces/Makefile.am:
20071         * gst-libs/gst/net/Makefile.am:
20072         * gst-libs/gst/riff/Makefile.am:
20073         * gst-libs/gst/rtp/Makefile.am:
20074         * gst-libs/gst/tag/Makefile.am:
20075         * gst-libs/gst/video/Makefile.am:
20076           and use them
20077
20078 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20079
20080         * docs/libs/tmpl/gstcolorbalance.sgml:
20081         * docs/libs/tmpl/gstmixer.sgml:
20082         * docs/libs/tmpl/gstxoverlay.sgml:
20083         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20084         * sys/ximage/ximagesink.h:
20085         * sys/xvimage/xvimagesink.h: More and more documentation.
20086
20087 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20088
20089         * docs/libs/gst-plugins-base-libs-docs.sgml:
20090         * docs/libs/gst-plugins-base-libs-sections.txt:
20091         * docs/libs/tmpl/gstcolorbalance.sgml:
20092         * docs/libs/tmpl/gstmixer.sgml:
20093         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20094         to documentation.
20095
20096 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20097
20098         * docs/plugins/Makefile.am:
20099         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20100         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20101         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20102
20103 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20104
20105         * docs/plugins/Makefile.am:
20106         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20108         * docs/plugins/inspect/plugin-adder.xml:
20109         * docs/plugins/inspect/plugin-alsa.xml:
20110         * docs/plugins/inspect/plugin-audioconvert.xml:
20111         * docs/plugins/inspect/plugin-audiorate.xml:
20112         * docs/plugins/inspect/plugin-audioresample.xml:
20113         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20114         * docs/plugins/inspect/plugin-decodebin.xml:
20115         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20116         * docs/plugins/inspect/plugin-gnomevfs.xml:
20117         * docs/plugins/inspect/plugin-ogg.xml:
20118         * docs/plugins/inspect/plugin-playbin.xml:
20119         * docs/plugins/inspect/plugin-subparse.xml:
20120         * docs/plugins/inspect/plugin-tcp.xml:
20121         * docs/plugins/inspect/plugin-theora.xml:
20122         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20123         * docs/plugins/inspect/plugin-video4linux.xml:
20124         * docs/plugins/inspect/plugin-videorate.xml:
20125         * docs/plugins/inspect/plugin-videoscale.xml:
20126         * docs/plugins/inspect/plugin-videotestsrc.xml:
20127         * docs/plugins/inspect/plugin-volume.xml:
20128         * docs/plugins/inspect/plugin-vorbis.xml:
20129         * docs/plugins/inspect/plugin-ximagesink.xml:
20130         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20131         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20132
20133 2005-11-26  Edward Hervey  <edward@fluendo.com>
20134
20135         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20136         Properly return GstFlowReturn from gst_pad_push in chain functions.
20137
20138 2005-11-25  Michael Smith  <msmith@fluendo.com>
20139
20140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20141         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20142         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20143         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20144           Handle various conditions better when we don't understand a stream.
20145           Removes a heap of CRITICALs on ogg streams containing unknown data.
20146
20147 2005-11-24  Andy Wingo  <wingo@pobox.com>
20148
20149         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20150         Be threadsafe.
20151
20152 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20153
20154         * configure.ac: back to HEAD
20155
20156 === release 0.9.6 ===
20157
20158 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20159
20160         * configure.ac:
20161           releasing 0.9.6, "White Eight"
20162
20163 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20166         * docs/plugins/inspect/plugin-sine.xml:
20167           remove sinesrc some more
20168
20169 2005-11-23  Wim Taymans  <wim@fluendo.com>
20170
20171         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20172         If we are reading too slowly, jump forward in the ringbuffer
20173         instead of blocking.
20174
20175 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20176
20177         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20178         (gst_visual_chain):
20179         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20180         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20181         (gst_videorate_chain):
20182         * gst/videotestsrc/gstvideotestsrc.c:
20183         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20184         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20185         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20186         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20187         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20188         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20189           Updates for API changes
20190
20191 2005-11-23  Wim Taymans  <wim@fluendo.com>
20192
20193         * gst-libs/gst/audio/gstbaseaudiosink.c:
20194         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20195         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20196         Fix for calibration API change.
20197
20198 2005-11-23  Michael Smith <msmith@fluendo.com>
20199
20200         * gst-libs/gst/audio/multichannel.c:
20201         (gst_audio_get_channel_positions),
20202         (gst_audio_set_channel_positions),
20203         (gst_audio_set_structure_channel_positions_list),
20204         (gst_audio_fixate_channel_positions):
20205           Use gst_value_array_*() functions on value arrays, not
20206           gst_value_list_*().
20207
20208 2005-11-23  Edward Hervey  <edward@fluendo.com>
20209
20210         * autogen.sh:
20211         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20212         Fixes autogen
20213
20214 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20215
20216         * check/Makefile.am:
20217         * check/elements/videotestsrc.c: (setup_videotestsrc),
20218         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20219         (main):
20220           add a test for videotestsrc
20221
20222 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20223
20224         * gst/sine/.cvsignore:
20225         * gst/sine/Makefile.am:
20226         * gst/sine/gstsinesrc.c:
20227         * gst/sine/gstsinesrc.h:
20228         * gst/sine/sinesrc.vcproj:
20229           and remove sinesrc from the repository.  Closes #321446
20230
20231 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20232
20233         * configure.ac:
20234         * gst-plugins-base.spec.in:
20235           remove sinesrc from the build
20236
20237 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20238
20239         * check/Makefile.am:
20240         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20241         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20242         (main):
20243           add a test for audiotestsrc, testing all waves.  Even seems
20244           leak-free at first glance, nice job Stefan
20245
20246 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20247
20248         * po/af.po:
20249         * po/az.po:
20250         * po/cs.po:
20251         * po/en_GB.po:
20252         * po/hu.po:
20253         * po/it.po:
20254         * po/nb.po:
20255         * po/nl.po:
20256         * po/or.po:
20257         * po/sq.po:
20258         * po/sr.po:
20259         * po/sv.po:
20260         * po/uk.po:
20261         * po/vi.po:
20262           Translation string updates
20263
20264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20265         (gst_v4lsrc_set_caps):
20266         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20267         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20268         * sys/v4l/v4lsrc_calls.h:
20269           Improve v4lsrc, by making it work again.
20270
20271 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20272
20273         * ext/libvisual/visual.c: (gst_visual_chain):
20274           Fix the fps calculations.
20275
20276         * gst/ffmpegcolorspace/avcodec.h:
20277           Move structure element for clarity
20278
20279         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20280         * gst-libs/gst/interfaces/tunernorm.h:
20281         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20282         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20283         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20284         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20285         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20286         (gst_v4lmjpegsrc_getcaps):
20287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20288         (gst_v4lsrc_set_caps):
20289         * sys/v4l/gstv4lsrc.h:
20290         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20291         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20292         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20293         * sys/v4l/v4lsrc_calls.h:
20294           Fractional framerates...
20295
20296 2005-11-22  Wim Taymans  <wim@fluendo.com>
20297
20298         * gst-libs/gst/audio/gstbaseaudiosink.c:
20299         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20300         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20301         And we provide a clock by default, of course...
20302
20303 2005-11-22  Wim Taymans  <wim@fluendo.com>
20304
20305         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20306         This clock can be slaved to a master clock now.
20307
20308         * gst-libs/gst/audio/gstbaseaudiosink.c:
20309         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20310         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20311         (gst_base_audio_sink_set_clock),
20312         (gst_base_audio_sink_set_property),
20313         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20314         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20315         * gst-libs/gst/audio/gstbaseaudiosink.h:
20316         Handle slaving the internal clock to the clock selected in the
20317         pipeline.
20318         Add property to make the basesink not provide a clock.
20319
20320         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20321         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20322         (gst_base_rtp_depayload_wait):
20323         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20324         We can use the clock in GstElement, no need to store it ourselves.
20325
20326 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20327
20328         * docs/libs/tmpl/gstaudio.sgml:
20329           update
20330         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20331         (gst_paranoia_endian_get_type):
20332         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20334         * gst/audiotestsrc/gstaudiotestsrc.c:
20335         (gst_audiostestsrc_wave_get_type):
20336         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20337         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20338         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20339         (gst_sync_method_get_type), (gst_unit_type_get_type),
20340         (gst_client_status_get_type), (gst_multifdsink_class_init),
20341         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20342         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20343         (gst_multifdsink_get_property):
20344         * gst/tcp/gstmultifdsink.h:
20345         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20346         * gst/videotestsrc/gstvideotestsrc.c:
20347         (gst_videotestsrc_pattern_get_type):
20348           remove deprecated properties
20349           fix up enums to correctly have short lowercase dashed nicks
20350
20351 2005-11-22  Michael Smith <msmith@fluendo.com>
20352
20353         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20355           Add underscore.
20356
20357 2005-11-22  Michael Smith <msmith@fluendo.com>
20358
20359         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20361           Use utility method for scaling clocktime for fractional framerates.
20362
20363 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20364
20365         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20366         (gst_visual_chain):
20367         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20368         * ext/theora/theoradec.c: (theora_handle_type_packet):
20369         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20370         (theora_enc_chain):
20371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20372         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20373         * gst-libs/gst/video/video.h:
20374         * gst/ffmpegcolorspace/avcodec.h:
20375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20376         (gst_ffmpeg_caps_to_pixfmt):
20377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20378         (gst_ffmpegcsp_set_caps):
20379         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20380         (gst_videorate_setcaps), (gst_videorate_blank_data),
20381         (gst_videorate_chain):
20382         * gst/videotestsrc/gstvideotestsrc.c:
20383         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20384         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20385         (gst_videotestsrc_event), (gst_videotestsrc_create):
20386         * gst/videotestsrc/gstvideotestsrc.h:
20387         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20388         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20389         (gst_ximagesink_get_times), (gst_ximagesink_init):
20390         * sys/ximage/ximagesink.h:
20391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20392         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20393         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20394         * sys/xvimage/xvimagesink.h:
20395           Convert elements to use fractions for their framerate.
20396           V4L elements to come later tonight.
20397
20398 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20399
20400         * gst-libs/gst/audio/audio.c:
20401         * gst-libs/gst/audio/audio.h:
20402           remove some deprecated functions
20403
20404 2005-11-22  Andy Wingo  <wingo@pobox.com>
20405
20406         * Update for gst_tag_setter API changes.
20407
20408 2005-11-22  Andy Wingo  <wingo@pobox.com>
20409
20410         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20411         (gst_ogg_demux_perform_seek):
20412         * ext/theora/theoradec.c (theora_dec_sink_event):
20413         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20414         update-funcnames.
20415
20416 2005-11-22  Wim Taymans  <wim@fluendo.com>
20417
20418         * examples/seeking/seek.c: (main):
20419         Give higher priority to bus signals than the gtk events
20420         to fix a race condition in the segment looping.
20421
20422 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20423
20424         * ext/theora/Makefile.am:
20425         * ext/vorbis/Makefile.am:
20426         * gst-libs/gst/tag/Makefile.am:
20427         * gst-plugins-base.spec.in:
20428           Rename libgsttagedit to libgsttag (#322117).
20429
20430 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20431
20432         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20434           Call gst_x_overlay_prepare_xwindow_id() to give applications
20435           a final chance to set their own xwindow id before the video
20436           sink creates its own window.
20437
20438 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20439
20440         * sys/xvimage/xvimagesink.c:
20441         (gst_xvimagesink_navigation_send_event): Handle navigation
20442         events correcly with borders if applicable.
20443
20444 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20445
20446         Patch by: Luca Ognibene
20447
20448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20449         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20451         (gst_ffmpegcsp_caps_remove_format_info):
20452         * gst/ffmpegcolorspace/imgconvert.c:
20453         * gst/ffmpegcolorspace/imgconvert_template.h:
20454           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20455           #318353); use gst_structure_has_name().
20456
20457 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20458
20459         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20460         (gst_ximagesink_class_init): Add debug macros on functions.
20461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20462         (gst_xvimagesink_xwindow_draw_borders),
20463         (gst_xvimagesink_xvimage_put),
20464         (gst_xvimagesink_xwindow_update_geometry),
20465         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20466         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20467         (gst_xvimagesink_xcontext_clear),
20468         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20469         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20470         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20471         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20472         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20473         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20474         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20475         expose while being PAUSED, out of data flow navigation events, etc..
20476
20477 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20478
20479         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20480         * gst-libs/gst/audio/audio.h:
20481           fix prototype - wondering why the test worked regardless
20482
20483 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * check/Makefile.am:
20486         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20487         * gst-libs/gst/audio/audio.h:
20488           add a method that returns a proper GstClockTime
20489
20490 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20491
20492         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20493         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20494         * gst-libs/gst/interfaces/xoverlay.h:
20495           Remove everything having to do with the desired size; add 
20496           gst_x_overlay_prepare_xwindow_id() function; remove the
20497           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20498           post a message on the bus instead (#321816).
20499
20500         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20502         (gst_xvimagesink_xoverlay_init):
20503           Remove desired size stuff (#321816).
20504
20505 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20506
20507         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20508         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20509         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20510           Terminate vararg functions with NULL instead of 0 to 
20511           make gcc4 happy.
20512
20513 2005-11-21  Andy Wingo  <wingo@pobox.com>
20514
20515         patch by: Sebastien Cote <sebas642@yahoo.ca>
20516         
20517         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20518         * gst-libs/gst/rtp/gstrtpbuffer.c
20519         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20520
20521 2005-11-21  Andy Wingo  <wingo@pobox.com>
20522
20523         * gst/playback/gstplaybin.c (gen_audio_element) 
20524         (gen_video_element): Use the new MISSING_PLUGIN core error
20525         category. Closes #320060.
20526
20527         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20528         * gst/videorate/gstvideorate.c (gst_videorate_event):
20529         * ext/theora/theoradec.c (theora_dec_sink_event): 
20530         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20531         stream lock.
20532
20533         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20534         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20535         stream lock changes.
20536
20537 2005-11-21  Wim Taymans  <wim@fluendo.com>
20538
20539         * gst-libs/gst/audio/gstbaseaudiosink.c:
20540         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20541         (gst_base_audio_sink_provide_clock),
20542         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20543         (gst_base_audio_sink_change_state):
20544         * gst/audioresample/gstaudioresample.c:
20545         Segment update fix.
20546
20547 2005-11-21  Andy Wingo  <wingo@pobox.com>
20548
20549         * *.h:
20550         * *.c: Ran scripts/update-macros. Oh yes.
20551
20552 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20553
20554         * sys/ximage/Makefile.am:
20555         * sys/ximage/ximage.c:
20556           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20557           remove your old libgstximage.* manually if necessary).
20558
20559 2005-11-21  Michael Smith <msmith@fluendo.com>
20560
20561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20562           Minimal fix for bug #320200: set the min/max bitrate in the correct
20563           units. A better fix would be to upgrade to the RATEMANAGE2
20564           interface, rather than using the deprecated interface used here, but
20565           that would require an update in our libvorbis dependency (to 1.1),
20566           which is probably undesirable.
20567
20568 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20569
20570         * ext/libvisual/visual.c: (get_buffer):
20571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20572         (gst_base_audio_src_fixate):
20573         * gst/audioconvert/gstaudioconvert.c:
20574         (gst_audio_convert_fixate_caps):
20575         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20576         * gst/audiotestsrc/gstaudiotestsrc.c:
20577         (gst_audiotestsrc_src_fixate):
20578         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20579         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20580         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20581         * gst/videotestsrc/gstvideotestsrc.c:
20582         (gst_videotestsrc_src_fixate):
20583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20585           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20586           (#322027)
20587
20588
20589 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20590
20591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20592         (gst_riff_create_iavs_caps):
20593         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20594         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20595         (gst_riff_parse_info):
20596         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20599           Fixes for GST_FOURCC_FORMAT API change.
20600
20601 2005-11-21  Andy Wingo  <wingo@pobox.com>
20602
20603         patch by: Alessandro Dessina <alessandro nnva org>
20604
20605         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20606         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20607         (gst_ogg_parse_chain):
20608         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20609         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20610         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20611         gst_value_list calls on arrays. Fixes #321962.
20612
20613 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20616         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20617         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20618         * gst/adder/gstadder.c: (gst_adder_init),
20619         (gst_adder_request_new_pad), (gst_adder_collected),
20620         (gst_adder_change_state):
20621           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20622           API change.
20623
20624 2005-11-21  Michael Smith <msmith@fluendo.com>
20625
20626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20627         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20628           Properly handle pad_push return values.
20629
20630 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20631
20632         * gst-libs/gst/tag/Makefile.am:
20633         * gst-libs/gst/tag/gstvorbistag.c:
20634         (gst_tag_list_to_vorbiscomment_buffer):
20635           Remove obsolete vorbistag element and debug category.
20636
20637         * gst/playback/gstplaybasebin.c: (check_queue):
20638           Don't divide by 0 when queue-threshold is 0.
20639
20640         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20641           Don't modify an existing pixel-aspect-ratio if we fail to read
20642           a new one.
20643
20644 2005-11-20  Wim Taymans  <wim@fluendo.com>
20645
20646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20647         (gst_vorbisenc_push_packet):
20648         GST_PAD_IS_USABLE is gone, use the return value of
20649         the push or pad_alloc_buffer instead.
20650
20651 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20652
20653         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20654         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20655         (gst_ximagesink_ximage_destroy),
20656         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20657         (gst_ximagesink_xwindow_new),
20658         (gst_ximagesink_xwindow_update_geometry),
20659         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20660         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20661         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20662         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20663         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20664         (gst_ximagesink_navigation_send_event),
20665         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20666         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20667         (gst_ximagesink_finalize), (gst_ximagesink_init),
20668         (gst_ximagesink_class_init):
20669         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20670         This new version brings correct software scaling, non flickering
20671         window while resizing, pixel aspect ratio handling, usage of
20672         hardware buffer pools, out of data flow event thread for 
20673         navigation and handling of expose events even when being PAUSED,
20674         a new property to keep video aspect ratio when resizing, etc...
20675
20676 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20677
20678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20679         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20680         handling of PAR.
20681
20682 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20683
20684         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20685         Unsetting IS_SINK flag from the fakesink, so decodebin
20686         never behaves as a sink.
20687
20688 2005-11-17  Wim Taymans  <wim@fluendo.com>
20689
20690         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20691         (gst_base_audio_src_change_state):
20692         Fix the audiosrc base class again, we did not unflush.
20693
20694 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20695
20696         * examples/seeking/seek.c: (make_dv_pipeline),
20697         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20698         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20699         to ogg/vorbis/theora pipeline.
20700
20701 2005-11-17  Wim Taymans  <wim@fluendo.com>
20702
20703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20704         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20705         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20706         Fix EOS on multiple streams.
20707         More debugging.
20708
20709 2005-11-16  Wim Taymans  <wim@fluendo.com>
20710
20711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20712         (gst_ogg_demux_perform_seek):
20713         Segment done must include stream time.
20714
20715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20716         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20717         (gst_ogg_mux_change_state):
20718         Fix ogg muxer again.
20719
20720 2005-11-16  Wim Taymans  <wim@fluendo.com>
20721
20722         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20723         Fix compile again.
20724
20725 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20726
20727         * ext/libvisual/visual.c: (gst_visual_init):
20728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20729         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20730         (gst_ogg_parse_chain):
20731         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20732         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20733         * ext/theora/theoradec.c: (gst_theora_dec_init):
20734         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20735         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20736         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20737         * gst/adder/gstadder.c: (gst_adder_class_init),
20738         (gst_adder_dispose):
20739         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20740         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20741         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20742           Fix a whole set of pad template leaks
20743
20744 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20745
20746         * check/generic/states.c: (GST_START_TEST):
20747           fix the test so that it only checks for elements that are part of
20748           this source module
20749
20750 2005-11-16  Michael Smith <msmith@fluendo.com>
20751
20752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20753         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20754         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20755         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20756         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20757         (gst_ogg_mux_change_state):
20758           Fix leaking collectpads.
20759
20760 2005-11-16  Edward Hervey  <edward@fluendo.com>
20761
20762         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20763         (gst_videorate_event), (gst_videorate_chain):
20764         Handle segment seeks
20765
20766 2005-11-16  Wim Taymans  <wim@fluendo.com>
20767
20768         * gst-libs/gst/audio/gstbaseaudiosink.c:
20769         (gst_base_audio_sink_provide_clock),
20770         (gst_base_audio_sink_change_state):
20771         Set ringbuffer to non-flushing when going to PAUSED, set to
20772         flushing again when going to READY.
20773
20774         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20775         (gst_ring_buffer_stop):
20776         Start in flushing mode by default.
20777         Don't set flushing in the _stop method, let the app call
20778         this explicitly.
20779
20780 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20781
20782         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20783         * gst-libs/gst/video/videosink.h: Add helper function needed
20784         for video sinks.
20785
20786 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20787
20788         * gst/videoscale/gstvideoscale.c:
20789         (gst_videoscale_handle_src_event):
20790           Don't leak reference to pad parent.
20791
20792 2005-11-16  Wim Taymans  <wim@fluendo.com>
20793
20794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20795         Set ringbuffer to flushing when stopping so that we don't
20796         block on wait_segment anymore and livelock.
20797
20798 2005-11-16  Wim Taymans  <wim@fluendo.com>
20799
20800         * examples/seeking/seek.c: (send_event), (do_seek),
20801         (loop_toggle_cb), (segment_done), (main):
20802         Added looping checkbox.
20803
20804 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20805
20806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20807         (gst_ogg_demux_init):
20808         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20809         (gst_vorbis_dec_init):
20810           revert unrefs, they don't pass make check
20811
20812 2005-11-15  Johan Dahlin  <johan@gnome.org>
20813
20814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20815         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20816         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20817         (gst_vorbis_dec_init):
20818         Fix pad template leaks. 
20819
20820 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20821
20822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20823           Make state change function thread safe.
20824
20825 2005-11-15  Edward Hervey  <edward@fluendo.com>
20826
20827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20828         (gst_ogg_demux_class_init):
20829         Implement GstElement::send_event, so we can send seek events
20830         in GST_STATE_READY
20831
20832 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20833
20834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20835         Discovered how to take away flickering while resizing the
20836         window. Please don't put that in ximagesink, refactoring in
20837         progress.
20838
20839 2005-11-14  Michael Smith <msmith@fluendo.com>
20840
20841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20842         (gst_multifdsink_render):
20843           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20844
20845 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20846
20847         * gst/playback/gstplaybin.c: (gen_audio_element):
20848           Use autoaudiosink, it tends to be more widely available than
20849           autoaudiiosink.
20850           
20851 2005-11-14  Andy Wingo  <wingo@pobox.com>
20852
20853         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20854         as well if it is available. Fixes #316442.
20855
20856 2005-11-14  Michael Smith <msmith@fluendo.com>
20857
20858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20859         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20860         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20861         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20862         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20863         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20864         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20865         (gst_vorbisenc_change_state):
20866           Fix a small memory leak in vorbisenc.
20867           Fix large memory leaks in oggmux, also fix lots of state change
20868           bugs in oggmux.
20869
20870 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20871
20872         * gst/videotestsrc/gstvideotestsrc.c:
20873         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20874         (gst_videotestsrc_src_fixate):
20875           move fixation to a fixate function
20876           remove negotiate function, basesrc's is good enough
20877           fixes a bug for check when using the element alone
20878
20879 2005-11-13  Edward Hervey  <edward@fluendo.com>
20880
20881         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20882         (key_toggle_cb), (main):
20883         Added checkboxes for adding/removing the accurate and key_unit seek
20884         flags.
20885
20886 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * configure.ac: back to HEAD
20889
20890 === release 0.9.5 ===
20891
20892 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20893
20894         * configure.ac:
20895           releasing 0.9.5, "No No Kia"
20896
20897 2005-11-11  Edward Hervey  <edward@fluendo.com>
20898
20899         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20900         Added parse-launch syntax seeking mode for the seeking example.
20901         This should help stress-test even more cases.
20902         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20903
20904 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20905
20906         * sys/xvimage/xvimagesink.c:
20907         (gst_xvimagesink_navigation_send_event):
20908           Check whether peer pad exists before sending navigation events
20909           to it.
20910
20911 2005-11-11  Michael Smith <msmith@fluendo.com>
20912
20913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20914         (gst_vorbisenc_buffer_from_packet):
20915         * ext/vorbis/vorbisenc.h:
20916           Set duration on encoded buffers. This allows oggmux's
20917           max_page_delay parameter to actually work.
20918
20919 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20920
20921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20922         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20923         (gst_ffmpegcsp_avpicture_fill):
20924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20925         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20926           Make palettes work again (see #132341). Use our own macros
20927           for rounding up.
20928
20929 2005-11-10  Andy Wingo  <wingo@pobox.com>
20930
20931         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20932         string doober.
20933
20934 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20935
20936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20937         (gst_ffmpegcsp_transform_caps):
20938           Prefer passthrough in transform_caps
20939
20940 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20941
20942         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20943           check for ALSA errors properly, instead of relying on ALSA's
20944           error strings to serve to the user.
20945
20946 2005-11-10  Wim Taymans  <wim@fluendo.com>
20947
20948         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20949         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20950         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20951         Modernise the seek code.
20952
20953 2005-11-10  Michael Smith <msmith@fluendo.com>
20954         
20955         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20956         (setup_substreams), (set_active_source):
20957           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20958           trying to go to NULL if we failed to read a file.
20959
20960 2005-11-10  Wim Taymans  <wim@fluendo.com>
20961
20962         * gst/audiotestsrc/gstaudiotestsrc.c:
20963         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20964         (gst_audiotestsrc_create):
20965         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20966         (gst_sinesrc_get_times), (gst_sinesrc_create):
20967         * gst/videotestsrc/gstvideotestsrc.c:
20968         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20969         (gst_videotestsrc_create):
20970         The base class can now sync for us.
20971
20972 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20975           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20976           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20977           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20978           format=(fourcc)I420" ! xvimagesink
20979
20980 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20981
20982         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20983         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20984         (gst_sinesrc_newsegment):
20985           Send newsegment event in TIME format, set duration if
20986           num-buffers is set, fix duration querying.
20987
20988 2005-11-10  Michael Smith <msmith@fluendo.com>
20989
20990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20991         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20992         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20993         (gst_ogg_mux_collected):
20994          Fix EOS handling, partially. Now forwarding an EOS event once we have
20995          EOS on all pads works correctly. However, we still don't properly set
20996          EOS on the actual ogg stream pages.
20997
20998 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20999
21000         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21001           Set elements to NULL state before disposing of them.
21002
21003 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21004
21005         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21006
21007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21008         (gst_base_rtp_depayload_init),
21009         (gst_base_rtp_depayload_set_gst_timestamp):
21010         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21011           We need to send a newsegment event for each instance, not
21012           just for the first instance of this class (get rid of
21013           static variable in function). (#321011).
21014           
21015 2005-11-08  Michael Smith <msmith@fluendo.com>
21016
21017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21018         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21019         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21020         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21021           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21022           This makes us mux things correctly according to the ogg muxing
21023           rules. Still not handling EOS correctly right now, though.
21024
21025 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21026
21027         * gst/audioconvert/gstaudioconvert.c:
21028           Fix typo in docs. 
21029
21030 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21031
21032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21033         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21034           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21035           creating a new chain; should fix live streaming. Also
21036           add more debug output and fix a typo.
21037
21038 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21039
21040         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21041
21042         * gst/volume/gstvolume.c: (volume_set_caps):
21043           Fix compilation on Solaris with Forte. (#320923)
21044
21045 2005-11-08  Wim Taymans  <wim@fluendo.com>
21046
21047         * gst-libs/gst/audio/gstbaseaudiosink.c:
21048         (gst_base_audio_sink_render):
21049         No need to do a typecheck.
21050
21051 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21052
21053         * ext/alsa/gstalsa.h:
21054           We register a debug category, so let's use it.
21055
21056 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21057
21058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21059         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21060         Fixed a small problem.
21061
21062 2005-11-04  Wim Taymans  <wim@fluendo.com>
21063
21064         * examples/seeking/Makefile.am:
21065         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21066         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21067         (make_playerbin_pipeline), (format_value), (update_scale),
21068         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21069         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21070         (print_usage), (main):
21071         Added app for playback speed testing.
21072
21073         * examples/seeking/seek.c: (dynamic_link),
21074         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21075         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21076         (message_received), (main):
21077         Updated seek example.
21078
21079 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21080
21081         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21082         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21083         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21084         (gst_base_rtp_depayload_set_clock):
21085         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21086         Don't sleep on the bench (system clock) when you have a nice 
21087         comfortable bed (Gstreamer clock) to sleep on.
21088
21089 2005-11-03  Wim Taymans  <wim@fluendo.com>
21090
21091         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21092         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21093         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21094         Handle the case where a pad_block failed.
21095
21096 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21097
21098         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21099
21100         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21101         (gst_base_rtp_depayload_add_to_queue),
21102         (gst_base_rtp_depayload_push),
21103         (gst_base_rtp_depayload_set_gst_timestamp),
21104         (gst_base_rtp_depayload_queue_release):
21105           Fixes some bugs in the depayloader's queuing/de-queueing code.
21106
21107 2005-10-31  Michael Smith <msmith@fluendo.com>
21108
21109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21110         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21111         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21112           Patch from Alessandro Decina <alessandro@nnva.org>.
21113           Make oggdemux only find the final time in a chain, not per-pad,
21114           since the per-pad information can be very expensive to locate, and
21115           it isn't used anywhere. This makes reading a file containing
21116           OggSkeleton reasonably fast.
21117           Also, make chain finding work when there are logical bitstreams that
21118           can't be decoded. Fixes #319110.
21119
21120 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21121
21122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21123         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21124         (gst_base_rtp_depayload_chain),
21125         (gst_base_rtp_depayload_add_to_queue),
21126         (gst_base_rtp_depayload_push),
21127         (gst_base_rtp_depayload_set_gst_timestamp),
21128         (gst_base_rtp_depayload_queue_release),
21129         (gst_base_rtp_depayload_start_thread),
21130         (gst_base_rtp_depayload_set_property),
21131         (gst_base_rtp_depayload_get_property):
21132         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21133         Some random fixes, to fullfill the desires of thomas.
21134
21135 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21136
21137         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21138         (gst_base_rtp_depayload_add_to_queue),
21139         (gst_base_rtp_depayload_push):
21140         Fixed the queueing algorithm.
21141
21142 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21143
21144         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21145         (gst_base_rtp_depayload_push):
21146         A small fix
21147
21148 2005-10-31  Wim Taymans  <wim@fluendo.com>
21149
21150         * gst-libs/gst/audio/gstringbuffer.h:
21151         Don't break ABI.
21152
21153         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21154         (gst_ffmpeg_caps_to_pixfmt):
21155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21156         (gst_ffmpegcsp_set_caps):
21157         Some more comments.
21158         Handle missing required caps fields better.
21159
21160 2005-10-31  Wim Taymans  <wim@fluendo.com>
21161
21162         * gst-libs/gst/audio/gstbaseaudiosink.c:
21163         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21164         (gst_base_audio_sink_render):
21165         * gst-libs/gst/audio/gstringbuffer.c:
21166         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21167         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21168         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21169         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21170         (gst_ring_buffer_read):
21171         * gst-libs/gst/audio/gstringbuffer.h:
21172         Add flushing mode to the ringbuffer so that it in all cases does
21173         not try to handle more audio. This makes sure it does not try to
21174         block anymore when flushing and fixes a livelock.
21175
21176 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21177
21178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21179         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21180         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21181           Explicitly check for -1 values before doing a conversion
21182           and always map them to -1. (#315545)
21183
21184 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21185
21186         * gst/playback/gstplaybin.c: (gen_video_element):
21187           first try autovideosink, then xvimagesink, then error out
21188         * po/POTFILES.in:
21189           add translatable file
21190         * po/af.po:
21191         * po/az.po:
21192         * po/cs.po:
21193         * po/en_GB.po:
21194         * po/hu.po:
21195         * po/it.po:
21196         * po/nb.po:
21197         * po/nl.po:
21198         * po/or.po:
21199         * po/sq.po:
21200         * po/sr.po:
21201         * po/sv.po:
21202         * po/uk.po:
21203         * po/vi.po:
21204           update translations
21205
21206 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21207
21208         * gst-libs/gst/rtp/gstbasedepayload.c:
21209         * gst-libs/gst/rtp/gstbasedepayload.h:
21210           Minor cleanups
21211
21212 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21213
21214         * gst/playback/.cvsignore:
21215         * gst/playback/decodetest.c:
21216         * gst/playback/test3.c:
21217           Port these two tests as well.
21218
21219 2005-10-27  Wim Taymans  <wim@fluendo.com>
21220
21221         * ext/theora/theoradec.c: (theora_dec_src_query),
21222         (theora_dec_sink_event):
21223         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21224         (theora_enc_change_state):
21225         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21226         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21227         Take proper locks when handling events.
21228
21229 2005-10-27  Wim Taymans  <wim@fluendo.com>
21230
21231         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21232         (gst_adder_change_state):
21233         Fix timestamps and fix deadlock when stopping the collectpads.
21234
21235 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21236
21237         * gst-libs/gst/rtp/gstrtpbuffer.h:
21238         Declaring the payload types as strings too so that they can be used
21239         in the padtemplate inialization.
21240
21241 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21242
21243         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21244
21245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21246         (gst_base_rtp_depayload_class_init):
21247         Fixes a small but nasty bug. The derived elements no longer segfaults
21248         on finalization.
21249
21250 2005-10-26  Michael Smith <msmith@fluendo.com>
21251
21252         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21253           When clearing an audioconvert context, set tmpbufsize to zero, so
21254           we'll allocate it again later if required.
21255           This fixes audioconvert re-negotiating formats, which previously
21256           segfaulted with a NULL destination buffer.
21257
21258 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21259
21260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21261         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21262         (gst_base_rtp_depayload_set_gst_timestamp),
21263         (gst_base_rtp_depayload_queue_release):
21264         Fixed a smalll memleak.
21265
21266 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21267         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21268         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21269         (gst_base_rtp_depayload_finalize),
21270         (gst_base_rtp_depayload_setcaps),
21271         (gst_base_rtp_depayload_add_to_queue),
21272         (gst_base_rtp_depayload_push),
21273         (gst_base_rtp_depayload_set_gst_timestamp),
21274         (gst_base_rtp_depayload_queue_release),
21275         (gst_base_rtp_depayload_thread),
21276         (gst_base_rtp_depayload_change_state):
21277         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21278         Changed the C++ comments to C comments
21279
21280 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21281
21282         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21283         * gst/tcp/gsttcpclientsrc.h:
21284         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21285         * gst/tcp/gsttcpserversrc.h:
21286           Remove unused 'curoffset' structure member.
21287
21288 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21289
21290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21291         (gst_base_rtp_depayload_base_init),
21292         (gst_base_rtp_depayload_finalize):
21293         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21294         * gst-libs/gst/rtp/gstbasertppayload.h:
21295           The pad-template on the sinkpad should be set by the derived classes.
21296           Also added some useful macros.
21297
21298 2005-10-24  Wim Taymans  <wim@fluendo.com>
21299
21300         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21301         Correctly flush decoder samples even if we could not
21302         copy them to an output buffer. Fixes #319618.
21303
21304 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21305
21306         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21308         the caps against our xcontext caps.
21309
21310 2005-10-24  Wim Taymans  <wim@fluendo.com>
21311
21312         * gst-libs/gst/audio/gstbaseaudiosink.c:
21313         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21314         Remove g_print
21315         Use sync property from baseclass to disable sync.
21316
21317 2005-10-24  Wim Taymans  <wim@fluendo.com>
21318
21319         * gst-libs/gst/audio/gstbaseaudiosink.c:
21320         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21321         Buffers with no timestamps get aligned with previous buffers or
21322         on underrun, played ASAP.
21323
21324 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21325
21326         * gst-libs/gst/video/video.h:
21327         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21328         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21330         here comes my change on caps for framerate and geometry range.
21331         We are now accepting 1 to MAXINT for width and height, and from
21332         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21333         to be blended correctly in videomixer.
21334
21335 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * configure.ac:
21338           back to HEAD
21339
21340 === release 0.9.4 ===
21341
21342 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21343
21344         * NEWS:
21345         * RELEASE:
21346         * configure.ac:
21347           releasing 0.9.4, "Velociraptor"
21348
21349 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21350
21351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21352         * po/POTFILES.in:
21353           STOPPED -> FAILED
21354
21355 2005-10-21  Wim Taymans  <wim@fluendo.com>
21356
21357         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21358         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21359         (pad_blocked), (close_pad_link), (new_pad):
21360         Don't try to remove elements twice.
21361
21362 2005-10-21  Wim Taymans  <wim@fluendo.com>
21363
21364         * ext/theora/theoradec.c: (theora_dec_src_query),
21365         (theora_dec_sink_event):
21366         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21367         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21368         (vorbis_handle_data_packet):
21369         * ext/vorbis/vorbisdec.h:
21370         Fix old naming.
21371
21372         * gst-libs/gst/audio/gstbaseaudiosink.c:
21373         (gst_base_audio_sink_render):
21374         Don't try to sync on buffers without a timestamp.
21375
21376 2005-10-21  Wim Taymans  <wim@fluendo.com>
21377
21378         * ext/theora/theoradec.c: (theora_dec_src_query),
21379         (theora_dec_sink_event):
21380         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21381         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21382         (vorbis_handle_data_packet):
21383         * ext/vorbis/vorbisdec.h:
21384         Fix old naming.
21385
21386 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21387
21388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21389         (gst_vorbisenc_src_query):
21390           Implement position and duration queries.
21391
21392         * gst/playback/test3.c: (update_scale), (main):
21393           Fix for async state changes and print nicer output.
21394
21395 2005-10-20  Wim Taymans  <wim@fluendo.com>
21396
21397         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21398         (dump_element_stats), (main):
21399         * gst/playback/test6.c: (main):
21400         Fix tests again
21401
21402 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21403
21404         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21405         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21406           Don't use functions for position queries when handling
21407           duration queries.
21408
21409 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21410
21411         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21412         (vorbis_handle_data_packet), (vorbis_dec_chain),
21413         (vorbis_dec_change_state):
21414         * ext/vorbis/vorbisdec.h:
21415           Vorbis streams can be embedded in other container formats
21416           than ogg, container formats where the demuxer might set 
21417           timestamps on encoded vorbis buffers instead of those silly 
21418           granulepos thingies. In short: make vorbisdec handle 
21419           timestamps on incoming buffers as well.
21420
21421 2005-10-20  Wim Taymans  <wim@fluendo.com>
21422
21423         * gst/playback/gstplaybasebin.c: (group_destroy),
21424         (gst_play_base_bin_change_state):
21425         Fix leak.
21426         Handle case where playbasebin is now ASYNC because
21427         decodebin is.
21428
21429 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21430
21431         * gst/audioconvert/Makefile.am:
21432         * gst/audioconvert/bufferframesconvert.c:
21433         * gst/audioconvert/plugin.c: (plugin_init):
21434         * gst/audioconvert/plugin.h:
21435           And bye bye buffer-frames-convert
21436
21437 2005-10-19  Wim Taymans  <wim@fluendo.com>
21438
21439         * check/elements/audioconvert.c:
21440         * docs/libs/tmpl/gstaudio.sgml:
21441         * docs/libs/tmpl/gstcolorbalance.sgml:
21442         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21443         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21444         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21445         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21446         * gst-libs/gst/audio/audio.h:
21447         * gst/audioconvert/audioconvert.h:
21448         * gst/audioconvert/gstaudioconvert.c:
21449         (gst_audio_convert_parse_caps):
21450         * gst/volume/gstvolume.c:
21451         Bye bye buffer-frames.
21452
21453 2005-10-19  Wim Taymans  <wim@fluendo.com>
21454
21455         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21456         (query_positions_elems), (query_positions_pads), (update_scale),
21457         (do_seek), (set_update_scale), (message_received), (main):
21458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21459         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21460         (gst_ogg_demux_loop):
21461         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21462         * ext/theora/theoradec.c: (theora_dec_src_query),
21463         (theora_dec_sink_event):
21464         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21465         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21466         * gst/adder/gstadder.c: (gst_adder_query):
21467         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21468         * gst/playback/test3.c: (update_scale):
21469         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21470         (dump_element_stats), (main):
21471         * gst/playback/test6.c: (main):
21472         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21473         Query API update.
21474
21475 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21476
21477         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21478         (xml_check_first_element), (xml_type_find), (smil_type_find),
21479         (plugin_init):
21480           Add typefinding for SMIL and for generic XML. Based on patch by
21481           Akos Maroy (#308663).
21482
21483 2005-10-18  Wim Taymans  <wim@fluendo.com>
21484
21485         * gst/playback/Makefile.am:
21486         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21487         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21488         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21489         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21490         (gst_decode_bin_change_state):
21491         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21492         (gst_play_bin_send_event_to_sink):
21493         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21494         (dump_element_stats), (main):
21495         * gst/playback/test6.c: (main):
21496         Make playbin async, it'll commit state to paused when all streams
21497         are detected.
21498         Remove ugly hack.
21499         Added test6.c to show async behaviour.
21500
21501 2005-10-18  Wim Taymans  <wim@fluendo.com>
21502
21503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21505         Fix for segment-start/stop API change.
21506
21507 2005-10-18  Wim Taymans  <wim@fluendo.com>
21508
21509         * check/Makefile.am:
21510         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21511         (main):
21512         Add future test for clock selection.
21513
21514 2005-10-18  Wim Taymans  <wim@fluendo.com>
21515
21516         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21517         (gst_alsasink_close):
21518         Set handle to NULL.
21519
21520         * gst-libs/gst/audio/gstringbuffer.c:
21521         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21522         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21523         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21524         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21525         (gst_ring_buffer_read):
21526         More debug info.
21527
21528 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21529
21530         * gst/audiotestsrc/Makefile.am:
21531         * gst/sine/Makefile.am:
21532         * gst/volume/Makefile.am:
21533           fix broken build of controllerized plugins
21534
21535 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21536
21537         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21538
21539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21540         (gst_riff_create_video_template_caps):
21541           Add support for Indeo-3 (IV32).
21542
21543 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21544
21545         * configure.ac:
21546           rewrite
21547
21548 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21549
21550         * gst-libs/gst/video/video.c: (gst_video_get_size):
21551         * gst/audiotestsrc/gstaudiotestsrc.c:
21552           doc updates
21553
21554 2005-10-17  Andy Wingo  <wingo@pobox.com>
21555
21556         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21557         with the collectpads change.
21558         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21559
21560         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21561
21562         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21563
21564         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21565         alloc_buffer flow return to callers.
21566         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21567         change. Fix some memleaks in theoraenc.
21568
21569         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21570         in strange circumstance.
21571
21572 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21573
21574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21575         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21576         from caps, let's use the caps...
21577
21578 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21579
21580         * configure.ac:
21581           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21582
21583 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21584
21585         * gst-libs/gst/interfaces/Makefile.am:
21586           fix silly typo
21587
21588 2005-10-16  Andy Wingo  <wingo@pobox.com>
21589
21590         * gst/playback/gstdecodebin.c
21591         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21592         function!
21593         (try_to_link_1): Increase kraziness level.
21594
21595 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21596
21597         * configure.ac:
21598           restructure like the core one
21599         * gst-libs/gst/audio/Makefile.am:
21600         * gst-libs/gst/interfaces/Makefile.am:
21601         * gst-libs/gst/net/Makefile.am:
21602         * gst-libs/gst/riff/Makefile.am:
21603         * gst-libs/gst/rtp/Makefile.am:
21604         * gst-libs/gst/tag/Makefile.am:
21605         * gst-libs/gst/video/Makefile.am:
21606           use correct linker flags, now the libs are properly versioned
21607         * check/elements/audioconvert.c: (verify_convert):
21608         * ext/alsa/gstalsaplugin.c:
21609         * ext/cdparanoia/gstcdparanoia.c:
21610         * ext/gnomevfs/gstgnomevfs.c:
21611         * ext/libvisual/visual.c:
21612         * ext/ogg/gstogg.c:
21613         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21614         * ext/theora/theora.c:
21615         * ext/vorbis/vorbis.c:
21616         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21617         * gst-libs/gst/tag/gsttagediting.c:
21618         * gst-libs/gst/video/video.c:
21619         * gst/adder/gstadder.c:
21620         * gst/audioconvert/plugin.c:
21621         * gst/audiorate/gstaudiorate.c:
21622         * gst/audioresample/gstaudioresample.c:
21623         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21624         * gst/audioscale/gstaudioscale.c:
21625         * gst/audioscale/resample.c:
21626         * gst/audiotestsrc/gstaudiotestsrc.c:
21627         * gst/ffmpegcolorspace/gstffmpeg.c:
21628         * gst/playback/gstdecodebin.c: (close_pad_link):
21629         * gst/playback/gstplaybin.c: (gen_video_element),
21630         (gen_audio_element):
21631         * gst/sine/gstsinesrc.c:
21632         * gst/subparse/gstsubparse.c:
21633         * gst/tags/gsttagediting.c:
21634         * gst/tcp/gsttcpplugin.c:
21635         * gst/typefind/gsttypefindfunctions.c:
21636         * gst/videorate/gstvideorate.c:
21637         * gst/videoscale/gstvideoscale.c:
21638         * gst/videotestsrc/gstvideotestsrc.c:
21639         * gst/volume/gstvolume.c:
21640         * sys/v4l/gstv4l.c:
21641         * sys/ximage/ximage.c:
21642         * sys/xvimage/xvimagesink.c:
21643           fix up defines
21644
21645 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21646
21647         * ext/vorbis/vorbisenc.c:
21648         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21649         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21650         (gst_tag_to_vorbis_comments):
21651           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21652
21653 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21654
21655         * examples/stats/mp2ogg.c:
21656         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21657           typo fixes
21658
21659 2005-10-13  Michael Smith <msmith@fluendo.com>
21660
21661         * ext/ogg/gstoggmux.c:
21662           Use magic glib macros to define constants as 64 bit, to ensure
21663           appropriate vararg passing.
21664
21665 2005-10-13  Michael Smith <msmith@fluendo.com>
21666
21667         * ext/ogg/gstoggmux.c:
21668         * gst/audioconvert/audioconvert.c: (float):
21669           Don't use LL suffix, as it's not portable, and neither of these
21670           uses required it anyway.
21671
21672 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21673
21674         * examples/indexing/indexmpeg.c: (main):
21675         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21676         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21677         (cdparanoia_convert), (cdparanoia_query):
21678         * ext/cdparanoia/gstcdparanoia.h:
21679         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21680         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21681         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21683         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21684         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21686         (gst_multifdsink_render), (gst_multifdsink_start),
21687         (gst_multifdsink_stop):
21688         * gst/tcp/gstmultifdsink.h:
21689         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21690         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21691         (gst_tcpclientsink_stop):
21692         * gst/tcp/gsttcpclientsink.h:
21693         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21694         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21695         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21696         * gst/tcp/gsttcpclientsrc.h:
21697         * gst/tcp/gsttcpserversink.h:
21698         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21699         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21700         (gst_tcpserversrc_stop):
21701         * gst/tcp/gsttcpserversrc.h:
21702         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21703         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21704         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21705           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21706           moved bitshift from macro to enum definition
21707
21708 2005-10-12  Wim Taymans  <wim@fluendo.com>
21709
21710         * examples/seeking/Makefile.am:
21711         Oops.
21712
21713 2005-10-12  Wim Taymans  <wim@fluendo.com>
21714
21715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21716         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21717         Don't assert on normal stuff.
21718
21719         * gst/playback/gstplaybin.c: (do_playbin_seek):
21720         API fix.
21721
21722 2005-10-12  Wim Taymans  <wim@fluendo.com>
21723
21724         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21725         * examples/seeking/Makefile.am:
21726         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21727         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21728         (do_seek), (set_update_scale), (message_received), (main):
21729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21730         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21731         Update for _get_state() API change.
21732
21733 2005-10-11  Wim Taymans  <wim@fluendo.com>
21734
21735         * gst-libs/gst/audio/gstbaseaudiosink.c:
21736         (gst_base_audio_sink_render):
21737         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21738         (gst_base_audio_src_create):
21739         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21740         (gst_ring_buffer_read):
21741         Cleanups.
21742         Commit and read from ringbuffer in samples rather than bytes.
21743
21744 2005-10-11  Wim Taymans  <wim@fluendo.com>
21745
21746         * gst-libs/gst/audio/gstbaseaudiosink.c:
21747         (gst_base_audio_sink_render):
21748         Respect segment rate and accum when scheduling samples.
21749
21750 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21751
21752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21753         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21754         EOS correctly, that needs more work.
21755
21756 2005-10-11  Wim Taymans  <wim@fluendo.com>
21757
21758         * check/generic/states.c: (GST_START_TEST):
21759         remove old property.
21760
21761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21762         (gst_ogg_demux_perform_seek):
21763         * ext/theora/theoradec.c: (theora_dec_sink_event):
21764         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21765         (vorbis_handle_data_packet):
21766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21767         (gst_base_rtp_depayload_set_gst_timestamp):
21768         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21769         Update for newsegment API change.
21770
21771 2005-10-11  Michael Smith <msmith@fluendo.com>
21772
21773         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21774         (do_playbin_seek), (gst_play_bin_send_event):
21775           Override send_event differently, so that we can takes bits of
21776           functionality from GstPipeline (special handling for seeks,
21777           including pausing/resuming, and resetting stream time) and still get
21778           the appropriate behaviour of only forwarding event to a single sink,
21779           rather than all of them.
21780           Unfortunately requires a lot of code duplication, but the
21781           alternatives are equally ugly in the end.
21782
21783 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21784
21785         * check/elements/audioconvert.c: (setup_audioconvert),
21786         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21787         (GST_START_TEST), (audioconvert_suite):
21788           clean up tests a little, fix some leaks.
21789
21790 2005-10-10  Wim Taymans  <wim@fluendo.com>
21791
21792         * ext/alsa/gstalsasink.c:
21793         Also allow unsigned int.
21794
21795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21796         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21797         Small cleanup
21798
21799 2005-10-10  Wim Taymans  <wim@fluendo.com>
21800
21801         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21802         Small update, use API as stated in design docs.
21803
21804         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21805         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21806         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21807         (message_received), (main):
21808         Updated seek example for GOption. Some usability improvements.
21809
21810 2005-10-10  Wim Taymans  <wim@fluendo.com>
21811
21812         * gst/audioconvert/audioconvert.h:
21813         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21814         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21815         Alloc temp storage somewhere else where we can do it more
21816         portable.
21817
21818 2005-10-10  Wim Taymans  <wim@fluendo.com>
21819
21820         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21821         (gst_tcpserversrc_start):
21822         Don't block in accept while doing the state change, move
21823         to poll and make cancellable.
21824
21825 2005-10-09  Philippe Khalaf <burger@speedy.org>
21826
21827         * gst-libs/gst/rtp/rtpbasedepayload.c:
21828         Set timestamp and add queue delay to timestamp
21829         * gst-libs/gst/rtp/rtpbuffer.h:
21830         Set correct payload type for h263
21831
21832 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21833
21834         * gst/audiotestsrc/gstaudiotestsrc.c:
21835         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21836         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21837         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21838         (gst_audiotestsrc_create_triangle),
21839         (gst_audiotestsrc_create_silence),
21840         (gst_audiotestsrc_create_white_noise),
21841         (gst_audiotestsrc_init_pink_noise),
21842         (gst_audiotestsrc_generate_pink_noise_value),
21843         (gst_audiotestsrc_create_pink_noise),
21844         (gst_audiotestsrc_change_wave):
21845         * gst/audiotestsrc/gstaudiotestsrc.h:
21846           fixed typo, added pink noise
21847
21848 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21849
21850         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21851         (plugin_init):
21852           Add wavpack and spc typefind functions from 0.8 branch.
21853
21854 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21855
21856         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21857         (ar_type_find), (msdos_type_find), (plugin_init):
21858           Add typefind functions for tar archives, ar archives,
21859           RAR archives, and msdos-executables (dlls, exe, etc.).
21860           Some of those would be wrongly identified as mpeg
21861           streams of some sort before (#315550).
21862
21863 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21864
21865         * configure.ac:
21866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21868         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21869         * gst/audiotestsrc/Makefile.am:
21870         * gst/audiotestsrc/gstaudiotestsrc.c:
21871         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21872         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21873         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21874         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21875         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21876         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21877         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21878         (gst_audiotestsrc_create_silence),
21879         (gst_audiotestsrc_create_white_noise),
21880         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21881         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21882         (gst_audiotestsrc_start), (plugin_init):
21883         * gst/audiotestsrc/gstaudiotestsrc.h:
21884           add new plugin and element
21885         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21886           use gobject_class
21887
21888 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21889
21890         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21891         (gst_adder_init), (gst_adder_request_new_pad),
21892         (gst_adder_change_state):
21893           Add query function to source pad, so adder reports the correct
21894           time/sample position when queried (#315457); fix state change
21895           function; use GST_DEBUG_FUNCPTR() for pad functions.
21896
21897 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21898
21899         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21900           Fix leaks in typefind registration
21901           Clean up the gratuitous commenting and whitespacing a little
21902
21903 2005-10-08  Wim Taymans  <wim@fluendo.com>
21904
21905         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21906         Only actually wait for the thread to be stopped if it's 
21907         running.
21908
21909 2005-10-08  Wim Taymans  <wim@fluendo.com>
21910
21911         * gst-libs/gst/audio/gstbaseaudiosink.c:
21912         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21913         If we receive EOS we can start playback of what we had.
21914
21915 2005-10-08  Wim Taymans  <wim@fluendo.com>
21916
21917         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21918         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21919         (gst_multifdsink_stop):
21920         Fix crasher when going to NULL multiple times.
21921
21922 2005-10-06  Wim Taymans  <wim@fluendo.com>
21923
21924         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21925         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21926         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21928         patch from Edgard Lima <edgard.lima@indt.org.br>
21929         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21930
21931 2005-10-06  Wim Taymans  <wim@fluendo.com>
21932
21933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21934         Report the FLOW_RETURN as string in the error message.
21935
21936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21937         Don't assert when clearing an unnegotiated buffer.
21938
21939 2005-10-04  Michael Smith <msmith@fluendo.com>
21940
21941         * gst/playback/gstplaybasebin.c: (group_destroy),
21942         (gen_preroll_element), (remove_groups), (setup_source):
21943         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21944         (setup_sinks), (gst_play_bin_send_event),
21945         (gst_play_bin_change_state):
21946           Set state to NULL before removing from bin. Fix refcounting.
21947
21948 2005-10-04  Michael Smith <msmith@fluendo.com>
21949
21950         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21951           Correct refcounting in send_event() function. Previously was wrong
21952           if the first sink was unable to handle the event.
21953
21954 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * configure.ac:
21957           back to development
21958
21959 === release 0.9.3 ===
21960
21961 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21962
21963         * configure.ac:
21964           Releasing 0.9.3, "De Facto"
21965
21966 2005-10-03  Andy Wingo  <wingo@pobox.com>
21967
21968         * gst/playback/gstdecodebin.c (try_to_link_1)
21969         (remove_element_chain): set element to NULL before removing it.
21970
21971 2005-10-02  Johan Dahlin  <johan@gnome.org>
21972
21973         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21974         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21975         MT safe.
21976
21977 2005-10-02  Andy Wingo  <wingo@pobox.com>
21978
21979         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21980         (gst_ring_buffer_prepare_read): 
21981         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21982         Demote to LOG.
21983
21984 2005-09-29  Wim Taymans  <wim@fluendo.com>
21985
21986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21987         * ext/theora/theoradec.c: (theora_handle_data_packet):
21988         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21989         Propagate error codes from alloc_buffer too.
21990
21991 2005-09-29  Wim Taymans  <wim@fluendo.com>
21992
21993         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21994         We use fixed caps.
21995
21996         * gst/playback/Makefile.am:
21997         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21998         (dump_element_stats), (main):
21999         Added example stream introspection code.
22000
22001 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22002
22003         * gst/adder/gstadder.c: (gst_adder_collected):
22004           fix adder for float elements
22005
22006 2005-09-28  Wim Taymans  <wim@fluendo.com>
22007
22008         * gst-libs/gst/audio/gstbaseaudiosink.c:
22009         (gst_base_audio_sink_class_init),
22010         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22012         (gst_base_audio_src_class_init),
22013         (gst_base_audio_src_provide_clock):
22014         get_clock -> provide_clock
22015
22016 2005-09-28  Andy Wingo  <wingo@pobox.com>
22017
22018         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22019         and unlocking.
22020
22021         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22022         unlocking.
22023
22024         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22025         Actually add the pad template.
22026         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22027
22028         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22029         I'm at it...
22030
22031         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22032         from fdsrc. Get caps in create() instead of start() so it can be
22033         interrupted. Interruption somewhat untested.
22034
22035         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22036         Proper EOS handling.
22037
22038 2005-09-27  Andy Wingo  <wingo@pobox.com>
22039
22040         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22041
22042         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22043
22044         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22045
22046         * gst/tcp/gsttcp.h: 
22047         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22048         out of tcpclientsrc.c. Cancellable.
22049         (gst_tcp_socket_read): Made private, cancellable, with better
22050         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22051         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22052         whole buffer, and better diagnostics.
22053         (gst_tcp_gdp_read_caps): Same.
22054
22055         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22056
22057 2005-09-26  Andy Wingo  <wingo@pobox.com>
22058
22059         * gst/sine/gstsinesrc.h:
22060         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22061         change the 'sync' property to 'is-live' and implement it halfway,
22062         update for controller api change.
22063
22064         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22065         controller api change.
22066
22067 2005-09-24  Wim Taymans  <wim@fluendo.com>
22068
22069         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22070         * gst-libs/gst/audio/gstaudiosink.c:
22071         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22072         (gst_audioringbuffer_stop):
22073         * gst-libs/gst/audio/gstbaseaudiosink.c:
22074         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22075         (gst_base_audio_sink_change_state):
22076         * gst-libs/gst/audio/gstbaseaudiosink.h:
22077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22078         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22079         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22080         * gst-libs/gst/audio/gstringbuffer.h:
22081         Fix sync again. Moved sample alignment to basesink.
22082
22083 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22084
22085         * docs/plugins/Makefile.am:
22086         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22087         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22088         * gst/volume/gstvolume.c:
22089           add/fix docs
22090         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22091         * gst-libs/gst/audio/audio.h:
22092           add conversion macros for frames <-> clocktime
22093
22094 2005-09-23  David Schleef  <ds@schleef.org>
22095
22096         * gst/audioresample/Makefile.am:
22097         * gst/audioresample/debug.h:
22098         * gst/audioresample/gstaudioresample.c:
22099         * gst/audioresample/resample.c: Convert to using gst debugging
22100
22101 2005-09-22  Wim Taymans  <wim@fluendo.com>
22102
22103         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22104         (gst_play_bin_send_event):
22105         Only seek on one sink, the first one that succeeds.
22106
22107 2005-09-22  Michael Smith <msmith@fluendo.com>
22108
22109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22110         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22111         Don't flush encoder state unless we have an initialised encoder.
22112         Clear out encoder state on PAUSED_TO_READY.
22113
22114 2005-09-22  Wim Taymans  <wim@fluendo.com>
22115
22116         * gst-libs/gst/rtp/gstbasertppayload.c:
22117         (gst_basertppayload_class_init), (gst_basertppayload_init),
22118         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22119         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22120         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22121         (gst_basertppayload_set_property),
22122         (gst_basertppayload_get_property),
22123         (gst_basertppayload_change_state):
22124         * gst-libs/gst/rtp/gstbasertppayload.h:
22125         Added max-ptime to control amount of data in the rtp packets.
22126
22127 2005-09-21  Andy Wingo  <wingo@pobox.com>
22128
22129         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22130         thingies.
22131
22132         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22133         can be called multiple times, dogs.
22134
22135 2005-09-21  Wim Taymans  <wim@fluendo.com>
22136
22137         * gst-libs/gst/rtp/gstbasertppayload.c:
22138         (gst_basertppayload_class_init), (gst_basertppayload_init),
22139         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22140         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22141         (gst_basertppayload_push), (gst_basertppayload_get_property),
22142         (gst_basertppayload_change_state):
22143         Allow 0 ssrc too.
22144
22145 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22146
22147         * docs/libs/compiling.sgml:
22148           fixing typos
22149
22150 2005-09-20  Wim Taymans  <wim@fluendo.com>
22151
22152         * gst-libs/gst/rtp/gstbasertppayload.c:
22153         (gst_basertppayload_class_init), (gst_basertppayload_init),
22154         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22155         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22156         (gst_basertppayload_push), (gst_basertppayload_set_property),
22157         (gst_basertppayload_get_property),
22158         (gst_basertppayload_change_state):
22159         * gst-libs/gst/rtp/gstbasertppayload.h:
22160         Added property to configure sequence number offsets.
22161
22162 2005-09-20  Wim Taymans  <wim@fluendo.com>
22163
22164         * gst-libs/gst/rtp/gstbasertppayload.c:
22165         (gst_basertppayload_class_init), (gst_basertppayload_init),
22166         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22167         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22168         (gst_basertppayload_push), (gst_basertppayload_set_property),
22169         (gst_basertppayload_get_property),
22170         (gst_basertppayload_change_state):
22171         * gst-libs/gst/rtp/gstbasertppayload.h:
22172         Make timestamp offset configurable.
22173
22174 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22175
22176         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22177           fix wrong pop/unref
22178
22179 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22180
22181         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22182
22183         * gst-libs/gst/interfaces/propertyprobe.c:
22184         (gst_property_probe_probe_property_name),
22185         (gst_property_probe_needs_probe_name),
22186         (gst_property_probe_get_values_name),
22187         (gst_property_probe_probe_and_get_values_name):
22188           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22189           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22190
22191 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22192
22193         * check/Makefile.am:
22194           have some tests be disabled for valgrinding
22195         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22196         (GST_START_TEST):
22197         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22198           Fix A Leak.  Chain To Parent Finalize.
22199
22200 2005-09-19  Wim Taymans  <wim@fluendo.com>
22201
22202         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22203         Fixed wav pipeline.
22204
22205 2005-09-19  Wim Taymans  <wim@fluendo.com>
22206
22207         * gst-libs/gst/rtp/gstbasertppayload.c:
22208         (gst_basertppayload_class_init), (gst_basertppayload_init),
22209         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22210         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22211         (gst_basertppayload_push), (gst_basertppayload_get_property),
22212         (gst_basertppayload_change_state):
22213         Posting ERROR and WARNING messages is good.
22214
22215 2005-09-19  Wim Taymans  <wim@fluendo.com>
22216
22217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22218         (gst_base_rtp_depayload_add_to_queue),
22219         (gst_base_rtp_depayload_push),
22220         (gst_base_rtp_depayload_set_gst_timestamp),
22221         (gst_base_rtp_depayload_queue_release):
22222         This one was not supposed to go in.
22223
22224 2005-09-19  Wim Taymans  <wim@fluendo.com>
22225
22226         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22227         Fix for bus API.
22228
22229         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22230         (gst_base_rtp_depayload_chain),
22231         (gst_base_rtp_depayload_add_to_queue),
22232         (gst_base_rtp_depayload_push),
22233         (gst_base_rtp_depayload_set_gst_timestamp),
22234         (gst_base_rtp_depayload_queue_release):
22235         Some cleanups.
22236
22237         * gst-libs/gst/rtp/gstbasertppayload.c:
22238         (gst_basertppayload_class_init), (gst_basertppayload_init),
22239         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22240         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22241         (gst_basertppayload_get_property),
22242         (gst_basertppayload_change_state):
22243         Added debugging category.
22244
22245 2005-09-18  David Schleef  <ds@schleef.org>
22246
22247         * gst/playback/gstdecodebin.c: free plugin list correctly
22248         * gst/playback/gstplaybin.c: emit warning if autovideosink
22249           and autoaudiosink can't be found (instead of segfaulting)
22250
22251 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * check/elements/audioconvert.c: (GST_START_TEST):
22254           try out 24 bit conversion
22255
22256 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22257
22258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22259         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22260         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22261         * ext/vorbis/vorbisenc.h:
22262           Fix EOS handling.  Still needs a fix in the ogg muxer to
22263           mark the last page as eos.
22264
22265 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22266
22267         * common/gtk-doc-plugins.mak:
22268         * docs/plugins/Makefile.am:
22269         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22270         * gst/ffmpegcolorspace/Makefile.am:
22271         * gst/ffmpegcolorspace/avcodec.h:
22272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22273         * gst/tcp/gstmultifdsink.c:
22274           fix up ffmpegcolorspace docs; extract header
22275
22276 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22277
22278         * common/gtk-doc-plugins.mak:
22279         * docs/plugins/Makefile.am:
22280         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22281         * ext/theora/Makefile.am:
22282         * ext/theora/gsttheoraenc.h:
22283         * ext/theora/theoraenc.c:
22284         * ext/vorbis/vorbisenc.c:
22285           pick up signals and args for vorbis; add some docs for vorbis
22286
22287 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22288
22289         * common/gstdoc-scangobj:
22290         * common/gtk-doc-plugins.mak:
22291         * docs/libs/Makefile.am:
22292         * docs/plugins/gst-plugins-base-plugins.args:
22293         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22294         * docs/plugins/gst-plugins-base-plugins.interfaces:
22295         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22296         * docs/plugins/gst-plugins-base-plugins.signals:
22297           only scanobj stuff from our source module.  Not sure yet
22298           if that's correct, given the hierarchy stuff :)
22299
22300 2005-09-15  Wim Taymans  <wim@fluendo.com>
22301
22302         * gst/audioconvert/gstaudioconvert.c:
22303         And enable 24 bits mode as well..
22304
22305 2005-09-15  Wim Taymans  <wim@fluendo.com>
22306
22307         * gst-libs/gst/rtp/Makefile.am:
22308         * gst-libs/gst/rtp/gstbasertppayload.c:
22309         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22310         (gst_basertppayload_class_init), (gst_basertppayload_init),
22311         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22312         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22313         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22314         (gst_basertppayload_set_property),
22315         (gst_basertppayload_get_property),
22316         (gst_basertppayload_change_state):
22317         * gst-libs/gst/rtp/gstbasertppayload.h:
22318         Added rtp payloader base class.
22319
22320 2005-09-15  Andy Wingo  <wingo@pobox.com>
22321
22322         * configure.ac (plugindir): Remove the EOL matcher from the
22323         regexp, as it causes me problems. Libtool? Make? Who knows?
22324
22325 2005-09-14  David Schleef  <ds@schleef.org>
22326
22327         * check/generic/states.c: 
22328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22329         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22330           Fixes for changes in registry API.
22331
22332         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22333           to GST_PLUGIN_LDFLAGS.
22334         * ext/libvisual/visual.c: Make the library shut up.
22335         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22336         * gst-libs/gst/audio/gstaudiofilter.c: same
22337
22338 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22339
22340         * docs/plugins/Makefile.am:
22341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22342         * docs/plugins/inspect/plugin-libvisual.xml:
22343         * docs/plugins/tmpl/element-tcpserversink.sgml:
22344         * ext/theora/theoraenc.c:
22345           add libvisual plugin and theoraenc element to docs
22346
22347 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22350         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22351         * ext/theora/theoraenc.c:
22352           add theoraenc
22353
22354 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22355
22356         * gst/audioconvert/Makefile.am:
22357           Audioconvert derives from GstBaseTransform and should
22358           link to the library with our base elements to avoid
22359           unresolved symbols. Makes things work with MinGW (#316160)
22360
22361         * gst/playback/test4.c: (main):
22362           Fix MinGW build problem and use g_usleep() instead of 
22363           sleep() (#316162)
22364
22365 2005-09-12  Wim Taymans  <wim@fluendo.com>
22366
22367         * gst/audioconvert/audioconvert.c: (float),
22368         (audio_convert_prepare_context), (audio_convert_convert):
22369         * gst/audioconvert/audioconvert.h:
22370         Cleanups, speedups, simplifications, added back support
22371         for 24 bits.
22372
22373 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22374
22375         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22376         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22377         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22378         * docs/plugins/tmpl/element-tcpserversink.sgml:
22379         * gst/ffmpegcolorspace/gstffmpeg.c:
22380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22381         * gst/videotestsrc/gstvideotestsrc.c:
22382         * gst/volume/gstvolume.c:
22383           add more elements to the docs
22384
22385 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22386
22387         * check/Makefile.am:
22388         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22389         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22390           Add extra tests for basetransform based components. 
22391           Comment out the test_element_negotiation test until we decide
22392           if it's testing correct behaviour.
22393         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22394         (gst_visual_chain), (gst_visual_change_state):
22395           Slightly more correct but still bogus timestamping.
22396           Fix state change function.
22397         * gst/audioconvert/gstaudioconvert.c:
22398         (gst_audio_convert_class_init):
22399         * gst/audioresample/gstaudioresample.c:
22400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22401         (gst_ffmpegcsp_class_init):
22402         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22403         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22404         (gst_videoscale_prepare_image):
22405         * gst/volume/gstvolume.c: (gst_volume_class_init),
22406         (volume_transform_ip):
22407           Basetransform updates. Enable passthrough modes.
22408         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22409         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22410         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22411           Negotiation fix that allows the window to return to the original
22412           size and renegotiate passthrough upstream. Extra debug output.
22413
22414 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22415
22416         * gst/sine/gstsinesrc.c:
22417         * gst/volume/gstvolume.c:
22418           fix up header include
22419
22420 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22421
22422         * gst-libs/gst/audio/gstbaseaudiosink.c:
22423         (gst_base_audio_sink_render):
22424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22425         * gst/volume/gstvolume.c: (gst_volume_class_init),
22426         (volume_transform):
22427           fixing lost sync, some more debugging
22428
22429 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22430
22431         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22432         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22433         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22434         (gst_xvimagesink_check_xshm_calls):
22435           Fix compilation when XShm is not available.
22436
22437 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22438
22439         * ext/libvisual/visual.c: (gst_visual_dispose),
22440         (gst_visual_getcaps), (gst_visual_src_setcaps),
22441         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22442         (gst_visual_change_state):
22443           Finish fixing up libvisual plugin so that it runs. 
22444
22445 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22446
22447         * ext/vorbis/vorbisenc.c:
22448         * gst-libs/gst/tag/gstvorbistag.c:
22449           gsttaginterface.h -> gsttagsetter.h
22450
22451 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22452
22453         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22454           added another test that failes for me (test is not active by default)
22455
22456 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22457
22458         * configure.ac:
22459           v4l2 is no longer in gst-plugins-base
22460
22461 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22462
22463         * configure.ac:
22464           In the output at the end, don't show the first plugin on the same
22465           line as "Core plug-ins, always built:".
22466           Indent the output as for other plugin categories
22467         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22468           #define that can be used to not use peer buffer_alloc functions for
22469           test purposes.
22470         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22471         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22472         (gst_ximagesink_show_frame):
22473         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22474         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22475         (gst_xvimagesink_show_frame):
22476           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22477           fails gracefully instead of XError aborting or deadlocking.
22478
22479 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22480
22481         * ext/libvisual/Makefile.am:
22482           link against gst-base-libs
22483
22484 2005-09-06  David Schleef  <ds@schleef.org>
22485
22486         * configure.ac: Enable libvisual plugin.
22487         * ext/libvisual/Makefile.am:
22488         * ext/libvisual/visual.c: Fixes to make it compile.
22489
22490 === release 0.9.2 ===
22491
22492 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * NEWS:
22495         * RELEASE:
22496         * configure.ac:
22497         * docs/random/ChangeLog-0.8:
22498           releasing 0.9.2, "Spoon"
22499
22500 2005-09-05  Michael Smith <msmith@fluendo.com>
22501
22502         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22503           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22504           that in the vorbisenc element.
22505
22506 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22507
22508         * common/gtk-doc-plugins.mak:
22509         * docs/plugins/Makefile.am:
22510           fix distcheck
22511         * gst/audioresample/resample.c:
22512           fix wrong docstring
22513
22514 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22515
22516         * common/gst-xmlinspect.py:
22517         * common/gtk-doc-plugins.mak:
22518           only inspect plugins for this given package
22519           require gst-python 0.9
22520
22521 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22522
22523         * Makefile.am:
22524         * autogen.sh:
22525         * common/gst-xmlinspect.py:
22526         * configure.ac:
22527         * docs/Makefile.am:
22528         * docs/plugins/inspect/plugin-alsa.xml:
22529         * docs/plugins/inspect/plugin-audioresample.xml:
22530         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22531         * docs/plugins/inspect/plugin-ogg.xml:
22532         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22533         * docs/plugins/tmpl/element-multifdsink.sgml:
22534         * docs/plugins/tmpl/element-tcpserversink.sgml:
22535         * docs/plugins/tmpl/element-vorbisenc.sgml:
22536         * gst-plugins-base.spec.in:
22537           various doc-related updates
22538
22539 2005-08-31  Wim Taymans  <wim@fluendo.com>
22540
22541         * gst-libs/gst/audio/gstbaseaudiosink.c:
22542         (gst_base_audio_sink_render):
22543         Resync if the buffer timestamps drift more than a 10th 
22544         of a second.
22545
22546 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22547
22548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22549         (gst_v4lsrc_get_property):
22550           The 'timestamp-offset' property is registered as an int64, so
22551           let's use g_value_{set|get}_int64() in our setter and getter
22552           functions (makes it work and fixes warnings with gst-inspect).
22553
22554 2005-08-30  Wim Taymans  <wim@fluendo.com>
22555
22556         * check/elements/audioconvert.c: (setup_audioconvert):
22557         * check/elements/audioresample.c: (setup_audioresample):
22558         * check/elements/volume.c: (setup_volume):
22559         Fix checks.
22560
22561 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22562
22563         * common/gtk-doc-plugins.mak:
22564         * common/plugins.xsl:
22565         * docs/plugins/Makefile.am:
22566           make module a param
22567
22568 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22569
22570         * examples/seeking/seek.c: (make_mp3_pipeline),
22571         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22572         (play_cb), (pause_cb), (stop_cb):
22573           update the example
22574
22575 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22576
22577         * gst/volume/gstvolume.c: (gst_volume_class_init),
22578         (volume_transform):
22579           do not update controlled params, if buffer has no timestamp
22580
22581 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22582
22583         * configure.ac:
22584         * gst/sine/Makefile.am:
22585         * gst/volume/Makefile.am:
22586           controllerized elements also need to link against controller-libs ;)
22587
22588 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22589
22590         * docs/libs/tmpl/gstcolorbalance.sgml:
22591         * docs/libs/tmpl/gstgconf.sgml:
22592         * docs/libs/tmpl/gstmixer.sgml:
22593         * docs/libs/tmpl/gstringbuffer.sgml:
22594         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22595         (gst_sinesrc_create):
22596         * gst/volume/gstvolume.c: (gst_volume_class_init),
22597         (volume_transform):
22598           controllerized two audio plugins
22599
22600 2005-08-29  Andy Wingo  <wingo@pobox.com>
22601
22602         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22603         (vorbis_handle_data_packet): Fix some int overflow errors.
22604
22605         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22606         -1.
22607         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22608         valid.
22609         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22610         if it's valid. Fixed streaming-mode playback.
22611
22612         * check/elements/volume.c (cleanup_volume): Fix for running
22613         CK_FORK=no.
22614
22615         * check/elements/audioconvert.c: Convert from native endian, not
22616         little endian.
22617
22618 2005-08-29  Michael Smith <msmith@fluendo.com>
22619
22620         * ext/ogg/Makefile.am:
22621         * ext/ogg/gstogg.c: (plugin_init):
22622         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22623         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22624         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22625         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22626         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22627         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22628         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22629         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22630         Add an ogg parser element.
22631
22632 2005-08-28  Andy Wingo  <wingo@pobox.com>
22633
22634         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22635
22636 2005-08-26  Wim Taymans  <wim@fluendo.com>
22637
22638         * gst/audioconvert/audioconvert.c: (if), (float),
22639         (audio_convert_get_func_index), (check_default),
22640         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22641         (audio_convert_clean_context), (audio_convert_get_sizes),
22642         (audio_convert_convert):
22643         Cleanups.
22644
22645 2005-08-26  Wim Taymans  <wim@fluendo.com>
22646
22647         * gst/audioconvert/audioconvert.c: (if), (float),
22648         (audio_convert_get_func_index), (check_default),
22649         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22650         (audio_convert_clean_context), (audio_convert_get_sizes),
22651         (audio_convert_convert):
22652         More elegant and working temp buffer selection algo.
22653
22654 2005-08-26  Wim Taymans  <wim@fluendo.com>
22655
22656         * gst/audioconvert/audioconvert.c: (if), (float),
22657         (audio_convert_get_func_index), (check_default),
22658         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22659         (audio_convert_clean_context), (audio_convert_get_sizes),
22660         (get_temp_buffer), (audio_convert_convert):
22661         Use realloc else we lose our original data.
22662
22663 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22664
22665         * gst/audioresample/gstaudioresample.c:
22666           use base class' newsegment to properly timestamp
22667
22668 2005-08-26  Wim Taymans  <wim@fluendo.com>
22669
22670         * gst/audioconvert/audioconvert.c: (if), (float),
22671         (audio_convert_get_func_index), (check_default),
22672         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22673         (audio_convert_clean_context), (audio_convert_get_sizes),
22674         (get_temp_buffer), (audio_convert_convert):
22675         * gst/audioconvert/gstaudioconvert.c:
22676         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22677         (gst_audio_convert_transform_caps),
22678         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22679         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22680         Oops, allocate enough space to perform the channel mix.
22681
22682 2005-08-26  Wim Taymans  <wim@fluendo.com>
22683
22684         * gst/audioconvert/Makefile.am:
22685         * gst/audioconvert/audioconvert.c: (if), (float),
22686         (audio_convert_get_func_index), (check_default),
22687         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22688         (audio_convert_clean_context), (audio_convert_get_sizes),
22689         (get_temp_buffer), (audio_convert_convert):
22690         * gst/audioconvert/audioconvert.h:
22691         * gst/audioconvert/gstaudioconvert.c:
22692         (gst_audio_convert_class_init), (gst_audio_convert_init),
22693         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22694         (gst_audio_convert_get_unit_size),
22695         (gst_audio_convert_transform_caps),
22696         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22697         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22698         * gst/audioconvert/gstaudioconvert.h:
22699         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22700         (gst_channel_mix_fill_identical),
22701         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22702         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22703         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22704         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22705         (gst_channel_mix_mix):
22706         * gst/audioconvert/gstchannelmix.h:
22707         Cleanups, librarify a bit, optimize, better negotiation and more.
22708
22709 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22710
22711         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22712         Another from MikeS:
22713         During typefinding, don't support negative offsets
22714         (offsets from the end of the stream) in our typefind->peek() function
22715         - nothing embedded in ogg ever needs them. However, we need to recognise
22716         those requests and reject them, otherwise we return invalid pointers.
22717
22718 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22719
22720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22721         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22722         (vorbisdec_finalize), (vorbis_handle_type_packet):
22723           Big shout-out to MikeS for fixing this giant memory leak.
22724           Huzzah!
22725
22726 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22727
22728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22729         (audio_convert_get_unit_size):
22730           plug some leaks
22731
22732 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22733
22734         * check/Makefile.am:
22735         * check/elements/audioconvert.c: (setup_audioconvert),
22736         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22737         (GST_START_TEST), (audioconvert_suite), (main):
22738           add a test for audioconvert
22739         * gst/audioresample/gstaudioresample.c:
22740         * gst/audioresample/gstaudioresample.h:
22741           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22742           note that for buffers of 1/3 sec this means DURATION(c) is 
22743           one nanosecond more than for a and b
22744
22745 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22746
22747         * check/Makefile.am:
22748         * check/elements/audioresample.c: (setup_audioresample),
22749         (cleanup_audioresample), (fail_unless_perfect_stream),
22750         (test_perfect_stream_instance), (GST_START_TEST),
22751           add a check for audioresample
22752         (audioresample_suite), (main):
22753         * check/elements/volume.c: (GST_START_TEST):
22754           remove unused method
22755         * gst/audioresample/gstaudioresample.c:
22756           set correct buffer parameters since we're changing them
22757         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22758           add some debug
22759
22760 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22761
22762         * gst/audioresample/debug.c:
22763         * gst/audioresample/gstaudioresample.c:
22764           add room for extra overlap samples when asked to transform size
22765           protect against possible mem corruption and check for discrepancies
22766           between written size and outbuffer's size so we can warn for
22767           potential problems
22768         * gst/audioresample/resample.c: (resample_init),
22769         (resample_get_output_size_for_input), (resample_get_output_size),
22770         (resample_set_n_channels), (resample_set_format):
22771           set debug level based on RESAMPLE_DEBUG env var
22772           make sure that get_output_size* returns a whole number of
22773           sample_size
22774           set sample_size each time either channel or format is set
22775         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22776         * gst/audioresample/resample_functable.c:
22777         (resample_scale_functable):
22778         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22779           remove r->sample_size, it's done in resample.c now
22780           add some debugging to the ref implementation
22781           make sure we only give back bytes that are wholes of the sample
22782           size
22783
22784 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22785         * gst/playback/gstplaybasebin.c: (fill_buffer):
22786         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22787
22788 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22789
22790         * gst/volume/gstvolume.c:
22791           made set_caps function static
22792
22793 2005-08-24  Wim Taymans  <wim@fluendo.com>
22794
22795         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22796         (gst_vorbisenc_change_state):
22797         Stop leaking taglists.
22798
22799 2005-08-24  Wim Taymans  <wim@fluendo.com>
22800
22801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22802         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22803         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22804         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22805         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22806         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22807         Parse seeking events better.
22808         Unref static caps.
22809         Generate correct newsegment events, fixes seeking in live oggs.
22810
22811         * ext/theora/theoradec.c: (theora_dec_src_query),
22812         (theora_dec_src_event), (theora_dec_src_getcaps),
22813         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22814         Use newsegment values to report correct play time.
22815
22816         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22817         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22818         * ext/vorbis/vorbisdec.h:
22819         Parse and use newsegment values to report correct play time.
22820
22821         * gst-libs/gst/audio/gstbaseaudiosink.c:
22822         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22823         Clear ringbuffer on flush.
22824         Use newsegment values to calculate playback time.
22825
22826         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22828         Basesink does newsegment calculations for us now.
22829
22830 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22831
22832         * check/Makefile.am:
22833         * configure.ac:
22834           add core's plugins to the mix so that playbin works
22835         * check/generic/states.c: (GST_START_TEST):
22836           set a 0 timeout on pipelines, so they don't force the next
22837           state change
22838         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22839         (gst_play_base_bin_change_state):
22840           remove the crappy error handling and do GST error handling
22841
22842 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22843
22844         * check/Makefile.am:
22845         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22846           add same test as to core, it bitches out on playbin atm.
22847
22848 2005-08-24  Wim Taymans  <wim@fluendo.com>
22849
22850         * configure.ac:
22851         Remove audioscale.
22852
22853 2005-08-24  Wim Taymans  <wim@fluendo.com>
22854
22855         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22856         (gst_videoscale_prepare_size), (parse_caps),
22857         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22858         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22859         (gst_videoscale_transform):
22860         * gst/videoscale/gstvideoscale.h:
22861         Refactor, make use of BaseTranform really well.
22862
22863 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22864
22865         * configure.ac:
22866           compile audioresample
22867         * gst/audioresample/Makefile.am:
22868         * gst/audioresample/buffer.c:
22869         * gst/audioresample/functable.c:
22870         * gst/audioresample/gstaudioresample.c:
22871         * gst/audioresample/gstaudioresample.h:
22872         * gst/audioresample/resample.c:
22873         (resample_get_output_size_for_input):
22874         * gst/audioresample/resample.h:
22875         * gst/audioresample/resample_chunk.c:
22876         * gst/audioresample/resample_functable.c:
22877         * gst/audioresample/resample_ref.c:
22878           port to use basetransform; doesn't work in all cases yet
22879
22880 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22881
22882         * gst/audioconvert/gstaudioconvert.c:
22883         (gst_audio_convert_class_init), (gst_audio_convert_init),
22884         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22885         (audio_convert_fixate_caps), (audio_convert_set_caps),
22886         (audio_convert_transform),
22887         (gst_audio_convert_buffer_to_default_format),
22888         (gst_audio_convert_buffer_from_default_format),
22889         (gst_audio_convert_channels):
22890         * gst/audioconvert/gstchannelmix.c:
22891         * gst/audioconvert/gstchannelmix.h:
22892           port to basetransform
22893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22894         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22895         (gst_ffmpegcsp_get_unit_size):
22896         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22897         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22898           fix for basetransform changes
22899
22900 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22901
22902         * check/Makefile.am:
22903           Add CHECK_CFLAGS and LDFLAGS
22904
22905         * gst/playback/gstplaybasebin.c: (fill_buffer):
22906           GST_MESSAGE_SRC became a GObject
22907
22908 2005-08-24  Wim Taymans  <wim@fluendo.com>
22909
22910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22911         (gst_ring_buffer_clear_all):
22912         * gst-libs/gst/audio/gstringbuffer.h:
22913         Added function to clear the ringbuffer.
22914
22915 2005-08-24  Andy Wingo  <wingo@pobox.com>
22916
22917         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22918         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22919         of _open and _close.
22920
22921         * sys/v4l/gstv4lxoverlay.h:
22922         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22923         an Xv connection here, instead of all the time. Make Xv only be
22924         loaded if you axe for it. Kindof a workaround for buggy behaviour
22925         of Xv when using remote xservers (XvQueryExtension would block).
22926         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22927         replace the _open and _close public API. Only start the xv
22928         connection if necessary.
22929         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22930
22931 2005-08-23  David Schleef  <ds@schleef.org>
22932
22933         * gst/audioresample/Makefile.am: Leet audioresampling code
22934         * gst/audioresample/buffer.c:
22935         * gst/audioresample/buffer.h:
22936         * gst/audioresample/debug.c:
22937         * gst/audioresample/debug.h:
22938         * gst/audioresample/functable.c:
22939         * gst/audioresample/functable.h:
22940         * gst/audioresample/gstaudioresample.c:
22941         * gst/audioresample/gstaudioresample.h:
22942         * gst/audioresample/resample.c:
22943         * gst/audioresample/resample.h:
22944         * gst/audioresample/resample_chunk.c:
22945         * gst/audioresample/resample_functable.c:
22946         * gst/audioresample/resample_ref.c:
22947
22948 2005-08-23  Wim Taymans  <wim@fluendo.com>
22949
22950         * examples/seeking/seek.c: (make_vorbis_pipeline),
22951         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22952         Small seek updates.
22953
22954 2005-08-23  Andy Wingo  <wingo@pobox.com>
22955
22956         * gst-libs/gst/audio/gstbaseaudiosrc.c
22957         (gst_base_audio_src_fixate): Only fixate endianness if it is
22958         present in the caps.
22959
22960 2005-08-22  Andy Wingo  <wingo@pobox.com>
22961
22962         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22963         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22964         device-name property.
22965
22966         * gst-libs/gst/audio/gstaudiosrc.h:
22967         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22968         close_device in the ring buffer, like gstaudiosink.
22969
22970         * ext/alsa/gstalsamixer.h:
22971         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22972         macro to implement the interface without much code. Cleanups. 
22973
22974         * ext/alsa/gstalsasrc.h:
22975         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22976         READY.
22977
22978         * ext/alsa/Makefile.am: Add new files.
22979         * ext/alsa/gstalsamixerelement.c: 
22980         * ext/alsa/gstalsamixerelement.c: Split element code out from
22981         mixer code so that alsasrc can be a mixer too.
22982
22983 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22984
22985         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22986         (GST_START_TEST):
22987         * check/elements/vorbisdec.c: (setup_vorbisdec),
22988         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22990         (vorbis_handle_identification_packet),
22991         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22992         (vorbis_handle_header_packet), (vorbis_dec_push),
22993         (vorbis_dec_chain):
22994           use the setup/teardown methods to save code.  save code is good.
22995
22996 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22997
22998         * check/Makefile.am:
22999           add ext dir for plugins
23000           add vorbisdec test conditionally
23001         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23002         (GST_START_TEST), (volume_suite):
23003           add a test with wrong caps
23004         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23005         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23006           add a vorbisdec test
23007         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23008         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23009           clean up debug output
23010         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23011           yay, fix a segfault/security issue in vorbisdec
23012           gst-launch fakesrc ! vorbisdec wasn't happy
23013         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23014         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23015         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23016         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23017         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23018         (gst_vorbisenc_set_metadata), (get_constraints_string),
23019         (update_start_message), (gst_vorbisenc_setup),
23020         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23021         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23022         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23023         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23024         * ext/vorbis/vorbisenc.h:
23025           march in line
23026         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23027         (gst_ffmpegcsp_transform):
23028           have the kow come home
23029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23030           debug my func ptr
23031         * gst/volume/gstvolume.c: (volume_set_caps):
23032           add a debug
23033
23034 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23035
23036         * Makefile.am:
23037         * check/.cvsignore:
23038         * check/Makefile.am:
23039         * check/elements/.cvsignore:
23040         * check/elements/volume.c: (chain_func), (event_func),
23041         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23042         (main):
23043         * configure.ac:
23044           add unit test structure for gst-plugins-base
23045           add a test for volume
23046         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23047         (gst_volume_set_volume), (gst_volume_get_volume),
23048         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23049         (volume_funcfind), (volume_process_float), (volume_process_int16),
23050         (volume_set_caps), (volume_transform), (volume_update_mute),
23051         (volume_update_volume), (volume_set_property),
23052         (volume_get_property):
23053           document a little; use basetransform vmethod _set_caps
23054
23055 2005-08-19  Andy Wingo  <wingo@pobox.com>
23056
23057         * ext/alsa/gstalsamixertrack.h:
23058         * ext/alsa/gstalsamixertrack.c:
23059         * ext/alsa/gstalsamixeroptions.h:
23060         * ext/alsa/gstalsamixeroptions.c:
23061         * ext/alsa/gstalsamixer.h:
23062         * ext/alsa/gstalsamixer.c: Port to 0.9.
23063
23064         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23065         Remove gstalsa.c and alsaclock. No more cruft here.
23066         
23067 2005-08-18  Wim Taymans  <wim@fluendo.com>
23068
23069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23070         (gst_base_rtp_depayload_chain),
23071         (gst_base_rtp_depayload_add_to_queue),
23072         (gst_base_rtp_depayload_push),
23073         (gst_base_rtp_depayload_queue_release):
23074         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23075         Fix for RTPBuffer changes.
23076
23077         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23078         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23079         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23080         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23081         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23082         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23083         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23084         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23085         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23086         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23087         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23088         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23089         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23090         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23091         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23092         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23093         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23094         (gst_rtpbuffer_get_payload):
23095         * gst-libs/gst/rtp/gstrtpbuffer.h:
23096         Don't subclass GstBuffer but add methods and helper functions
23097         to construct and manipulate RTP packets in regular GstBuffers.
23098
23099 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23100
23101         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23102           moved statement below switch
23103         * gst/volume/gstvolume.c: (gst_volume_class_init):
23104           added debug ptr
23105
23106 2005-08-16  Wim Taymans  <wim@fluendo.com>
23107
23108         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23109         (gst_base_audio_src_change_state):
23110         Open and close device in READY<->NULL state change.
23111
23112 2005-08-16  Andy Wingo  <wingo@pobox.com>
23113
23114         * examples/seeking/Makefile.am: Don't compile non-compiling
23115         compiled objects with the compiler.
23116
23117         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23118         elements.
23119
23120 2005-08-12  Philippe Khalaf <burger@speedy.org>
23121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23122         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23123           Made a thread to release the queue.
23124           Removed timestamp conversion for now.
23125
23126 2005-08-10  Philippe Khalaf <burger@speedy.org>
23127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23128         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23129           Added rtp timestamp -> gst timestamp conversion.
23130           Fixed several problems with queue.
23131
23132 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23133
23134         * gst-libs/gst/audio/gstaudioclock.h:
23135         * gst-libs/gst/audio/gstaudiofilter.h:
23136         * gst-libs/gst/audio/gstaudiosink.h:
23137         * gst-libs/gst/audio/gstaudiosrc.h:
23138         * gst-libs/gst/audio/gstbaseaudiosink.h:
23139         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23140         * gst-libs/gst/audio/gstringbuffer.h:
23141         * gst-libs/gst/net/gstnetbuffer.h:
23142         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23143         * gst-libs/gst/rtp/gstrtpbuffer.h:
23144           Add padding (you will need to rebuild gst-plugins-base,
23145           gst-plugins and all applications afterwards!)
23146
23147 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23148
23149         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23150         (gst_riff_parse_chunk):
23151           Fix bug in debug message and add some more debug messages.
23152
23153 2005-08-08  Edward Hervey  <edward@fluendo.com>
23154
23155         * gst-libs/gst/riff/riff-media.c:
23156         backported updates since branch
23157
23158 2005-08-08  Andy Wingo  <wingo@pobox.com>
23159
23160         * gst-libs/gst/audio/gstbaseaudiosink.c
23161         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23162         like good elements should. Close on READY->NULL too.
23163
23164         * gst-libs/gst/audio/gstaudiosink.c
23165         (gst_audioringbuffer_open_device,
23166         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23167         (gst_audioringbuffer_release): Updates for new ring buffer API,
23168         hook into the new audio sink api.
23169
23170         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23171         (GstAudioSinkClass.close): Just open and close the device -- no
23172         resource allocation or configuration.
23173         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23174         vmethods, handle device setup and resource allocation.
23175
23176         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23177         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23178         base class API.
23179
23180         * gst-libs/gst/audio/gstringbuffer.h
23181         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23182         New vmethods.
23183
23184         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23185         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23186         New API functions. The device should be opened before acquiring
23187         and closed after releasing.
23188
23189 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23190
23191         * gst-libs/gst/interfaces/mixer.h:
23192           Reset padding to GST_PADDING.
23193
23194 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23195
23196         * gst/playback/gstplaybin.c: (remove_sinks):
23197           Remove visualization from parent explicitely; works around some
23198           apparent refcount issue that I haven't tracked down yet.
23199
23200 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23201
23202         * ext/alsa/gstalsasink.c: (set_hwparams):
23203           Assign debug category, add negotiation debug msgs.
23204
23205 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23206
23207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23208           Fix error code for file-not-found to NOT_FOUND.
23209
23210 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23211
23212         * common/gtk-doc-plugins.mak:
23213         * docs/plugins/Makefile.am:
23214         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23215         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23216           renamed to actual element names, so much nicer to look at
23217         * docs/plugins/tmpl/gstmultifdsink.sgml:
23218           remove
23219         * docs/plugins/tmpl/multifdsink.sgml:
23220         * docs/plugins/tmpl/tcpserversink.sgml:
23221           add
23222         * ext/alsa/gstalsa.c:
23223         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23224         * ext/ogg/gstoggmux.c:
23225         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23226         * gst/playback/gstdecodebin.c:
23227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23228         * gst/tcp/gsttcpserversink.c:
23229           various fixes and documentation additions
23230
23231 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23232
23233         * common/Makefile.am:
23234         * common/gstdoc-scangobj:
23235         * common/gtk-doc-plugins.mak:
23236         * common/gtk-doc.mak:
23237           add a custom scangobj that uses the registry
23238           add a custom gtk-doc-plugins.mak that uses it
23239           some doc build fixes
23240         * configure.ac:
23241         * docs/Makefile.am:
23242         * docs/plugins/Makefile.am:
23243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23245         * docs/plugins/gst-plugins-base-plugins.types:
23246         * docs/plugins/tmpl/gstmultifdsink.sgml:
23247           add docs for one element, multifdsink
23248         * gst/adder/gstadder.h:
23249         * gst/volume/gstvolume.h:
23250           don't privatize enum
23251         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23252         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23253         (gst_sync_method_get_type), (gst_client_status_get_type),
23254         (gst_multifdsink_class_init),
23255         (gst_multifdsink_client_queue_buffer),
23256         (gst_multifdsink_handle_client_write):
23257         * gst/tcp/gstmultifdsink.h:
23258         * gst/tcp/gsttcp.h:
23259         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23260         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23261         (gst_tcpclientsink_render):
23262         * gst/tcp/gsttcpclientsink.h:
23263         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23264         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23265         (gst_tcpclientsrc_start):
23266         * gst/tcp/gsttcpclientsrc.h:
23267         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23268         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23269         * gst/tcp/gsttcpserversrc.h:
23270         * gst/typefind/gsttypefindfunctions.c:
23271           remove superfluous Type stuff
23272
23273 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23274
23275         * gst/playback/gstplaybin.c: (gen_video_element):
23276           Enable videoscale.
23277
23278 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23279
23280         * gst-libs/gst/gconf/gconf.c:
23281         * gst-libs/gst/gconf/gconf.h:
23282           Fix some Andy Problem [tm].
23283
23284 2005-08-04  Andy Wingo  <wingo@pobox.com>
23285
23286         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23288         (gst_ffmpegcsp_get_size): Adapt to API changes.
23289
23290         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23291         Implement an in-place do-nothing transform.
23292
23293 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23294
23295         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23296         (gst_ximagesink_renegotiate_size):
23297           Do not set new window sizes yet if we prepare a new buffer size
23298           for upstream renegotiation (software scaling) at some point in the
23299           future, because this new size waqs not actually accepted yet. Once
23300           accepted, renegotiation later on will set the new sizes just fine.
23301           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23302           embedding testcase.
23303
23304 2005-08-03  Andy Wingo  <wingo@pobox.com>
23305
23306         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23307         (gst_ximagesink_buffer_alloc): 
23308         Protect the height, width, and desired_caps with the pool_lock.
23309         Fixes videotestsrc ! queue ! ximagesink.
23310
23311 2005-08-02  Edward Hervey  <edward@fluendo.com>
23312
23313         * gst/volume/gstvolume.c:
23314         include left from controller cleanup
23315
23316 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23318           Stop collectpads before calling the parent state
23319           change function on PAUSED->READY.
23320
23321 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23322         * configure.ac:
23323           When testing for X libs, use the X CFlags 
23324         * gst/adder/gstadder.c: (gst_adder_change_state):
23325           Stop the collectpads before calling parent state change function
23326           on PAUSED->READY, otherwise we deadlock deactivating pads.
23327
23328 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23329
23330         * configure.ac:
23331         * docs/libs/tmpl/gstcolorbalance.sgml:
23332         * docs/libs/tmpl/gstmixer.sgml:
23333         * examples/Makefile.am:
23334         * gst/sine/Makefile.am:
23335         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23336         (gst_sinesrc_set_property), (plugin_init):
23337         * gst/sine/gstsinesrc.h:
23338         * gst/volume/Makefile.am:
23339         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23340         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23341         (volume_process_float), (volume_process_int16),
23342         (volume_set_property), (plugin_init):
23343         * gst/volume/gstvolume.h:
23344           deactivate and remove dparams (libgstcontrol)
23345
23346 2005-07-29  Wim Taymans  <wim@fluendo.com>
23347
23348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23349         Convert me to BaseTransform!! help..
23350
23351 2005-07-29  Andy Wingo  <wingo@pobox.com>
23352
23353         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23354         sinks.
23355
23356         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23357         support of both endiannesses.
23358
23359 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23360
23361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23362           Fix confusing debug message (s/event/query/)
23363
23364 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23365
23366         * gst/videotestsrc/videotestsrc.h:
23367           Use "_stdint.h" instead of <stdint.h>
23368
23369 2005-07-27  Wim Taymans  <wim@fluendo.com>
23370
23371         * ext/vorbis/Makefile.am:
23372         Revert wrong commit.
23373
23374 2005-07-27  Wim Taymans  <wim@fluendo.com>
23375
23376         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23377         More compilation fixen.
23378
23379 2005-07-27  Wim Taymans  <wim@fluendo.com>
23380
23381         * gst-libs/gst/audio/gstbaseaudiosink.c:
23382         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23383         (gst_base_audio_sink_create_ringbuffer),
23384         (gst_base_audio_sink_change_state):
23385         Fix compilation.
23386
23387 2005-07-27  Wim Taymans  <wim@fluendo.com>
23388
23389         * examples/seeking/seek.c: (setup_dynamic_link),
23390         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23391         (query_positions_elems), (query_positions_pads), (do_seek):
23392         Update seek example.
23393
23394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23395         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23396         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23397         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23398         (gst_ogg_demux_handle_event),
23399         (gst_ogg_demux_deactivate_current_chain),
23400         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23401         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23402         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23403         (gst_ogg_demux_loop):
23404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23405         * ext/theora/theoradec.c: (theora_dec_src_event),
23406         (theora_dec_src_getcaps), (theora_dec_sink_event),
23407         (theora_dec_push), (theora_dec_chain):
23408         * ext/vorbis/Makefile.am:
23409         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23410         (vorbis_dec_sink_event), (vorbis_dec_push),
23411         (vorbis_handle_data_packet):
23412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23413         (gst_vorbisenc_chain):
23414         * gst/playback/gststreaminfo.c: (cb_probe):
23415         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23416         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23417         * gst/videoscale/gstvideoscale.c:
23418         (gst_videoscale_handle_src_event):
23419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23420         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23421         (gst_ximagesink_navigation_send_event):
23422         * sys/xvimage/xvimagesink.c:
23423         (gst_xvimagesink_navigation_send_event):
23424         Various event updates and cleanups
23425
23426 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23427
23428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23429           Fix segfault for I420/YV12.
23430
23431 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23434           Report bitrate.
23435
23436 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23437
23438         * gst/playback/gstplaybin.c: (gen_video_element),
23439         (gen_audio_element):
23440           Switch to auto*sink elements as default sinks; add volume element
23441           so that volume control in totem works.
23442
23443 2005-07-21  Wim Taymans  <wim@fluendo.com>
23444
23445         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23446         * gst/playback/gstplaybin.c: (setup_sinks),
23447         (gst_play_bin_change_state):
23448         Refcount fix and more comments.
23449
23450 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23451
23452         * sys/ximage/Makefile.am:
23453         * sys/ximage/ximage.c: (plugin_init):
23454         * sys/ximage/ximagesink.c:
23455         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23456         
23457
23458 2005-07-21  Wim Taymans  <wim@fluendo.com>
23459
23460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23461         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23462         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23463         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23464         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23465         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23466         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23467         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23468         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23469         Generate correct disconts for live chained oggs.
23470
23471         * gst-libs/gst/audio/gstbaseaudiosink.c:
23472         (gst_base_audio_sink_render),
23473         (gst_base_audio_sink_create_ringbuffer),
23474         (gst_base_audio_sink_change_state):
23475         Handle discont math correctly.
23476
23477         * gst/playback/gstplaybin.c: (add_sink):
23478         Some small debug cleanup.
23479
23480 2005-07-21  Wim Taymans  <wim@fluendo.com>
23481
23482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23483         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23484         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23485         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23486         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23487         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23488         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23489         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23490         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23491         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23492         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23493         (gst_ogg_demux_change_state), (gst_ogg_print):
23494         Reorganize code to send the right disconts when in streaming
23495         mode.
23496
23497 2005-07-20  Andy Wingo  <wingo@pobox.com>
23498
23499         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23500         fix (?), fixes a seggie mcfalterson (#310894).
23501
23502 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23503
23504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23505         (gst_ogg_mux_set_header_on_caps):
23506         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23508         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23509         * gst-libs/gst/audio/multichannel.c:
23510         (gst_audio_set_channel_positions),
23511         (gst_audio_set_structure_channel_positions_list):
23512         * gst/playback/gstdecodebin.c: (dynamic_create):
23513         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23514         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23515           Fixes for API changes in core.
23516
23517 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23518
23519         * gst/playback/gstplaybasebin.c: (fill_buffer):
23520           Use _new_custom() so we can set custom message types for buffering
23521           messages.
23522
23523 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23524
23525         * configure.ac:
23526         * gst-libs/gst/Makefile.am:
23527         * gst-libs/gst/gconf/.cvsignore:
23528         * gst-libs/gst/gconf/Makefile.am:
23529         * gst-libs/gst/gconf/test-gconf.c:
23530         * pkgconfig/Makefile.am:
23531         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23532         * pkgconfig/gstreamer-gconf.pc.in:
23533           Remove gconf stuff, use gconf elements instead from now on.
23534
23535 2005-07-20  Wim Taymans  <wim@fluendo.com>
23536
23537         * gst-libs/gst/audio/TODO:
23538         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23539         (gst_audio_clock_get_internal_time):
23540         * gst-libs/gst/audio/gstaudioclock.h:
23541         * gst-libs/gst/audio/gstbaseaudiosink.c:
23542         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23543         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23544         (gst_base_audio_sink_render),
23545         (gst_base_audio_sink_create_ringbuffer),
23546         (gst_base_audio_sink_change_state):
23547         Make sure the audio clock always returns an increasing value.
23548
23549 2005-07-19  Andy Wingo  <wingo@pobox.com>
23550
23551         * gst/videotestsrc/: Cleanups.
23552
23553 2005-07-19  Wim Taymans  <wim@fluendo.com>
23554
23555         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23556         Better debugging.
23557
23558 2005-07-19  Wim Taymans  <wim@fluendo.com>
23559
23560         * examples/seeking/seek.c: (make_dv_pipeline),
23561         (make_vorbis_theora_pipeline), (query_rates),
23562         (query_positions_elems), (query_positions_pads), (do_seek):
23563         Make correct DV pipeline.
23564
23565 2005-07-18  Andy Wingo  <wingo@pobox.com>
23566
23567         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23568         default. Also because it's the only thing that really works. (This
23569         is used in the GConf elements).
23570         Use AS_LIBTOOL_TAGS.
23571
23572 2005-07-18  Wim Taymans  <wim@fluendo.com>
23573
23574         * gst/playback/gstdecodebin.c: (remove_element_chain):
23575         * gst/playback/gstplaybin.c: (add_sink):
23576         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23577         (gst_stream_info_set_mute):
23578         * gst/playback/gststreamselector.c:
23579         (gst_stream_selector_get_linked_pad),
23580         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23581         More leak and compile fixes.
23582
23583 2005-07-18  Wim Taymans  <wim@fluendo.com>
23584
23585         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23586         (query_rates), (query_positions_elems), (query_positions_pads),
23587         (do_seek), (seek_cb), (stop_seek):
23588         Updated seek example. 
23589
23590         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23591         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23592         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23593         * gst/playback/gstplaybin.c: (add_sink):
23594         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23595         (gst_stream_info_set_mute):
23596         Some refcount leak fixes.
23597
23598 2005-07-16  Wim Taymans  <wim@fluendo.com>
23599
23600         * gst-libs/gst/audio/gstbaseaudiosink.c:
23601         (gst_base_audio_sink_render):
23602         Align samples even if we have roundoff errors in the 
23603         timestamp conversion.
23604
23605 2005-07-16  Wim Taymans  <wim@fluendo.com>
23606
23607         * docs/libs/tmpl/gstringbuffer.sgml:
23608         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23609         (query_rates), (query_positions_elems), (query_positions_pads),
23610         (update_scale), (do_seek):
23611         Updated seek example.
23612
23613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23614         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23615         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23616         (gst_ogg_demux_loop):
23617         Push out correct discont values.
23618
23619         * ext/theora/theoradec.c: (theora_dec_src_convert),
23620         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23621         (theora_dec_sink_event), (theora_handle_type_packet),
23622         (theora_handle_header_packet), (theora_dec_push),
23623         (theora_handle_data_packet), (theora_dec_chain),
23624         (theora_dec_change_state):
23625         Better timestamping.
23626
23627         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23628         (vorbis_dec_sink_event), (vorbis_dec_push),
23629         (vorbis_handle_data_packet), (vorbis_dec_chain):
23630         * ext/vorbis/vorbisdec.h:
23631         Better timestamping.
23632
23633         * gst-libs/gst/audio/gstbaseaudiosink.c:
23634         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23635         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23636         Handle syncing on timestamps instead of sample offsets. Make
23637         use of DISCONT values as described in design docs.
23638
23639         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23640         (gst_base_audio_src_get_time):
23641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23642         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23643         (gst_ring_buffer_read):
23644         * gst-libs/gst/audio/gstringbuffer.h:
23645         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23646         (gst_ximagesink_show_frame):
23647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23648         Correcly convert buffer timestamp to stream time.
23649
23650 2005-07-16  Wim Taymans  <wim@fluendo.com>
23651
23652         * gst/audioconvert/gstaudioconvert.c:
23653         (gst_audio_convert_get_buffer):
23654         Timestamp buffers correctly.
23655
23656         * gst/playback/gstplaybin.c: (gen_video_element):
23657         Make internal fakesink silent.
23658
23659 2005-07-15  Wim Taymans  <wim@fluendo.com>
23660
23661         * gst/ffmpegcolorspace/Makefile.am:
23662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23663         (gst_ffmpegcsp_caps_remove_format_info),
23664         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23665         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23666         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23667         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23668         Ported ffmpegcolorspace to basetransform.
23669
23670         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23671         * gst/volume/gstvolume.c: (volume_transform):
23672         Ported to new API.
23673
23674 2005-07-14  Wim Taymans  <wim@fluendo.com>
23675
23676         * gst/videotestsrc/Makefile.am:
23677         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23678         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23679         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23680         (gst_videotestsrc_init), (gst_videotestsrc_event),
23681         (gst_videotestsrc_create), (gst_videotestsrc_start),
23682         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23683         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23684         (gst_videotestsrc_get_property):
23685         * gst/videotestsrc/gstvideotestsrc.h:
23686         Make videotestsrc a pushsrc.
23687
23688 2005-07-14  Wim Taymans  <wim@fluendo.com>
23689
23690         * gst/tcp/gstfdset.c: (gst_fdset_free):
23691         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23692         (gst_multifdsink_add), (gst_multifdsink_remove),
23693         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23694         (gst_multifdsink_remove_client_link),
23695         (gst_multifdsink_client_queue_data),
23696         (gst_multifdsink_client_queue_caps),
23697         (gst_multifdsink_client_queue_buffer),
23698         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23699         (gst_multifdsink_stop):
23700         * gst/tcp/gstmultifdsink.h:
23701         0.8 backporting.
23702
23703         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23704         Also draw image when not from a pool.
23705
23706 2005-07-14  Wim Taymans  <wim@fluendo.com>
23707
23708         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23709         (mute_stream), (silence_stream):
23710         Small debug additions.
23711
23712 2005-07-14  Wim Taymans  <wim@fluendo.com>
23713
23714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23715         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23716         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23717         Better error recovery, ignore unconnected pads and
23718         non-fatal errors.
23719
23720 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23721
23722         * docs/libs/tmpl/gstaudio.sgml:
23723         * docs/libs/tmpl/gstcolorbalance.sgml:
23724         * docs/libs/tmpl/gstgconf.sgml:
23725         * docs/libs/tmpl/gstmixer.sgml:
23726         * docs/libs/tmpl/gstringbuffer.sgml:
23727         * docs/libs/tmpl/gsttuner.sgml:
23728         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23730         (gst_tcpclientsrc_class_init):
23731         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23732         (gst_tcpserversrc_class_init):
23733         * sys/v4l/gstv4lelement.c:
23734           more autistic cleanliness in functions/names/defines
23735
23736 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * configure.ac:
23739           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23740           added manually to each Makefile.am so we are sure it goes
23741           *last* and doesn't add -L flags before linking in libs of our
23742           own, like, say, internal .la libs, that then accidentally pick
23743           up the installed copy.
23744         * docs/libs/Makefile.am:
23745         * ext/alsa/Makefile.am:
23746         * ext/cdparanoia/Makefile.am:
23747         * ext/gnomevfs/Makefile.am:
23748         * ext/libvisual/Makefile.am:
23749         * ext/ogg/Makefile.am:
23750         * ext/theora/Makefile.am:
23751         * ext/vorbis/Makefile.am:
23752         * gst-libs/gst/video/Makefile.am:
23753         * gst/adder/Makefile.am:
23754         * gst/audioconvert/Makefile.am:
23755         * gst/audiorate/Makefile.am:
23756         * gst/audioscale/Makefile.am:
23757         * gst/ffmpegcolorspace/Makefile.am:
23758         * gst/playback/Makefile.am:
23759         * gst/sine/Makefile.am:
23760         * gst/subparse/Makefile.am:
23761         * gst/tags/Makefile.am:
23762         * gst/tcp/Makefile.am:
23763         * gst/typefind/Makefile.am:
23764         * gst/videorate/Makefile.am:
23765         * gst/videoscale/Makefile.am:
23766         * gst/videotestsrc/Makefile.am:
23767         * gst/volume/Makefile.am:
23768         * sys/v4l/Makefile.am:
23769         * sys/ximage/Makefile.am:
23770         * sys/xvimage/Makefile.am:
23771           adapt properly to this change. This should make sure that
23772           plugins and libs properly link to the as-yet-uninstalled
23773           copies of stuff like libgstinterfaces and libgstvideo
23774
23775 2005-07-13  Andy Wingo  <wingo@pobox.com>
23776
23777         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23778         (gst_v4lsrc_fixate): Fixate on format as well.
23779
23780         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23781         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23782         buffer points to it.
23783         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23784         rather just doing X calls ourselves. Also fixes a memleak.
23785
23786 2005-07-12  Andy Wingo  <wingo@pobox.com>
23787
23788         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23789         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23790         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23791         TRUE to avoid deadlocks if an element holds on to our buffers.
23792
23793 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23794
23795         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23796         (gst_sinesrc_init), (gst_sinesrc_create),
23797         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23798         (gst_sinesrc_start):
23799         * gst/sine/gstsinesrc.h:
23800           removing num-buffers property before moving it
23801
23802 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23803
23804         * configure.ac:
23805           use overridable ERROR_CFLAGS
23806         * docs/libs/gst-plugins-base-libs.types:
23807         * docs/libs/tmpl/gstringbuffer.sgml:
23808         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23809         (gst_alsasink_class_init):
23810         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23811         (gst_alsasrc_class_init):
23812         * gst-libs/gst/audio/audio.h:
23813         * gst-libs/gst/audio/gstaudioclock.h:
23814         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23815         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23816         (gst_audio_filter_link), (gst_audio_filter_init),
23817         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23818         (gst_audio_filter_get_property),
23819         (gst_audio_filter_class_add_pad_templates):
23820         * gst-libs/gst/audio/gstaudiofilter.h:
23821         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23822         (gst_audio_filter_template_get_type),
23823         (gst_audio_filter_template_base_init),
23824         (gst_audio_filter_template_class_init),
23825         (gst_audio_filter_template_init),
23826         (gst_audio_filter_template_set_property),
23827         (gst_audio_filter_template_get_property), (plugin_init),
23828         (gst_audio_filter_template_setup),
23829         (gst_audio_filter_template_filter),
23830         (gst_audio_filter_template_filter_inplace):
23831         * gst-libs/gst/audio/gstaudiosink.c:
23832         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23833         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23834         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23835         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23836         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23837         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23838         * gst-libs/gst/audio/gstaudiosink.h:
23839         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23840         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23841         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23842         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23843         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23844         (gst_audio_src_class_init), (gst_audio_src_init),
23845         (gst_audio_src_create_ringbuffer):
23846         * gst-libs/gst/audio/gstaudiosrc.h:
23847         * gst-libs/gst/audio/gstbaseaudiosink.c:
23848         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23849         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23850         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23851         (gst_base_audio_sink_set_property),
23852         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23853         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23854         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23855         (gst_base_audio_sink_create_ringbuffer),
23856         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23857         * gst-libs/gst/audio/gstbaseaudiosink.h:
23858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23859         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23860         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23861         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23862         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23863         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23864         (gst_base_audio_src_event), (gst_base_audio_src_create),
23865         (gst_base_audio_src_create_ringbuffer),
23866         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23867         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23869         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23870         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23871         (gst_ring_buffer_debug_spec_caps),
23872         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23873         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23874         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23875         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23876         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23877         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23878         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23879         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23880         (gst_ring_buffer_clear):
23881         * gst-libs/gst/audio/gstringbuffer.h:
23882         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23883         (gst_video_sink_class_init), (gst_video_sink_get_type):
23884         * gst-libs/gst/video/videosink.h:
23885         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23886         (gst_multifdsink_class_init),
23887         (gst_multifdsink_handle_client_write),
23888         (gst_multifdsink_change_state):
23889         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23890         (gst_tcpclientsink_setcaps):
23891         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23892         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23893         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23894         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23895         (gst_ximagesink_send_pending_navigation),
23896         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23897         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23899         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23900         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23901         (gst_xvimagesink_send_pending_navigation),
23902         (gst_xvimagesink_navigation_send_event),
23903         (gst_xvimagesink_set_xwindow_id),
23904         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23905         (gst_xvimagesink_get_type):
23906         more macro splitting
23907
23908 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23909
23910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23911           plug a memleak, allows me to import 1479 albums in one go
23912           in jamboree
23913         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23914         (vorbis_handle_type_packet), (vorbis_dec_chain),
23915         (vorbis_dec_change_state):
23916           fix some format strings
23917
23918 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23919
23920         * docs/libs/tmpl/gstcolorbalance.sgml:
23921         * docs/libs/tmpl/gstmixer.sgml:
23922         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23923         (gst_alsasink_set_property), (gst_alsasink_get_property):
23924         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23925         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23926           add device property
23927
23928 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23929
23930         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23931         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23932         (audiocast_register_listener), (audiocast_thread_run),
23933         (gst_gnomevfssrc_send_additional_headers_callback),
23934         (gst_gnomevfssrc_received_headers_callback),
23935         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23936         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23937         (gst_gnomevfssrc_get_size):
23938           add/clean up debugging
23939         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23940           cleanups
23941
23942 2005-07-07  Andy Wingo  <wingo@pobox.com>
23943
23944         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23945         framerate. Need to get a handle on when exactly this function is
23946         called, tho.
23947
23948         * sys/v4l/v4lsrc_calls.h:
23949         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23950         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23951         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23952
23953         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23954         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23955         v4lelements are sources.
23956
23957         * sys/v4l/gstv4lxoverlay.h:
23958         * sys/v4l/gstv4lxoverlay.c:
23959         * sys/v4l/gstv4ltuner.h:
23960         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23961         
23962         * sys/v4l/gstv4lsrc.h:
23963         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23964         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23965         or something should handle that. Made a live source.
23966
23967         * sys/v4l/gstv4lelement.h:
23968         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23969         signals. Some cleanups.
23970
23971         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23972
23973         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23974         stuff.
23975
23976         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23977         stuff.
23978
23979         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23980
23981 2005-07-07  Wim Taymans  <wim@fluendo.com>
23982
23983         * ext/theora/theoradec.c: (theora_get_query_types),
23984         (theora_dec_src_getcaps), (theora_dec_push):
23985         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23987         Remove deprecated/unused query types.
23988
23989 2005-07-06  Wim Taymans  <wim@fluendo.com>
23990
23991         * ext/alsa/Makefile.am:
23992         * ext/alsa/gstalsaplugin.c: (plugin_init):
23993         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23994         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23995         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23996         (gst_alsasrc_class_init), (gst_alsasrc_init),
23997         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23998         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23999         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24000         (gst_alsasrc_reset):
24001         * ext/alsa/gstalsasrc.h:
24002         * gst-libs/gst/audio/Makefile.am:
24003         * gst-libs/gst/audio/gstaudiosink.c:
24004         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24005         (gst_audioringbuffer_start):
24006         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24007         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24008         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24009         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24010         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24011         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24012         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24013         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24014         * gst-libs/gst/audio/gstaudiosrc.h:
24015         * gst-libs/gst/audio/gstbaseaudiosink.c:
24016         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24017         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24018         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24020         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24021         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24022         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24023         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24024         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24025         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24026         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24027         (gst_baseaudiosrc_change_state):
24028         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24029         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24030         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24031         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24032         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24033         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24034         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24035         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24036         * gst-libs/gst/audio/gstringbuffer.h:
24037         Added audiosource base classes.
24038         Ported alsasrc, still very basic.
24039
24040 2005-07-06  Wim Taymans  <wim@fluendo.com>
24041
24042         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24043         (theora_dec_push), (theora_handle_data_packet):
24044         Prepare for better timestamp fix later.
24045
24046         * gst/audioconvert/gstaudioconvert.c:
24047         List most accurate caps first
24048
24049         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24050         Use proper pad task function.
24051
24052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24053         (gst_xvimagesink_show_frame):
24054         Fix deadlock when alloc failed.
24055
24056 2005-07-05  Andy Wingo  <wingo@pobox.com>
24057
24058         * ext/gnomevfs/gstgnomevfssrc.c:
24059         * gst/sine/gstsinesrc.c:
24060         * gst/tcp/gsttcpserversrc.c:
24061         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24062
24063         * sys/v4l/: Port from 0.8.
24064
24065         * Many files: Null if we got it....
24066
24067 2005-07-05  Andy Wingo  <wingo@pobox.com>
24068
24069         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24070         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24071         Signedness fixes.
24072
24073 2005-07-05  Wim Taymans  <wim@fluendo.com>
24074
24075         * configure.ac:
24076         * gst/tcp/Makefile.am:
24077         * gst/tcp/README:
24078         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24079         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24080         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24081         (is_sync_frame), (gst_multifdsink_handle_client_write),
24082         (gst_multifdsink_render), (gst_multifdsink_start),
24083         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24084         * gst/tcp/gstmultifdsink.h:
24085         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24086         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24087         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24088         * gst/tcp/gsttcp.h:
24089         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24090         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24091         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24092         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24093         * gst/tcp/gsttcpclientsink.h:
24094         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24095         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24096         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24097         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24098         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24099         * gst/tcp/gsttcpclientsrc.h:
24100         * gst/tcp/gsttcpplugin.c: (plugin_init):
24101         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24102         * gst/tcp/gsttcpserversink.h:
24103         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24104         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24105         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24106         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24107         (gst_tcpserversrc_stop):
24108         * gst/tcp/gsttcpserversrc.h:
24109         * gst/tcp/gsttcpsink.c:
24110         * gst/tcp/gsttcpsink.h:
24111         * gst/tcp/gsttcpsrc.c:
24112         * gst/tcp/gsttcpsrc.h:
24113         Ported tcp plugins to 0.9. 
24114         
24115
24116 2005-07-05  Andy Wingo  <wingo@pobox.com>
24117
24118         * gst/playback/gstplaybasebin.c (fill_buffer):
24119         message_new_application fixen.
24120
24121         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24122         Style fix.
24123
24124 2005-07-04  Wim Taymans  <wim@fluendo.com>
24125
24126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24127         Set caps on output buffer.
24128
24129 2005-07-04  Andy Wingo  <wingo@pobox.com>
24130
24131         * ext/gnomevfs/gstgnomevfssrc.c
24132         (gst_gnomevfssrc_received_headers_callback) 
24133         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24134         hopefully.
24135
24136         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24137         No refcount leakage.
24138
24139         * configure.ac: Enable -Werror.
24140         
24141         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24142         * gst/audioconvert/bufferframesconvert.c
24143         (buffer_frames_convert_fixate):
24144         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24145         (gst_audio_convert_fixate):
24146         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24147         (gst_sinesrc_create): Fixate func changes.
24148         
24149         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24150         (gst_ximagesink_buffer_alloc): Unused var.
24151
24152 2005-07-01  Andy Wingo  <wingo@pobox.com>
24153
24154         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24155         getcaps to do explicit caps. Needs to be done in all decoders,
24156         possibly via a base class.
24157
24158         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24159
24160         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24161         caps on the sink pad, just rely on the pad template. Also, setting
24162         ANY caps on a pad is not valid because the caps are not fixed.
24163
24164         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24165         caps on the buffer, and get the width from the desired_caps if
24166         they're set.
24167         (gst_ximagesink_renegotiate_size): Implement via setting the
24168         desired_caps on the ximagesink.
24169         (gst_ximagesink_setcaps): Only reset the width of the player if it
24170         wasn't already set. Not sure if this is right.
24171         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24172
24173         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24174         that the user wants. NULL unless the window has been resized.
24175
24176         * gst/volume/gstvolume.c (volume_transform): Adapt to
24177         basetransform refcount changes.
24178         
24179 2005-07-01  Andy Wingo  <wingo@pobox.com>
24180
24181         * gst/videoscale/gstvideoscale.c:
24182         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24183         from BaseTransform, implements a transform_caps. Removed dead code
24184         including some PAR stuff that was never reached -- should probably
24185         be added back somehow.
24186
24187 2005-07-01  Andy Wingo  <wingo@pobox.com>
24188
24189         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24190         come later.
24191
24192 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24193
24194         * configure.ac:
24195         * docs/libs/Makefile.am:
24196         * docs/libs/gst-plugins-libs.types:
24197         * ext/alsa/Makefile.am:
24198         * ext/alsa/gstalsamixer.h:
24199         * ext/alsa/gstalsamixeroptions.h:
24200         * ext/alsa/gstalsamixertrack.h:
24201         * gst-libs/gst/Makefile.am:
24202         * gst-libs/gst/colorbalance/.cvsignore:
24203         * gst-libs/gst/colorbalance/Makefile.am:
24204         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24205         * gst-libs/gst/colorbalance/colorbalance.c:
24206         * gst-libs/gst/colorbalance/colorbalance.h:
24207         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24208         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24209         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24210         * gst-libs/gst/interfaces/Makefile.am:
24211         * gst-libs/gst/interfaces/colorbalance.c:
24212         (gst_color_balance_class_init):
24213         * gst-libs/gst/interfaces/colorbalance.h:
24214         * gst-libs/gst/interfaces/interfaces-marshal.list:
24215         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24216         * gst-libs/gst/interfaces/mixer.h:
24217         * gst-libs/gst/interfaces/mixeroptions.h:
24218         * gst-libs/gst/interfaces/navigation.c:
24219         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24220         * gst-libs/gst/interfaces/tuner.h:
24221         * gst/volume/Makefile.am:
24222         * gst/volume/gstvolume.c:
24223         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24224         * sys/ximage/Makefile.am:
24225         * sys/ximage/ximagesink.c:
24226         * sys/xvimage/Makefile.am:
24227         * sys/xvimage/xvimagesink.c:
24228           fold in all interfaces into an interfaces dir, preserving CVS
24229           history
24230
24231 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24232
24233         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24234           Fix build after riff changes.
24235
24236 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24237
24238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24239         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24240         (gst_riff_create_video_template_caps),
24241         (gst_riff_create_audio_template_caps),
24242         (gst_riff_create_iavs_template_caps):
24243         * gst-libs/gst/riff/riff-media.h:
24244         * gst-libs/gst/riff/riff-read.h:
24245         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24246           Add gst_riff_init() to initialize the debug category, instead
24247           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24248
24249 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24250
24251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24252           Oops, I shouldn't apply hacks.
24253
24254 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24255
24256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24257           Remove pad_loop function which doesn't work.
24258
24259 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24260
24261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24262           Send EOS when deactivating.
24263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24264         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24265         (gen_preroll_element), (probe_triggered), (mute_stream),
24266         (silence_stream), (new_decoded_pad), (setup_substreams),
24267         (set_active_source):
24268         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24269         (remove_sinks), (add_sink):
24270         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24271           Change for new probe API.
24272
24273 2005-06-29  Wim Taymans  <wim@fluendo.com>
24274
24275         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24276         * gst-libs/gst/audio/gstbaseaudiosink.c:
24277         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24278         (gst_baseaudiosink_change_state):
24279         * gst-libs/gst/audio/gstbaseaudiosink.h:
24280         * gst-libs/gst/audio/gstringbuffer.c:
24281         (gst_ringbuffer_set_callback):
24282         Fix compilation error.
24283         Ringbuffer starts out as not running.
24284         Free our clock in dispose.
24285         When releasing the ringbuffer we need to renegotiate so
24286         clear the pad caps.
24287
24288 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24289
24290         * autogen.sh:
24291         * configure.ac:
24292         * docs/Makefile.am:
24293         * docs/libs/Makefile.am:
24294         * docs/libs/gst-plugins-libs-docs.sgml:
24295         * docs/libs/gst-plugins-libs-sections.txt:
24296         * docs/libs/gst-plugins-libs.types:
24297         * docs/libs/tmpl/gstaudio.sgml:
24298         * docs/libs/tmpl/gstcolorbalance.sgml:
24299         * docs/libs/tmpl/gstringbuffer.sgml:
24300         * gst-libs/gst/audio/gstringbuffer.c:
24301         (gst_ringbuffer_set_callback):
24302           reinstate gtk-doc docs for plugin libs
24303
24304 2005-06-28  Wim Taymans  <wim@fluendo.com>
24305
24306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24307         (gst_ogg_demux_init):
24308         Removed pad loop function.
24309
24310 2005-06-28  Wim Taymans  <wim@fluendo.com>
24311
24312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24313         If we're building a chain we are not in an error case
24314         when we queue a buffer.
24315
24316 2005-06-28  Andy Wingo  <wingo@pobox.com>
24317
24318         * *.c: Don't cast to GstObject before reffing/unreffing.
24319
24320 2005-06-27  Andy Wingo  <wingo@pobox.com>
24321
24322         * gst/videotestsrc/gstvideotestsrc.c
24323         (gst_videotestsrc_activate_push): Activation API changes.
24324
24325         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24326         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24327         they have refs on the decodebin.
24328
24329         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24330         parent class.
24331         (gst_ogg_pad_typefind): Don't leak a pad ref.
24332         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24333         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24334         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24335
24336 2005-06-27  Edward Hervey  <edward@fluendo.com>
24337
24338         * ext/theora/theoradec.c: (theora_dec_change_state): 
24339         re-arranged call to parent's state change in order to avoid locks (or
24340         worse).
24341
24342 2005-06-26  Edward Hervey  <edward@fluendo.com>
24343
24344         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24345         2nd argument of 'unknow-type' signal is a GstCaps and not a
24346         GstMiniObject
24347
24348 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24349         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24350           Set the worker thread's running flag to TRUE before starting the
24351           thread.
24352         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24353           Catch a failure to add typefind to the bin.
24354
24355 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24356
24357         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24358         (gst_sinesrc_init), (gst_sinesrc_create),
24359         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24360         (gst_sinesrc_start):
24361         * gst/sine/gstsinesrc.h:
24362           add num-buffers and timestamp-offset properties
24363         * gst/videotestsrc/gstvideotestsrc.c:
24364         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24365         (gst_videotestsrc_get_property):
24366           add timestamp-offset property
24367
24368 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24369
24370         * configure.ac: add videorate
24371         * gst-plugins-base.spec.in: add videorate
24372
24373 2005-06-23  Wim Taymans  <wim@fluendo.com>
24374
24375         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24376         (gst_videorate_getcaps), (gst_videorate_setcaps),
24377         (gst_videorate_event), (gst_videorate_chain):
24378         Fixed videorate, fixating an already fixated caps is not
24379         an error.
24380
24381 2005-06-23  Wim Taymans  <wim@fluendo.com>
24382
24383         * ext/ogg/README:
24384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24385         Buffer on caps is not boxed anymore.
24386
24387 2005-06-22  Wim Taymans  <wim@fluendo.com>
24388
24389         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24391         Set buffers on caps as miniobjects and not as boxed.
24392
24393 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24394
24395         * configure.ac:
24396           back to HEAD
24397
24398 === release 0.9.1 ===
24399
24400 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24401
24402         * .cvsignore:
24403         * NEWS:
24404         * README:
24405         * RELEASE:
24406         * configure.ac:
24407         * po/af.po:
24408         * po/az.po:
24409         * po/cs.po:
24410         * po/en_GB.po:
24411         * po/hu.po:
24412         * po/it.po:
24413         * po/nb.po:
24414         * po/nl.po:
24415         * po/or.po:
24416         * po/sq.po:
24417         * po/sr.po:
24418         * po/sv.po:
24419         * po/uk.po:
24420         * po/vi.po:
24421           updates for release
24422
24423 2005-06-09  Andy Wingo  <wingo@pobox.com>
24424
24425         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24426         
24427 2005-06-09  Andy Wingo  <wingo@pobox.com>
24428
24429         * configure.ac:
24430         * gst-libs/gst/Makefile.am:
24431         * gst-libs/gst/net/Makefile.am:
24432         Add gstnet to build.
24433
24434 2005-06-09  Andy Wingo  <wingo@pobox.com>
24435
24436         * gst-libs/gst/gconf/gconf.c:
24437         * gst/playback/test.c:
24438         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24439         fixes.
24440
24441         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24442
24443         * ext/theora/theoraenc.c (theora_enc_chain): 
24444         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24445
24446         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24447         RealPad.
24448
24449 2005-06-02  Wim Taymans  <wim@fluendo.com>
24450
24451         * gst-libs/gst/net/Makefile.am:
24452         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24453         * pkgconfig/gstreamer-libs.pc.in:
24454         Added net stuff, version net lib.
24455
24456 2005-06-02  Wim Taymans  <wim@fluendo.com>
24457
24458         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24459         (query_rates), (query_positions_elems), (query_positions_pads),
24460         (do_seek):
24461         Updated seek example.
24462
24463 2005-06-02  Andy Wingo  <wingo@pobox.com>
24464
24465         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24466         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24467         list.
24468
24469         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24470         remove the typefind, the bin dispose will do it for us. When it's
24471         removed and unreffed, the signal handler will be disconnected,
24472         too.
24473         (unlinked): It's too difficult to disconnect from unlinked
24474         handlers, as they are on pads not elements. Just punt if the pads
24475         aren't grandkids of the bin.
24476
24477 2005-06-02  Wim Taymans  <wim@fluendo.com>
24478
24479         * ext/ogg/README:
24480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24481         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24483         * ext/theora/theoradec.c: (theora_dec_src_query),
24484         (theora_handle_data_packet):
24485         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24486         (theora_enc_chain):
24487         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24488         (vorbis_handle_data_packet):
24489         * gst/audioconvert/bufferframesconvert.c:
24490         (buffer_frames_convert_chain):
24491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24492         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24493         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24494         (gst_ffmpegcsp_chain):
24495         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24496         (gst_videorate_getcaps), (gst_videorate_setcaps),
24497         (gst_videorate_event), (gst_videorate_chain):
24498         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24499         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24500         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24501         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24502         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24503         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24504         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24505         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24506         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24507         Cleanups and buffer alloc.
24508
24509 2005-05-31  Wim Taymans  <wim@fluendo.com>
24510
24511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24512         Don't try to call the delay method when the device is not
24513         opened.
24514
24515 2005-05-31  Wim Taymans  <wim@fluendo.com>
24516
24517         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24518         Get actual segment size and buffer size after opening
24519         the device.
24520
24521 2005-05-30  Wim Taymans  <wim@fluendo.com>
24522
24523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24524         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24525         Also FLUSH upstream, makes the loop function exit faster.
24526         
24527         * ext/theora/theoradec.c: (theora_dec_src_query):
24528         Some more debug info in the query.
24529         
24530         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24531         (gst_ximagesink_setcaps):
24532         Release lock on par error, better error reporting.
24533
24534 2005-05-26  Wim Taymans  <wim@fluendo.com>
24535
24536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24537         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24538         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24539         Clear chains in READY
24540         Queue packets until the chain is activated.
24541
24542 2005-05-25  Wim Taymans  <wim@fluendo.com>
24543
24544         * gst-libs/gst/audio/gstaudiosink.c:
24545         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24546         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24547         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24548         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24549         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24550         (gst_audiosink_create_ringbuffer):
24551         * gst-libs/gst/audio/gstbaseaudiosink.c:
24552         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24553         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24554         (gst_baseaudiosink_set_property), (build_linear_format),
24555         (debug_spec_caps), (debug_spec_buffer),
24556         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24557         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24558         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24559         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24561         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24562         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24563         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24564         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24565         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24566         (wait_segment), (gst_ringbuffer_commit),
24567         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24568         (gst_ringbuffer_clear):
24569         Various small cleanups.
24570
24571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24572         (gst_audio_convert_change_state):
24573         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24574         No need to take the locks anymore.
24575
24576 2005-05-25  Wim Taymans  <wim@fluendo.com>
24577
24578         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24579         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24580         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24581         (type_found):
24582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24583         (group_destroy), (group_commit), (queue_overrun),
24584         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24585         (mute_stream), (new_decoded_pad), (setup_substreams),
24586         (setup_source), (mute_group_type), (set_active_source),
24587         (gst_play_base_bin_change_state):
24588         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24589         (gen_video_element), (gen_text_element), (gen_audio_element),
24590         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24591         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24592         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24593         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24594         Some playbin cleanups mostly refcounting sloppyness.
24595
24596 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24597
24598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24599           Work with streaming input.
24600
24601 2005-05-25  Wim Taymans  <wim@fluendo.com>
24602
24603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24604         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24605         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24606         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24607         No need to take the STREAM lock anymore.
24608
24609 2005-05-25  Wim Taymans  <wim@fluendo.com>
24610
24611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24612         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24613         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24614         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24615         (gst_ogg_demux_sink_activate):
24616         * ext/theora/theoradec.c: (theora_dec_src_event),
24617         (theora_handle_comment_packet), (theora_dec_chain),
24618         (theora_dec_change_state):
24619         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24620         (vorbis_handle_data_packet), (vorbis_dec_chain),
24621         (vorbis_dec_change_state):
24622         Remove STREAM locks as they are taken in core now.
24623         Never set bogus granulepos on vorbis/theora.
24624         Fix leaks in theoradec tag parsing.
24625
24626 2005-05-25  Wim Taymans  <wim@fluendo.com>
24627
24628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24629         Fix memleaks, GST_BUFFER_DATA() is not freed.
24630
24631 2005-05-25  Wim Taymans  <wim@fluendo.com>
24632
24633         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24634         Open non-blocking, set to blocking mode afterwards to avoid
24635         lockups when audio device is busy.
24636
24637 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24638
24639         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24640           This can't be good.
24641
24642 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24643
24644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24645         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24646         (gst_audio_convert_setcaps):
24647           Implement instant setup switching.
24648
24649 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24650
24651         * gst/playback/gstplaybasebin.c: (probe_triggered):
24652           Fix missing unlock.
24653         * gst/playback/gstplaybin.c: (add_sink):
24654           First add, then link (otherwise pad link fails).
24655
24656 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24657
24658         * examples/Makefile.am:
24659         fix buildbot (make distcheck)
24660
24661 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24662
24663         * gst/playback/gstplaybin.c: (gen_vis_element):
24664           Remove some wrong code. Doesn't work yet.
24665
24666 2005-05-19  Wim Taymans  <wim@fluendo.com>
24667
24668         * gst-libs/gst/net/Makefile.am:
24669         * gst-libs/gst/net/README:
24670         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24671         (gst_netbuffer_class_init), (gst_netbuffer_init),
24672         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24673         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24674         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24675         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24676         * gst-libs/gst/net/gstnetbuffer.h:
24677         Added buffer subclass to store extra to/from addresses for
24678         network sources/sinks.
24679
24680 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24681
24682         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24683           Don't lock an unassigned variable.
24684
24685 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24686
24687         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24688           Increase buffer for video, decrease buffer for other media types.
24689         * gst/playback/gstplaybin.c: (gen_video_element),
24690         (gen_audio_element):
24691           Change names for debugging purposes.
24692
24693 2005-05-18  Wim Taymans  <wim@fluendo.com>
24694
24695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24696         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24697         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24698         (gst_ffmpegcsp_chain):
24699         Enable buffer alloc passthrough if the source and dest
24700         formats are the same.
24701
24702 2005-05-17  Wim Taymans  <wim@fluendo.com>
24703
24704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24705         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24706         (gst_ogg_demux_chain_unlocked):
24707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24708         (gst_audio_convert_caps_remove_format_info),
24709         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24710         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24712         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24713         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24714         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24715         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24716         (gst_ffmpegcsp_get_property):
24717         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24718         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24719         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24720         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24721         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24722         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24723         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24724         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24725         Leak fixes in oggdemux.
24726         Some cleanups in audioconvert.
24727         Make passthrough work along with buffer_alloc etc.
24728         Make buffer_alloc and buffer recycling actually work in
24729         xvimagesink.
24730
24731 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24732
24733         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24734           make the compiler happy
24735
24736 2005-05-17  Wim Taymans  <wim@fluendo.com>
24737
24738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24739         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24740         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24741         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24742         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24743         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24744         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24745         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24746         (gst_xvimagesink_set_xwindow_id):
24747         * sys/xvimage/xvimagesink.h:
24748         Port xvimagesink to new MiniObject.
24749
24750 2005-05-17  Wim Taymans  <wim@fluendo.com>
24751
24752         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24753         (gst_audiofilter_chain):
24754         * gst-libs/gst/audio/gstaudiosink.c:
24755         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24756         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24757         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24758         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24759         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24760         (gst_audiosink_create_ringbuffer):
24761         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24762         (gst_audio_convert_caps_remove_format_info),
24763         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24764         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24766         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24767         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24768         Fix passthrough in ffmpegcolorspace.
24769         Fix memset in audiosink on wrong memory.
24770
24771 2005-05-16  David Schleef  <ds@schleef.org>
24772
24773         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24774         to GstMiniObject.
24775
24776 2005-05-16  David Schleef  <ds@schleef.org>
24777
24778         Port from GstData to GstMiniObject.
24779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24781         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24782         (gst_ogg_mux_collected):
24783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24784         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24785         (theora_handle_data_packet):
24786         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24787         (theora_set_header_on_caps), (theora_enc_chain):
24788         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24789         (vorbis_handle_comment_packet):
24790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24791         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24792         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24793         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24794         * gst/audioconvert/gstaudioconvert.c:
24795         (gst_audio_convert_get_buffer):
24796         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24797         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24798         (mute_stream), (silence_stream):
24799         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24800         * gst/volume/gstvolume.c: (volume_transform):
24801         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24802         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24803         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24804         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24805         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24806         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24807         (gst_ximagesink_buffer_alloc):
24808         * sys/ximage/ximagesink.h:
24809
24810 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24811
24812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24813         (fill_buffer), (check_queue), (queue_threshold_reached),
24814         (queue_out_of_data):
24815         * gst/playback/gstplaybasebin.h:
24816           Post buffer-fullness on the bus.
24817
24818 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24819
24820         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24821         (try_to_link_1):
24822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24823         (group_commit), (probe_triggered), (setup_source),
24824         (gst_play_base_bin_change_state):
24825         * gst/playback/gstplaybasebin.h:
24826         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24827         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24828         (gst_play_bin_change_state):
24829           Move setup_output_pads into a virtual function, remove
24830           group-switch (no longer needed) and redirect (handled by bus
24831           now) signals.
24832
24833 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24834
24835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24836         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24837         (get_active_group), (get_building_group), (group_destroy),
24838         (group_commit), (check_queue), (queue_overrun),
24839         (queue_threshold_reached), (queue_out_of_data),
24840         (gen_preroll_element), (remove_groups), (unknown_type),
24841         (add_element_stream), (no_more_pads), (probe_triggered),
24842         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24843         (setup_substreams), (setup_source), (finish_source),
24844         (prepare_output), (muted_group_change_state),
24845         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24846         (gst_play_base_bin_change_state):
24847         * gst/playback/gstplaybasebin.h:
24848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24849         (gst_play_bin_init), (gst_play_bin_set_property),
24850         (gen_video_element), (gen_text_element), (gen_audio_element),
24851         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24852         (gst_play_bin_change_state):
24853         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24854         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24855         (stream_info_change_state), (gst_stream_info_set_mute),
24856         (gst_stream_info_get_property):
24857         * gst/playback/gststreaminfo.h:
24858         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24859         (gst_stream_selector_get_linked_pad),
24860         (gst_stream_selector_getcaps),
24861         (gst_stream_selector_get_linked_pads),
24862         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24863         * gst/playback/gststreamselector.h:
24864           Rough port of playbin. Needs some more work, but is mostly done,
24865           and uses a few locks in important places, which should make stuff
24866           like chain-switches clean. Still uses GST_STATE() in a few places,
24867           which isn't all that good an idea, subtitles/elements disabled
24868           because no elements to test with and thus probably broken, query
24869           and event handling moved to GstBin, internal thread removed
24870           alltogether because the pipeline does that for us now. Can play
24871           Ogg/Vorbis files. Haven't tested anything else yet.
24872
24873 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24874
24875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24876           Do no-more-pads (needed for autoplugging).
24877
24878 2005-05-10  Andy Wingo  <wingo@pobox.com>
24879
24880         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24881         message to the bus with the tags. Still not sent downstream tho.
24882
24883         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24884         get_parent.
24885         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24886         avoid refcounting hassles.
24887
24888 2005-05-09  Andy Wingo  <wingo@pobox.com>
24889
24890         * gst/volume/Makefile.am:
24891         * gst/volume/demo.c
24892         * gst/volume/gstvolume.h
24893         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24894         basetransform. Probably need an audio filter base class.
24895
24896 2005-05-09  Wim Taymans  <wim@fluendo.com>
24897
24898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24899         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24900         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24901         (gst_vorbisenc_chain):
24902         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24903         (gst_audio_convert_caps_remove_format_info),
24904         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24905         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24906         Make caps writable before writing to it.
24907         Fix negotiation in audioconvert some more.
24908
24909 2005-05-09  Wim Taymans  <wim@fluendo.com>
24910
24911         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24912         (gst_videorate_getcaps), (gst_videorate_setcaps),
24913         (gst_videorate_event), (gst_videorate_chain):
24914         Better negotiation.
24915
24916 2005-05-09  Wim Taymans  <wim@fluendo.com>
24917
24918         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24919         (gst_videorate_getcaps), (gst_videorate_setcaps),
24920         (gst_videorate_blank_data), (gst_videorate_init),
24921         (gst_videorate_event), (gst_videorate_chain),
24922         (gst_videorate_change_state):
24923         Port videorate, do a better job at negotiation while we're at
24924         it.
24925
24926 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24927
24928         * configure.ac:
24929           Disable libvisual
24930
24931         * examples/Makefile.am:
24932         * gst-libs/gst/audio/Makefile.am:
24933         * gst-libs/gst/riff/Makefile.am:
24934         * gst-libs/gst/tag/Makefile.am:
24935         * gst-libs/gst/video/Makefile.am:
24936           Fixups for missing variables.
24937
24938 2005-05-09  Wim Taymans  <wim@fluendo.com>
24939
24940         * examples/seeking/seek.c: (make_theora_pipeline),
24941         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24942         (query_rates), (query_positions_elems), (query_positions_pads),
24943         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24945         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24946         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24947         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24948         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24949         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24950         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24951         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24952         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24953         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24954         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24955         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24956         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24957         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24958         (theora_dec_src_convert), (theora_dec_sink_convert),
24959         (theora_dec_src_query), (theora_dec_sink_query),
24960         (theora_dec_src_event), (theora_dec_sink_event),
24961         (theora_handle_comment_packet), (theora_handle_type_packet),
24962         (theora_handle_header_packet), (theora_handle_data_packet),
24963         (theora_dec_chain):
24964         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24965         (vorbis_dec_convert), (vorbis_dec_src_query),
24966         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24967         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24968         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24969         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24971         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24972         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24973         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24974         (gst_play_bin_query):
24975         * gst/playback/test3.c: (update_scale):
24976         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24977         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24978         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24979         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24980         (gst_videotestsrc_src_query):
24981         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24982         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24983         (paint_hline_YUV9):
24984         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24985         Port to new query API.
24986         Updated seek.
24987         Cleanups in x[v]imagesink
24988
24989 2005-05-09  Andy Wingo  <wingo@pobox.com>
24990
24991         * ext/alsa/gstalsasink.h:
24992         * ext/gnomevfs/gstgnomevfssrc.c:
24993         (gst_gnomevfssrc_get_icy_metadata):
24994         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24995         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24996         * ext/theora/theoradec.c (theora_dec_src_query)
24997         (theora_dec_src_event, theora_dec_sink_event)
24998         (theora_handle_comment_packet, theora_handle_data_packet):
24999         * ext/theora/theoraenc.c (theora_enc_chain):
25000         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25001         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25002         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25003         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25004         (qt_type_find):
25005         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25006         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25007         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25008         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25009         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25010         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25011         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25012         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25013         (paint_setup_RGB565, paint_setup_xRGB1555):
25014         * gst/videotestsrc/videotestsrc.h:
25015         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25016         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25017         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25018         GCC4 fixes.
25019         
25020         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25021         gst_pad_query_position. Fixes oggdemux.
25022
25023 2005-05-08  David Schleef  <ds@schleef.org>
25024
25025         * configure.ac: Require liboil.
25026         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25027         a few more.
25028         * gst/videotestsrc/videotestsrc.c:
25029         * gst/videotestsrc/videotestsrc.h:
25030
25031 2005-05-06  Wim Taymans  <wim@fluendo.com>
25032
25033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25034         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25035         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25036         Well, unreffing a buffer right before pushing it is asking
25037         for trouble..
25038
25039 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25040
25041         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25042
25043 2005-05-06  Wim Taymans  <wim@fluendo.com>
25044
25045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25046         (gst_audio_convert_caps_remove_format_info),
25047         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25048         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25050         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25051         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25052         * gst/sine/Makefile.am:
25053         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25054         (gst_sinesrc_class_init), (gst_sinesrc_init),
25055         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25056         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25057         (gst_sinesrc_update_freq):
25058         * gst/sine/gstsinesrc.h:
25059         * gst/tcp/gstmultifdsink.c:
25060         * sys/xvimage/xvimagesink.c:
25061         Fixed negotiation wrt _peer_get_caps()
25062         Some cleanups.
25063
25064
25065 2005-05-06  Wim Taymans  <wim@fluendo.com>
25066
25067         * gst-libs/gst/audio/gstaudiosink.c:
25068         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25069         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25070         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25071         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25072         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25073         (gst_audiosink_create_ringbuffer):
25074         * gst-libs/gst/audio/gstbaseaudiosink.c:
25075         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25076         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25077         (gst_baseaudiosink_set_property), (build_linear_format),
25078         (debug_spec_caps), (debug_spec_buffer),
25079         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25080         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25081         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25082         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25083         * gst-libs/gst/audio/gstbaseaudiosink.h:
25084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25085         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25086         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25087         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25088         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25089         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25090         (wait_segment), (gst_ringbuffer_commit),
25091         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25092         (gst_ringbuffer_clear):
25093         * gst-libs/gst/audio/gstringbuffer.h:
25094         Make the base audiosink return an error when there is no
25095         audiobuffer negotiated.
25096
25097 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25098
25099         * ext/Makefile.am:
25100         Disable cdparanoia until someone ports it!
25101
25102 2005-05-06  Wim Taymans  <wim@fluendo.com>
25103
25104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25105         (gst_ogg_demux_sink_activate):
25106         And revert after wingo's revert.. sigh..
25107
25108 2005-05-05  Andy Wingo  <wingo@pobox.com>
25109
25110         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25111         GObject.
25112         * configure.ac: Return audiorate and subparse from the ghetto.
25113         Re-enable -Wall -Werror.
25114         * gst/subparse/gstsubparse.c:
25115         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25116         or chain-based. Cleaned up a bit. Not tested.
25117         
25118 2005-05-05  Christian Schaller <christian@fluendo.com> 
25119
25120         * Makefile.am: remove stuff that is not building
25121         * configure.ac: remove stuff that is not building
25122         * examples/Makefile.am: remove stuff that is not building
25123         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25124         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25125         * sys/Makefile.am: remove stuff that is not building
25126         * testsuite/Makefile.am: remove stuff that is not building
25127
25128 2005-05-05  Andy Wingo  <wingo@pobox.com>
25129
25130         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25131         * gst-libs/gst/tag/gstvorbistag.c:
25132         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25133         * gst/adder/gstadder.h:
25134         * gst/audioconvert/gstchannelmix.c:
25135         (gst_audio_convert_fill_one_other):
25136         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25137         (gst_audiorate_init), (gst_audiorate_chain):
25138         * gst/playback/gstplaybasebin.c: (setup_source):
25139         * gst/playback/test3.c: (update_scale):
25140         Some GCC4 fixes
25141         
25142         * po/af.po:
25143         * po/az.po:
25144         * po/cs.po:
25145         * po/en_GB.po:
25146         * po/hu.po:
25147         * po/it.po:
25148         * po/nb.po:
25149         * po/nl.po:
25150         * po/or.po:
25151         * po/sq.po:
25152         * po/sr.po:
25153         * po/sv.po:
25154         * po/uk.po:
25155         * po/vi.po: Foo
25156
25157 2005-05-05  Wim Taymans  <wim@fluendo.com>
25158
25159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25160         (gst_audio_convert_caps_remove_format_info),
25161         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25162         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25163         * gst/videotestsrc/gstvideotestsrc.c:
25164         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25165         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25166         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25167         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25168         Don't ignore _push() return values.
25169         Make sure no processing is done when shutting down.
25170         Videotestsrc pad activation fix.
25171
25172 2005-05-05  Wim Taymans  <wim@fluendo.com>
25173
25174         * gst/adder/Makefile.am:
25175         * gst/adder/gstadder.c: (gst_adder_setcaps),
25176         (gst_adder_class_init), (gst_adder_init),
25177         (gst_adder_request_new_pad), (gst_adder_collected),
25178         (gst_adder_change_state):
25179         * gst/adder/gstadder.h:
25180         Ported adder as an example of a mixer element using
25181         collect pads. Needs more negotiation work.
25182
25183 2005-05-05  Wim Taymans  <wim@fluendo.com>
25184
25185         * ext/theora/theoradec.c: (_inc_granulepos),
25186         (theora_dec_src_event), (theora_dec_sink_event),
25187         (theora_handle_comment_packet), (theora_handle_type_packet),
25188         (theora_handle_header_packet), (theora_handle_data_packet),
25189         (theora_dec_chain):
25190         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25191         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25192         (theora_push_buffer), (theora_push_packet),
25193         (theora_enc_sink_event), (theora_enc_chain),
25194         (theora_enc_change_state), (theora_enc_set_property),
25195         (theora_enc_get_property):
25196         Added stream lock to decoder so that we can serialize
25197         the discont event.
25198         More theoraenc porting, recover from errors, do clean
25199         shutdown.
25200
25201 2005-05-05  Wim Taymans  <wim@fluendo.com>
25202
25203         * ext/ogg/Makefile.am:
25204         * ext/ogg/README:
25205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25206         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25207         (gst_ogg_print):
25208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25209         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25210         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25211         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25212         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25213         (gst_ogg_mux_change_state):
25214         Ported ogg muxer.
25215
25216 2005-05-05  Wim Taymans  <wim@fluendo.com>
25217
25218         * docs/design-audiosinks.txt:
25219         * gst-libs/gst/audio/TODO:
25220         * gst-libs/gst/audio/gstaudiosink.c:
25221         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25222         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25223         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25224         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25225         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25226         (gst_audiosink_create_ringbuffer):
25227         * gst-libs/gst/audio/gstbaseaudiosink.c:
25228         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25229         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25230         (gst_baseaudiosink_set_property), (build_linear_format),
25231         (debug_spec_caps), (debug_spec_buffer),
25232         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25233         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25234         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25235         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25237         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25238         (gst_ringbuffer_release), (gst_ringbuffer_play),
25239         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25240         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25241         (gst_ringbuffer_set_sample), (wait_segment),
25242         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25243         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25244         More work on the audiosink, mostly debugging and a race in
25245         shutdown.
25246
25247 2005-04-28  Wim Taymans  <wim@fluendo.com>
25248
25249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25250         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25251         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25252         (vorbis_dec_src_query), (vorbis_dec_src_event),
25253         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25254         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25255         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25256         Don't crap out when seeking back to position 0.
25257
25258 2005-04-28  Wim Taymans  <wim@fluendo.com>
25259
25260         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25261         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25262         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25263         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25264         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25265         Make audio sink configurable, use alsasink as default.
25266
25267 2005-04-28  Wim Taymans  <wim@fluendo.com>
25268
25269         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25270         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25271         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25272         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25273         (vorbis_dec_change_state):
25274         * ext/vorbis/vorbisdec.h:
25275         Refactor, use STREAM_LOCK.
25276
25277 2005-04-28  Wim Taymans  <wim@fluendo.com>
25278
25279         * ext/theora/theoradec.c: (_inc_granulepos),
25280         (theora_dec_sink_event), (theora_handle_comment_packet),
25281         (theora_handle_type_packet), (theora_handle_header_packet),
25282         (theora_handle_data_packet), (theora_dec_chain),
25283         (theora_dec_change_state):
25284         Refactor a bit, use STREAM_LOCK.
25285
25286 2005-04-28  Wim Taymans  <wim@fluendo.com>
25287
25288         * ext/alsa/Makefile.am:
25289         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25290         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25291         (gst_alsa_link), (gst_alsa_close_audio):
25292         * ext/alsa/gstalsaplugin.c: (plugin_init):
25293         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25294         (gst_alsasink_dispose), (gst_alsasink_base_init),
25295         (gst_alsasink_class_init), (gst_alsasink_init),
25296         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25297         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25298         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25299         (gst_alsasink_reset):
25300         * ext/alsa/gstalsasink.h:
25301         Implement alsasink with simple open/write/close API. 
25302         Make alsa dir build by disabling compilation of code.
25303
25304 2005-04-28  Wim Taymans  <wim@fluendo.com>
25305
25306         * gst-libs/gst/audio/Makefile.am:
25307         * gst-libs/gst/audio/audio.h:
25308         * gst-libs/gst/audio/audioclock.c:
25309         * gst-libs/gst/audio/audioclock.h:
25310         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25311         (gst_audio_clock_class_init), (gst_audio_clock_init),
25312         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25313         * gst-libs/gst/audio/gstaudioclock.h:
25314         * gst-libs/gst/audio/gstaudiosink.c:
25315         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25316         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25317         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25318         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25319         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25320         (gst_audiosink_create_ringbuffer):
25321         * gst-libs/gst/audio/gstbaseaudiosink.c:
25322         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25323         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25324         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25325         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25326         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25327         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25328         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25329         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25330         * gst-libs/gst/audio/gstbaseaudiosink.h:
25331         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25332         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25333         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25334         (gst_ringbuffer_release), (gst_ringbuffer_play),
25335         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25336         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25337         (gst_ringbuffer_set_sample), (wait_segment),
25338         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25339         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25340         * gst-libs/gst/audio/gstringbuffer.h:
25341         Make ringbuffer faster and more simple by removing the locks
25342         in the playback thread.
25343         Add sample accurate playback based on buffer sample offsets.
25344         Make the baseaudiosink provide a clock.
25345         Parse caps in the base class.
25346         Correctly handle seeking, flushing and state changes.
25347
25348 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25349
25350         * configure.ac:
25351         * gst/audioconvert/Makefile.am:
25352         * gst/audioscale/Makefile.am:
25353           Fix part of the build.  Come on guys, autogen didn't even work :)
25354
25355 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25356
25357         * configure.ac:
25358         * gst-libs/gst/Makefile.am:
25359         * gst-libs/gst/media-info/.cvsignore:
25360         * gst-libs/gst/media-info/Makefile.am:
25361         * gst-libs/gst/media-info/README:
25362         * gst-libs/gst/media-info/media-info-priv.c:
25363         * gst-libs/gst/media-info/media-info-priv.h:
25364         * gst-libs/gst/media-info/media-info-test.c:
25365         * gst-libs/gst/media-info/media-info.c:
25366         * gst-libs/gst/media-info/media-info.h:
25367         * gst-libs/gst/media-info/media-info.vcproj:
25368         * pkgconfig/Makefile.am:
25369         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25370         * pkgconfig/gstreamer-media-info.pc.in:
25371           Remove media-info, which is also successed by playbin (see Totem
25372           implementation).
25373
25374 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25375
25376         * configure.ac:
25377         * examples/Makefile.am:
25378         * examples/gstplay/.cvsignore:
25379         * examples/gstplay/Makefile.am:
25380         * examples/gstplay/player.c:
25381         * gst-libs/gst/Makefile.am:
25382         * gst-libs/gst/play/.cvsignore:
25383         * gst-libs/gst/play/Makefile.am:
25384         * gst-libs/gst/play/play.c:
25385         * gst-libs/gst/play/play.h:
25386         * gst-libs/gst/play/play.vcproj:
25387         * pkgconfig/Makefile.am:
25388         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25389         * pkgconfig/gstreamer-play.pc.in:
25390           Remove libgstplay, playbin is now the official successor.
25391
25392 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25393
25394         * configure.ac:
25395         * gst-libs/gst/Makefile.am:
25396         * gst-libs/gst/xwindowlistener/Makefile.am:
25397         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25398         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25399           Remove deprecated xwindowlistener (I've moved xwindowlistening
25400           in the v4l/v4l2 plugins over to serverside).
25401
25402 2005-04-25  David Schleef  <ds@schleef.org>
25403
25404         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25405         to examples/dynparams.  Examples do not belong interspersed with
25406         source code.
25407         * examples/dynparams/demo-dparams.c:
25408         * gst/sine/Makefile.am:
25409         * gst/sine/demo-dparams.c:
25410
25411 2005-04-25  David Schleef  <ds@schleef.org>
25412
25413         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25414         * gst-libs/gst/audio/Makefile.am:
25415         * gst-libs/gst/riff/Makefile.am:
25416         * gst-libs/gst/tag/Makefile.am:
25417         * gst-libs/gst/video/Makefile.am:
25418         * gst-libs/gst/xwindowlistener/Makefile.am:
25419
25420         Convert to 0.9 API, seems to work:
25421         * sys/ximage/Makefile.am:
25422         * sys/ximage/ximagesink.c:
25423
25424 2005-04-24  David Schleef  <ds@schleef.org>
25425
25426         Link plugins against libraries:
25427         * ext/alsa/Makefile.am:
25428         * gst/tcp/Makefile.am:
25429
25430         Remove asm code that should be in liboil
25431         * gst/videoscale/Makefile.am:
25432         * gst/videoscale/videoscale_x86_asm.s:
25433
25434         gettext wants these checked in:
25435         * po/af.po:
25436         * po/az.po:
25437         * po/cs.po:
25438         * po/en_GB.po:
25439         * po/hu.po:
25440         * po/it.po:
25441         * po/nb.po:
25442         * po/nl.po:
25443         * po/or.po:
25444         * po/sq.po:
25445         * po/sr.po:
25446         * po/sv.po:
25447         * po/uk.po:
25448         * po/vi.po:
25449
25450 2005-04-24  David Schleef  <ds@schleef.org>
25451
25452         Convert gst_main() to g_main_loop_run()
25453         * gst/playback/decodetest.c: (main):
25454         * gst/playback/test2.c: (main):
25455         * gst/playback/test3.c: (main):
25456         * gst/playback/test4.c: (main):
25457
25458         Link plugins against libraries:
25459         * ext/libvisual/Makefile.am:
25460         * sys/xvimage/Makefile.am:
25461
25462 2005-04-24  David Schleef  <ds@schleef.org>
25463
25464         * configure.ac: Remove idct and resample libs
25465         * gst-libs/gst/Makefile.am: same
25466
25467         Remove usage of gst_library_load():
25468         * ext/alsa/gstalsaplugin.c: (plugin_init):
25469         * ext/libvisual/visual.c: (plugin_init):
25470         * ext/ogg/gstogg.c: (plugin_init):
25471         * ext/theora/theora.c: (plugin_init):
25472         * ext/vorbis/vorbis.c: (plugin_init):
25473         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25474         * gst/audioscale/gstaudioscale.c:
25475         * gst/adder/gstadder.c: (plugin_init):
25476         * gst/audioconvert/plugin.c: (plugin_init):
25477         * sys/ximage/ximagesink.c: (plugin_init):
25478         * sys/xvimage/xvimagesink.c: (plugin_init):
25479         * gst/tcp/gsttcpplugin.c: (plugin_init):
25480
25481         Link plugins against libraries:
25482         * ext/ogg/Makefile.am:
25483         * ext/theora/Makefile.am:
25484         * ext/vorbis/Makefile.am:
25485         * gst/audioconvert/Makefile.am:
25486
25487         Create proper libraries:
25488         * gst-libs/gst/riff/Makefile.am:
25489         * gst-libs/gst/audio/Makefile.am:
25490         * gst-libs/gst/video/Makefile.am:
25491
25492         Move resample library to audioscale plugin directory:
25493         * gst-libs/gst/resample/Makefile.am:
25494         * gst-libs/gst/resample/README:
25495         * gst-libs/gst/resample/dtof.c:
25496         * gst-libs/gst/resample/dtos.c:
25497         * gst-libs/gst/resample/functable.c:
25498         * gst-libs/gst/resample/private.h:
25499         * gst-libs/gst/resample/resample.c:
25500         * gst-libs/gst/resample/resample.h:
25501         * gst-libs/gst/resample/resample.vcproj:
25502         * gst-libs/gst/resample/test.c:
25503         * gst/audioscale/Makefile.am:
25504         * gst/audioscale/README:
25505         * gst/audioscale/dtof.c:
25506         * gst/audioscale/dtos.c:
25507         * gst/audioscale/functable.c:
25508         * gst/audioscale/private.h:
25509         * gst/audioscale/resample.c:
25510         * gst/audioscale/resample.h:
25511         * gst/audioscale/test.c:
25512
25513         Move tagedit library to gst-libs:
25514         * gst-libs/gst/tag/Makefile.am:
25515         * gst-libs/gst/tag/gstid3tag.c:
25516         * gst-libs/gst/tag/gsttagediting.c:
25517         * gst-libs/gst/tag/gsttageditingprivate.h:
25518         * gst-libs/gst/tag/gstvorbistag.c:
25519         * gst/tags/Makefile.am:
25520         * gst/tags/gstid3tag.c:
25521         * gst/tags/gstvorbistag.c:
25522
25523         Fix for core changes:
25524         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25525         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25526         (gst_sinesrc_getrange):
25527
25528 2005-04-23  David Schleef  <ds@schleef.org>
25529
25530         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25531         in gst-plugins in a long time, and properly belongs in liboil.
25532         * gst-libs/gst/idct/Makefile.am:
25533         * gst-libs/gst/idct/README:
25534         * gst-libs/gst/idct/dct.h:
25535         * gst-libs/gst/idct/doieee:
25536         * gst-libs/gst/idct/fastintidct.c:
25537         * gst-libs/gst/idct/floatidct.c:
25538         * gst-libs/gst/idct/idct.c:
25539         * gst-libs/gst/idct/idct.h:
25540         * gst-libs/gst/idct/idtc.vcproj:
25541         * gst-libs/gst/idct/ieeetest.c:
25542         * gst-libs/gst/idct/intidct.c:
25543
25544 2005-04-20  Wim Taymans  <wim@fluendo.com>
25545
25546         * docs/design-audiosinks.txt:
25547         * gst-libs/gst/audio/Makefile.am:
25548         * gst-libs/gst/audio/TODO:
25549         * gst-libs/gst/audio/gstaudiosink.c:
25550         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25551         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25552         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25553         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25554         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25555         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25556         (gst_audiosink_class_init), (gst_audiosink_init),
25557         (gst_audiosink_create_ringbuffer):
25558         * gst-libs/gst/audio/gstaudiosink.h:
25559         * gst-libs/gst/audio/gstbaseaudiosink.c:
25560         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25561         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25562         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25563         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25564         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25565         (gst_baseaudiosink_create_ringbuffer),
25566         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25567         * gst-libs/gst/audio/gstbaseaudiosink.h:
25568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25569         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25570         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25571         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25572         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25573         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25574         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25575         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25576         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25577         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25578         * gst-libs/gst/audio/gstringbuffer.h:
25579         An attempt at a set of audio base classes together with some
25580         design docs.
25581
25582 2005-04-20  Wim Taymans  <wim@fluendo.com>
25583
25584         * gst/audioconvert/Makefile.am:
25585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25586         (gst_audio_convert_caps_remove_format_info),
25587         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25588         (gst_audio_convert_channels):
25589         Link against audio libs.
25590         Fix audio convert plugin.
25591
25592 2005-04-20  Wim Taymans  <wim@fluendo.com>
25593
25594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25595         (gst_ogg_demux_sink_activate):
25596         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25597         (theora_set_header_on_caps), (theora_enc_sink_event),
25598         (theora_enc_chain):
25599         Fix theora encoder.
25600
25601 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25602
25603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25604         * gst/playback/gstdecodebin.c: (find_compatibles):
25605           Work with staticpadtemplates in elementfactories.
25606
25607 2005-04-12  Wim Taymans  <wim@fluendo.com>
25608
25609         * gst/playback/README:
25610         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25611         (compare_ranks), (print_feature), (gst_decode_bin_init),
25612         (dynamic_create), (dynamic_free), (find_compatibles),
25613         (mimetype_is_raw), (close_pad_link), (got_redirect),
25614         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25615         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25616         (gst_decode_bin_change_state):
25617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25618         (gst_play_base_bin_init), (group_destroy), (group_commit),
25619         (check_queue), (queue_overrun), (queue_threshold_reached),
25620         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25621         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25622         (got_redirect), (setup_source), (play_base_eos),
25623         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25624         (gst_play_base_bin_remove_element):
25625         * gst/playback/gstplaybasebin.h:
25626         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25627         (gst_play_bin_init), (gst_play_bin_dispose),
25628         (gst_play_bin_set_property), (gen_video_element),
25629         (gen_text_element), (gen_audio_element), (remove_sinks),
25630         (gst_play_bin_send_event):
25631         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25632         (stream_info_change_state), (gst_stream_info_set_mute):
25633         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25634         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25635         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25636         (gst_stream_selector_chain):
25637         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25638         (main):
25639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25640         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25641         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25642         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25643         Raw and crude port of decodebin. 
25644         Make playbin compile.
25645
25646 2005-04-06  Wim Taymans  <wim@fluendo.com>
25647
25648         * ext/gnomevfs/Makefile.am:
25649         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25650         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25651         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25652         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25653         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25654         (gst_gnomevfssrc_stop):
25655         * ext/ogg/Makefile.am:
25656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25657         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25658         * ext/theora/Makefile.am:
25659         * ext/theora/theoradec.c: (_inc_granulepos),
25660         (theora_dec_sink_event), (theora_dec_chain):
25661         * ext/vorbis/Makefile.am:
25662         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25663         (vorbis_dec_sink_event), (vorbis_dec_chain):
25664         * gst-libs/gst/audio/Makefile.am:
25665         * sys/xvimage/Makefile.am:
25666         Make gnomevfssrc extend the source base class.
25667         Fix linking against libs in various plugins.
25668
25669 2005-04-06  Andy Wingo  <wingo@pobox.com>
25670
25671         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25672         GST_BASE_LIBS.
25673
25674         * configure.ac: Add check and AC_SUBST for libgstbase.
25675
25676 2005-03-31  Wim Taymans  <wim@fluendo.com>
25677
25678         * examples/seeking/Makefile.am:
25679         * examples/seeking/cdparanoia.c: (main):
25680         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25681         (play_cb), (pause_cb), (stop_cb), (main):
25682         * examples/seeking/playbin.c:
25683         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25684         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25685         (make_sid_pipeline), (make_vorbis_pipeline),
25686         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25687         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25688         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25689         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25690         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25691         (stop_cb), (main):
25692         * examples/seeking/spider_seek.c:
25693         * examples/seeking/vorbisfile.c:
25694         * ext/gnomevfs/Makefile.am:
25695         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25696         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25697         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25698         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25699         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25700         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25701         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25702         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25703         * ext/ogg/README:
25704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25705         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25706         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25707         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25708         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25709         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25710         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25711         (gst_ogg_demux_factory_filter), (compare_ranks),
25712         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25713         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25714         (gst_ogg_chain_new), (gst_ogg_chain_free),
25715         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25716         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25717         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25718         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25719         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25720         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25721         (gst_ogg_demux_get_prev_page),
25722         (gst_ogg_demux_deactivate_current_chain),
25723         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25724         (gst_ogg_demux_bisect_forward_serialno),
25725         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25726         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25727         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25728         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25729         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25730         (gst_ogg_demux_change_state), (gst_ogg_print):
25731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25732         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25733         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25734         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25735         (gst_ogg_mux_loop):
25736         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25737         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25738         (theora_dec_src_convert), (theora_dec_sink_convert),
25739         (theora_dec_src_query), (theora_dec_src_event),
25740         (theora_dec_sink_event), (theora_dec_chain),
25741         (theora_dec_change_state):
25742         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25743         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25744         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25745         (theora_enc_change_state):
25746         * ext/vorbis/Makefile.am:
25747         * ext/vorbis/oggvorbisenc.c:
25748         * ext/vorbis/oggvorbisenc.h:
25749         * ext/vorbis/vorbis.c: (plugin_init):
25750         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25751         (vorbis_dec_src_query), (vorbis_dec_src_event),
25752         (vorbis_dec_sink_event), (vorbis_dec_chain),
25753         (vorbis_dec_change_state):
25754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25755         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25756         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25757         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25758         (gst_vorbisenc_change_state):
25759         * ext/vorbis/vorbisenc.h:
25760         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25761         * gst-libs/gst/audio/audioclock.c:
25762         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25763         (gst_audiofilter_init), (gst_audiofilter_chain):
25764         * gst-libs/gst/audio/testchannels.c: (main):
25765         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25766         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25767         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25768         (gmip_find_track_streaminfo), (gmip_find_track_format):
25769         * gst-libs/gst/media-info/media-info.c:
25770         (gst_media_info_read_idler):
25771         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25772         (gst_play_get_all_by_interface):
25773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25774         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25775         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25776         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25777         (gst_riff_parse_info):
25778         * gst-libs/gst/riff/riff-read.h:
25779         * gst-libs/gst/riff/riff.c: (plugin_init):
25780         * gst-libs/gst/video/Makefile.am:
25781         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25782         (gst_videosink_class_init), (gst_videosink_get_type):
25783         * gst-libs/gst/video/videosink.h:
25784         * gst/audioconvert/bufferframesconvert.c:
25785         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25786         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25787         * gst/audioconvert/channelmixtest.c: (main):
25788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25789         (gst_audio_convert_chain),
25790         (gst_audio_convert_caps_remove_format_info),
25791         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25792         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25793         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25794         (gst_audio_convert_buffer_to_default_format),
25795         (gst_audio_convert_buffer_from_default_format),
25796         (gst_audio_convert_channels):
25797         * gst/audioconvert/gstchannelmix.h:
25798         * gst/ffmpegcolorspace/avcodec.h:
25799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25800         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25801         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25802         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25803         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25804         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25805         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25806         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25807         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25808         (dv_type_find):
25809         * gst/videotestsrc/gstvideotestsrc.c:
25810         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25811         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25812         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25813         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25814         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25815         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25816         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25818         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25819         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25820         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25821         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25822         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25823         (gst_xvimagesink_navigation_send_event),
25824         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25825         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25826         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25827         * sys/xvimage/xvimagesink.h:
25828         Plugin port to 0.9, ogg/theora playback should work in the seek
25829         example now.
25830         Removed old examples.
25831         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25832         explained in 0.9 TODO doc.
25833
25834
25835 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25836
25837         * autogen.sh:
25838         * configure.ac:
25839         * ext/Makefile.am:
25840         * gst/Makefile.am:
25841         * po/POTFILES.in:
25842         * po/af.po:
25843         * po/az.po:
25844         * po/cs.po:
25845         * po/en_GB.po:
25846         * po/hu.po:
25847         * po/it.po:
25848         * po/nb.po:
25849         * po/nl.po:
25850         * po/or.po:
25851         * po/sq.po:
25852         * po/sr.po:
25853         * po/sv.po:
25854         * po/uk.po:
25855         * po/vi.po:
25856         * sys/Makefile.am:
25857         * testsuite/Makefile.am:
25858           remove a whole bunch of plugins.  This module now contains a set
25859           of free reference plugins/elements as agreed.
25860
25861 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25862
25863         * configure.ac:
25864           hunting season on 0.9 is now OPEN
25865
25866 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25867
25868         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25869           Kick the hell out of gcc for not warning me about a symbol conflict.
25870
25871 2005-02-22  Luca Ognibene  <luogni@tin.it>
25872
25873         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25874
25875         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25876           Don't leak caps string (fixes #168134)
25877
25878         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25879         (gst_jpegenc_init), (gst_jpegenc_finalize),
25880         (gst_jpegenc_change_state):
25881           Don't leak line buffers and context struct (fixes #168133).
25882
25883 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25884
25885         * configure.ac:
25886         * ext/dirac/gstdiracdec.cc:
25887         (gst_diracdec_chain):
25888           Since dirac 0.5.0 the framerate in dirac is expressed as a
25889           rational number. Fix build and up requirement to 0.5.0, and
25890           also pass parameters to gst_diracdec_link in the right order
25891           (fixes #167959).
25892
25893 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25894
25895         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25896         * ext/faad/gstfaad.h:
25897         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25898         certain invalid muxed streams, where some packets will contain 
25899         junk after decoder data. Partially fixes #149158.
25900
25901 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25902         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25903           Make sure we only write to writable buffers
25904
25905 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25906
25907         * gst-libs/gst/riff/riff-media.c:
25908         (gst_riff_create_audio_caps_with_data):
25909           Do actually fix invalid RIFF fmt header values for alaw
25910           and mulaw audio instead of just saying so.
25911
25912         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25913           Give gst_riff_create_audio_caps_with_data() a chance to
25914           fix up broken format header fields before extracting any
25915           parameters from the header. (fixes #167633)
25916
25917 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25918
25919         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25920
25921         * gst/audioconvert/bufferframesconvert.c:
25922         (buffer_frames_convert_link):
25923           Don't leak othercaps. (fixes #167878)
25924
25925 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25926
25927         * configure.ac:
25928         * ext/libvisual/visual.c: (gst_visual_srclink),
25929         (gst_visual_change_state):
25930           Support libvisual 0.2.0.
25931
25932 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25933
25934         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25935         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25936           Use same rowstrides for I420 as used everywhere else.
25937
25938 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25939
25940         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25941           Declare variables at beginning of block and make gcc-2.95 happy
25942           (fixes # 167482, patch by Gergely Nagy).
25943           
25944         * gst/tcp/gsttcpclientsrc.c:
25945         * gst/tcp/gsttcpclientsrc.h:
25946           Move some includes into the header, so that struct sockaddr_in is
25947           defined when it should be defined on FreeBSD as well (fixes
25948           #167483).
25949           
25950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25951           Don't pass uninitialised values to setsockopt() here either.
25952
25953 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25954
25955         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25956
25957         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25958           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25959
25960 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25961
25962         * gst/playback/gstplaybin.c: (add_sink):
25963           Invert bin_add/link order to workaround deadlock in opt.
25964
25965 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25966
25967         * gst/modplug/gstmodplug.cc:
25968           Add missing break causing position queries to fail.
25969
25970 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25973           Granpos can apparently be -1, which screws up calculations...
25974
25975 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25976
25977         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25978         (gst_ximagesink_send_pending_navigation),
25979         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25980         (gst_ximagesink_init):
25981         * sys/ximage/ximagesink.h:
25982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25983         (gst_xvimagesink_send_pending_navigation),
25984         (gst_xvimagesink_navigation_send_event),
25985         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25986         * sys/xvimage/xvimagesink.h:
25987           Use a mutex protected list to marshal navigation
25988           events into the stream thread from whichever thread
25989           sends them.
25990
25991 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25992
25993         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25994           Display current position and track length; misc. clean-ups.
25995           
25996         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25997         (speed_init), (speed_chain):
25998           Add query function, so that the stream length and current position
25999           get adjusted when queried (note that current position queries may
26000           still be wrong if the audio sink returns values based on buffer
26001           timestamps instead of passing on the query).
26002
26003 2005-02-13  Benjamin Otte  <otte@gnome.org>
26004
26005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26006         (gst_audio_convert_channels):
26007           create channel conversion matrix when linking
26008         * gst/audioconvert/.cvsignore:
26009         * gst/audioconvert/Makefile.am:
26010         * gst/audioconvert/channelmixtest.c: (main):
26011           add (ugly) test that ensures stereo <=> mono conversion works
26012           correctly
26013
26014 2005-02-13  Benjamin Otte  <otte@gnome.org>
26015
26016         * gst/audioconvert/gstchannelmix.h:
26017           include missing header file
26018         * gst/audioconvert/gstchannelmix.c:
26019         (gst_audio_convert_fill_compatible):
26020           use same sign for both channels when converting to/from compatible
26021           channel. Previously used different signs made the signals cancel
26022           each other out and appear like silence. (fixes #167269)
26023
26024 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26025
26026         * gst/ffmpegcolorspace/avcodec.h:
26027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26028         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26029         (gst_ffmpegcsp_avpicture_fill):
26030         * gst/ffmpegcolorspace/imgconvert.c:
26031           Convert to and from YV12 (fixes #156379).
26032
26033 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26034
26035         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26036         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26037         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26038         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26039         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26040         methods from chain and negotiation and vice versa (Fixes #166142).
26041         * sys/ximage/ximagesink.h: Add stream_lock.
26042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26043         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26044         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26045         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26046
26047 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26048
26049         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26050           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26051           error message when we can't open the DVD device (when dvdnav_open()
26052           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26053           the above). Send something more useful instead (fixes #167117).
26054
26055 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26056
26057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26058         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26059         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26060         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26061         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26062         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26063         methods from chain and negotiation and vice versa (Fixes #166142).
26064         Fix a possible bug of images in the buffer pool being discarded because
26065         we are looking at the wrong geometry.
26066         * sys/xvimage/xvimagesink.h: Add stream_lock.
26067
26068 2005-02-11  David Schleef  <ds@schleef.org>
26069
26070         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26071         unsigned int. (fixes #167128)
26072
26073 2005-02-11  David Schleef  <ds@schleef.org>
26074
26075         * gst/librfb/Makefile.am: Testing stuff before committing is
26076           for wimps... and people with fast machines.  Fix stupid
26077           mistake.
26078
26079 2005-02-11  David Schleef  <ds@schleef.org>
26080
26081         * configure.ac: Pull in librfb from my CVS tree, because it is
26082           too small and annoying to be separate.  Move rfbsrc plugin
26083           to gst/.
26084         * ext/Makefile.am:
26085         * ext/librfb/Makefile.am:
26086         * ext/librfb/gstrfbsrc.c:
26087         * gst/librfb/Makefile.am:
26088         * gst/librfb/gstrfbsrc.c:
26089         * gst/librfb/rfb.c:
26090         * gst/librfb/rfb.h:
26091         * gst/librfb/rfbbuffer.c:
26092         * gst/librfb/rfbbuffer.h:
26093         * gst/librfb/rfbbytestream.c:
26094         * gst/librfb/rfbbytestream.h:
26095         * gst/librfb/rfbcontext.h:
26096         * gst/librfb/rfbdecoder.c:
26097         * gst/librfb/rfbdecoder.h:
26098         * gst/librfb/rfbutil.h:
26099
26100 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26101
26102         * gst/speed/Makefile.am:
26103         * gst/speed/demo-mp3.c: (main):
26104         * gst/speed/filter.func:
26105         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26106         (speed_class_init), (speed_init), (speed_chain_int16),
26107         (speed_chain_float32), (speed_chain), (speed_set_property),
26108         (speed_get_property), (speed_change_state):
26109         * gst/speed/gstspeed.h:
26110           Fix speed element and make it chain-based (fixes #156467),
26111           and make it handle more than one channel.
26112
26113 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26114
26115         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26116         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26117         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26118         * ext/dts/gstdtsdec.h:
26119           Don't clobber the stack constructing the channels array.
26120           Make the element chain-based. DTS tracks can now be played.
26121           
26122 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26123
26124         * gst-libs/gst/audio/multichannel.h:
26125         * gst-libs/gst/gconf/gconf.h:
26126         * gst-libs/gst/idct/idct.h:
26127         * gst-libs/gst/media-info/media-info-priv.h:
26128         * gst-libs/gst/play/play.h:
26129         * gst-libs/gst/resample/private.h:
26130         * gst-libs/gst/resample/resample.h:
26131         * gst-libs/gst/riff/riff-ids.h:
26132         * gst-libs/gst/video/video.h:
26133         * gst-libs/gst/video/videosink.h:
26134           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26135           missing, so that they work when included from C++ code.
26136
26137 2005-02-09  David Schleef  <ds@schleef.org>
26138
26139         * testsuite/gst-lint: Check for non-statically scoped
26140           parent_class variables.  This won't be a problem once
26141           plugins are loaded with RTLD_LOCAL.
26142
26143 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * ext/mplex/gstmplexibitstream.cc:
26146           gcc madness.
26147
26148 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26149
26150         * ext/ogg/gstogmparse.c:
26151         * gst/debug/gstnavigationtest.c:
26152           Die, thou faulty symbol pollutors (non-static parent_class).
26153
26154 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26155
26156         * ext/mplex/gstmplexibitstream.cc:
26157           Fix event handling (#165525).
26158
26159 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26160
26161         * ext/mikmod/gstmikmod.c:
26162         * gst/modplug/gstmodplug.cc:
26163           Add missing endianness to template (fixes #165509).
26164
26165 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26166
26167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26168           Fix wrong order of reading of optional bytes (#165290).
26169
26170 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26171
26172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26173           Implement FILLER event awareness.
26174
26175 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26176
26177         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26178           Fix track calculations (#166208).
26179
26180 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26181
26182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26185         * ext/libpng/gstpngenc.c:
26186           Fix byte-order, use proper fixed caps. Fixes #164197.
26187
26188 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26189
26190         * configure.ac:
26191           Add dvdlpcmdec 
26192
26193         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26194         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26195           Don't push buffers if the src pad isn't negotiated yet.
26196           
26197         * gst/audioconvert/gstaudioconvert.c:
26198         (gst_audio_convert_buffer_to_default_format),
26199         (gst_audio_convert_buffer_from_default_format):
26200           Add support for 24-bit width.
26201
26202         * gst/dvdlpcmdec/.cvsignore:
26203         * gst/dvdlpcmdec/Makefile.am:
26204         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26205         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26206         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26207         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26208         (plugin_init):
26209         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26210           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26211           format. Needs support for the channels maps if someone can find 
26212           a DVD LPCM track with > 2 channels.
26213
26214         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26215         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26216         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26217         * gst/mpegstream/gstdvddemux.h:
26218         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26219         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26220         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26221         * gst/mpegstream/gstmpegdemux.h:
26222         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26223         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26224         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26225         (gst_mpeg_parse_handle_src_query),
26226         (gst_mpeg_parse_handle_src_event):
26227           Use audio/x-dvd-lpcm for LPCM output.
26228           Add DTS output.
26229
26230 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26231
26232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26235         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26236           Add BGRA handling (#165736).
26237
26238 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26239
26240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26241
26242         * gst/law/alaw-decode.c: (alawdec_link):
26243         * gst/law/alaw-encode.c: (alawenc_link):
26244         * gst/law/mulaw-decode.c: (mulawdec_link):
26245         * gst/law/mulaw-encode.c: (mulawenc_link):
26246           Fix caps memleaks (#166600).
26247
26248 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26249
26250         * ext/tarkin/mem.h:
26251         * ext/tarkin/wavelet.h:
26252         * ext/tarkin/yuv.h:
26253         * gst/ffmpegcolorspace/avcodec.h:
26254           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26255           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26256
26257 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26258
26259         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26261         (gst_xvimagesink_change_state):
26262           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26263           Xv video (and thereby regenerate Xv colourkey) in clear() so
26264           that PLAY -> READY -> PLAY works (fixes #162504).
26265
26266 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26267
26268         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26269           Switch to list instead of range, since MJPEG-devices really just
26270           support decimations, not any size.
26271
26272 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26274         (gst_mpeg2dec_reset), (free_all_buffers),
26275         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26276         * ext/mpeg2dec/gstmpeg2dec.h:
26277           The libmpeg2 user-allocated buffer management is awkward, 
26278           to say the least. Hopefully this fixes things.
26279
26280 2005-02-04  Andy Wingo  <wingo@pobox.com>
26281
26282         * gst/audioconvert/bufferframesconvert.c
26283         (buffer_frames_convert_fixate): New function, fixates to 256
26284         frames per buffer by default. (Much better than 1.)
26285         (buffer_frames_convert_init): Set the fixate function for both src
26286         and sink pad.
26287         (buffer_frames_convert_link): After success setting nonfixed caps,
26288         get the negotiated caps so we can know how many buffer-frames it
26289         will be. No idea how this worked at all before.
26290
26291 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26292
26293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26294         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26295         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26296         (handle_sequence), (handle_picture):
26297         * ext/mpeg2dec/gstmpeg2dec.h:
26298           Rearrange buffer tracking and refcounting and refactor
26299           a little for readability. 
26300
26301 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26302         * sys/v4l/gstv4l.c: (plugin_init):
26303         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26304         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26305         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26306         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26307         * sys/v4l/gstv4ljpegsrc.h:
26308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26309         * sys/v4l/v4l_calls.h:
26310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26311         (gst_v4lsrc_get_fps):
26312         * sys/v4l/v4lsrc_calls.h:
26313           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26314           you jpeg inside rgb frames" driver.
26315           Don't error in the v4lsrc link function, just return 
26316           REFUSED.
26317
26318 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26321         (gst_qcamsrc_open):
26322           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26323
26324 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26325
26326         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26327           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26328
26329 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26332           Reset negotiated state on PAUSED->READY.
26333
26334 2005-02-02  David Schleef  <ds@schleef.org>
26335
26336         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26337         whereever possible.  (Fixes #165997)
26338         * examples/capsfilter/capsfilter1.c: (main):
26339         * examples/dynparams/filter.c: (create_ui):
26340         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26341         * examples/seeking/chained.c: (main):
26342         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26343         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26344         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26345         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26346         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26347         * examples/switch/switcher.c: (main):
26348         * ext/dv/demo-play.c: (main):
26349         * ext/faad/gstfaad.c: (gst_faad_change_state):
26350         * ext/mad/gstmad.c: (gst_mad_chain):
26351         * ext/smoothwave/demo-osssrc.c: (main):
26352         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26353         (gst_gconf_render_bin_from_description),
26354         (gst_gconf_get_default_audio_sink),
26355         (gst_gconf_get_default_video_sink),
26356         (gst_gconf_get_default_audio_src),
26357         (gst_gconf_get_default_video_src),
26358         (gst_gconf_get_default_visualization_element):
26359         * gst/level/demo.c: (main):
26360         * gst/level/plot.c: (main):
26361         * gst/playback/gstplaybin.c: (gen_video_element),
26362         (gen_audio_element):
26363         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26364         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26365         * gst/sine/demo-dparams.c: (main):
26366         * gst/spectrum/demo-osssrc.c: (main):
26367         * gst/speed/demo-mp3.c: (main):
26368         * gst/volume/demo.c: (main):
26369         * testsuite/embed/embed.c: (main):
26370
26371 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26372
26373         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26374         (gst_tcpclientsink_finalize):
26375         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26376         (gst_tcpclientsrc_finalize):
26377         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26378         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26379         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26380         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26381           Don't leak the hostname when shutting down.
26382           In tcpserversrc, take a copy of the default hostname.
26383
26384 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26385
26386         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26387           Set caps to systemstream=TRUE.
26388
26389 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26390
26391         * testsuite/Makefile.am:
26392           Fix more OSX buildbots.
26393
26394 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26395
26396         * ext/mpeg2dec/gstmpeg2dec.c:
26397           Don't send things to NULL PAD_PEERs
26398
26399         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26400           Copy-on-write the incoming buffer.
26401
26402         * gst/mpegstream/gstdvddemux.h:
26403         * gst/mpegstream/gstmpegclock.h:
26404         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26405         (normal_seek), (gst_mpeg_demux_handle_src_event):
26406         * gst/mpegstream/gstmpegdemux.h:
26407         * gst/mpegstream/gstmpegpacketize.h:
26408         * gst/mpegstream/gstmpegparse.c:
26409         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26410         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26411         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26412         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26413         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26414         * gst/mpegstream/gstmpegparse.h:
26415         * gst/mpegstream/gstrfc2250enc.h:
26416           Various changes to the way time is computed that make seeking and
26417           total time estimation much better here.
26418           Use G_BEGIN/END_DECLS instead of __cplusplus
26419
26420         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26421           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26422
26423 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * gst/subparse/gstsubparse.c:
26426           Fix OSX buildbot.
26427
26428 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26429
26430         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26431         (theora_enc_chain), (theora_enc_change_state):
26432         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26433         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26434         (gst_vorbisenc_change_state):
26435         * ext/vorbis/vorbisenc.h:
26436           Set granulepos and timestamp correctly for streams not
26437           starting at 0, taking into account the initial delay.
26438
26439 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26440
26441         * gst/mpegstream/gstdvddemux.c:
26442           Add audio/x-dts to audio pad template caps
26443
26444 2005-01-30  David Schleef  <ds@schleef.org>
26445
26446         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26447         (create_context), (gst_polypsink_link): Fix silly endianness
26448         bug.  Add some debugging.  Remove float from caps; it doesn't
26449         work.  Attempt to get remote audio working.
26450
26451 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26452
26453         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26454           Add 3IV2 fourcc.
26455
26456 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26457
26458         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26459         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26460         (gst_avi_demux_stream_data):
26461         * gst/avi/gstavidemux.h:
26462           Invert DIB images. Fixes #132341.
26463
26464 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26465
26466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26467         (gst_ffmpegcsp_chain):
26468           D'oh, reference the palette data, not the palette structure.
26469           Fixes color distortion in #132341.
26470
26471 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26472
26473         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26474           PAR can be non-fixed when not provided as argument (#162626).
26475
26476 2005-01-29  David Moore  <dcm@acm.org>
26477
26478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26481         (gst_qtdemux_loop_header):
26482           Re-apply patch from #142272 that allows non-seekable sources,
26483           re-proposed by Daniel Drake <dsd@gentoo.org>.
26484
26485 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26488           Use the src template for creating the src pad (#162330).
26489
26490 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * configure.ac:
26493         * ext/musepack/Makefile.am:
26494         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26495         (gst_musepackdec_init), (gst_musepackdec_dispose),
26496         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26497         (gst_musepack_stream_init), (gst_musepackdec_loop),
26498         (gst_musepackdec_change_state):
26499         * ext/musepack/gstmusepackdec.cpp:
26500         * ext/musepack/gstmusepackdec.h:
26501         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26502         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26503         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26504         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26505         * ext/musepack/gstmusepackreader.cpp:
26506         * ext/musepack/gstmusepackreader.h:
26507           Update to 1.1 API (#165446).
26508
26509 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26510
26511         * ext/Makefile.am:
26512           Unbreak buildbot.
26513
26514 2005-01-28  Andy Wingo  <wingo@pobox.com>
26515
26516         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26517         to reflect a different dubious internet source. Add a reference
26518         and some commentary.
26519
26520 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26521
26522         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26523         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26524         * gst/playback/gststreamselector.h:
26525           Be more selective when we're redoing caps negotiation from
26526           within the chain function on a stream change.
26527
26528 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * configure.ac:
26531         * ext/Makefile.am:
26532         * ext/amrnb/Makefile.am:
26533         * ext/amrnb/amrnb.c: (plugin_init):
26534         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26535         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26536         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26537         (gst_amrnbdec_state_change):
26538         * ext/amrnb/amrnbdec.h:
26539         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26540         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26541         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26542         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26543         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26544         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26545         * ext/amrnb/amrnbparse.h:
26546           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26547         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26548           Add AMR-NB/-WB raw formats.
26549         * ext/alsa/gstalsa.c: (gst_alsa_link):
26550           Keep valid time when changing format.
26551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26552         (qtdemux_parse_trak):
26553           Add some more format-specific options (#140141, #143555, #155163).
26554
26555 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * gst/matroska/matroska-demux.c:
26558         (gst_matroska_demux_parse_blockgroup):
26559           Fix logic error in timing of subtitle stream synchronization.
26560         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26561           Add skip-chunk, which is found in kodak-camera streams.
26562
26563 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26564
26565         * po/LINGUAS:
26566         * po/vi.po:
26567           Adding Vietnamese translation (submitted by Clytie Siddall)
26568
26569 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26570
26571         * gst/playback/gstdecodebin.c: (try_to_link_1):
26572           Use realpad for signal.
26573
26574 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26575
26576         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26577           Fix category so decodebin picks it up.
26578
26579 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * ext/mad/Makefile.am:
26582         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26583         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26584         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26585         (found_type), (gst_id3demux_bin_change_state):
26586         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26587         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26588         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26589         (gst_id3_tag_change_state), (plugin_init):
26590         * ext/mad/gstmad.h:
26591           Add id3demuxbin (which is a simple bin consisting of id3demux
26592           and typefind), take over rank from id3demux, remove typefind
26593           code from id3demux. Makes all broken mp3s that I know of work,
26594           and thereby fixes #152688.
26595
26596 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26597
26598         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * ext/mad/gstmad.c: (gst_mad_src_event):
26601         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26602           Allow seeks on audio pad, make mad forward those (#164826).
26603         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26604           Set duration (#165335).
26605
26606 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26607
26608         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26609         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26610         (gst_asf_demux_process_ext_content_desc),
26611         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26612         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26613         * gst/asfdemux/gstasfdemux.h:
26614           Improve metadata display, e.g. if the metadata comes before the
26615           streams are loaded (which is perfectly valid).
26616
26617 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * tools/gst-launch-ext-m.m:
26620           Fix AVI/ASF pipelines (#165340).
26621
26622 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26623         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26624         build failure on amd64
26625
26626 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26627
26628         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26629         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26630           Check environment variables GST_ID3V2_TAG_ENCODING,
26631           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26632           list of character encodings to force interpretation of non-unicode
26633           strings stored in an ID3v2 tag to a particular encoding. If none
26634           is specified, try to use current locale's encoding, then fall back
26635           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26636         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26637         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26638           Check environment variables GST_ID3V1_TAG_ENCODING,
26639           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26640           list of character encodings to use in case a string encountered
26641           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26642           specified, try to use the current locale's encoding, then fall
26643           back to ISO-8859-1 (which will always succeed).
26644
26645 2005-01-25  Benjamin Otte  <otte@gnome.org>
26646
26647         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26648           - on half framerate, compute the rate in advance so the comparisons
26649             don't compare wrong values
26650           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26651             behaviour
26652           - don't use mad_header_decode anymore, mad_frame_decode does that
26653             automatically
26654           - when getting rid of consumed bytes, reset the stream's skiplen
26655           (fixes #163867)
26656
26657 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26658
26659         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26660           Use 1/2 a second for default max_discont, as PES streams from DVB
26661           seem to have larger spacings in the SCR. 
26662           Fix a typo.
26663
26664 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * gst/playback/gstplaybasebin.c: (group_commit):
26667           Notify delayed stream-info availability.
26668
26669 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26670         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26671         (gst_a52dec_handle_event), (gst_a52dec_chain):
26672         Add some debug output. Check that a discont has a valid
26673         time associated.
26674         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26675         (gst_alsa_sink_loop):
26676         Ignore TAG events. A little extra debug for broken timestamps.
26677         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26678         (dvdnavsrc_change_state):
26679         Ensure we send a discont to engage the link before we send any
26680         other events.
26681         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26682         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26683         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26684         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26685         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26686         dvd://title works in totem because typefinding sends a seek that ends
26687         up going back to chapter 1 regardless.
26688         * ext/mpeg2dec/gstmpeg2dec.c:
26689         * ext/mpeg2dec/gstmpeg2dec.h:
26690         Output correct timestamps and handle disconts.
26691         * ext/ogg/gstoggdemux.c: (get_relative):
26692         Small guard against a null dereference.
26693         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26694         (gst_textoverlay_set_property):
26695         Free memory when done. Don't call gst_event_filler_get_duration on
26696         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26697         g_warning.
26698         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26699         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26700         (gst_sw_srclink), (gst_smoothwave_chain):
26701         Draw solid lines, prettier colours.
26702         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26703         Add a default palette that'll work for some movies.
26704         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26705         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26706         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26707         * gst/mpegstream/gstdvddemux.h:
26708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26709         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26710         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26711         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26712         * gst/mpegstream/gstmpegparse.h:
26713         Use PTM/NAV events when for timestamp adjustment when connected to 
26714         dvdnavsrc. Don't use many discont events where one suffices.
26715         * gst/playback/gstplaybasebin.c: (group_destroy),
26716         (gen_preroll_element), (gst_play_base_bin_add_element):
26717         * gst/playback/gstplaybasebin.h:
26718         Make sure we remove subtitles from the same bin we put them in.
26719         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26720         (gst_subparse_buffer_format_autodetect),
26721         (gst_subparse_change_state):
26722         Fix some memleaks and invalid accesses.
26723         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26724         (oggskel_type_find), (cmml_type_find), (plugin_init):
26725         Some typefind functions for Annodex v3.0 files
26726         * gst/wavparse/gstwavparse.h:
26727         GstRiffReadClass is the correct parent class.
26728
26729 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26730
26731         * gst-libs/gst/riff/riff-media.c:
26732         (gst_riff_create_video_caps_with_data):
26733           Add extradata to huffyuv (fixes #165013).
26734         * gst-libs/gst/riff/riff-read.c:
26735         (gst_riff_read_strf_vids_with_data):
26736           Fix extradata extraction if it is in the chunk size.
26737
26738 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26739
26740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26743         (gst_quarktv_change_state), (gst_quarktv_dispose):
26744           Memory free'ing location fix (#164708).
26745
26746 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26747
26748         * gst/playback/gstplaybasebin.c: (group_commit),
26749         (gen_preroll_element), (probe_triggered), (gen_source_element),
26750         (setup_source), (gst_play_base_bin_change_state),
26751         (gst_play_base_bin_add_element):
26752           Don't block for streams.
26753         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26754         (gst_stream_info_set_mute):
26755           Use gst_pad_set_active_recursive.
26756
26757 2005-01-25  Andy Wingo  <wingo@pobox.com>
26758
26759         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26760         for #ifndef HAVE_XVIDEO.
26761
26762 2005-01-24  Jeffrey C. Ollie
26763
26764         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26765
26766         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26767         * ext/gsm/gstgsmdec.h:
26768         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26769         * ext/gsm/gstgsmenc.h:
26770         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26771         was given by property. Add proper buffer timestamps and offsets.
26772
26773 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26774
26775         * gst-libs/gst/riff/riff-media.c:
26776         (gst_riff_create_audio_caps_with_data):
26777           Audio can be <8000Hz.
26778
26779 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26780
26781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26782           Explicit state change to workaround refcount bugs.
26783
26784 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26785
26786         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26787         (gst_avimux_riff_get_avi_header):
26788           Fix...
26789
26790 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26793         (gst_riff_read_element_data):
26794         * gst-libs/gst/riff/riff-read.h:
26795           Add _peek version (req'ed in CDXA).
26796         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26797         (gst_cdxaparse_loop):
26798           Fix parsing in playbin.
26799         * gst/playback/gstdecodebin.c: (close_pad_link):
26800           Ignore current_ pads, they cause major annoyance.
26801
26802 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26805           Safety guard.
26806
26807 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26810           Fix padding...
26811
26812 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26815           Allow for 0-sized buffers. Fixes length query problems in
26816           starwars.mkv from the testsuite.
26817
26818 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26819
26820         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26821         (gst_video_box_i420), (gst_video_box_chain):
26822           Fix row strides for I420 (fixes #163159)
26823           
26824 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26827           MPEG2 has a useful rate property, so we can actually use that.
26828           For MPEG-1, continue using the bytes/time properties.
26829
26830 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26831
26832         * gst-libs/gst/riff/riff-media.c:
26833         (gst_riff_create_video_caps_with_data),
26834         (gst_riff_create_video_template_caps):
26835           Add intel-h263.
26836
26837 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26840           Fail if caps negotiation fails. Should fix #162184, and should
26841           definately be in there regardless of it fixing the actual bug.
26842         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26843         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26844         (gst_avimux_riff_get_avix_header),
26845         (gst_avimux_riff_get_video_header),
26846         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26847         (gst_avimux_start_file), (gst_avimux_handle_event),
26848         (gst_avimux_change_state):
26849         * gst/avi/gstavimux.h:
26850           Refactor structure writing to use GST_WRITE_UINT macros, add
26851           metadata writing support.
26852
26853 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26856           Elements may already be destroyed when this function is called.
26857
26858 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26861         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26862           More memory leak fixes (#149162).
26863
26864 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26865
26866         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26867         (gst_qtdemux_add_stream):
26868           Fix two memleaks.
26869
26870 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26871
26872         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26873           Argh...
26874
26875 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26876
26877         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26878           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26879           when fixating to six channels in Totem.
26880
26881 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26882
26883         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26884           Fix compile warnings on Solaris 10 buildbot
26885
26886 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26887
26888         * ext/dvdread/dvdreadsrc.c: (_read):
26889           Don't read beyond the last cell in a chapter (fixes 
26890           invalid memory access)
26891
26892 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26893
26894         * ext/dvdread/stream_labels.c:
26895         (dvdreadsrc_get_audio_stream_labels):
26896           Use NULL for an empty GList instead of g_list_alloc(); fix 
26897           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26898           of GString (easier to bulk free later)
26899
26900 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26901
26902         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26903
26904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26905         (gst_ffmpeg_pixfmt_to_caps):
26906           Fix BGRA32 caps (#164209).
26907
26908 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26909
26910         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26913         (gst_ffmpeg_caps_to_pixfmt):
26914           alpha_mask can be RGBA/ABGR. Fixes #164265.
26915
26916 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26917
26918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26921         (gst_mpeg2dec_alloc_buffer):
26922         * ext/mpeg2dec/gstmpeg2dec.h:
26923           Crop if decoding size is not the actual image size (#163676).
26924
26925 2005-01-17  Steve Baker  <steve@stevebaker.org>
26926
26927         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26928
26929         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26930         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26931           Add libsndfile typefind functions (#163309).
26932
26933 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26934
26935         * tools/gst-launch-ext-m.m:
26936           Add .aac, fix .m1v/.m2v (#163891).
26937
26938 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26939
26940         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26941           Sanity check, don't wait endlessly since the clock might not
26942           actually run at this point (which is a deadlock). Fixes #164069.
26943
26944 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26945
26946         * gst/playback/gstplaybasebin.c: (probe_triggered):
26947           Of course, only pause if group is done...
26948
26949 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26950
26951         * gst/playback/gstplaybasebin.c: (probe_triggered):
26952           Thread safety.
26953
26954 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26955
26956         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26957           Don't return state change success when the parent
26958           failed.
26959
26960 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26963           Free events (fix memleak in #162905).
26964
26965 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26966
26967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26970         (gst_ffmpeg_caps_to_pixfmt):
26971           Fix for depth = 15. Fixes #161675.
26972
26973 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26974
26975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26976           Set FPS correctly, even for webcams and the like.
26977         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26978           Don error on setting while capturing.
26979
26980 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26981
26982         * ext/dv/gstdvdec.c:
26983         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26984         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26985           I'm a bad boy. using /1001. to force C to do float division
26986           and not integer division (as it did in my last commit)
26987           Thanks to David I. Lehn for pointing this mistake.
26988
26989 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26990
26991         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26992           Revert Johan's 1.35->1.36 since it breaks compat.
26993
26994 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26995
26996         * ext/dv/gstdvdec.c:
26997         * ext/libfame/gstlibfame.c:
26998         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26999         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27000           replace framerate aproximations by their real value
27001           (24000/1001, 30000/1001, 60000/1001)
27002           Finish fixing bug #164049
27003
27004 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27005
27006         * ext/ogg/gstoggmux.c:
27007           eos/bos debugging
27008         * gst/tcp/gstmultifdsink.c:
27009         * gst/tcp/gstmultifdsink.h:
27010         * gst/tcp/gsttcp.c:
27011         * gst/tcp/gsttcp.h:
27012         * gst/tcp/gsttcpclientsink.c:
27013         * gst/tcp/gsttcpclientsrc.c:
27014         * gst/tcp/gsttcpserversink.c:
27015         * gst/tcp/gsttcpserversrc.c:
27016           improve reusability of elements after state changes and errors
27017           make multifdsink throw away streamheaders when receiving new ones
27018
27019 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27022           Fix for if items are already in list...
27023
27024 2005-01-12  Benjamin Otte  <otte@gnome.org>
27025
27026         * gst/adder/gstadder.c: (gst_adder_loop):
27027           fix adder a bit so it doesn't screw up with events as much anymore
27028
27029 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27030
27031         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27032         (pixbufscale_scale), (gst_pixbufscale_chain):
27033         * ext/gdk_pixbuf/pixbufscale.h:
27034           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27035           to ensure rowstrides are calculated the same way as 
27036           ffmpegcolorspace
27037           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27038           that we pick up duration and offset also.
27039
27040 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27041
27042         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27043         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27044           Reusability fixes.
27045
27046 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27049         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27050         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27051         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27052           Update flags when requested.
27053
27054 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27055
27056         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27057           Fix dmix.
27058
27059 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27060
27061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27062         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27063         (probe_triggered), (new_decoded_pad), (gen_source_element),
27064         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27065         * gst/playback/gstplaybasebin.h:
27066         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27067         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27068         (gst_play_bin_change_state):
27069           Implement group-switch signal for use in apps to clear metadata
27070           cache, clean up subtitle, add suburi property instead of # hack,
27071           some error-out fixes.
27072
27073 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27074
27075         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27076           Debug.
27077         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27078           If we got a state change in the _get handler, don't return success.
27079
27080 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27081
27082         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27083         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27084           Make jpegdec quiet on MJPEG decoding
27085         * gst/asfdemux/README:
27086           Fix mimetypes for MJPEG and H263
27087
27088 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * ext/theora/theoradec.c: (theora_dec_chain):
27091           Fix broken code generation by gcc by swapping arguments.
27092         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27093           Fix \n in debug.
27094
27095 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27096
27097         * TODO:
27098           delete this file, it is by far outdated
27099         * ext/alsa/gstalsa.1: remove
27100         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27101         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27102         (gst_alsa_get_caps):
27103           Add HW probing for supported sample rates. Fixes #161704
27104
27105 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27108           Don't crash, biatch! :).
27109
27110 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * ext/musepack/gstmusepackreader.cpp:
27113         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27114           Some work on tags - still doesn't work in playbin...
27115         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27116           Handle events...
27117
27118 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27119
27120         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27121           Also shove tags on kid pads.
27122
27123 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27124
27125         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27126           Don't bail on unknown events.
27127         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27128           Don't crash on events before negotiation.
27129         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27130           Send tags on pads, too.
27131         * gst/playback/gststreamselector.c:
27132         (gst_stream_selector_request_new_pad):
27133           Forward events on first pad if no input was selected yet.
27134
27135 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27136
27137         * gst/playback/gstplaybasebin.c: (setup_substreams):
27138           Don't disable streamtype if the stream doesn't exist, since
27139           then playing a video after audio will disable both and nothing
27140           will happen. Fixes the testsuite.
27141
27142 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27143
27144         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27145         (gst_v4l_xoverlay_set_xwindow_id):
27146         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27147         (gst_v4l2_xoverlay_set_xwindow_id):
27148           Add debug categories, fix overlay disabling.
27149
27150 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27151
27152         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27153         * ext/alsa/gstalsa.h:
27154           Add HW probing for period_count/size and buffer_size MIX/MAX
27155           Adjust default/user defined value if out of bounds
27156           Should fix bug #162024
27157
27158 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27159
27160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27161           Fix warning (#161191).
27162
27163 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27164
27165         * ext/dvdread/stream_labels.c:
27166         (dvdreadsrc_get_audio_stream_labels):
27167           Fix warning (init the good variable in switch default)
27168
27169 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27170
27171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27174           Fix gcc-2.95 compile (#163485).
27175
27176 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * configure.ac:
27179         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27180         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27181         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27182         (gst_flacenc_change_state):
27183         * ext/flac/gstflacenc.h:
27184           Update for API change in flac-1.1.1. Update requirement in
27185           configure.ac. Fixes #162974.
27186
27187 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27188
27189         * gst/playback/gstplaybasebin.c: (group_destroy):
27190           Remove hack to get rid of assert and get rid of unlinked
27191           signals properly.
27192
27193 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27194
27195         * gst/playback/gstplaybasebin.c: (setup_source):
27196           Set source to NULL so that resources are free'ed. Fixes issues
27197           with playback of CDDA and similar device-accessing things.
27198
27199 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27200
27201         * testsuite/embed/Makefile.am:
27202           test->noinst, fix make test in buildbot.
27203
27204 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27205
27206         * ext/dvdread/stream_labels.c: new file
27207         * ext/dvdread/stream_labels.h: new file
27208         * ext/dvdread/Makefile.am:
27209         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27210           Extract audio stream label from DVD IFO files.
27211           It only dump them on the console for now, still have to
27212           make playbin aware of them.
27213
27214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27215
27216         * gst/playback/gstplaybasebin.c: (setup_source):
27217           Fix hanging subs.
27218
27219 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27220
27221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27222         (gen_preroll_element), (remove_groups), (setup_subtitle),
27223         (gen_source_element), (setup_source):
27224         * gst/playback/gstplaybasebin.h:
27225           Multiple .sub files is just a stupid idea... Fix some threading
27226           mistakes. Interestingly, external .sub files cause playbin to
27227           hang, I don't know why... Parsing fixes contributed by Fran??ois
27228           Kooman <fkooman@tuxed.net>.
27229
27230 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * testsuite/embed/Makefile.am:
27233           Fix buildbot.
27234
27235 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27236
27237         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27238
27239         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27240         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27241         (gst_pngenc_set_property):
27242         * ext/libpng/gstpngenc.h:
27243           Add compression level property (#163323).
27244
27245 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * configure.ac:
27248         * examples/capsfilter/capsfilter1.c: (main):
27249         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27250         * ext/dvdread/Makefile.am:
27251         * ext/dvdread/demo-play:
27252         * ext/dvdread/demo-play.c:
27253         * gconf/gstreamer.schemas.in:
27254         * gst-libs/gst/gconf/gconf.c:
27255         * sys/v4l/TODO:
27256         * testsuite/Makefile.am:
27257         * testsuite/embed/Makefile.am:
27258         * testsuite/embed/embed.c: (cb_expose), (main):
27259           Remove all references to xvideosink, fix examples (#140845).
27260         * gst/playback/gstplaybasebin.c: (group_destroy):
27261           Apparently, disposal does not unlink - so do explicitely.
27262         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27263           Add debug.
27264
27265 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27266
27267         * README: fix PKG_CONFIG_PATH instructions, what was there
27268         previously was breaking default search path, not nice. 
27269         Fixes #163358
27270
27271 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27274         (gst_audioscale_chain):
27275           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27276           when resampling - how the ^@$^!@^! is this possible?!?
27277
27278 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27279
27280         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27281           Reset variables on READY.
27282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27283         (gst_matroska_mux_loop):
27284           Require data before writing header.
27285
27286 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27287
27288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27289
27290         * ext/mad/gstmad.c: (gst_mad_chain):
27291           Don't call mad_stream_sync() directly after recovering sync.
27292           Fixes #151661.
27293
27294 2005-01-09  Martin Eikermann  <meiker@upb.de>
27295
27296         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27299         (snapshot_handler), (gst_snapshot_sinkconnect),
27300         (gst_snapshot_chain):
27301           Allocate resources when required, fix recursive signal emission
27302           and fix caps. Fixes #161667.
27303
27304 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27305
27306         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27309         (gst_pngdec_chain):
27310           Handle only 8-bppc (bits-per-pixel-component) images, better
27311           error handling and correct strides. Fixes #163177.
27312         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27313         (gst_pngenc_chain):
27314           Better error handling. Fixes #163348.
27315
27316 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27317
27318         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27319         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27320         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27321         (dvdnavsrc_uri_handler_init):
27322           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27323         * gst/playback/gstplaybasebin.c: (gen_source_element):
27324           Add MMS to streaming URIs.
27325
27326 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27327
27328         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27329         * sys/xvimage/xvimagesink.c:
27330         (gst_xvimagesink_navigation_send_event):
27331           Check for pad availability before sending event.
27332
27333 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst-plugins.spec.in:
27336           Add subparse.
27337
27338 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * configure.ac:
27341           Since we use functions from CVS, up requirement.
27342
27343 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * gst/playback/Makefile.am:
27346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27347         (group_destroy), (group_commit), (group_is_muted),
27348         (gen_preroll_element), (add_stream), (unknown_type),
27349         (probe_triggered), (preroll_unlinked), (mute_stream),
27350         (silence_stream), (new_decoded_pad), (setup_substreams),
27351         (setup_source), (get_active_source), (mute_group_type),
27352         (muted_group_change_state), (set_active_source),
27353         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27354         (play_base_eos), (gst_play_base_bin_change_state):
27355         * gst/playback/gstplaybasebin.h:
27356         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27357         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27358         (gst_stream_info_dispose), (stream_info_mute_pad),
27359         (stream_info_change_state), (gst_stream_info_set_mute):
27360         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27361         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27362         (gst_stream_selector_init), (gst_stream_selector_dispose),
27363         (gst_stream_selector_get_linked_pad),
27364         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27365         (gst_stream_selector_get_linked_pads),
27366         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27367         * gst/playback/gststreamselector.h:
27368           Adding stream selection support plus required properties for
27369           applications to use this. Fully fixes #100931.
27370
27371 2005-01-08  Benjamin Otte  <otte@gnome.org>
27372
27373         * gst/games/gstpuzzle.c: (nav_event_handler):
27374           - handle nav events differently: forward every event no matter if it
27375             was handled or not.
27376           - translate events
27377           You can now cheat by using navigationtest ! puzzle and moving the
27378           mouse close to the edge of a tile. ;)
27379
27380 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * configure.ac:
27383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27384         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27385         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27386         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27387         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27388         (gst_ogm_parse_plugin_init):
27389         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27390         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27391         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27392         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27393         * ext/pango/gsttextoverlay.h:
27394         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27395         (gst_matroska_demux_handle_seek_event),
27396         (gst_matroska_demux_sync_streams),
27397         (gst_matroska_demux_parse_blockgroup),
27398         (gst_matroska_demux_subtitle_caps),
27399         (gst_matroska_demux_plugin_init):
27400         * gst/matroska/matroska-ids.h:
27401         * gst/playback/gstdecodebin.c: (close_pad_link):
27402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27403         (gen_preroll_element), (remove_groups), (add_stream),
27404         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27405         (setup_source):
27406         * gst/playback/gstplaybasebin.h:
27407         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27408         * gst/subparse/Makefile.am:
27409         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27410         (gst_subparse_base_init), (gst_subparse_class_init),
27411         (gst_subparse_init), (gst_subparse_formats),
27412         (gst_subparse_eventmask), (gst_subparse_event),
27413         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27414         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27415         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27416         (parse_mpsub_deinit), (parse_mpsub_init),
27417         (gst_subparse_buffer_format_autodetect),
27418         (gst_subparse_format_autodetect), (gst_subparse_loop),
27419         (gst_subparse_change_state), (gst_subparse_type_find),
27420         (plugin_init):
27421         * gst/subparse/gstsubparse.h:
27422         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27423         (plugin_init):
27424           Add subtitle support, .sub parser (supports SRT and MPsub),
27425           OGM text support, Matroska UTF-8 text support, deadlock fixes
27426           all over the place, subtitle awareness in decodebin/playbin
27427           and some fixes to textoverlay to handle subtitles in a stream
27428           correctly. Fixes #100931.
27429
27430 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27433           Check for pad availability before doing a query on it.
27434
27435 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27436
27437         * ext/dv/gstdvdec.c:
27438           really fix bpp24/32 dvdec caps (classic rgba indeed)
27439         * gst/asfdemux/gstasfdemux.c:
27440         (gst_asf_demux_process_ext_content_desc):
27441           don't send text tags if they are empty (bis repetita)
27442
27443 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27444
27445         * ext/dv/gstdvdec.c:
27446          remove unneeded comment from dvdec
27447           (related to DV 4CC codes in AVI files)
27448           moved them in gstreamer/docs/random/mimetypes
27449         * gst/asfdemux/gstasfdemux.c:
27450         (gst_asf_demux_process_ext_content_desc):
27451          don't send text tags if they are empty
27452          fix mem leak on error path
27453         * gst/ffmpegcolorspace/avcodec.h:
27454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27455         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27456         (gst_ffmpegcsp_avpicture_fill):
27457         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27458         * gst/ffmpegcolorspace/imgconvert_template.h:
27459          adds BGR32 and BGRA32 to ffmpegcolorspace
27460           (still bad colors, fixing it on next commit)
27461           helps with dvdec outputing BGR32
27462
27463 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27464
27465         * ext/dv/gstdvdec.c:
27466          Fix audio caps i just broke (missing ',')
27467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27468         (gst_matroska_mux_reset):
27469          Fix typo + add FIXME about old "x-gst-metadata" crap
27470
27471 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27472
27473         * ext/dv/demo-play.c: (main):
27474          xvideosink -> xvimagesink
27475         * ext/dv/gstdvdec.c:
27476          change rgb 32/32 caps to 24/32 (no alpha)
27477          change nb of channels to be a list (2 or 4, not 2)
27478          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27479         * gst/asfdemux/gstasfdemux.c:
27480         (gst_asf_demux_process_ext_content_desc):
27481          Add 'date/year' to extracted metadata list
27482
27483 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27484
27485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27486           The return value of fixate_to does not imply that the requested
27487           value was set, so don't assume.
27488
27489 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27490
27491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27492
27493         * ext/libpng/gstpngdec.c:
27494         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27495         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27496         * ext/libpng/gstpngenc.h:
27497           Alpha support (encoder; #163161), mime fixage.
27498
27499 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27500
27501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27502
27503         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27504         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27505         (gst_faac_set_property), (gst_faac_get_property):
27506         * ext/faac/gstfaac.h:
27507           Allow for ADTS output (#153434).
27508
27509 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27512           Fix against template (#150576).
27513
27514 2005-01-06  Benjamin Otte  <otte@gnome.org>
27515
27516         * gst/games/gstpuzzle.c: (draw_puzzle):
27517           don't draw a puzzle if either width or height of tiles would be 0.
27518
27519 2005-01-06  Benjamin Otte  <otte@gnome.org>
27520
27521         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27522         (gst_puzzle_class_init), (gst_puzzle_finalize):
27523           no memleaks, please
27524         (gst_puzzle_create), (gst_puzzle_init),
27525         (gst_puzzle_set_property), (gst_puzzle_setup):
27526           change initialization code around so we don't reshuffle on resize
27527         (draw_puzzle):
27528           fix another stupid typo
27529
27530 2005-01-06  Benjamin Otte  <otte@gnome.org>
27531
27532         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27533           fix stupid typo that borked copying on YUY2
27534
27535 2005-01-06  Benjamin Otte  <otte@gnome.org>
27536
27537         * gst/games/gstpuzzle.c: (draw_puzzle):
27538           fix edges when image sizes aren't multiples of tile sizes
27539
27540 2005-01-06  Benjamin Otte  <otte@gnome.org>
27541
27542         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27543           make RGB endianness work correctly
27544         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27545           refactor and fix race with initial shuffling
27546         (nav_event_handler):
27547           allow using the mouse to puzzle
27548         (draw_puzzle):
27549           insist on tiles having width and height as multiples of 4 to get
27550           clean YUV image handling
27551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27552         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27553           s/DEBUG/LOG/ for common messages
27554         (gst_xvimagesink_navigation_send_event):
27555           fix mouse event translation to not include screen PAR
27556         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27557           fix mouse event translation to actually work
27558
27559 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27560
27561         * gst/asfdemux/gstasfdemux.c:
27562         (gst_asf_demux_process_ext_content_desc):
27563          Extract TrackNumber metadata + clean up code
27564         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27565          Hope this is the good fix (var used unitialised)
27566
27567 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27568
27569         * ext/faad/gstfaad.c: (gst_faad_chain):
27570           Only increment timestamp if it's valid. Fixes raw AAC streams.
27571
27572 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27573
27574         * configure.ac:
27575         * gst/games/Makefile.am:
27576         * gst/games/gstpuzzle.c:
27577           add a puzzle game with...
27578         * gst/games/gstvideoimage.c:
27579         * gst/games/gstvideoimage.h:
27580           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27581           from videotestsrc and made into something that would be a nice
27582           library for a lot of other plugins.
27583
27584 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27585
27586         * configure.ac:
27587          don't compile faad plugin if a RC of 2.0 is found
27588          Fixes #155346 (and FC1 buildbot)
27589         * gst/asfdemux/gstasfdemux.c:
27590         (gst_asf_demux_process_ext_content_desc):
27591          try to make Solaris compiler happier
27592
27593 2005-01-06  Paul Jack  <pjack@sfaf.org>
27594
27595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27598           Fix segfault (#161667).
27599
27600 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27603           Fix framerate reporting.
27604
27605 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27606
27607         * gst-libs/gst/riff/riff-ids.h:
27608         * gst/wavenc/riff.h:
27609          Add AMR (VBR and CBR) ids to riff.h audio codec list
27610         * gst/asfdemux/gstasfdemux.c:
27611         (gst_asf_demux_process_ext_content_desc),
27612         (gst_asf_demux_process_object):
27613           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27614
27615 2005-01-05  Martin Eikermann  <meiker@upb.de>
27616
27617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27618
27619         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27620         (gst_dvd_demux_handle_discont):
27621         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27622         (gst_mpeg_demux_handle_discont):
27623           Recreate pads on new-media (#160730).
27624         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27625           Send discont even if manager changes timestamps (#161929).
27626
27627 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27628
27629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27630
27631         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27632           Fix invalid memory access (#159211).
27633
27634 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27635
27636         * examples/gstplay/player.c: (main):
27637           Don't iterate.
27638         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27639           Add visualizations.
27640         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27641         (gst_a52dec_handle_frame):
27642           Set duration.
27643         * ext/dvdnav/gst-dvd:
27644           Add audioconvert. Fixes #161325.
27645         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27646           Explicitely case to gint64. Possible valgrind error.
27647         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27648         (gst_play_tick_callback), (gst_play_change_state),
27649         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27650         (gst_play_set_location), (gst_play_get_location),
27651         (gst_play_seek_to_time), (gst_play_set_data_src),
27652         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27653         (gst_play_set_visualization), (gst_play_connect_visualization),
27654         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27655         (gst_play_new):
27656           Use playbin. Fixes #139749 and #147744.
27657         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27658           Add genre tag.
27659         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27660         (audioscale_get_type), (gst_audioscale_base_init),
27661         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27662         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27663         (gst_audioscale_link), (gst_audioscale_get_buffer),
27664         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27665         (gst_audioscale_init), (gst_audioscale_dispose),
27666         (gst_audioscale_chain), (gst_audioscale_set_property),
27667         (gst_audioscale_get_property), (plugin_init):
27668           Indent properly.
27669         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27670           Fix LPCM.
27671         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27672         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27673         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27674           Add more metadata (fixes #162656).
27675
27676 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27677
27678         * configure.ac:
27679           back to cvs
27680
27681 === release 0.8.7 ===
27682
27683 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         * NEWS:
27686         * RELEASE:
27687         * configure.ac:
27688           releasing 0.8.7, "Hyperspace"
27689
27690 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27691
27692         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27693
27694         * gst/playback/gstplaybasebin.c:
27695          Fix for #162924 - free caps after use, not before
27696
27697 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27698
27699         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27700
27701         * gst/playback/gstplaybasebin.c:
27702         * gst/wavparse/gstwavparse.c:
27703           Fix for #154773 - fixes playback of small .wav files
27704
27705 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27706
27707         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27708
27709         * gst/audioscale/gstaudioscale.c:
27710           Fix for #162819 - make audioscale reusable
27711           Fixes playback of more than one file with playbin/totem
27712
27713 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27714
27715         * gst/ffmpegcolorspace/avcodec.h:
27716         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27717         * gst/ffmpegcolorspace/imgconvert.c:
27718           clean up the mess that made me cry and avoid needless duplication
27719
27720 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27721
27722         * gst/ffmpegcolorspace/imgconvert.c:
27723           give some indication of why we're segfaulting
27724
27725 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * configure.ac:
27728           Fix indentation, fix v4l2 plugin detection.
27729         * ext/Makefile.am:
27730           Fix libmms location (Maciej, use diff -u!).
27731         * ext/alsa/gstalsa.c: (gst_alsa_init):
27732           Initialize caps cache to NULL.
27733         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27734           Only change state on audiosink if it exists.
27735
27736 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27737
27738         * gst/matroska/matroska-demux.c:
27739         * gst/matroska/matroska-ids.h:
27740         * gst/matroska/matroska-demux.h:
27741         Fix Vorbis streams failing to decode in some files, where cluster_time
27742         isn't 0, because then it doesn't send codec_priv before actual data.
27743         Remove time-based test and replace it with marker set on beginning of
27744         new stream
27745
27746 2004-12-28  David Schleef  <ds@schleef.org>
27747
27748         Merge patch from Ronald fixing problems with streaming
27749         text.
27750         * ext/cairo/gstcairo.c: (plugin_init):
27751         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27752         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27753         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27754         (gst_textoverlay_font_init), (gst_textoverlay_init),
27755         (gst_textoverlay_set_property):
27756         * ext/cairo/gsttextoverlay.h:
27757
27758 2004-12-27  David Schleef  <ds@schleef.org>
27759
27760         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27761         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27762         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27763         (gst_textoverlay_font_init), (gst_textoverlay_init),
27764         (gst_textoverlay_set_property): Improvements to actually
27765         render text as white on black outline on video, including
27766         font selection and horizontal/vertical alignment.  (Ronald's
27767         christmas present)
27768         * ext/cairo/gsttextoverlay.h:
27769
27770 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27771
27772         * ext/ogg/gstogg.c:
27773         * ext/ogg/gstogmparse.c:
27774           fix ogm[audio/video]parse plugin registration
27775           (riff won't load if bytestream is already loaded)
27776
27777 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27778
27779         * gst/audioconvert/gstchannelmix.c:
27780           fix for GLIB < 2.4
27781
27782 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27783
27784         * Makefile.am:
27785         * configure.ac:
27786           disable docs again until it actually passes make distcheck.
27787
27788 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27791         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27792         (plugin_init):
27793           Add 3GP (variables name Q3GP because they can't start with a
27794           number). Add samr audio fourcc (used in .3gp files), decoder
27795           is work in progress. Also do a GST_WARNING instead of ERROR
27796           in case of unknown nodes, to decrease output.
27797
27798 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27799
27800         * Makefile.am:
27801           really fix dist
27802
27803 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27804
27805         * configure.ac:
27806         * ext/speex/gstspeexdec.h:
27807         * ext/speex/gstspeexenc.h:
27808           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27809           Fix detection code in configure.ac
27810
27811 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27812
27813         * gst/matroska/matroska-demux.c:
27814         (gst_matroska_demux_parse_blockgroup):
27815           Save position, so that queries give proper return values. Don't
27816           know how this could ever have worked before...
27817
27818 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27819
27820         * configure.ac:
27821           Put additional LAME check inside the conditional.  Fixes #152339
27822
27823 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27824
27825         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27826         (gst_avi_demux_stream_scan):
27827           Add some more debug. Fix logic error when setting movi offset
27828           while reading index.
27829
27830 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27831
27832         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27833         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27834         (gst_avi_demux_process_next_entry):
27835           Add some debugging. Better detection of broken indexes and the
27836           accompanying index recovery. No infinite loops on state changes
27837           when we're still in our loopfunction.
27838
27839 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * configure.ac:
27842           Fix up.
27843
27844 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27845
27846         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27847
27848         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27849           Normalizing the value before setting
27850         (gst_sunaudiomixer_get_volume):
27851           Normalizing the value after getting. Fixes bug# 161980
27852
27853 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27854
27855         * Makefile.am: Make sure docs gets disted
27856         * docs/Makefile.am: Make sure all needed files get disted
27857         * gst-plugins.spec.in: latest updates
27858
27859 2004-12-22  Wim Taymans  <wim@fluendo.com>
27860
27861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27862         Revert patch 1.38 as clock distribution over schedulers does
27863         not work correcly in the core yet.
27864
27865 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27866
27867         * sys/oss/README: remove this file, which predates my birth
27868           (and which content is by far outdated)
27869
27870 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27871
27872         * Makefile.am:
27873         * configure.ac:
27874         * docs/Makefile.am:
27875         * docs/libs/Makefile.am:
27876         * docs/libs/gst-plugins-libs-docs.sgml:
27877         * docs/libs/gst-plugins-libs-sections.txt:
27878         * docs/libs/tmpl/gstgconf.sgml:
27879         * docs/upload.mak:
27880         * docs/version.entities.in:
27881           Added boilerplate gtk-doc files for plugin-libs documentation.
27882
27883 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27884
27885         * gst/auparse/gstauparse.c: fix int and float audio caps
27886
27887 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27890         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27891           g_assert() can be a macro, don't use #ifdef inside it.
27892
27893 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27894
27895         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27896
27897         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27898         (gst_videorate_init), (gst_videorate_chain),
27899         (gst_videorate_change_state):
27900           Event handling (fixes #159986).
27901
27902 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27903
27904         * gst-libs/gst/riff/riff-media.c:
27905         (gst_riff_create_video_caps_with_data):
27906           Add BLZ0 (Blizzard's version of DivX) fourcc.
27907
27908 2004-12-18  David Schleef  <ds@schleef.org>
27909
27910         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27911         portability fix.
27912
27913 2004-12-18  David Schleef  <ds@schleef.org>
27914
27915         * gst/tta/ttadec.h: Disable some header code that isn't used
27916         and clearly isn't portable.
27917
27918 2004-12-18  David Schleef  <ds@schleef.org>
27919
27920         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27921         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27922         (avcodec_get_pix_fmt), (avpicture_layout),
27923         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27924         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27925         Fix code to not use GCC extensions (and c99 extensions that
27926         Forte does not like.)
27927
27928 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27929
27930         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27931
27932         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27933         (gst_deinterlace_chain):
27934           Rowstride fixes. Fixes #161039.
27935         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27936         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27937         (gst_video_crop_getcaps), (gst_video_crop_link),
27938         (gst_video_crop_i420), (gst_video_crop_chain),
27939         (gst_video_crop_change_state):
27940           Rework of negotiation. Actually works now. Fixes #158650.
27941
27942 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27945           That was very stupid.
27946
27947 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * gst/matroska/matroska-demux.c:
27950         (gst_matroska_demux_parse_blockgroup):
27951           Fix possible crasher.
27952
27953 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27954
27955         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27956         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27957           Lace sizes can be zero.
27958
27959 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * ext/musepack/gstmusepackdec.cpp:
27962           Fetch error return values. Fixes #161624.
27963         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27964           Really EOS.
27965
27966 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27969           Work for truncated (unfinished download etc.) files. Fixes #160514.
27970
27971 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27972
27973         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27974           Fix for integer overflow. Makes #156001 not crash. Probably masks
27975           the real bug.
27976
27977 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27978
27979         * gst/ac3parse/gstac3parse.c: (plugin_init):
27980           Parsers never have ranks. Fixes #159651.
27981
27982 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27983
27984         * gst/playback/gstdecodebin.c: (compare_ranks):
27985           make sure the facotries are ordered the same every time even if they
27986           have the same rank by using the name
27987         * gst/playback/gstdecodebin.c: (find_compatibles):
27988           make sure we don't add factories to the list twice
27989
27990 2004-12-16  David Schleef  <ds@schleef.org>
27991
27992         * configure.ac: look for musepack headers as musepack/*.h
27993         (fixes #159847)
27994         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27995         * ext/musepack/gstmusepackreader.h: same
27996
27997 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * gst-libs/gst/riff/riff-read.c:
28000         (gst_riff_read_strf_auds_with_data):
28001           Read extradata correctly (fixes #155879).
28002
28003 2004-12-16  David Schleef  <ds@schleef.org>
28004
28005         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28006         audio.  does _not_ attempt or allow conversion unless channels
28007         is 1 or 2.
28008
28009 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28010
28011         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28012
28013 2004-12-16  David Schleef  <ds@schleef.org>
28014
28015         * gst/audioscale/gstaudioscale.c: the resample library only
28016         handles 1 or 2 channels.  Change caps to compensate.
28017
28018 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28019
28020         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28021         (gst_matroska_demux_audio_caps):
28022           Some MPEG-AAC hacks, because else it doesn't work...
28023
28024 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28025
28026         * gst-libs/gst/riff/riff-media.c:
28027         (gst_riff_create_video_caps_with_data),
28028         (gst_riff_create_video_template_caps):
28029           Add h264.
28030
28031 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * gst-libs/gst/audio/Makefile.am:
28034           Try to fix buildbot.
28035
28036 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28037
28038         * gst/tcp/gstmultifdsink.c:
28039           Clean up and uniformize debugging.
28040
28041 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28042
28043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28044
28045         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28046         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28047         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28048         (gst_mpeg_demux_change_state):
28049           Reset on ready. Fixes 160276.
28050
28051 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28052
28053         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28054
28055         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28056         (gst_ffmpegcsp_pad_link):
28057           Fix memleak (#154815).
28058
28059 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28060
28061         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28062
28063         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28064         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28065         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28066         * ext/musicbrainz/gsttrm.h:
28067           Add support for using a proxy server when getting a trm id from
28068           the MusicBrainz database (#149613).
28069
28070 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28071
28072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28073
28074         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28075         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28076           Fix memleaks (#157233).
28077
28078 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28079
28080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28081
28082         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28083         * gst-libs/gst/resample/resample.h:
28084         * gst/audioscale/gstaudioscale.c:
28085           Fix memleak (#159215).
28086
28087 2004-12-16  Toni Willberg  <toniw@iki.fi>
28088
28089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28090
28091         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28092         * sys/oss/oss_probe.c: (main):
28093           Check for mono/stereo support (similar to samplerate probing),
28094           fixes #159433. Also add missing copyright header to oss_probe.c.
28095
28096 2004-12-15  David Schleef  <ds@schleef.org>
28097
28098         * configure.ac: add audioresample and cairo plugins.  Remove
28099         HAVE_MMX stuff, because it's not used.
28100         * ext/Makefile.am: same
28101         * ext/audioresample/Makefile.am: You are not ready for an
28102         audio resampling element based on audioresample.
28103         * ext/audioresample/gstaudioresample.c:
28104         * ext/audioresample/gstaudioresample.h:
28105         * ext/cairo/Makefile.am: You are not ready for overlay elements
28106         based on cairo.  Don't look too closely, these elements kinda
28107         suck right now.
28108         * ext/cairo/gstcairo.c: new
28109         * ext/cairo/gsttextoverlay.c: new
28110         * ext/cairo/gsttextoverlay.h: new
28111         * ext/cairo/gsttimeoverlay.c: new
28112         * ext/cairo/gsttimeoverlay.h: new
28113         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28114         problem with compilers that don't support variadic macros.
28115
28116 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28117
28118         Reviewed by:  David Schleef  <ds@schleef.org>
28119
28120         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28121         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28122         bit.  Also ran indent-gst.
28123         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28124         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28125         (gst_sunaudiosrc_setparams):
28126
28127 2004-12-14  David Schleef  <ds@schleef.org>
28128
28129         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28130         output rate to 16000.  Should fix #160235.
28131
28132 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28133
28134         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28135         Add typefinding for mpeg2 pes streams
28136
28137 2004-12-13  David Schleef  <ds@schleef.org>
28138
28139         * configure.ac:  Applied patch from bug #143659, making default
28140         sources and sinks OS-dependent (for Solaris), and added code
28141         for OS/X.
28142         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28143
28144 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28145
28146         * gst-libs/gst/riff/riff-media.c:
28147           forgot to add h2.64 to avidemux template caps
28148
28149 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28150
28151         * gst/wavenc/riff.h:
28152         * gst-libs/gst/riff/riff-media.c:
28153         * gst-libs/gst/riff/riff-ids.h:
28154         * gst/avi/gstavimux.c
28155         add 4CC code for VideoSoft h264 in AVI (VSSH)
28156           fixes bug #160655
28157         remove s323 from riff, it's quicktime specific :(
28158
28159 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28160
28161         * gst/asfdemux/README
28162         * gst/wavenc/riff.h
28163         * gst-libs/gst/riff/riff-ids.h
28164         * gst-libs/gst/riff/riff-media.c
28165         * gst/qtdemux/qtdemux.c:
28166           add new 4CC codes for h263 related codecs
28167           fixes partially bug #155163
28168
28169 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28170
28171         * configure.ac: Update polyaudio requirement to 0.7
28172         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28173
28174 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28175
28176         * gst/interleave/deinterleave.c:
28177         fix my name's spelling! :)
28178
28179 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28180
28181         * AUTHORS ChangeLog
28182         * gst/auparse/gstauparse.c
28183         * gst/interleave/deinterleave.c
28184         * gst/law/:
28185                 alaw-decode.c alaw-encode.c
28186                 mulaw-decode.c mulaw-encode.c
28187         * gst/oneton/gstoneton.c
28188         * sys/osxaudio/:
28189                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28190         * sys/osxvideo/:
28191                 cocoawindow.h cocoawindow.m
28192                 osxvideosink.h osxvideosink.m
28193
28194         put the same mail address for Zaheer Abbas Merali everywhere
28195
28196 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28199           Align by packetsize, and assert that we a packet available before
28200           playing. The first makes webstreams work (they often include
28201           trailing padding data in a packet), the second allows pausing a
28202           ASF stream in totem without getting demux errors afterwards.
28203
28204 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28205
28206         * ext/ogg/gstoggdemux.c: (get_relative):
28207           Check for non-NULL before accessing member (end-of-chain).
28208
28209 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28210
28211         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28212         (cdparanoia_set_property), (cdparanoia_get_property):
28213         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28214         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28215         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28216         (dvdreadsrc_init), (dvdreadsrc_set_property),
28217         (dvdreadsrc_get_property):
28218         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28219         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28220           Synchronize property names where not yet the case. Devices are
28221           now device=X, other versions are deprecated (but still exist).
28222           Also use g_free() unconditionally.
28223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28224         (setup_source), (gst_play_base_bin_get_property):
28225           Expose source.
28226
28227 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28228
28229         * configure.ac: move GCONF macro outside conditional for the am
28230           conditional. Fixes #160439
28231
28232 2004-12-08  David Schleef  <ds@schleef.org>
28233
28234         * tools/gst-visualise-m.m: Switch to elements that currently
28235         exist.
28236
28237 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28238
28239         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28240           We love wrong commas.
28241
28242 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28243
28244         * gst/matroska/matroska-demux.c:
28245         (gst_matroska_demux_handle_src_query):
28246           Don't set DEFAULT, unsupported - makes length display incorrectly
28247           in some cases.
28248
28249 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28250
28251         * gst/monoscope/README: remove blurb about files being GPL
28252         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28253         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28254           monoscope is now effectively LGPL licensed
28255
28256 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28257
28258         * gst/monoscope/README: Update information to be more correct
28259         * gst/monoscope/convolve.c: Relicense to LGPL
28260         * gst/monoscope/convolve.h: Relicense to LGPL
28261
28262 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28263
28264         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28265           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28266         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28267           set default_duration for mpeg1 audio
28268
28269 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28270
28271         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28272         * ext/alsa/gstalsa.h:
28273           refactor big chunks of the core caps negotiation code to make it
28274           a lot faster, because people claim it's really slow
28275           (actually, just cache the getcaps when the device is opened)
28276
28277 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28280         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28281         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28282         (gst_a52dec_change_state), (plugin_init):
28283         * ext/a52dec/gsta52dec.h:
28284           Do something useful with timestamps. Make chain-based (since
28285           there's really no reason to be loopbased).
28286         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28287           Update current_byte/frame correctly.
28288
28289 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28292         (gst_ape_demux_stream_init):
28293           Forward tags, too.
28294
28295 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28298           Let's make sure we're done typefinding when detecting tags.
28299
28300 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28301
28302         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28303         (gst_ebml_read_init), (gst_ebml_read_use_event),
28304         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28305         (gst_ebml_read_seek), (gst_ebml_read_skip),
28306         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28307         (gst_ebml_read_master):
28308         * gst/matroska/ebml-read.h:
28309         * gst/matroska/matroska-demux.c:
28310         (gst_matroska_demux_parse_contents),
28311         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28312           Disgustingly evil hack for working around INTERRUPT events and
28313           their extremely annoying habit of being a pain in the ass. We
28314           simply peek a cluster before reading any of it.
28315
28316 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * ext/musepack/gstmusepackdec.cpp:
28319           There's also floating point libmusepacks.
28320
28321 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28324         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28325           Set DURATION even if source buffer didn't. Also use increasing
28326           timestamps.
28327         * gst-libs/gst/riff/riff-media.c:
28328         (gst_riff_create_audio_caps_with_data):
28329           Block_align can have larger values than 8192.
28330
28331 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28332
28333         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28334         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28335         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28336         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28337           Fix caps.
28338
28339 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28340
28341         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28342           Fix logic bug.
28343
28344 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28345
28346         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28347           Yay, another one.
28348
28349 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28350
28351         * ext/esd/esdsink.c: (gst_esdsink_chain):
28352           Make error actually say something useful (fixes #156798).
28353         * gst-libs/gst/riff/riff-media.c:
28354         (gst_riff_create_video_caps_with_data),
28355         (gst_riff_create_video_template_caps):
28356           Add Intel Video 5.0 fourcc (IV50).
28357
28358 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28359
28360         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28361         detection on mono and stereo mp3 files.
28362
28363 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28364
28365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28366           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28367           the contained stream).
28368
28369 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28370
28371         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28372           Oops, remove debug.
28373
28374 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28375
28376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28377
28378         * gst/law/alaw-decode.c: (alawdec_getcaps):
28379         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28380           Prevent warnings when negotiating caps (fixes #159338).
28381
28382 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28383
28384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28385         (gst_ffmpegcsp_chain):
28386           Remove old leftover that shouldn't be there...
28387
28388 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28389
28390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28391
28392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28393           Don't forward DISCONT events (fixes #159684).
28394
28395 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28396
28397         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28398           Unlink manually since sometimes bin disposal (and therefore
28399           pad unlinking) is delayed, which will cause a new media file
28400           to not be able to start playing instantly.
28401
28402 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28403
28404         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28405           On mute of an unlinked stream, check for pad availability so
28406           we don't crash on unlinked pad.
28407
28408 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28409
28410         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28411         (gst_avi_demux_massage_index):
28412           Fix quite humiliating bug in omitting 0-sized index chunks but
28413           forgetting to count them for timestamps.
28414
28415 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28416
28417         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28418           Actually leave the loop if we failed to sync. Don't crash.
28419
28420 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28421
28422         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28423         (gst_dvd_demux_process_private):
28424         * gst/mpegstream/gstdvddemux.h:
28425           Fix crash (#159759). Doesn't work, though. :-(.
28426
28427 2004-11-28  Benjamin Otte  <otte@gnome.org>
28428
28429         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28430           more overwriting protection due to modifying channels one by one
28431           instead of all at once
28432
28433 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28434
28435         * gst/audioconvert/gstchannelmix.c:
28436         (gst_audio_convert_fill_normalize):
28437           Normalize using absolute values.
28438
28439 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28440
28441         * configure.ac:
28442         * ext/Makefile.am:
28443         * ext/directfb/Makefile.am:
28444         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28445         (gst_directfbvideosink_get_pixel_format),
28446         (gst_directfbvideosink_get_format_from_fourcc),
28447         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28448         (gst_directfbvideosink_sink_link),
28449         (gst_directfbvideosink_change_state),
28450         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28451         (gst_directfbvideosink_buffer_alloc),
28452         (gst_directfbvideosink_interface_supported),
28453         (gst_directfbvideosink_interface_init),
28454         (gst_directfbvideosink_navigation_send_event),
28455         (gst_directfbvideosink_navigation_init),
28456         (gst_directfbvideosink_set_property),
28457         (gst_directfbvideosink_get_property),
28458         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28459         (gst_directfbvideosink_base_init),
28460         (gst_directfbvideosink_class_init),
28461         (gst_directfbvideosink_get_type), (plugin_init):
28462         * ext/directfb/directfbvideosink.h: Adding a first version of
28463         directfbvideosink.
28464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28465         more.
28466
28467 2004-11-28  Benjamin Otte  <otte@gnome.org>
28468
28469         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28470           walk the samples backwards if out_channels > in_channels so we don't
28471           overwrite data
28472
28473 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28474
28475         * gst/audioconvert/Makefile.am:
28476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28477         (gst_audio_convert_link), (gst_audio_convert_change_state),
28478         (gst_audio_convert_channels):
28479         * gst/audioconvert/gstchannelmix.c:
28480         (gst_audio_convert_unset_matrix),
28481         (gst_audio_convert_fill_identical),
28482         (gst_audio_convert_fill_compatible),
28483         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28484         (gst_audio_convert_fill_others),
28485         (gst_audio_convert_fill_normalize),
28486         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28487         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28488         * gst/audioconvert/gstchannelmix.h:
28489           Implement a channel mixer.
28490
28491 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28492
28493         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28494         * ext/alsa/gstalsa.h:
28495         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28496         Make alsasink actually honor gst_element_set_clock and use that
28497         clock instead of its internal one.
28498
28499 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28500
28501         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28502         (gst_play_base_bin_change_state): nullify source and decoder when
28503         going from READY to NULL so that we don't try to do weird stuff with
28504         them when going from NULL to READY
28505         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28506         instead of g_object_unref
28507         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28508         it should be correct
28509         (gst_play_bin_change_state): don't call remove_sinks if we are
28510         currently disposing the object
28511
28512 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28513
28514         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28515           Don't forget bass if it's there. Else left channel is silent...
28516
28517 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28518
28519         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28520         (gst_a52dec_change_state):
28521           Don't do sample adjusting anymore, we use float audio now.
28522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28523           Don't fixate to non-existing properties.
28524
28525 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28526
28527         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28528         (gst_a52dec_change_state):
28529           Advertise that we can do surround sound.
28530
28531 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28532
28533         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28534           Add buffer-frames=0.
28535         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28536         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28537         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28538         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28539         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28540         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28541         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28542         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28543         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28544         * ext/dvdread/dvdreadsrc.h:
28545           Add seeking, querying for bytes, sectors, title, angle and
28546           chapter. Handle multiple chapters. Relicense to LGPL because
28547           Billy agreed on that (thanks Billy!).
28548
28549 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28550
28551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28552         call parent dispose method
28553
28554 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28555
28556         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28557         (gst_audio_clock_get_internal_time):
28558         Fix active <-> inactive transitions: ensure time value always
28559         grows and avoid abrupt value changes.
28560
28561 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28562
28563         * configure.ac:
28564         * gst/tta/Makefile.am:
28565         * gst/tta/crc32.h:
28566         * gst/tta/filters.h:
28567         * gst/tta/gsttta.c:
28568         * gst/tta/gstttadec.c:
28569         * gst/tta/gstttadec.h:
28570         * gst/tta/gstttaparse.c:
28571         * gst/tta/gstttaparse.h:
28572         * gst/tta/ttadec.h:
28573           added TTA parser and decoder
28574
28575 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28576
28577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28578         (probe_triggered), (check_queue), (buffer_underrun),
28579         (buffer_running), (buffer_overrun), (gen_source_element),
28580         (setup_source):
28581         * gst/playback/gstplaybasebin.h:
28582           Implement buffering. Needs some more work.
28583
28584 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28585
28586         * ext/theora/theoradec.c: (theora_dec_chain):
28587           Fix ilog mask range overflow.
28588
28589 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28590
28591         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28592           Don't omit the last (which in case of dmix is the only :) )
28593           channel count. Don't set channels if <= 2.
28594
28595 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28596
28597         * gst/playback/gstplaybin.c: (gen_video_element),
28598         (gen_audio_element): Removed 2 obsolete comments
28599
28600 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28601
28602         * ext/vorbis/oggvorbisenc.c
28603         * ext/vorbis/vorbisenc.c :
28604           change description fields of those plugins to differentiate them
28605           (pitivi show Encoders by description, they had the same one)
28606
28607 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28608
28609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28610
28611         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28612         (gst_play_bin_set_property), (gen_video_element),
28613         (gen_audio_element):
28614           Refcounting fixes for provided audio-/videosinks.
28615
28616 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28617
28618         * gst/playback/gstplaybin.c: (gen_video_element),
28619         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28620           Don't reference all sinks, but only the video- and audiosinks.
28621           The vis. element should be disposed when we're done with it.
28622           We don't have any reason to keep it around. This fixes warnings
28623           when reusing playbin for playing multiple audio files with
28624           vis. enabled. Also release audio device on pause - idea stolen
28625           from Rhythmbox.
28626
28627 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28628
28629         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28630         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28631         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28632         * ext/alsa/gstalsaplugin.c: (plugin_init):
28633         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28634         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28635         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28636         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28637         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28638         (gst_faad_change_state), (plugin_init):
28639         * ext/faad/gstfaad.h:
28640         * ext/vorbis/vorbis.c: (plugin_init):
28641         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28642         * gst-libs/gst/audio/Makefile.am:
28643         * gst-libs/gst/audio/audio.c: (plugin_init):
28644         * gst-libs/gst/audio/multichannel.c:
28645         (gst_audio_check_channel_positions),
28646         (gst_audio_get_channel_positions),
28647         (gst_audio_set_channel_positions),
28648         (gst_audio_set_structure_channel_positions_list),
28649         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28650         (gst_audio_fixate_channel_positions):
28651         * gst-libs/gst/audio/multichannel.h:
28652         * gst-libs/gst/audio/testchannels.c: (main):
28653         * gst/audioconvert/gstaudioconvert.c:
28654         (gst_audio_convert_class_init), (gst_audio_convert_init),
28655         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28656         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28657         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28658         * gst/audioconvert/plugin.c: (plugin_init):
28659           Surround sound support.
28660
28661 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28662
28663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28664           Fix position for discont if we're close as well. Nitpicking, but
28665           saves a few milliseconds of extra waiting or skipping.
28666
28667 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28668
28669         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28670           We sometimes need parsers for playback, so add those too.
28671
28672 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28673
28674         * configure.ac:
28675         * gst/apetag/Makefile.am:
28676         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28677         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28678         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28679         (gst_ape_demux_get_src_query_types),
28680         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28681         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28682         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28683         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28684         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28685         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28686         (gst_ape_demux_change_state):
28687         * gst/apetag/apedemux.h:
28688         * gst/apetag/apetag.c: (plugin_init):
28689         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28690         (plugin_init):
28691           APE v1/2 tag reader plus typefind function.
28692
28693 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * configure.ac:
28696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28697         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28698           Remove hacks for older core. Require newer core version
28699           accordingly.
28700
28701 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28702
28703         * gst/cdxaparse/Makefile.am:
28704         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28705         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28706         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28707         * gst/cdxaparse/gstcdxaparse.h:
28708         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28709         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28710         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28711         (gst_cdxastrip_get_src_query_types),
28712         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28713         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28714         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28715         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28716         * gst/cdxaparse/gstcdxastrip.h:
28717           SVCD/VCD header stripping separated from CDXA image parsing.
28718         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28719         (plugin_init):
28720           Add VCD/SVCD header typefinding for VCD/SVCD.
28721         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28722         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28723         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28724         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28725         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28726         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28727         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28728         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28729         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28730         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28731         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28732         * sys/vcd/vcdsrc.h:
28733           Fix up, add seeking, querying, URI interface. Works in totem now.
28734
28735 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         * configure.ac:
28738           back to CVS
28739
28740 === release 0.8.6 ===
28741
28742 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28743
28744         * NEWS:
28745         * RELEASE:
28746         * configure.ac:
28747         * po/af.po:
28748         * po/az.po:
28749         * po/cs.po:
28750         * po/en_GB.po:
28751         * po/hu.po:
28752         * po/it.po:
28753         * po/nb.po:
28754         * po/nl.po:
28755         * po/or.po:
28756         * po/sq.po:
28757         * po/sr.po:
28758         * po/sv.po:
28759         * po/uk.po:
28760           releasing 0.8.6, "IOU Love"
28761
28762 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28763
28764         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28765
28766         * gst/playback/gstplaybasebin.c:
28767           Fix unplayable files error handling.  Fixes #158365
28768
28769 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28770
28771         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28772
28773         * gst/typefind/gsttypefindfunctions.c:
28774           Fix broken mp3 typefinding.  Fixes #158375
28775
28776 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28777
28778         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28779
28780         * ext/ogg/gstoggdemux.c:
28781           Fix sync on broken files.  Fixes #158976
28782
28783 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         patch by: Edward Hervey <bilboed@bilboed.com>
28786
28787         * ext/libpng/gstpngenc.c:
28788           Copy over buffer properties.  Fixes #158832
28789
28790 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28793
28794         * ext/dvdread/dvdreadsrc.c:
28795           Fixes invalid reads (#158462)
28796
28797 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28798
28799         * sys/v4l/gstv4lsrc.c:
28800         * sys/v4l/gstv4lsrc.h:
28801         * sys/v4l/v4lsrc_calls.c:
28802           Probe less and cache it.  Fixes #159187.
28803
28804 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28805
28806         * gst/videorate/gstvideorate.c:
28807           Handle all video formats. Fixes #159186.
28808
28809 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28810         * gst/synaesthesia/gstsynaesthesia.c:
28811         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28812         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28813         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28814         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28815         (gst_synaesthesia_change_state), (plugin_init):
28816         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28817         Force 320x200 output, as that's the only thing the underlying
28818         synaesthesia implementation supports. Still needs to be made
28819         re-entrant.
28820
28821 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28822
28823         * configure.ac:
28824           Fix mpeg2enc configure check (similar to mplex check below).
28825
28826 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28827
28828         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28829
28830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28831           Fix for gcc-2.95 (fixes #158221).
28832
28833 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28834
28835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28836           Re-add clock distribution hack (until new core is released).
28837           Fixes #158125.
28838
28839 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28840         * configure.ac:
28841           fix mplex configure check segfaulting on some systems (bug #140994)
28842
28843 2004-11-13  Benjamin Otte  <otte@gnome.org>
28844
28845         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28846           add debugging
28847         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28848           do a wait when we enter the loop func with no data available to
28849           write instead of getting into an 100% CPU loop by just returning and
28850           being called again by the scheduler
28851
28852 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28853
28854         * configure.ac:
28855         * ext/libvisual/visual.c: (gst_visual_get_type),
28856         (libvisual_log_handler), (gst_visual_getcaps),
28857         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28858         (plugin_init):
28859           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28860         * ext/smoothwave/Makefile.am:
28861         * ext/smoothwave/demo-osssrc.c: (main):
28862         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28863         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28864         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28865         (plugin_init):
28866         * ext/smoothwave/gstsmoothwave.h:
28867           Make gstsmoothwave a working element in the 20th century.
28868
28869         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28870           Fix incorrect link function
28871
28872 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * gst/volume/gstvolume.c:
28875           Allow buffer-frames=0.
28876
28877 2004-11-12 Iain <iaingnome@gmail.com>
28878
28879         * configure.ac: Check for polypaudio
28880
28881         * ext/Makefile.am: Build the polyp dir
28882
28883         * ext/polyp: The polypsink sources.
28884
28885 2004-10-30 Iain <iaingnome@gmail.com>
28886
28887         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28888         caps to reflect the new number of channels.
28889
28890 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28893           Fix for negotiation order problem. This would show when the
28894           ALSA loopfuction was called before any other function. ALSA
28895           wouldn't do anything because we're not negotiated yet, leading
28896           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28897
28898 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28899
28900         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28901
28902         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28903           No warnings (#157986).
28904
28905 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28906
28907         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28908           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28909
28910 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28911
28912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28913           Signal no-more-pads (so it works in playbin).
28914
28915 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28916
28917         * ext/musepack/gstmusepackreader.cpp:
28918           Workaround for older core.
28919
28920 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28921
28922         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28923           Actually test for odd width/height rather than testing whether
28924           a temporary variable that was 0 before we subtracted 1 is now
28925           not equal to zero (which it always is).
28926
28927 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28928
28929         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28930         Fix compilation if HAVE_XVIDEO is not defined
28931
28932 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28933
28934         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28935         Fix compilation if HAVE_XVIDEO is not defined
28936
28937 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28938
28939         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28940         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28941         (gst_goom_change_state), (plugin_init):
28942         Use the bytestream adapter so goom doesn't depend on the input
28943         buffer size.
28944         Add a debug category
28945
28946 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28947
28948         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28949           Only set hardware parameters *after* negotiation. Before
28950           negotiation, it will set ANY and that seems to cause crashes
28951           (see e.g. #151288, #153227).
28952
28953 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28954
28955         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28956           This seems to be antique leftover. It needs to pass error
28957           checking.
28958         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28959         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28960         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28961         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28962           Fix GstXOverlay implementation (#151059).
28963
28964 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28965
28966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28967           Don't assert (#157853).
28968
28969 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28970
28971         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28972           Fix bytes/samples confustion.
28973         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28974           Fix for underrun (#144389).
28975
28976 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28977
28978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28979           Disable halfway-seek for pending release (since it needs a new
28980           core release).
28981
28982 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28983
28984         * sys/v4l/gstv4lsrc.c:
28985         * sys/v4l/gstv4lsrc.h:
28986         * sys/v4l/v4lsrc_calls.c:
28987           add autoprobe-fps property so we can separate autoprobing parts
28988
28989 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28990
28991         * sys/v4l/gstv4lsrc.c:
28992         * sys/v4l/v4lsrc_calls.c:
28993         initialise fourcc to catch unset fourcc's, and debug
28994
28995 2004-11-09  Wim Taymans  <wim@fluendo.com>
28996
28997         * gst/playback/README:
28998         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28999         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29000         (gst_play_bin_dispose), (gst_play_bin_set_property),
29001         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29002         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29003         (gst_play_bin_get_formats), (gst_play_bin_convert),
29004         (gst_play_bin_get_query_types), (gst_play_bin_query):
29005         Cleanups and some more documentation.
29006
29007 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29008
29009         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29010         (gst_cacasink_init), (gst_cacasink_chain):
29011         * ext/libcaca/gstcacasink.h:
29012         Cacasink inherits from VideoSink, so let that store the clock.
29013
29014 2004-11-09  Wim Taymans  <wim@fluendo.com>
29015
29016         * gst/playback/README:
29017         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29018         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29019         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29020         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29021         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29022         (setup_sinks):
29023         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29024         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29025         * gst/playback/gststreaminfo.h:
29026         Updated README.
29027         Only switch groups if all streams have muted (EOSed).
29028         Send Tags in sync with the stream playback instead of in
29029         the playback/preroll phase.
29030         Some cleanups, free the fakesrc elements.
29031
29032 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29033
29034         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29035           buffer-frames property was missing
29036         * ext/arts/gst_arts.c:
29037           rate missing from sinkcaps
29038         * ext/audiofile/gstafparse.c:
29039         * ext/audiofile/gstafsink.c:
29040         * ext/audiofile/gstafsrc.c:
29041         * ext/swfdec/gstswfdec.c:
29042           int audio doesn't know buffer-frames
29043         * ext/cdparanoia/gstcdparanoia.c:
29044           int audio doesn't know chunksize either
29045         * ext/nas/nassink.c:
29046           it's endianness, not endianess
29047         * gst-libs/gst/audio/audio.h:
29048           make float standard pad template caps really describe float
29049         * gst/law/mulaw.c: (linear_factory):
29050           signed only, please
29051         * gst/mpegstream/gstdvddemux.c:
29052           widths of 20 are not valid
29053
29054 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29055
29056         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29057
29058         * po/LINGUAS:
29059         * po/it.po:
29060           Add Italian
29061
29062 2004-11-08  Wim Taymans  <wim@fluendo.com>
29063
29064         * gst/playback/README:
29065         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29066         * gst/playback/gstplaybasebin.c: (probe_triggered),
29067         (gst_play_base_bin_change_state):
29068         Updated README, added more comments for fixmes etc..
29069
29070 2004-11-08  Wim Taymans  <wim@fluendo.com>
29071
29072         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29073         We can remove this hack now.
29074
29075 2004-11-08  Wim Taymans  <wim@fluendo.com>
29076
29077         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29078         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29079         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29080         Only mix AYUV for maximum quality.
29081
29082 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29083
29084         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29085         (gst_ogg_demux_push), (gst_ogg_pad_push):
29086           Let's act as if we're synchronized now! :).
29087         * ext/theora/theoradec.c: (theora_dec_chain):
29088           Add some debug.
29089
29090 2004-11-08  Wim Taymans  <wim@fluendo.com>
29091
29092         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29093         (gst_alpha_set_property), (gst_alpha_sink_link),
29094         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29095         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29096         (gst_alpha_init_params), (gst_alpha_chain):
29097         Implement alpha functions for AYUV too, this increases
29098         accuracy quite a bit.
29099
29100 2004-11-08  Wim Taymans  <wim@fluendo.com>
29101
29102         * gst/ffmpegcolorspace/avcodec.h:
29103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29104         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29105         (gst_ffmpegcsp_avpicture_fill):
29106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29107         (gst_ffmpegcsp_caps_remove_format_info):
29108         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29109         (shrink12), (img_get_alpha_info), (deinterlace_line),
29110         (deinterlace_line_inplace):
29111         * gst/ffmpegcolorspace/imgconvert_template.h:
29112         Added AYUV colorspace and handle RGBA a bit more respectful.
29113
29114 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29115
29116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29117           Actually always send a discont (cornercase when resending the
29118           same serial-tagged chain twice).
29119
29120 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29121
29122         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29123         (gst_ximagesink_finalize):
29124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29125         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29126
29127 2004-11-08  Wim Taymans  <wim@fluendo.com>
29128
29129         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29130         Don't segfault on NULL data.
29131
29132 2004-11-08  Wim Taymans  <wim@fluendo.com>
29133
29134         * gst/playback/gstdecodebin.c: (unlinked):
29135         * gst/playback/gstplay-marshal.list:
29136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29137         (gst_play_base_bin_init), (group_create), (get_active_group),
29138         (get_building_group), (group_destroy), (group_commit),
29139         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29140         (add_element_stream), (no_more_pads), (probe_triggered),
29141         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29142         (state_change), (setup_source), (gst_play_base_bin_get_property),
29143         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29144         (gst_play_base_bin_link_stream),
29145         (gst_play_base_bin_get_streaminfo):
29146         * gst/playback/gstplaybasebin.h:
29147         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29148         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29149         Add support for chained ogg files. Prepare for playlist
29150         support. This patch introduces the concept of pad groups, which
29151         together compose one playable media file.
29152
29153 2004-11-07  David Schleef  <ds@schleef.org>
29154
29155         * testsuite/gst-lint: Check for pad templates that aren't statically
29156         scoped.
29157
29158 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29159
29160         * configure.ac:
29161         * ext/Makefile.am:
29162         * ext/musepack/Makefile.am:
29163         * ext/musepack/gstmusepackdec.cpp:
29164         * ext/musepack/gstmusepackdec.h:
29165         * ext/musepack/gstmusepackreader.cpp:
29166         * ext/musepack/gstmusepackreader.h:
29167           Add musepack decoder.
29168         * ext/faad/gstfaad.c: (gst_faad_base_init):
29169           Make pad templates static.
29170         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29171         (plugin_init):
29172           Add musepack typefinder, make mp3 typefinding work halfway stream,
29173           which doesn't actually work yet because id3demux doesn't implement
29174           _get_length().
29175
29176 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29177
29178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29179         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29180           Fix interrupt event handling (#144436).
29181
29182 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29183
29184         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29185           Hide unused glory.
29186
29187 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29188
29189         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29190
29191         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29192           Fix weird caps (#157548).
29193
29194 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29195
29196         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29199           Add missing NULL terminator (#157543).
29200
29201 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29202
29203         * gst/tcp/gsttcp.h:
29204         * gst/tcp/gsttcpclientsink.c:
29205         * gst/tcp/gsttcpclientsrc.c:
29206         * gst/tcp/gsttcpserversink.c:
29207         * gst/tcp/gsttcpserversrc.c:
29208           ports can go up to 65535.  Move common defines to gsttcp.h
29209
29210 2004-11-05  Wim Taymans  <wim@fluendo.com>
29211
29212         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29213         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29214         Added two more colorspaces.
29215
29216 2004-11-05  Wim Taymans  <wim@fluendo.com>
29217
29218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29219         (gst_ffmpegcsp_avpicture_fill):
29220         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29221         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29222         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29223         More stride fixes.
29224
29225 2004-11-05  Wim Taymans  <wim@fluendo.com>
29226
29227         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29228         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29229         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29230         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29231         (gst_videomixer_loop):
29232         More stride fixes.
29233
29234 2004-11-05  Benjamin Otte  <otte@gnome.org>
29235
29236         * ext/mad/gstmad.c: (gst_mad_chain):
29237           don't overflow data buffer. Flush not needed sync data when syncing
29238           failed.
29239
29240 2004-11-04  Wim Taymans  <wim@fluendo.com>
29241
29242         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29243         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29244         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29245         (gst_alpha_init_params), (gst_alpha_chain),
29246         (gst_alpha_change_state):
29247         Updated the chroma keying algorithm with something more
29248         sophisticated.
29249
29250 2004-11-03  Wim Taymans  <wim@fluendo.com>
29251
29252         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29253         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29254         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29255         Fix stride issues. Does not completely work for odd
29256         heights.
29257
29258 2004-11-03  Wim Taymans  <wim@fluendo.com>
29259
29260         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29261         (gst_alpha_chroma_key), (gst_alpha_chain):
29262         Fix stride issues. Does not completely work for odd
29263         heights.
29264
29265 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29266
29267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29268         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29269         leak fixes
29270
29271 2004-11-03  Wim Taymans  <wim@fluendo.com>
29272
29273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29274         (gst_ffmpegcsp_avpicture_fill):
29275         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29276         (avpicture_alloc):
29277         * gst/ffmpegcolorspace/imgconvert_template.h:
29278         Use correct _fill function to get correct strides.
29279
29280 2004-11-02  David Schleef  <ds@schleef.org>
29281
29282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29283         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29284         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29285         Change all g_print()s to debugging.  Add a bunch of consistency
29286         checks.
29287
29288 2004-11-02  Wim Taymans  <wim@fluendo.com>
29289
29290         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29291         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29292         (unlinked), (no_more_pads), (close_link):
29293         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29294         (unknown_type), (add_element_stream), (new_decoded_pad),
29295         (removed_decoded_pad), (setup_source):
29296         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29297         (gst_stream_info_class_init), (gst_stream_info_init),
29298         (gst_stream_info_new), (gst_stream_info_dispose),
29299         (stream_info_mute_pad), (gst_stream_info_set_property),
29300         (gst_stream_info_get_property):
29301         * gst/playback/gststreaminfo.h:
29302         Fix playback of multiple files.
29303         a slightly different approach to handling dynamic pad removals.
29304         This one only looks at pads that we have linked.
29305
29306 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29307
29308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29309         free" warning from libc.
29310
29311 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29312
29313         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29314         (get_unconnected_element), (remove_starting_from), (pad_removed),
29315         (close_link):
29316           Implement support for dynamic pad changing. We listen to "live"
29317           pad removals (i.e. while playing) and re-setup autoplugging
29318           after that. Playbasebin/playbin need some more work for this
29319           to finally work, but decodebin supports (and replugs) chained
29320           ogg now.
29321
29322 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29323
29324         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29325         (gst_alsa_finalize):
29326         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29327         (gst_cdaudio_finalize):
29328         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29329         (cdparanoia_finalize):
29330         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29331         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29332         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29333         (dvdreadsrc_finalize):
29334         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29335         (gst_flacdec_finalize):
29336         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29337         (gst_flacenc_finalize):
29338         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29339         (gst_gnomevfssink_finalize):
29340         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29341         (gst_gnomevfssrc_finalize):
29342         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29343         (gst_fameenc_finalize):
29344         * ext/nas/nassink.c: (gst_nassink_class_init),
29345         (gst_nassink_finalize):
29346         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29347         (gst_sdlvideosink_class_init):
29348         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29349         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29350         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29351         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29352         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29353         (gst_x_window_listener_dispose):
29354         * gst/audioscale/gstaudioscale.c:
29355         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29356         (play_on_demand_finalize):
29357         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29358         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29359         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29360         (cdplayer_finalize):
29361         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29362         (gst_glimagesink_class_init):
29363         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29364         (gst_osselement_finalize):
29365         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29366         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29367         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29368           Fixes a bunch of problems with finalize and dispose functions,
29369           either assumptions that dispose is only called once, or not calling
29370           the parent class dispose/finalize function
29371
29372 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29373
29374         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29375           added two api precondition guards
29376           use g_strdup with getenv to fix crash when using ENVVAR
29377
29378 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29379         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29380         (gst_esdsink_finalize):
29381         Use a finalize function, not dispose, and more importantly,
29382         call the parent class finalize function too
29383
29384 2004-11-01  Johan Dahlin  <johan@gnome.org>
29385
29386         * ext/ogg/gstoggdemux.c:
29387         * gst/tags/gstvorbistag.c:
29388         Plug leaks.
29389
29390 2004-10-31  Benjamin Otte  <otte@gnome.org>
29391
29392         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29393           lotsa memleaks today. But they're all small...
29394
29395 2004-10-31  Benjamin Otte  <otte@gnome.org>
29396
29397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29398           another memleak crushed
29399
29400 2004-10-31  Benjamin Otte  <otte@gnome.org>
29401
29402         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29403           fix memleak
29404
29405 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29406
29407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29408           Hack to prevent crash when going to READY inside signal handler
29409           while this function is active.
29410
29411 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29412
29413         * gst/ffmpegcolorspace/Makefile.am:
29414         * gst/ffmpegcolorspace/avcodec.h:
29415         * gst/ffmpegcolorspace/common.h:
29416         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29417         * gst/ffmpegcolorspace/dsputil.h:
29418         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29420         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29421         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29422         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29423         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29424         (gst_ffmpegcsp_avpicture_fill):
29425         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29427         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29428         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29429         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29430         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29431         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29432         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29433         * gst/ffmpegcolorspace/imgconvert.c:
29434         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29435         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29436         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29437         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29438         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29439         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29440         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29441         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29442         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29443         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29444         (grow21), (grow22), (grow41), (grow44), (conv411),
29445         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29446         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29447         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29448         (avpicture_free), (is_yuv_planar), (img_convert),
29449         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29450         (deinterlace_line_inplace), (deinterlace_bottom_field),
29451         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29452         * gst/ffmpegcolorspace/imgconvert_template.h:
29453         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29454         * gst/ffmpegcolorspace/mmx.h:
29455         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29456         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29457         (av_freep), (avcodec_get_context_defaults),
29458         (avcodec_alloc_context), (avcodec_init):
29459           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29460           handling plus update from ffmpeg CVS. Large clean-up.
29461
29462 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29463
29464         * gst/playback/Makefile.am:
29465           We need the marshallers for decodebin, too.
29466
29467 2004-10-30  David Schleef  <ds@schleef.org>
29468
29469         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29470           quicktime typefinding work with 64-bit offsets.
29471
29472 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29473
29474         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29475           Set EOS on the element when processing an EOS event.
29476         * ext/speex/gstspeexdec.h:
29477         * ext/speex/gstspeexenc.h:
29478           Only keep a const ptr to the mode
29479         * gst-libs/gst/riff/riff-media.c:
29480         (gst_riff_create_audio_caps_with_data),
29481         (gst_riff_create_audio_template_caps):
29482           Allow WMAV3, with up to 6 channels.
29483         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29484           Don't call gst_pad_set_event_function on a sink pad.
29485         * gst/mpegstream/gstdvddemux.c:
29486         (gst_dvd_demux_get_subpicture_stream),
29487         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29488           Copy the explicit caps that were set across to the cur_* pads,
29489           instead of trying to use a possibly non-existent negotiated caps.
29490           Reset the type of subpicture pads to UNKNOWN after calling
29491           init_stream, so that the caps get set.
29492
29493 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29494
29495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29496
29497         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29498           Don't touch buffer if it is of size 0 (fixes #151064).
29499
29500 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29501
29502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29503           Synchronized discont handling.
29504
29505 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29506
29507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29508         (gst_ogg_demux_push):
29509           Make seeking sort-of exact again (fixes #156387).
29510
29511 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29512
29513         * gst/playback/gstplaybasebin.c: (unknown_type),
29514         (add_element_stream), (new_decoded_pad),
29515         (gst_play_base_bin_change_state):
29516         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29517         (gst_stream_info_init), (gst_stream_info_new),
29518         (gst_stream_info_dispose), (gst_stream_info_get_property):
29519         * gst/playback/gststreaminfo.h:
29520           Make caps explicitely available. Makes testing for unsupported
29521           types possible. Improves error reporting.
29522
29523 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * gst/audioconvert/gstaudioconvert.c:
29526         (gst_audio_convert_buffer_to_default_format):
29527           Really don't touch read-only buffers (#156563).
29528
29529 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29530
29531         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29532
29533         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29534           Fix memleak (#155223).
29535
29536 2004-10-29  Wim Taymans  <wim@fluendo.com>
29537
29538         * gst/tcp/.cvsignore:
29539         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29540         (gst_multifdsink_class_init), (gst_multifdsink_init),
29541         (gst_multifdsink_add), (gst_multifdsink_remove),
29542         (gst_multifdsink_remove_client_link), (is_sync_frame),
29543         (gst_multifdsink_new_client),
29544         (gst_multifdsink_handle_client_write),
29545         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29546         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29547         (gst_multifdsink_get_property):
29548         * gst/tcp/gstmultifdsink.h:
29549         Added burst on connect sync_method, deprecated sync_clients,
29550         streamlined the sync code some more.
29551
29552 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29553
29554         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29555         (gst_play_base_bin_change_state):
29556           Improve error reporting.
29557
29558 2004-10-28  Wim Taymans  <wim@fluendo.com>
29559
29560         * gst/tcp/Makefile.am:
29561         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29562         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29563         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29564         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29565         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29566         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29567         (gst_fdset_wait):
29568         Added more locks around fdset structures. Fixed/reworked
29569         the poll array resizing code.
29570         Added stress test for fdset.
29571
29572 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29573
29574         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29575         fix build
29576
29577 2004-10-28  Benjamin Otte  <otte@gnome.org>
29578
29579         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29580           fix link function to always query channels and query width for
29581           floats
29582         * configure.ac:
29583           add equalizer dir
29584         * gst/equalizer/Makefile.am:
29585         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29586         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29587         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29588         (arg_to_scale), (setup_filter),
29589         (gst_iir_equalizer_compute_frequencies),
29590         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29591         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29592         (plugin_init):
29593           add an equalizer
29594
29595 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29596
29597         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29598
29599         * po/LINGUAS:
29600         * po/nb.po:
29601           Added Norwegian Bokmaal translation
29602
29603 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29604
29605         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29606           Don't break on options (fixes #156488).
29607
29608 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29609
29610         * configure.ac:
29611         * ext/cdaudio/Makefile.am:
29612         * sys/Makefile.am:
29613           fix build on older automake
29614
29615 2004-10-26  Wim Taymans  <wim@fluendo.com>
29616
29617         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29618         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29619         Allow a little margin when negotiating the framerate.
29620
29621 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29622
29623         * gst/level/gstlevel.c:
29624           synchonised naming of pads and pad-templates
29625
29626 2004-10-26  Wim Taymans  <wim@fluendo.com>
29627
29628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29629         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29630         (_find_streams_check), (gst_ogg_demux_push):
29631         Fix EOS again. Needs to be done in a better way. We should not
29632         remove the pad if there is no new chained stream.
29633
29634 2004-10-26 Iain <iaingnome@gmail.com>
29635
29636         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29637         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29638         of the caps.
29639         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29640         pad.
29641         (interleave_release_pad): Remove the pad.
29642         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29643         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29644         the set device.
29645         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29646         attrs
29647         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29648         (gst_xvimagesink_finalize): Free the par.
29649
29650 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29651
29652         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29653         (gst_avimux_stop_file):
29654           First calculate the rate, and only then use it. Hdr.rate is a
29655           multiple and not a derivative of hdr.scale. Scale is not the
29656           same as blockalign but is solely related to rate.
29657
29658 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29659
29660         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29661         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29662           Implement seeking.
29663
29664 2004-10-25  James Henstridge  <james@jamesh.id.au>
29665
29666         Reviewed by:  David Schleef  <ds@schleef.org>
29667
29668         * examples/gstplay/player.c: (got_stream_length), (main):
29669         * examples/seeking/cdplayer.c: (update_scale):
29670         * examples/seeking/seek.c: (format_value), (update_scale):
29671         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29672         (stop_seek):
29673         Build fixes on AMD64.
29674
29675 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29676
29677         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29678
29679         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29680         Fix for some v4l cards which hang in v4lsrc
29681
29682 2004-10-25  Wim Taymans  <wim@fluendo.com>
29683
29684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29685         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29686         Make sure to remove the pad when a new chain is
29687         encountered. Set some vars to NULL so we don't try
29688         to reference freed memory.
29689
29690 2004-10-25  Wim Taymans  <wim@fluendo.com>
29691
29692         * examples/seeking/Makefile.am:
29693         * examples/seeking/cdplayer.c: (update_scale):
29694         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29695         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29696         (format_value), (update_scale), (iterate), (start_seek),
29697         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29698         (print_usage), (main):
29699         Added some more examples, update others.
29700
29701 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29702
29703         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29704         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29705         * ext/theora/theoradec.c: (theora_dec_chain):
29706         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29707           Add codec-name metadata.
29708
29709 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29710
29711         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29712
29713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29714         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29715         * ext/alsa/gstalsamixertrack.h:
29716         * po/POTFILES.in:
29717           ALSA mixer track label internationalization (#154054).
29718
29719 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * ext/theora/theoradec.c: (theora_dec_chain):
29722           Export bitrate as metadata.
29723
29724 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29725
29726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29727         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29728         * ext/alsa/gstalsamixertrack.h:
29729           Fix names, fix loop.
29730
29731 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29734         (speex_dec_convert):
29735           sinkconvert function so oggdemux can get the file length (totem).
29736
29737 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29738
29739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29740
29741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29742           Don't push incomplete packets.
29743         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29744           Fix MPEG-4 audio typefinding.
29745
29746 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29747
29748         * sys/v4l/Makefile.am:
29749         * sys/v4l/gstv4l.c: (plugin_init):
29750         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29751         (gst_v4lelement_init), (gst_v4lelement_dispose),
29752         (gst_v4lelement_change_state):
29753         * sys/v4l/gstv4lelement.h:
29754         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29755         (gst_v4l_xoverlay_close), (idle_refresh),
29756         (gst_v4l_xoverlay_set_xwindow_id):
29757         * sys/v4l/gstv4lxoverlay.h:
29758         * sys/v4l/v4l-overlay_calls.c:
29759         * sys/v4l/v4l_calls.h:
29760         * sys/v4l2/Makefile.am:
29761         * sys/v4l2/gstv4l2.c: (plugin_init):
29762         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29763         (gst_v4l2element_init), (gst_v4l2element_dispose),
29764         (gst_v4l2element_change_state):
29765         * sys/v4l2/gstv4l2element.h:
29766         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29767         (gst_v4l2_xoverlay_close), (idle_refresh),
29768         (gst_v4l2_xoverlay_set_xwindow_id):
29769         * sys/v4l2/gstv4l2xoverlay.h:
29770         * sys/v4l2/v4l2-overlay_calls.c:
29771         * sys/v4l2/v4l2_calls.h:
29772           Remove client-side overlay handling, use the X-server v4l plugin
29773           for that. Nicer overlay, less code. Also make the plugin
29774           compileable without X (but then without overlay, obviously).
29775           Makes xwindowlistener obsolete, should we remove that?
29776
29777 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29780         (gst_osssrc_src_query):
29781         * sys/oss/gstosssrc.h:
29782           OK, so people want offset in DEFAULT. This time, actually fix all
29783           cases.
29784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29785           Add FPS properly.
29786
29787 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * gst/asfdemux/gstasfmux.c:
29790         * gst/avi/gstavimux.c:
29791           Framerate.
29792
29793 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29794
29795         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29796           Fix properties (channel, norm, frequency).
29797
29798 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29799
29800         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29801           Flag typo.
29802         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29803           No warnings.
29804
29805 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29806
29807         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29808           Fix hang.
29809
29810 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29811
29812         * sys/v4l2/gstv4l2element.h:
29813           Yet Another Hack (tm) for kernel header borkedness.
29814         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29815         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29816         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29817         (gst_v4l2src_change_state):
29818         * sys/v4l2/gstv4l2src.h:
29819         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29820         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29821           Fix caps, keep track of state, work.
29822
29823 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29824
29825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29826           Quiet.
29827
29828 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29829
29830         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29831           Don't mix bytes and samples.
29832
29833 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29834
29835         * ext/ogg/gstoggmux.c:
29836           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29837           and theora. Any is incorrect.
29838         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29839           Fix caps.
29840         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29841         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29842         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29843         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29844         * sys/v4l/gstv4lmjpegsrc.h:
29845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29846         (gst_v4lsrc_change_state):
29847         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29848         (gst_v4lmjpegsrc_capture_stop):
29849           Fix caps. Keep track of internal state. Work.
29850
29851 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29852
29853         * ext/Makefile.am:
29854           Fix the build fixes.
29855
29856 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29857
29858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29859         (gst_ogg_demux_src_event), (_find_chain_seek),
29860         (gst_ogg_pad_push):
29861           Check for pad availability before using it.
29862         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29863           Fix parsing of chained ogg. Needs more work on the decoder side.
29864
29865 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29866
29867         * gst/spectrum/Makefile.am:
29868         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29869         (idle_func):
29870           Fix demo and reenable it. Yes, I'm currently playing with audio
29871           analysis tools
29872
29873 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29874
29875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29876           We love it if files that start at zero work too...
29877
29878 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29881           Handle files with missing EOS headers.
29882
29883 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29884
29885         * gst/tcp/gsttcpserversink.c:
29886         (gst_tcpserversink_handle_server_read),
29887         (gst_tcpserversink_init_send):
29888         Zero some variables first (need for accept not to return EINVAL)
29889
29890 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29893         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29894         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29895         (theora_dec_chain):
29896         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29897         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29898           Seeking and querying finetune.
29899
29900 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29901
29902         * configure.ac:
29903         * ext/Makefile.am:
29904         * ext/raw1394/Makefile.am:
29905           fix the build
29906
29907 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29908
29909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29910           Wrong return.
29911         * gst/playback/Makefile.am:
29912         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29913         * gst/playback/gstplay-marshal.list:
29914         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29915           Fix marshallers.
29916
29917 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29918
29919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29920           Silence.
29921
29922 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29923
29924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29925         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29926         (gst_ogg_pad_push):
29927           Yay for non-lineair granulepos in theora.
29928
29929 2004-10-18  Wim Taymans  <wim@fluendo.com>
29930
29931         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29932         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29933         * ext/dv/gstdvdec.h:
29934         Make sure we renegotiate aspect ratio when the camera switches.
29935
29936 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29937
29938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29939         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29940           Start at zero.
29941         * ext/theora/theoradec.c: (theora_dec_chain):
29942           Skip headers. Bad idea for chained ogg, but fixes seeking.
29943
29944 2004-10-18  Wim Taymans  <wim@fluendo.com>
29945
29946         * configure.ac:
29947         I swear, this is the last time I touch this.
29948
29949 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29950
29951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29952         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29953         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29954           Faster seeking.
29955         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29956           Time-to-default conversion.
29957         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29958           Don't error on unknown packets, just skip. We should probably
29959           read them if we want to support chained ogg.
29960
29961 2004-10-18  Wim Taymans  <wim@fluendo.com>
29962
29963         * configure.ac:
29964         Added cdaudio to wrong list.
29965
29966 2004-10-18  Wim Taymans  <wim@fluendo.com>
29967
29968         * configure.ac:
29969         Revive cdaudio.
29970
29971 2004-10-18  Wim Taymans  <wim@fluendo.com>
29972
29973         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29974         (gst_dvdec_video_link), (gst_dvdec_push):
29975         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29976         (gst_smokeenc_resync), (gst_smokeenc_chain):
29977         Fix mimetype on smoke encoder.
29978         Add aspect ratio to dvdec. Not sure if these
29979         values are correct though....
29980
29981 2004-10-18  Wim Taymans  <wim@fluendo.com>
29982
29983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29984         Fix vorbis property descriptions and ranges.
29985
29986 2004-10-18  Wim Taymans  <wim@fluendo.com>
29987
29988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29989         Really do nothing when no data is available.
29990         Go to the playing state when the stream is not seekable
29991         instead of failing.
29992
29993 2004-10-18  Wim Taymans  <wim@fluendo.com>
29994
29995         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29996         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29997         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29998         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29999         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30000         Added uri handler for cd://
30001         Port to new API.
30002
30003 2004-10-18  Wim Taymans  <wim@fluendo.com>
30004
30005         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30006         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30007         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30008         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30009         (remove_prerolls), (unknown_type), (add_element_stream),
30010         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30011         (gst_play_base_bin_remove_element),
30012         (gst_play_base_bin_link_stream):
30013         * gst/playback/gstplaybin.c: (gen_video_element),
30014         (gen_vis_element), (remove_sinks), (setup_sinks):
30015         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30016         (gst_stream_info_get_type), (gst_stream_info_class_init),
30017         (gst_stream_info_init), (gst_stream_info_new),
30018         (gst_stream_info_dispose), (stream_info_mute_pad),
30019         (gst_stream_info_set_property), (gst_stream_info_get_property):
30020         * gst/playback/gststreaminfo.h:
30021         Add sink padtemplate to decodebin.
30022         Added some more comments.
30023         Make queue size configurable in playbasebin.
30024         Added possibility to use elements as sinks (ex cdaudio).
30025
30026 2004-10-15  Wim Taymans  <wim@fluendo.com>
30027
30028         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30029         (gst_speexenc_chain):
30030         Fix speex timestamps so that it gets muxed properly.
30031
30032 2004-10-15  Wim Taymans  <wim@fluendo.com>
30033
30034         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30035         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30036         (gst_dv1394src_init), (gst_dv1394src_dispose),
30037         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30038         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30039         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30040         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30041         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30042         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30043         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30044         * ext/raw1394/gstdv1394src.h:
30045         Added conversion/query functions.
30046         Update buffer timestamps,
30047         Added signals.
30048         Added uri dv:// so it might play from the firewire in playbin.
30049         Fix a possible leak.
30050         Added debugging.
30051
30052 2004-10-15  Wim Taymans  <wim@fluendo.com>
30053
30054         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30055         (gst_dv1394src_init), (gst_dv1394src_set_property),
30056         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30057         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30058         * ext/raw1394/gstdv1394src.h:
30059         Added AV/C VTR control support needed for some cameras.
30060         Added automatic port detection.
30061         Added properties for selecting the channel.
30062         The configure.ac script is not yet updated to reflect the
30063         new libavc1394 and librom1394 dependencies.
30064
30065 2004-10-15  Wim Taymans  <wim@fluendo.com>
30066
30067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30068         (qtdemux_parse), (gst_qtdemux_handle_esds):
30069         An esds box is not a container.
30070         Fix parsing of mp4v boxes.
30071         Do not try to renegotiate fps for each frame. Need to
30072         find a better method. This should fix mp4 playback.
30073
30074 2004-10-14  David Schleef  <ds@schleef.org>
30075
30076         * configure.ac: update for swfdec-0.3 and liboil-0.2
30077         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30078         * ext/swfdec/gstswfdec.h: same
30079         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30080         * gst/videotestsrc/videotestsrc.c: same
30081
30082 2004-10-14  Wim Taymans  <wim@fluendo.com>
30083
30084         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30085         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30086         (is_sync_frame), (gst_multifdsink_new_client),
30087         (gst_multifdsink_handle_client_write),
30088         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30089         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30090         Turn warnings into info.
30091         Don't allow a state change in the streaming thread.
30092
30093 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30094
30095         * ext/vorbis/oggvorbisenc.c:
30096         * ext/vorbis/vorbisdec.c:
30097           fix template sample rate
30098
30099 2004-10-13  Wim Taymans  <wim@fluendo.com>
30100
30101         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30102         Decoding the header first fixes some problems in resyncing
30103         in more mp3s.
30104
30105 2004-10-12  Wim Taymans  <wim@fluendo.com>
30106
30107         * gst/playback/gstplaybin.c: (gen_video_element),
30108         (gen_vis_element), (remove_sinks), (setup_sinks):
30109         Added vis plugin support, need to configure the vis
30110         element to activate it.
30111
30112 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30113
30114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30115         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30116           Some debug.
30117         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30118         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30119         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30120         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30121         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30122         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30123         * gst/avi/gstavidemux.h:
30124           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30125           recovery (where, if part of the index is broken, we will still read
30126           the rest of the index and recover the broken part by stream
30127           scanning). More broken media support. EOS workarounds. General AVI
30128           braindamage headache recovery. Aspirin included.
30129
30130 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30131
30132         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30133         (cdparanoia_event), (cdparanoia_query):
30134           Get rid of hideous lead-in.
30135
30136 2004-10-11  Wim Taymans  <wim@fluendo.com>
30137
30138         * gst/playback/gstplaybasebin.c: (setup_source):
30139         Wrong var used to get g_list_next.
30140
30141 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30142
30143         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30144         (cdparanoia_get), (cdparanoia_open):
30145           Report discid as metadata, add duration.
30146
30147 2004-10-11  Wim Taymans  <wim@fluendo.com>
30148
30149         * gst/playback/gstplaybasebin.c: (setup_source):
30150         Cleanup the previous pipeline a little earlier for the
30151         case that a source element provides raw data.
30152
30153 2004-10-11  Benjamin Otte  <otte@gnome.org>
30154
30155         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30156           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30157           consuming the last 128 bytes, even though it was valid mp3 data.
30158
30159 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30160
30161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30162         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30163         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30164         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30165
30166 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30167
30168         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30169         Fix for webcams that support only specific width or height
30170
30171 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30172
30173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30176           Fix wrong discont event setup (fixes #154967).
30177
30178 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30179
30180         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30181
30182         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30183           Error out on invalid data (fixes #154807).
30184
30185 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30186
30187         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30188
30189         * ext/dvdread/dvdreadsrc.c: (_read):
30190           Make titles > 0 work again (fixes #154834).
30191
30192 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30193
30194         * gst-libs/gst/riff/riff-media.c:
30195         (gst_riff_create_video_template_caps):
30196           WMV3 missing in template caps.
30197
30198 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30199
30200         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30201           OK, so the original code was too strict. It makes random AVI files
30202           hang for seconds upon opening, which is unacceptable and is far
30203           beyond the original goal of getting multiple chunks for one-chunk
30204           sounc stream files. So now do just that.
30205
30206 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30207
30208         * gst/playback/gstplaybasebin.c: (setup_source),
30209         (gst_play_base_bin_change_state):
30210           Actually clean up streaminfo if output fails. This would trigger
30211           if, for example, there was no CD in the drive. No preroll, so
30212           a streaminfo structure is created, but the subsequent state change
30213           of the thread fails.
30214         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30215           Don't change state if parent failed.
30216
30217 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30218
30219         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30220         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30221         (gen_video_element), (remove_sinks):
30222           Add small bits of code for screenshot handling.
30223
30224 2004-10-08  Wim Taymans  <wim@fluendo.com>
30225
30226         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30227         (gen_video_element), (gen_audio_element), (setup_sinks):
30228         Don't assume the user provided sinks are named "sink"...
30229
30230 2004-10-08  Wim Taymans  <wim@fluendo.com>
30231
30232         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30233         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30234         (gst_play_base_bin_link_stream):
30235         Do not try to autoplug sources that generate raw streams like
30236         cdparanoia.
30237         disconnect the preroll overrun signal when we don't need it anymore.
30238
30239 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30240
30241         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30242         Added reworked patch from #154903 from milosz derezynski (deadchip).
30243
30244 2004-10-08  Wim Taymans  <wim@fluendo.com>
30245
30246         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30247         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30248         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30249         (cdparanoia_convert), (cdparanoia_uri_get_type),
30250         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30251         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30252         * ext/cdparanoia/gstcdparanoia.h:
30253         This adds the cdda://<tracknum> uri.
30254
30255 2004-10-08  Wim Taymans  <wim@fluendo.com>
30256
30257         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30258         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30259         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30261         (unknown_type), (gst_play_base_bin_remove_element),
30262         (gst_play_base_bin_link_stream):
30263         * gst/playback/gstplaybasebin.h:
30264         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30265         (gst_play_bin_set_property), (gen_video_element),
30266         (gen_audio_element), (setup_sinks):
30267         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30268         (gst_stream_info_get_type), (gst_stream_info_class_init),
30269         (gst_stream_info_init), (gst_stream_info_new),
30270         (gst_stream_info_dispose), (stream_info_mute_pad),
30271         (gst_stream_info_set_property), (gst_stream_info_get_property):
30272         * gst/playback/gststreaminfo.h:
30273         Reuse the audio and video bins.
30274         Some internal cleanups in the stream selection code.
30275
30276 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30277
30278         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30279         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30280         * sys/ximage/ximagesink.h:
30281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30282         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30283         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30284         not coming from those elements. Moreover these elements should not keep
30285         the xid they have been given when in NULL state.
30286
30287 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30288
30289         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30290         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30291         * sys/ximage/ximagesink.h:
30292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30293         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30294         * sys/xvimage/xvimagesink.h:
30295           Actually only create a new toplevel window if we're not gonna
30296           embed it right after.
30297
30298 2004-10-07  Wim Taymans  <wim@fluendo.com>
30299
30300         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30301         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30302         * gst/playback/gstplaybin.c: (setup_sinks):
30303         Implement muting/unmuting of streams, mute streams that are not
30304         used.
30305
30306 2004-10-07  Wim Taymans  <wim@fluendo.com>
30307
30308         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30309         (plugin_init):
30310         Added lame audio/x-ac3 typefind function.
30311
30312 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30313
30314         * configure.ac:
30315           bump nano to cvs
30316
30317 === release 0.8.5 ===
30318
30319 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30320
30321         * NEWS:
30322         * RELEASE:
30323         * configure.ac:
30324           releasing 0.8.5, "Take You On"
30325
30326 2004-10-06  Wim Taymans  <wim@fluendo.com>
30327
30328         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30329         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30330         (no_more_pads), (close_link), (type_found):
30331         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30332         * gst/playback/gstplaybin.c: (gen_video_element):
30333         Do not signal the no_more_pads after the first pad when
30334         we are plugging a non dynamic element with multiple
30335         output pads (like swfdec, dvdec, ...).
30336
30337 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30338
30339         * configure.ac:
30340           bump for prerelease
30341
30342 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30343
30344         * gst/wavparse/gstwavparse.c:
30345           add ATRAC3 to STATIC CAPS to fix a warning
30346
30347         * gst/matroska/ebml-read.c:
30348         * gst-libs/gst/riff/riff-read.c:
30349           fix typos
30350
30351 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30352
30353         * gst-libs/gst/riff/riff-media.c:
30354           generate caps for ATRAC3 audio streams
30355
30356         * gst/realmedia/rmdemux.c:
30357           generate caps for ATRAC3 audio streams
30358
30359 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30360
30361         * gst/wavparse/Makefile.am
30362         * gst/wavparse/riff.h
30363         * gst/wavparse/wavparse.vcproj
30364           riff.h removal (unused and duplication with riff-ids.h)
30365
30366 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30367
30368         * gst/wavparse/gstwavparse.h
30369           remove duplicated defines for audio codec codes
30370
30371         * gst-libs/gst/riff/riff-ids.h
30372         * gst/wavenc/riff.h:
30373           add "4CC" code for ATRAC3 audio streams
30374           add "4CC" code for ITU_G721_ADPCM (unused for now)
30375
30376 2004-10-06  Wim Taymans  <wim@fluendo.com>
30377
30378         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30379         Actually _do_ negotiation. Pass gdouble as arg instead
30380         of guint64 for the framerate.
30381
30382 2004-10-06  Wim Taymans  <wim@fluendo.com>
30383
30384         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30385         (find_compatibles), (close_pad_link), (try_to_link_1),
30386         (no_more_pads), (close_link), (type_found):
30387         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30388         * gst/playback/gstplaybin.c: (gen_video_element),
30389         (gen_audio_element):
30390         Set state on newly added element to READY so that negotiation
30391         can happen ASAP.
30392         Addes some more debug info.
30393         Do not try to plug pads with multiple caps structures or ANY
30394         because it is too dangerous since we do not do dynamic
30395         replugging.
30396
30397 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30398
30399         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30400
30401         * po/LINGUAS:
30402         * po/or.po:
30403           add Oriya translation
30404
30405 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30406
30407         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30408           Prevent overwrite of size member. Makes audio sound crappy.
30409
30410 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30411
30412         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30413         Add rmvb to the list of known RealMedia extensions
30414
30415 2004-10-05  Wim Taymans  <wim@fluendo.com>
30416
30417         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30418         (mngdec_openstream), (mngdec_closestream),
30419         (mngdec_handle_sink_event), (mngdec_readdata),
30420         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30421         (mngdec_getcanvasline), (mngdec_refresh),
30422         (gst_mngdec_change_state):
30423         Set the framerate correctly.
30424
30425 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30426
30427         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30428           There was something wrong with the index massaging.
30429
30430 2004-10-04  Wim Taymans  <wim@fluendo.com>
30431
30432         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30433         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30434         (gst_smokedec_chain):
30435         * ext/jpeg/gstsmokedec.h:
30436         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30437         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30438         * ext/jpeg/gstsmokeenc.h:
30439         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30440         (smokecodec_decode_new), (smokecodec_info_free),
30441         (smokecodec_set_quality), (smokecodec_get_quality),
30442         (smokecodec_set_threshold), (smokecodec_get_threshold),
30443         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30444         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30445         (smokecodec_encode), (smokecodec_parse_id),
30446         (smokecodec_parse_header), (smokecodec_decode):
30447         * ext/jpeg/smokecodec.h:
30448         * ext/jpeg/smokeformat.h:
30449         Updated smoke, new bitstream, allows embedding in ogg.
30450
30451 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30454           Fix seeking in some files. All this code is no longer needed (and
30455           actually breaks stuff) because we now synchronize the full index
30456           right when reading the header.
30457
30458 2004-10-04  Wim Taymans  <wim@fluendo.com>
30459
30460         * configure.ac:
30461         configure update for libmng.
30462
30463 2004-10-04  Wim Taymans  <wim@fluendo.com>
30464
30465         * ext/libmng/Makefile.am:
30466         * ext/libmng/gstmng.c: (plugin_init):
30467         * ext/libmng/gstmng.h:
30468         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30469         (gst_mngdec_base_init), (gst_mngdec_class_init),
30470         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30471         (gst_mngdec_loop), (gst_mngdec_get_property),
30472         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30473         (mngdec_closestream), (mngdec_handle_sink_event),
30474         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30475         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30476         (gst_mngdec_change_state):
30477         * ext/libmng/gstmngdec.h:
30478         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30479         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30480         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30481         (gst_mngenc_chain), (gst_mngenc_get_property),
30482         (gst_mngenc_set_property):
30483         * ext/libmng/gstmngenc.h:
30484         Added basic MNG decoder. Needs more work. The encoder does
30485         not work yet.
30486
30487 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30488
30489         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30490         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30491         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30492           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30493           no-more-pads.
30494
30495 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30496
30497         * configure.ac:
30498           you need at least 1.0.4 of speex
30499
30500 2004-10-04 Iain <iaingnome@gmail.com>
30501
30502         * ext/speex/gstspeexdec.h: Revert the includes changes.
30503
30504         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30505
30506 2004-09-30 Iain <iaingnome@gmail.com>
30507
30508         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30509         found during init or set as a property instead of hardcoding /dev/audio
30510
30511 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30512
30513         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30514         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30515         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30516         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30517         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30518         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30519         (gst_rmdemux_dump_data):
30520           Use debug category, fix EOS handling. filesrc ! rmdemux now
30521           works.
30522
30523 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30524
30525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30526         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30527         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30528           Improve allocation, cutting and sorting of the index. How takes a
30529           few seconds instead of minutes.
30530
30531 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30532
30533         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30534           fixed compilation
30535
30536 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * gst-libs/gst/riff/riff-media.c:
30539         (gst_riff_create_video_caps_with_data),
30540         (gst_riff_create_video_template_caps):
30541           Add wing commander format mimetype/fourccs.
30542         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30543           Don't crash if some value is 0.
30544
30545 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30546
30547         * gst-libs/gst/riff/riff-media.c:
30548         (gst_riff_create_video_caps_with_data),
30549         (gst_riff_create_video_template_caps):
30550           Add DIB fourcc (raw, palettized 8-bit RGB).
30551         * gst-libs/gst/riff/riff-read.c:
30552         (gst_riff_read_strf_vids_with_data):
30553           Oops, fix strf_data reading bug.
30554         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30555           Use a non-NULL tag.
30556         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30557           Time for hacks. Sorry Dave. At least one quicktime movie (a
30558           trailer) that I've encountered contains multiple video tracks.
30559           One of those is the actual video track, the other are one-frame
30560           tracks (images). Unfortunately, the number of frames according
30561           to the trak header is 1 for each, so that doesn't help. So
30562           instead, I look at the duration and discard tracks with a
30563           duration shorter than 20% of the length of the stream. Better
30564           than nothing.
30565
30566 2004-10-01  Christian Schaller <christian@fluendo.com>
30567
30568         * ext/ivorbis/vorbis.c:
30569           Patch from Phil Blundell (Bug 152341)
30570
30571 2004-10-01  Wim Taymans  <wim@fluendo.com>
30572
30573         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30574         (speex_dec_get_formats), (speex_dec_convert),
30575         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30576         (speex_dec_chain), (gst_speexdec_get_property),
30577         (gst_speexdec_set_property):
30578         Small cleanups.
30579
30580 2004-10-01  Wim Taymans  <wim@fluendo.com>
30581
30582         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30583         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30584         (gst_wavparse_other), (gst_wavparse_loop),
30585         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30586         (gst_wavparse_srcpad_event):
30587         * gst/wavparse/gstwavparse.h:
30588         Added some more debugging info.
30589         Fix the case where the length of the file is 0.
30590         Make sure we seek to sample borders.
30591
30592 2004-10-01  Wim Taymans  <wim@fluendo.com>
30593
30594         * gst/playback/README:
30595         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30596         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30597         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30598         Add some debug info to decodebin, update README
30599
30600 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30601
30602         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30603           Don't use g_print(); use GST_DEBUG().
30604
30605 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30606
30607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30608         (gst_ogg_mux_queue_pads):
30609           Handle EOS properly.
30610
30611 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30612
30613         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30616         (gst_faad_chain), (gst_faad_change_state):
30617         * ext/faad/gstfaad.h:
30618           Allow playback of raw (unframed) MPEG AAC files (#148993).
30619
30620 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30621
30622         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30623
30624         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30625           Throw error if we didn't recognize the stream. Fixes #152289.
30626
30627 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30628
30629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30630           Fix negotiation.
30631
30632 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30633
30634         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30635
30636         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30637           Fix memleak.
30638
30639 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30640
30641         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30642
30643         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30644           Solve #152805.
30645         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30646           Solve 152806.
30647
30648 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * gst-libs/gst/riff/riff-media.c:
30651         (gst_riff_create_video_caps_with_data),
30652         (gst_riff_create_audio_caps_with_data):
30653           Add codec_data handling (like asfdemux used to do).
30654         * gst/asfdemux/gstasf.c: (plugin_init):
30655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30656         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30657           Use riff-media for caps creation instead of our own (mostly
30658           broken) copy of its functions.
30659
30660 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30661
30662         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30663           Don't actually error out if we get another return value than
30664           -EINVAL. Opposite to what I first thought, drivers have random
30665           return values for this, although -EINVAL is the expected return
30666           value. Since this is not fatal, we shouldn't use
30667           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30668
30669 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30670
30671         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30672         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30673         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30674         (dvdreadsrc_get), (dvdreadsrc_open_file),
30675         (dvdreadsrc_change_state):
30676           Fix. Don't do one big huge loop around the whole DVD, that will
30677           cache all data and thus eat sizeof(dvd) (several GB) before we
30678           see something.
30679         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30680           Actually NULL'ify event after using it.
30681         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30682         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30683         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30684         (gst_ebml_read_seek), (gst_ebml_read_skip):
30685           Handle events.
30686         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30687         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30688         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30689           Fix timing (this will probably break if I seek using menus, but
30690           I didn't get there yet). VOBs and normal DVDs should now work.
30691           Add a mpeg2-only pad with high rank so this get autoplugged for
30692           MPEG-2 movies.
30693         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30694         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30695         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30696         (gst_mpeg_demux_get_audio_stream),
30697         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30698         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30699           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30700           MPEG-1 but use dvddemux for MPEG-2.
30701         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30702         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30703         (gst_mpeg_parse_parse_packhead):
30704           Timing. Only add pad template if it exists. Add sink template from
30705           class and not from ourselves. This means we will always use the
30706           correct sink template even if it is not the one defined in this
30707           file.
30708
30709 2004-09-29  Wim Taymans  <wim@fluendo.com>
30710
30711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30712         (gst_mpeg_demux_parse_pes):
30713         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30714         Fix playback of mpeg again, timestamps where screwed up by
30715         patch 1.61.
30716
30717 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30718
30719         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30720           Only return true if we actually filled something in. Prevents
30721           player applications from showing a random length for flac files.
30722         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30723         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30724         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30725         (gst_riff_read_strf_vids_with_data),
30726         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30727           OK, ok, so I implemented event handling. Apparently it's normal
30728           that we receive random events at random points without asking
30729           for it.
30730         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30731         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30732         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30733         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30734         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30735         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30736         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30737         * gst/avi/gstavidemux.h:
30738           Implement non-lineair chunk handling and subchunk processing.
30739           The first solves playback of AVI files where the audio and video
30740           data of individual buffers that we read are not synchronized.
30741           This should not happen according to the wonderful AVI specs, but
30742           of course it does happen in reality. It is also a prerequisite for
30743           the second. Subchunk processing allows us to cut chunks in small
30744           pieces and process each of these pieces separately. This is
30745           required because I've seen several AVI files with incredibly large
30746           audio chunks, even some files with only one audio chunk for the
30747           whole file. This allows for proper playback including seeking.
30748           This patch is supposed to fix all AVI A/V sync issues.
30749         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30750         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30751           Work.
30752         * gst/modplug/gstmodplug.cc:
30753           Proper return value setting for the query() function.
30754         * gst/playback/gstplaybasebin.c: (setup_source):
30755           Being in non-playing state (after, e.g., EOS) is not necessarily
30756           a bad thing. Allow for that. This fixes playback of short files.
30757           They don't actually playback fully now, because the clock already
30758           runs. This means that small files (<500kB) with a small length
30759           (<2sec) will still not or barely play. Other files, such as mod
30760           or flx, will work correctly, however.
30761
30762 2004-09-28  Wim Taymans  <wim@fluendo.com>
30763
30764         * ext/speex/gstspeex.c: (plugin_init):
30765         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30766         (gst_speex_dec_class_init), (speex_dec_get_formats),
30767         (speex_get_event_masks), (speex_get_query_types),
30768         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30769         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30770         (gst_speexdec_get_property), (gst_speexdec_set_property),
30771         (speex_dec_change_state):
30772         * ext/speex/gstspeexdec.h:
30773         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30774         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30775         (gst_speexenc_base_init), (gst_speexenc_class_init),
30776         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30777         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30778         (gst_speexenc_src_query), (gst_speexenc_init),
30779         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30780         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30781         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30782         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30783         (gst_speexenc_chain), (gst_speexenc_get_property),
30784         (gst_speexenc_set_property), (gst_speexenc_change_state):
30785         * ext/speex/gstspeexenc.h:
30786         Rewrote speex encoder, make sure it can be embedded in ogg.
30787         Implemented speex decoder.
30788
30789 2004-09-28  Christian Schaller <christian@fluendo.com>
30790
30791         * configure.ac:
30792         Remove kioslave plugin. Markey is brewing a new working one
30793         * ext/Makefile.am: Remove kioslave plugin
30794         * ext/kio: remove
30795         * gst-plugins.spec.in: remove kio plugin from spec
30796
30797 2004-09-27  Wim Taymans  <wim@fluendo.com>
30798
30799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30800         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30801         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30802         (gst_multifdsink_new_client),
30803         (gst_multifdsink_handle_client_write),
30804         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30805         (gst_multifdsink_handle_clients):
30806         * gst/tcp/gstmultifdsink.h:
30807         Make syncing to keyframes actually work for new clients and lagging
30808         clients.
30809
30810 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30811
30812         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30813         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30814         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30815         * gst/debug/gstnavigationtest.h:
30816           make navigationtest display button-press and button-release events
30817
30818 2004-09-26 Iain <iaingnome@gmail.com>
30819
30820         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30821         the channels have received a new media event.
30822         (interleave_buffered_loop): Compresses a new media event on all
30823         channels into one.
30824
30825 2004-09-26 Iain <iaingnome@gmail.com>
30826
30827         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30828         call the sinkpad's default event handler and not the srcpads. He also
30829         says this is confusing :)
30830         (gst_wavenc_stop_file): Company says that seek events only go upstream
30831         we should send a discontinuous downstream instead.
30832
30833 2004-09-25  Christian Schaller <christian@fluendo.com>
30834
30835         * Update SPEC file to be usable in conjunction with Fedora Core,
30836           Fedora.us and freshrpms packages
30837         * Fix typo in multifilesrc test Makefile
30838
30839 2004-09-24  Wim Taymans  <wim@fluendo.com>
30840
30841         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30842         Only signal the no_more_pads signal when we have
30843         added the stream to our list.
30844
30845 2004-09-24  Wim Taymans  <wim@fluendo.com>
30846
30847         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30848         (new_decoded_pad):
30849         * gst/playback/gstplaybasebin.h:
30850         * gst/playback/gstplaybin.c: (setup_sinks):
30851         Don't try to preroll or decode more than one audio/video
30852         track.
30853
30854 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30855
30856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30857           Throw error if we failed to find a suitable output. This should
30858           throw an error if we successfully set up a pipeline (e.g. because
30859           we recognized a media file) but found no decodable streams in it
30860           (e.g. because it contains only media stream types for which we
30861           have no decoders, or because it's not a media type).
30862
30863 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30864
30865         * ext/dirac/Makefile.am:
30866         * ext/dirac/gstdirac.cc:
30867         * ext/dirac/gstdiracdec.cc:
30868         * ext/dirac/gstdiracdec.h:
30869           Do something. Don't actually know if this works because I don't
30870           have a demuxer yet.
30871         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30872           Add channels=1 to caps returned from _getcaps().
30873         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30874         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30875         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30876         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30877         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30878         (gst_ogm_parse_change_state):
30879           Separate between audio/video so ogmaudioparse actually uses the
30880           audio pad templates. Both audio and video work now, including
30881           autoplugging. Also use sometimes-srcpad hack.
30882         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30883           Handle events better. Don't hang on infinite loops.
30884         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30885         (gst_avi_demux_init), (gst_avi_demux_reset),
30886         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30887         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30888         (gst_avi_demux_change_state):
30889         * gst/avi/gstavidemux.h:
30890           Improve A/V sync. Still not perfect.
30891         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30892         (gst_ebml_read_skip):
30893           Handle events better.
30894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30895         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30896         (qtdemux_audio_caps):
30897           Add IMA4. Improve event handling. Save offset after a seek when
30898           the headers are at the end of the file so that we don't end up in
30899           an infinite loop.
30900         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30901           Add low-priority typefind support for files with no length.
30902
30903 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30904
30905         * testsuite/multifilesink/Makefile.am:
30906         fix typo
30907
30908 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30909
30910         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30912         mistakes from thaytan's patches.
30913
30914 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30915
30916         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30917           For completeness, XSync in the destroy function as xvimage does.
30918
30919 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30920
30921         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30922            Correct caps negotiation
30923         * gst/volume/gstvolume.c: (volume_chain_float),
30924         (volume_chain_int16):
30925            Modify debug output to be little more informative
30926         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30928         (gst_xvimagesink_xvimage_destroy):
30929           Add XSync calls after detaching from the shared memory segment to
30930           avoid a crash.
30931
30932 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30933
30934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30935         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30936         * ext/vorbis/vorbis.c: (plugin_init):
30937         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30938         (gst_vorbisenc_chain):
30939         * ext/vorbis/vorbisenc.h:
30940         remove explicit newmedia support from oggmux and vorbisenc
30941         add debug category to vorbisenc
30942         * gst/multifilesink/gstmultifilesink.c:
30943         (gst_multifilesink_class_init), (gst_multifilesink_init),
30944         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30945         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30946         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30947         (plugin_init):
30948         * gst/multifilesink/gstmultifilesink.h:
30949         add support for streamheader in multifilesink
30950
30951 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30952
30953         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30954         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30955         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30956           Prevent infinite loops. More correct error reporting.
30957         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30958           Error out if negotiation fails.
30959         * gst/playback/gstplaybasebin.c: (setup_source),
30960         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30961         (gst_play_base_bin_found_tag):
30962           Error/tag forwarding. Pre-roll fixes for source errors on state
30963           changes (e.g. "file does not exist") to prevent hangs.
30964
30965 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30966
30967         * testsuite/multifilesink/Makefile.am:
30968         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30969         (gst_newmedia_class_init), (gst_newmedia_init),
30970         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30971         (newfile_signal), (test_signal), (main):
30972         * testsuite/multifilesink/multifilesrc_test.c: (main):
30973         * testsuite/multifilesink/oggtheora_test.c:
30974         (gst_newmedia_base_init), (gst_newmedia_class_init),
30975         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30976         (test_format), (newfile_signal), (test_signal), (main):
30977         * testsuite/multifilesink/oggvorbis_test.c:
30978         (gst_newmedia_base_init), (gst_newmedia_class_init),
30979         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30980         (test_format), (newfile_signal), (test_signal), (main):
30981         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30982         (gst_newmedia_class_init), (gst_newmedia_init),
30983         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30984         (newfile_signal), (test_signal), (main):
30985         New media tests
30986
30987 2004-09-20  Christian Schaller <christian@fluendo.com>
30988
30989         * Fix mikmod license to LGPL as they have relicensed
30990         * Move Dirac and Effectv into LGPL section of README_license
30991
30992 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30993
30994         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30995         (gst_mad_change_state):
30996           Allow for mp3 rate/channels changes. However, only very
30997           conservatively. Reason that we *have* to enable this is smiply
30998           because the mad find_sync() function is not good enough, it will
30999           regularly sync on random data as valid frames and therefore make
31000           us provide random caps as *final* caps of the stream. The best fix
31001           I could think of is to simply require several of the same stream
31002           changes in a row before we change caps.
31003           The actual testcase that works now is #
31004         * ext/ogg/Makefile.am:
31005         * ext/ogg/gstogg.c: (plugin_init):
31006         * ext/ogg/gstogmparse.c:
31007           OGM support (video only for now; I need an audio sample file).
31008         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31009         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31010         (gst_asf_demux_add_video_stream):
31011           WMV extradata.
31012         * gst/playback/gstplaybasebin.c: (unknown_type):
31013           Don't error out on single unknown-types after all. It's wrong.
31014           If we found type of video and audio but not of a subtitle stream,
31015           it will still error out (which is unwanted). Will find a better fix
31016           later on.
31017         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31018         (ogmaudio_type_find), (plugin_init):
31019           OGM support.
31020
31021 2004-09-20  Johan Dahlin  <johan@gnome.org>
31022
31023         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31024         after setting caps.
31025
31026 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31027
31028         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31029         * gst/wavenc/gstwavenc.h:
31030         Added newmedia support to wavenc
31031
31032 2004-09-17  Wim Taymans  <wim@fluendo.com>
31033
31034         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31035         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31036         (gst_fdset_fd_can_write), (gst_fdset_wait):
31037         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31038         (gst_multifdsink_init), (gst_multifdsink_add),
31039         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31040         (gst_multifdsink_remove_client_link),
31041         (gst_multifdsink_client_queue_buffer),
31042         (gst_multifdsink_handle_client_write),
31043         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31044         (gst_multifdsink_close), (gst_multifdsink_change_state):
31045         * gst/tcp/gstmultifdsink.h:
31046         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31047         (gst_tcpserversink_removed):
31048         Small cleanups in fdset.c
31049         Use a hastable to map fd to the client structure for faster
31050         lookup in _remove and get_stats.
31051         Added virtual function to close the fds.
31052         Handle clients even when the select/poll call was unblocked because
31053         of a command.
31054         Implement syncing to keyframe in the recovery procedure.
31055
31056 2004-09-16 Iain <iaingnome@gmail.com>
31057
31058         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31059         try caps.
31060
31061 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31062
31063         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31064           Caps are only set if the type of the stream is unknown, but this
31065           is initialized in ->init_stream(), so set to UNKNOWN after calling
31066           ->init_stream() so that capsnego starts.
31067
31068 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31069
31070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31071         (gst_avi_demux_stream_data):
31072           Just hardcode for raw audio then. AVI audio sucks.
31073
31074 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31075
31076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31077         * gst/matroska/matroska-mux.c: (audiosink_templ),
31078         (gst_matroska_mux_audio_pad_link):
31079         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31080         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31081
31082 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31083
31084         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31085         (gst_avi_demux_stream_data):
31086           Try to fix a/v sync issues.
31087
31088 2004-09-15  David Schleef  <ds@schleef.org>
31089
31090         * configure.ac: remove NASM check, since we don't use it.  Update
31091         dirac check to 0.4
31092         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31094         Initialized variables.
31095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31096         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31097         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31098         SVQ3 format
31099
31100 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31101
31102         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31103         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31104         * gst/avi/gstavidemux.h:
31105           Fix for compressed audio (mp3) timestamp generation. How did this
31106           ever work?
31107
31108 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31109
31110         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31111           Volume is a double not a float.
31112
31113 2004-09-15  Wim Taymans  <wim@fluendo.com>
31114
31115         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31116         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31117         Don't close the fd in multifdsink as we didn't open it in the
31118         first place. Some cleanups.
31119
31120 2004-09-15  Wim Taymans  <wim@fluendo.com>
31121
31122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31124         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31125         Fix the case where the muxer would mark pages as delta
31126         frames when they are not (vorbis only ogg).
31127
31128 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31129
31130         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31131         (gst_play_base_bin_change_state):
31132           Handle the case where we failed to setup a clear pipeline. This
31133           will throw an error (or EOS, another nice case) and if you don't
31134           catch that, the app will wait for the signal forever (and thus
31135           hang).
31136
31137 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31138
31139         * ext/gnomevfs/gstgnomevfssink.c:
31140         (gst_gnomevfssink_uri_get_protocols):
31141         * ext/gnomevfs/gstgnomevfssrc.c:
31142         (gst_gnomevfssrc_uri_get_protocols):
31143         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31144         * ext/gnomevfs/gstgnomevfsuri.h:
31145           Use _uri_new() instead of _open(), so it doesn't take as long and
31146           Christophe's computer won't hang.
31147         * gst/playback/gstplaybasebin.c: (unknown_type):
31148           Throw error on unknown media type, so apps actually display it.
31149
31150 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31151
31152         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31153           this script to work on Solaris since bash shell handles echo
31154           differenly than bash.
31155
31156 2004-09-17  Wim Taymans  <wim@fluendo.com>
31157
31158         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31159         (setup_source), (gst_play_base_bin_set_property),
31160         (gst_play_base_bin_add_element):
31161         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31162         Some more work on making sure seeking pauses the pipeline and
31163         that changing the uri actually does something.
31164
31165 2004-09-17  Wim Taymans  <wim@fluendo.com>
31166
31167         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31170         (gst_tcpserversink_close):
31171         Be a bit more paranoid when freeing memory.
31172
31173 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31174
31175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31176         (qtdemux_parse_trak):
31177           Don't crash by dividing by zero (see sample movie in #126922).
31178
31179 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31180
31181         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31182           Don't touch non-existing data (fixes crash on file in #140147).
31183
31184 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31185
31186         * gst/playback/gstplaybasebin.c:
31187         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31188           Handle double disposals, and proper change of URIs.
31189
31190 2004-09-13  Martin Eikermann <meiker@upb.de>
31191
31192         * gst/mpegstream/gstmpegparse.c:
31193           fix synchronistation for streams recorded from digital PCR
31194           fixes bug #119376
31195
31196 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31197
31198         * ext/gnomevfs/Makefile.am:
31199         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31201         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31202         (gst_gnomevfssink_uri_get_type),
31203         (gst_gnomevfssink_uri_get_protocols),
31204         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31205         (gst_gnomevfssink_uri_handler_init),
31206         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31207         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31208         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31209         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31210         (gst_gnomevfssrc_uri_get_type),
31211         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31212         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31213         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31214         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31215         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31216         * ext/gnomevfs/gstgnomevfsuri.h:
31217           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31218           of fake URIs to see which this version of Gnome-VFS likes, and
31219           uses that for the Gst-URI interface. Makes playbin support http://
31220           streams. Also fix up some stupid behaviour in gnomevfssrc.
31221
31222 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31223
31224         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31225         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31226         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31227         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31228           Update mixer (to sync with other sessions) if we try to obtain
31229           a new value. This makes alsamixer work accross applications.
31230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31231           Only call sync functions if we're running, else alsalib asserts.
31232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31233           Sometimes fails to compile. Possibly a gcc bug.
31234         * gst/playback/gstplaybin.c: (gen_video_element),
31235         (gen_audio_element):
31236           Add a reference to an application-provided object, because we lose
31237           this same reference if we add it to the bin. If we don't do this,
31238           we can only use this object once and thus crash if we go from
31239           ready to playing, back to ready and back to playing again.
31240           Also add an audioscale element because several cheap soundcards -
31241           like mine - don't support all samplerates.
31242         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31243         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31244           Fix wrong order or PAR calls. Makes automatically obtained PAR
31245           from the X server atually being used.
31246
31247 2004-09-12  David Schleef  <ds@schleef.org>
31248
31249         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31250         #151887, #152102, #152247.
31251         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31252         * examples/seeking/cdparanoia.c: same
31253         * examples/seeking/cdplayer.c: same
31254         * examples/seeking/seek.c: same
31255         * examples/seeking/spider_seek.c: same
31256         * examples/seeking/vorbisfile.c: same
31257         * examples/stats/mp2ogg.c: same
31258         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31259         (gst_esdsink_dispose): Dispose of element properly.
31260         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31261         fixes.
31262         * ext/nas/nassink.c: (gst_nassink_class_init),
31263         (gst_nassink_dispose): Dispose of element correctly.
31264         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31265         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31266         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31267         Fix 64-bit warning.
31268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31269         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31270         Fix 64-bit warning.
31271
31272 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31273
31274         * configure.ac : change speex detection as 1.1.6 now uses
31275           .pc/pkg-config and they changed their headers location.
31276
31277 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31278
31279         * gst/matroska/matroska-mux.h:
31280         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31281         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31282         (gst_matroska_mux_write_data):
31283           Write multiple blocks/frames per cluster.
31284                 Write meta-seek information (seek heads).
31285
31286 2004-09-09  Scott Wheeler <wheeler@kde.org>
31287
31288         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31289         (gst_play_bin_set_property), (gst_play_bin_get_property),
31290         (gen_audio_element), (gen_audio_element):
31291           Add a volume element / property to the pipeline.
31292
31293 2004-09-07  Wim Taymans  <wim@fluendo.com>
31294
31295         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31296         Copy timestamps from the master pad to the output buffers.
31297
31298 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31299
31300         * ext/raw1394/gstdv1394src.c:
31301           throw errors when applicable
31302
31303 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31304
31305         * gst/matroska/ebml-ids.h:
31306         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31307         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31308         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31309           automatically convert unix time <-> ebml time when reading/writing
31310           a date, use gst_ebml_write_uint to write CUETIME,
31311           not gst_ebml_write_date.
31312         * gst/matroska/matroska-ids.h:
31313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31314         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31315         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31316         (gst_matroska_mux_write_data):
31317           Write track and segment UIDs, write muxing date, write
31318           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31319           Create cues for audio only files.
31320
31321 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31322
31323         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31324         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31325           Re-commit ALSA switches.
31326         * gst/adder/gstadder.c: (gst_adder_loop):
31327           64-bit fix (#151416).
31328         * gst/debug/progressreport.c: (gst_progressreport_report):
31329           64-bit fix (#151419).
31330         * gst/matroska/matroska-demux.c:
31331         (gst_matroska_demux_parse_contents):
31332           64-bit fix (#151420).
31333         * gst/playback/test3.c: (update_scale):
31334           64-bit fix (#151421).
31335
31336 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31337
31338         * configure.ac:
31339           bump nano to cvs
31340
31341 === release 0.8.4 ===
31342
31343 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31344
31345         * configure.ac: releasing 0.8.4, "Alias"
31346
31347 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31348
31349         * ext/theora/Makefile.am:
31350           fix makefile.  Fixes #151462.
31351
31352 2004-08-30  Wim Taymans  <wim@fluendo.com>
31353
31354         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31356         (gst_multifdsink_remove_client_link),
31357         (gst_multifdsink_client_queue_buffer),
31358         (gst_multifdsink_handle_client_write):
31359         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31360         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31361         Fix some memory leaks.
31362
31363 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31364
31365         Patch by: David Schleef
31366
31367         * configure.ac:
31368         * sys/Makefile.am:
31369           rename our detection macro for V4L2.  Fixes #151236.
31370
31371 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31372
31373         Patch by: David Schleef
31374
31375         * configure.ac:
31376           check to define LAMEPRESET.  Fixes #151232.
31377
31378 2004-08-27  David Schleef  <ds@schleef.org>
31379
31380         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31381         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31382         (gst_glimagesink_fixate):  Move local variable declarations to
31383         make gcc-2.95 happy.
31384
31385 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31386
31387         * configure.ac:
31388           bump nano for prerelease
31389
31390 2004-08-27  David Schleef  <ds@schleef.org>
31391
31392         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31393         * sys/sunaudio/gstsunaudiosrc.c:
31394         * sys/sunaudio/gstsunaudiosrc.h:
31395
31396 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31397
31398         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31399         handle EOS correctly
31400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31401         * gst/matroska/matroska-mux.h:
31402         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31403         VFW compatibility mode
31404
31405 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31406
31407         patch by: Zaheer Abbas Merali
31408
31409         * ext/ogg/gstoggmux.c:
31410         * ext/vorbis/vorbisenc.c:
31411         * ext/vorbis/vorbisenc.h:
31412           handle NEWMEDIA
31413
31414 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31415
31416         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31417         fix byte order reversion on little endian machines.
31418         * gst/matroska/matroska-mux.c: (audiosink_templ),
31419         (gst_matroska_mux_audio_pad_link):
31420         add TTA codec to the list of supported codecs.
31421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31422         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31423         (gst_matroska_mux_write_data):
31424         * gst/matroska/matroska-mux.h:
31425         write segment duration correctly, write muxing app string, fixes bugs
31426         #140897 and #140898.
31427         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31428         wait for all pads to be negotiated before starting to mux.
31429
31430 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31431
31432         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31433         * ext/lame/gstlame.h:
31434         Added new media support to lame
31435
31436 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31437
31438         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31439         send vorbis headers at the beginning of a stream, fixes bug #141554.
31440         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31441         bug #148950.
31442         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31443         (gst_matroska_demux_plugin_init):
31444         * gst/matroska/matroska-ids.h:
31445         enable demuxing of TTA audio streams, fixes bug #148951.
31446         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31447         enable typefinding for TTA audio files, fixes bug #148711.
31448         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31449         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31450         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31451
31452 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31453
31454         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31455         (gst_riff_read_element_data), (gst_riff_read_seek),
31456         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31457         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31458         <teuf@gnome.org>
31459
31460 2004-08-23 Iain <iaingnome@gmail.com>
31461
31462         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31463         tags. They appear to be handled differently to normal.
31464         (tag_list_to_id3_tag_foreach): Ditto.
31465
31466 2004-08-22  Wim Taymans  <wim@fluendo.com>
31467
31468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31469         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31470         Make sure we never send -1 granulepos.
31471
31472 2004-08-20  Wim Taymans  <wim@fluendo.com>
31473
31474         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31475         (gst_ogg_mux_loop):
31476         I will accept bitchslappings with non sharp objects.
31477
31478 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31479
31480         * configure.ac:
31481         Clean up the test for lame presets
31482
31483 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31484
31485         * configure.ac:
31486         * ext/lame/Makefile.am:
31487         * ext/lame/gstlame.c: (gst_lame_class_init),
31488         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31489         Only enable lame presets if version of lame has presets in API
31490
31491 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31492         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31493         * gst/udp/gstudpsrc.h:
31494           Don't call gst_pad_push in a get function. Fixes #150449
31495
31496 2004-08-18  Wim Taymans  <wim@fluendo.com>
31497
31498         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31499         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31500         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31501         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31502         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31503         (gst_fdset_wait):
31504         * gst/tcp/gstfdset.h:
31505         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31506         (gst_multifdsink_client_queue_buffer),
31507         (gst_multifdsink_handle_client_write):
31508         * gst/tcp/gstmultifdsink.h:
31509         Some extra checks in gstfdset.
31510         Only use send() when the fd is a socket. Don't try to
31511         read from write only fds.
31512
31513 2004-08-18  Wim Taymans  <wim@fluendo.com>
31514
31515         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31516         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31517         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31518         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31519         (gst_fdset_wait):
31520         Add more locking and bounds checking.
31521
31522 2004-08-18  Wim Taymans  <wim@fluendo.com>
31523
31524         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31525         Realloc test fdset in the lock and right before starting
31526         the poll call. Bump the limit to 4096.
31527
31528 2004-08-17  David Schleef  <ds@schleef.org>
31529
31530         * sys/sunaudio/Makefile.am:
31531         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31532         of rates and channels.  Make debugging less obnoxious.
31533
31534         Patch from Balamurali Viswanathan implementing a mixer for
31535         Sun audio.  (bug #144091):
31536         * sys/sunaudio/gstsunelement.c:
31537         * sys/sunaudio/gstsunelement.h:
31538         * sys/sunaudio/gstsunmixer.c:
31539         * sys/sunaudio/gstsunmixer.h:
31540
31541 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31542
31543         * gst/audioscale/gstaudioscale.c:
31544         * gst/audioscale/gstaudioscale.h:
31545         made audioscale resample from any sample rate to any sample rate
31546
31547 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31548
31549         * ext/libpng/gstpngdec.c:
31550           error out on unsupported types
31551
31552 2004-08-17  Iain <iaingnome@gmail.com>
31553
31554         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31555         mid_side and loose_mid_side properties if its a stereo stream.
31556
31557 2004-08-17  Wim Taymans  <wim@fluendo.com>
31558
31559         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31560         (theora_get_formats), (theora_dec_src_convert),
31561         (theora_dec_sink_convert), (theora_dec_src_query),
31562         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31563         Add a debug line.
31564
31565 2004-08-17  Wim Taymans  <wim@fluendo.com>
31566
31567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31568         (gst_ogg_pad_push):
31569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31570         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31571         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31572         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31573         Mark delta units in the muxer.
31574         Try to decode the packet after an out-of-sync error from
31575         libogg.
31576
31577 2004-08-17  Wim Taymans  <wim@fluendo.com>
31578
31579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31580         (gst_multifdsink_init), (gst_multifdsink_add),
31581         (gst_multifdsink_client_queue_buffer),
31582         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31583         * gst/tcp/gstmultifdsink.h:
31584         Added option to send a keyframe to clients as the first buffer.
31585         Make timeout property writable.
31586
31587 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31588
31589         patch by: Wim Taymans
31590
31591         * gst/tcp/gstfdset.c:
31592         * gst/tcp/gstmultifdsink.c:
31593           fix index comparison, should include 0
31594
31595 2004-08-16  Wim Taymans  <wim@fluendo.com>
31596
31597         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31598         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31599         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31600         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31601         (gst_fdset_wait):
31602           copy when reallocing for poll so the select arguments don't get
31603           changed during the call
31604
31605 2004-08-16  Wim Taymans  <wim@fluendo.com>
31606
31607         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31608         (gst_theora_enc_class_init), (theora_enc_sink_link),
31609         (theora_buffer_from_packet), (theora_enc_chain):
31610         Fix bug where buffers were not marked as keyframes
31611         correctly.
31612
31613 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31614
31615         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31616         (gst_lame_preset_get_type), (gst_lame_class_init):
31617         describe the enum values for vbr mode and presets more verbosely
31618
31619 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31620
31621         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31622         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31623         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31624         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31625         * ext/lame/gstlame.h:
31626         add preset property to lame so it can use lame presets
31627
31628 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31629
31630         * ext/lame/gstlame.c: (gst_lame_get_property):
31631         whoops forgot break, thanks teuf
31632
31633 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31634
31635         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31636         (gst_lame_class_init), (gst_lame_src_getcaps),
31637         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31638         (gst_lame_get_property), (gst_lame_setup):
31639         * ext/lame/gstlame.h:
31640         fix lame's broken vbr stuff, allow it to resample if need be, and also
31641         make xing header optional
31642
31643 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31644
31645         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31646         added getcaps function so samplerate doesnt get fixated to silly values
31647
31648 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31649
31650         * ext/lame/gstlame.c: (gst_lame_src_link):
31651         revert previous fix
31652
31653 2004-08-12  Johan Dahlin  <johan@gnome.org>
31654
31655         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31656         checks. Doesn't matter what state we are in. Interfaces are a
31657         compile time thing, not runtime. It also broke the python bindings.
31658
31659 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31660
31661         * ext/lame/gstlame.c: (gst_lame_src_link):
31662         made source pad link function check if sinkpad is ok..fixes the problem
31663         where core fixates the output rate of lame stupidly
31664
31665 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31666
31667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31668         * sys/v4l/v4l_calls.c:
31669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31670           fix fixate function to handle nonsimple caps.
31671           remove bogus check in _link
31672           cleanups
31673
31674 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31675
31676         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31677         set default compression ratio parameter to 0.0 so bitrate parameter
31678         works :)
31679
31680 2004-08-11  David Schleef  <ds@schleef.org>
31681
31682         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31683
31684 2004-08-11  David Schleef  <ds@schleef.org>
31685
31686         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31687         before.
31688
31689 2004-08-11  David Schleef  <ds@schleef.org>
31690
31691         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31692
31693 2004-08-11  David Schleef  <ds@schleef.org>
31694
31695         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31696           license field
31697         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31698         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31699           LGPL.
31700         * gst/auparse/gstauparse.c: Fix plugin license field.
31701         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31702         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31703         * gst/rtp/gstrtp.c: Fix plugin license field.
31704
31705 2004-08-11  Wim Taymans  <wim@fluendo.com>
31706
31707         * gst/tcp/Makefile.am:
31708         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31709         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31710         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31711         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31712         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31713         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31714         (gst_fdset_fd_can_write), (gst_fdset_wait):
31715         * gst/tcp/gstfdset.h:
31716         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31717         (gst_multifdsink_class_init), (gst_multifdsink_init),
31718         (gst_multifdsink_add), (gst_multifdsink_remove),
31719         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31720         (gst_multifdsink_remove_client_link),
31721         (gst_multifdsink_handle_client_read),
31722         (gst_multifdsink_client_queue_data),
31723         (gst_multifdsink_client_queue_caps),
31724         (gst_multifdsink_client_queue_buffer),
31725         (gst_multifdsink_handle_client_write),
31726         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31727         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31728         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31729         (gst_multifdsink_close):
31730         * gst/tcp/gstmultifdsink.h:
31731         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31732         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31733         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31734         (gst_tcpserversink_close):
31735         * gst/tcp/gsttcpserversink.h:
31736         Abstracted away the select call, implemented poll (yes we ran into
31737         the 1024 limit in production).
31738
31739 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31740
31741         * gst/tcp/gsttcp.c:
31742         * gst/tcp/gsttcpplugin.c:
31743           improve debuggging, remove assert
31744
31745 2004-08-10  Wim Taymans  <wim@fluendo.com>
31746
31747         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31748         (gst_client_status_get_type), (gst_multifdsink_class_init),
31749         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31750         (gst_multifdsink_handle_client_read),
31751         (gst_multifdsink_handle_client_write),
31752         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31753         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31754         (gst_multifdsink_get_property):
31755         * gst/tcp/gstmultifdsink.h:
31756         * gst/tcp/gsttcp-marshal.list:
31757         Starting to prepare for specifying buffer time in other units
31758         than buffers. Expose remove reason in signal.
31759
31760 2004-08-10  Wim Taymans  <wim@fluendo.com>
31761
31762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31763         (gst_multifdsink_remove), (gst_multifdsink_clear),
31764         (gst_multifdsink_remove_client_link),
31765         (gst_multifdsink_handle_client_read),
31766         (gst_multifdsink_client_queue_data),
31767         (gst_multifdsink_client_queue_buffer),
31768         (gst_multifdsink_handle_client_write),
31769         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31770         (gst_multifdsink_chain), (gst_multifdsink_close):
31771         * gst/tcp/gstmultifdsink.h:
31772         Added more debugging info. Changed the way clients are
31773         removed from the lists. Fixed a bug where a bad file descriptor
31774         could cause many clients to be removed.
31775
31776 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31777
31778         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31779           allow all pixel-aspect-ratios, not just 1:1
31780
31781 2004-08-09  David Schleef  <ds@schleef.org>
31782
31783         * sys/glsink/ARB_multitexture.h:  Remove old files.
31784         * sys/glsink/EXT_paletted_texture.h:
31785         * sys/glsink/NV_register_combiners.h:
31786         * sys/glsink/gstgl_nvimage.c:
31787         * sys/glsink/gstgl_pdrimage.c:
31788         * sys/glsink/gstgl_rgbimage.c:
31789         * sys/glsink/gstglsink.c:
31790         * sys/glsink/gstglsink.h:
31791         * sys/glsink/gstglxwindow.c:
31792         * sys/glsink/regcomb_yuvrgb.c:
31793
31794 2004-08-09  David Schleef  <ds@schleef.org>
31795
31796         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31797         GL sink plugin.  (Bug #147302)
31798
31799         * configure.ac: Test for OpenGL
31800         * sys/Makefile.am: Use test for OpenGL
31801         * sys/glsink/Makefile.am:
31802         * sys/glsink/glimagesink.c: rewrite
31803         * sys/glsink/glimagesink.h: rewrite
31804
31805 2004-08-09  David Schleef  <ds@schleef.org>
31806
31807         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31808         sane framerates.
31809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31811         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31812
31813 2004-08-09  Wim Taymans  <wim@fluendo.com>
31814
31815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31816         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31817         (gst_multifdsink_client_remove),
31818         (gst_multifdsink_handle_client_read),
31819         (gst_multifdsink_handle_client_write),
31820         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31821         Do a bit more logging, make the client_read code more robust.
31822
31823 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31824
31825         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31826         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31827         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31828         (gst_jpegdec_init), (gst_jpegdec_chain):
31829         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31830         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31831           cleanups, debugging fixes and memleak plugging
31832
31833 2004-08-09  Wim Taymans  <wim@fluendo.com>
31834
31835         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31836         (theora_get_formats), (theora_dec_src_convert),
31837         (theora_dec_sink_convert), (theora_dec_src_query),
31838         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31839         (theora_dec_change_state):
31840         Don't crash on missing header packets.
31841
31842 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31843
31844         * po/LINGUAS:
31845         * po/sq.po:
31846           Added Albanian translation (Laurent Dhima)
31847         * po/cs.po:
31848           updated
31849
31850 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31851
31852         * ext/lame/gstlame.c:
31853           fix/add debugging
31854
31855 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31856
31857         * sys/ximage/ximagesink.c:
31858         * sys/xvimage/xvimagesink.c:
31859           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31860
31861 2004-08-06  Wim Taymans  <wim@fluendo.com>
31862
31863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31864         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31865         (gst_multifdsink_client_remove),
31866         (gst_multifdsink_handle_client_read),
31867         (gst_multifdsink_handle_client_write),
31868         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31869         Make sure we don't try to read more from a client that what
31870         ioctl says us or we deadlock.
31871
31872 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31873
31874         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31875         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31876         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31877           decouple running_time and n_frames so it can handle changing
31878           framerate while running
31879
31880 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31881
31882         * po/nl.po:
31883         * po/sv.po:
31884           updated translations
31885
31886 2004-08-04  Benjamin Otte  <otte@gnome.org>
31887
31888         * gst/videotestsrc/gstvideotestsrc.c:
31889         (gst_videotestsrc_get_capslist), (generate_capslist),
31890         (plugin_init):
31891           generate the list of supported caps at startup and reuse it instead
31892           of always generating it
31893
31894 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31895
31896         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31897           whoops, last checkin broke normal build
31898
31899 2004-08-03  Benjamin Otte  <otte@gnome.org>
31900
31901         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31902         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31903         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31904         (gst_alsa_mixer_get_option):
31905         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31906         (dvdnavsrc_print_event):
31907         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31909         (gst_ogg_mux_pad_unlink):
31910         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31911         (gst_multipart_mux_pad_unlink):
31912         * gst/videofilter/gstvideobalance.c:
31913         (gst_videobalance_colorbalance_set_value):
31914         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31915         (gst_videomixer_pad_unlink):
31916         * po/uk.po:
31917         * sys/oss/gstossmixer.c:
31918         * sys/v4l/gstv4lcolorbalance.c:
31919         * sys/v4l/gstv4ltuner.c:
31920         * sys/v4l/v4lsrc_calls.c:
31921         * sys/v4l2/gstv4l2colorbalance.c:
31922         * sys/v4l2/gstv4l2tuner.c:
31923           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31924
31925 2004-08-03  Benjamin Otte  <otte@gnome.org>
31926
31927         * examples/dynparams/filter.c: (ui_control_create):
31928         * examples/gstplay/player.c: (print_tag):
31929         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31930         * ext/gdk_pixbuf/gstgdkanimation.c:
31931         (gst_gdk_animation_iter_may_advance):
31932         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31933         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31934         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31935         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31936         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31937         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31938         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31939         * gst/sine/demo-dparams.c: (main):
31940         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31941         * testsuite/alsa/formats.c: (create_pipeline):
31942         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31943           fixes for G_DISABLE_ASSERT and friends
31944         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31945         (mp3_type_frame_length_from_header), (mp3_type_find),
31946         (plugin_init):
31947           require mp3 typefinding to have at least MIN_HEADERS valid headers
31948           add typefinding for AAC adts files
31949
31950 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31951
31952         * sys/ximage/ximagesink.c:
31953         (gst_ximagesink_calculate_pixel_aspect_ratio):
31954         * sys/xvimage/xvimagesink.c:
31955         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31956         Make sure we calculate pixel-aspect-ratio using floating point maths
31957
31958 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31959
31960         * po/uk.po:
31961           updated translation
31962
31963 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31964
31965         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31967           add debugging for display PAR calculation
31968
31969 2004-08-02  David Schleef  <ds@schleef.org>
31970
31971         * configure.ac: Fix mikmod CFLAGS.
31972
31973 2004-07-27  Benjamin Otte  <otte@gnome.org>
31974
31975         * gst/audioscale/gstaudioscale.c:
31976         - fix templates to only support S16, it's the only format that works
31977         - make caps nego code use try_set_caps_nonfixed and fixation instead
31978         of try_set_caps twice, which is not nice for autopluggers
31979         - change rank to secondary, so autopluggers can pick it up after
31980         audioconvert
31981
31982 2004-08-02  Iain <iain@prettypeople.org>
31983
31984         * gst/interleave/interleave.c (interleave_init),
31985         (interleave_request_new_pad),
31986         (interleave_pad_removed),
31987         (interleave_buffered_loop): Use the real pad count, not the artificial
31988         one.
31989
31990 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31991
31992         * configure.ac: bump nano back to development
31993
31994 === release 0.8.3 ===
31995
31996 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31997
31998         * configure.ac: releasing 0.8.3, "Water"
31999
32000 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32001
32002         * sys/xvimage/xvimagesink.c:
32003         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32004         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32005         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32006         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32007         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32008         * sys/xvimage/xvimagesink.h:
32009           apply similar PAR fixes as to ximagesink
32010
32011 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32012
32013         patch from: Benjamin Otte
32014
32015         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32016           add link function to lame.  Fixes #148986.
32017
32018 2004-08-02  Johan Dahlin  <johan@gnome.org>
32019
32020         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32021         fix debugging log
32022
32023 2004-07-30  David Schleef  <ds@schleef.org>
32024
32025         * gst/videomixer/Makefile.am: Fix things that should have been
32026         fixed in the last checkin.
32027
32028 2004-07-30  David Schleef  <ds@schleef.org>
32029
32030         * gst/multipart/Makefile.am: Fix things that should have been
32031         fixed in the last checkin.
32032
32033 2004-07-30  David Schleef  <ds@schleef.org>
32034
32035         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32036
32037 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32038
32039         * configure.ac:
32040           bump nano for prerelease
32041         * po/af.po:
32042         * po/az.po:
32043         * po/cs.po:
32044         * po/en_GB.po:
32045         * po/hu.po:
32046         * po/nl.po:
32047         * po/sr.po:
32048         * po/sv.po:
32049         * po/uk.po:
32050           updates
32051
32052 2004-07-30  Wim Taymans  <wim@fluendo.com>
32053
32054         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32055         (gst_multifdsink_add), (gst_multifdsink_remove),
32056         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32057         (gst_multifdsink_client_remove),
32058         (gst_multifdsink_handle_client_write),
32059         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32060         * gst/tcp/gstmultifdsink.h:
32061         Recover from a select with a bad file descriptor by removing
32062         the client.
32063
32064 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32065
32066         * configure.ac:
32067           fix requirement of core
32068         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32069         (gst_play_pipeline_setup):
32070           don't use colorspace element.  do use hermescolorspace element.
32071           make macro to get a colorspace element.
32072           mark strings for translation.
32073         * po/POTFILES.in:
32074           add play.c
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           update translations
32085
32086 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32087
32088         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32089         fix default for newmedia flag
32090
32091 2004-07-30  Wim Taymans  <wim@fluendo.com>
32092
32093         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32094         (gst_theora_dec_init), (theora_get_formats),
32095         (theora_dec_src_convert), (theora_dec_sink_convert),
32096         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32097         (theora_dec_chain), (theora_dec_set_property),
32098         (theora_dec_get_property):
32099         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32100         (gst_theora_enc_class_init), (gst_theora_enc_init),
32101         (theora_enc_sink_link), (theora_enc_chain),
32102         (theora_enc_set_property), (theora_enc_get_property):
32103         Added cropping option to theora decoder.
32104         Added border option to theora encoder.
32105
32106 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32107
32108         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32109         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32110         (gst_pngenc_set_property):
32111         * ext/libpng/gstpngenc.h:
32112         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
32113
32114 2004-07-30  Wim Taymans  <wim@fluendo.com>
32115
32116         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32117         (theora_enc_sink_link), (theora_enc_chain),
32118         (theora_enc_set_property), (theora_enc_get_property):
32119         Fix encoding of non-multiple-of-16 video.
32120
32121 2004-07-29  David Schleef  <ds@schleef.org>
32122
32123         * configure.ac: make test for audiofile more strict
32124
32125 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32126
32127         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32128           give different names to typefind functions
32129
32130 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32131
32132         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32133         (gst_ximagesink_calculate_pixel_aspect_ratio),
32134         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32135         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32136         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32137         (gst_ximagesink_get_property), (gst_ximagesink_init):
32138         * sys/ximage/ximagesink.h:
32139           allocate PAR's dynamically.
32140           use autodetected PAR if no object-set PAR is given.
32141           add workaround for directfb's X not setting physical size.
32142           fix to xvimagesink will follow tomorrow.
32143
32144 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32145
32146         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32147         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32148         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32149         (gst_shout2send_class_init), (gst_shout2send_init),
32150         (set_shout_metadata), (gst_shout2send_set_metadata),
32151         (gst_shout2send_chain), (gst_shout2send_set_property),
32152         (gst_shout2send_get_property), (gst_shout2send_connect),
32153         (gst_shout2send_change_state):
32154         * ext/shout2/gstshout2.h:
32155         - fix for sending mp3 audio to icecast2 server, if pad link function not
32156         called before PAUSED state
32157         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32158         - added tagging support for mp3 audio broadcasted
32159         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32160         debug info
32161
32162 2004-07-28  Wim Taymans  <wim@fluendo.com>
32163
32164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32165         (gst_ogg_demux_push):
32166         Return query failure when we don't know the length of
32167         an ogg stream insteda of returning TRUE with a bogus value.
32168
32169 2004-07-28  Wim Taymans  <wim@fluendo.com>
32170
32171         * ext/theora/theoradec.c: (theora_get_formats),
32172         (theora_dec_src_convert), (theora_dec_sink_convert),
32173         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32174         (theora_dec_chain):
32175         Don't screw up the 1 Chroma for 1 luma sample situation when we
32176         have an odd offset/width by adding a black border in those cases.
32177
32178 2004-07-28  Wim Taymans  <wim@fluendo.com>
32179
32180         * ext/theora/theoradec.c: (theora_get_formats),
32181         (theora_dec_src_convert), (theora_dec_sink_convert),
32182         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32183         (theora_dec_chain):
32184         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32185         Added first attempt at cropping of the image as required by the
32186         theora spec. We need more properties in the caps (offset_x,
32187         offset_y,stride) to implement this correctly.
32188
32189 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32190
32191         * ext/dvdnav/README:
32192           Update the README to use dvddemux
32193         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32194           Ensure getcaps returns a subset of the template caps
32195         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32196         (gst_mpeg2subt_init):
32197           Ensure getcaps returns a subset of the template caps
32198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32199         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32200         (gst_dvd_demux_get_subpicture_stream),
32201         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32202         * gst/mpegstream/gstdvddemux.h:
32203           Set the explicit caps on the current_video pad before pushing
32204           anything
32205         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32206         (gst_mpeg_demux_get_audio_stream):
32207           Free caps used to gst_pad_set_explicit_caps, which takes a const
32208           GstCaps *
32209
32210 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32211
32212         * configure.ac: update GStreamer requirement to 0.8.4 because of
32213           GstFraction.
32214
32215 2004-07-28  Wim Taymans  <wim@fluendo.com>
32216
32217         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32218         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32219         Add the pad to the element after setting up the caps. This
32220         makes it a lot easier to autoplug.
32221
32222 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32223
32224         * gst/median/gstmedian.c:
32225         * gst/mpeg2subt/gstmpeg2subt.c:
32226         * gst/mpegaudioparse/gstmpegaudioparse.c:
32227         * gst/mpegstream/gstdvddemux.c:
32228         * gst/mpegstream/gstmpegdemux.c:
32229         * gst/mpegstream/gstmpegpacketize.c:
32230         * gst/rtjpeg/gstrtjpeg.c:
32231         * gst/rtjpeg/gstrtjpegdec.c:
32232         * gst/rtjpeg/gstrtjpegenc.c:
32233         * gst/sine/gstsinesrc.c:
32234         * gst/smooth/gstsmooth.c:
32235         * gst/smpte/gstsmpte.c:
32236         * gst/smpte/gstsmpte.h:
32237         * gst/stereo/gststereo.c:
32238         * gst/videofilter/gstgamma.c:
32239         * gst/videofilter/gstvideobalance.c:
32240         * gst/videofilter/gstvideofilter.c:
32241         * gst/videofilter/gstvideoflip.c:
32242         * gst/videoscale/gstvideoscale.c:
32243         * gst/videoscale/videoscale.c:
32244         * gst/videotestsrc/gstvideotestsrc.c:
32245         * gst/videotestsrc/videotestsrc.c:
32246         * gst/wavenc/gstwavenc.c:
32247         * gst/wavparse/gstwavparse.c:
32248           fix local includes and 64 bits constants
32249
32250 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32251
32252         * win32/gst.sln:
32253         * gst-libs/gst/*/*.vcproj:
32254         * gst/*/*.vcproj:
32255           more working plugins
32256
32257 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32258
32259         * testsuite/alsa/Makefile.am:
32260         * testsuite/alsa/srcstate.c:
32261         add test for alsasrc changing state
32262
32263 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32264
32265         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32266         (gst_silence_get):
32267         * gst/silence/gstsilence.h:
32268         fix silence generation for 16bit raw audio
32269
32270 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32271
32272         * gst/matroska/matroska-demux.c:
32273         (gst_matroska_demux_parse_metadata),
32274         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32275         * gst/mpegaudio/common.c:
32276         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32277         (gst_videoscale_getcaps), (gst_videoscale_link),
32278         (gst_videoscale_src_fixate), (gst_videoscale_init),
32279         (gst_videoscale_finalize):
32280         * gst/videoscale/gstvideoscale.h:
32281         * gst/videotestsrc/gstvideotestsrc.c:
32282         (gst_videotestsrc_get_capslist):
32283         * gst/wavenc/gstwavenc.c:
32284         * sys/oss/gstossmixer.c: (fill_labels):
32285         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32286         (gst_ximagesink_handle_xevents),
32287         (gst_ximagesink_calculate_pixel_aspect_ratio),
32288         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32289         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32290         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32291         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32292         (gst_ximagesink_init), (gst_ximagesink_class_init):
32293         * sys/ximage/ximagesink.h:
32294         * sys/xvimage/xvimagesink.c:
32295         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32296         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32297         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32298         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32299         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32300         * sys/xvimage/xvimagesink.h:
32301           first batch of pixel aspect ratio commits.
32302
32303 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32304
32305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32306         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32307         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32308           handle stride, needs work if we want to move stride handling
32309           upstream, but works correctly for our purposes.
32310
32311 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32312
32313         * gst/videoscale/README:
32314           add testing examples
32315         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32316         (gst_videoscale_chain):
32317         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32318         (gst_videoscale_get_size):
32319           add get_size function that handles stride like videotestsrc.
32320           fixes conversion for YUV formats for as much as I can test them.
32321
32322 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32323
32324         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32325         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32327         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32328         (gst_xvimagesink_xvimage_put):
32329           further cleanups, logging, error handling and synchronizing
32330
32331 2004-07-27  Wim Taymans  <wim@fluendo.com>
32332
32333         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32334         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32335         (gst_videomixer_pad_set_property),
32336         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32337         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32338         (gst_videomixer_class_init), (gst_videomixer_init),
32339         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32340         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32341         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32342         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32343         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32344         (gst_videomixer_loop), (plugin_init):
32345         Be a nicer negotiation citizen and provide a getcaps function on
32346         the srcpad. This also fixes a crash when resizing.
32347
32348 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32349
32350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32351         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32352
32353 2004-07-27  Wim Taymans  <wim@fluendo.com>
32354
32355         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32356         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32357         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32358         (gst_pngenc_set_property):
32359         * ext/libpng/gstpngenc.h:
32360         Added snapshot property to pngenc.
32361         removed g_print from pngdec
32362
32363 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32364
32365         * gst/ac3parse/ac3parse.vcproj
32366         * gst/adder/adder.vcproj
32367         * gst/alpha/alpha.vcproj
32368         * gst/alpha/alphacolor.vcproj
32369         * gst/asfdemux/asf.vcproj
32370         * gst/audioconvert/audioconvert.vcproj
32371         * gst/audiorate/audiorate.vcproj
32372         * gst/audioscale/audioscale.vcproj
32373         * gst/auparse/auparse.vcproj
32374         * gst/avi/avi.vcproj
32375         * gst/cdxaparse/cdxaparse.vcproj
32376         * gst/chart/chart.vcproj
32377         * gst/colorspace/colorspace.vcproj
32378         * gst/cutter/cutter.vcproj
32379         * gst/debug/debug.vcproj
32380         * gst/debug/efence.vcproj
32381         * gst/debug/navigationtest.vcproj
32382         * gst/deinterlace/deinterlace.vcproj
32383         * gst/effectv/effectv.vcproj
32384         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32385         * gst/filter/filter.vcproj
32386         * gst/flx/flxdec.vcproj
32387         * gst/goom/goom.vcproj
32388         * gst/interleave/interleave.vcproj
32389         * gst/law/alaw.vcproj
32390         * gst/law/mulaw.vcproj
32391         * gst/matroska/matroska.vcproj
32392         * gst/median/median.vcproj
32393         * gst/mixmatrix/mixmatrix.vcproj
32394         * gst/mpeg1sys/mpeg1systemencode.vcproj
32395         * gst/mpeg1videoparse/mp1videoparse.vcproj
32396         * gst/mpeg2sub/mpeg2subt.vcproj
32397         * gst/mpegaudio/mpegaudio.vcproj
32398         * gst/mpegaudioparse/mpegaudioparse.vcproj
32399         * gst/mpegstream/mpegstream.vcproj
32400         * gst/multifilesink/multifilesink.vcproj
32401         * gst/multipart/multipart.vcproj
32402         * gst/oneton/oneton.vcproj
32403         * gst/overlay/overlay.vcproj
32404         * gst/passthrough/passthrough.vcproj
32405         * gst/qtdemux/qtdemux.vcproj
32406         * gst/realmedia/rmdemux.vcproj
32407         * gst/rtjpeg/rtjpeg.vcproj
32408         * gst/rtp/rtp.vcproj
32409         * gst/silence/silence.vcproj
32410         * gst/sine/sinesrc.vcproj
32411         * gst/smooth/smooth.vcproj
32412         * gst/smpte/smpte.vcproj
32413         * gst/spectrum/spectrum.vcproj
32414         * gst/speed/speed.vcproj
32415         * gst/stereo/stereo.vcproj
32416         * gst/switch/switch.vcproj
32417         * gst/tags/tagedit.vcproj
32418         * gst/tcp/tcp.vcproj
32419         * gst/typefind/typefindfunctions.vcproj
32420         * gst/udp/udp.vcproj
32421         * gst/videobox/videobox.vcproj
32422         * gst/videocrop/videocrop.vcproj
32423         * gst/videodrop/videodrop.vcproj
32424         * gst/videofilter/gamma.vcproj
32425         * gst/videofilter/videobalance.vcproj
32426         * gst/videofilter/videofilter.vcproj
32427         * gst/videofilter/videoflip.vcproj
32428         * gst/videoflip/videoflip.vcproj
32429         * gst/videomixer/videomixer.vcproj
32430         * gst/videorate/videorate.vcproj
32431         * gst/videoscale/videoscale.vcproj
32432         * gst/videotestsrc/videotestsrc.vcproj
32433         * gst/virtualdub/virtualdub.vcproj
32434         * gst/volenv/volenv.vcproj
32435         * gst/volume/volume.vcproj
32436         * gst/wavenc/wavenc.vcproj
32437         * gst/wavparse/wavparse.vcproj
32438         * gst/y4m/y4menc.vcproj
32439         * gst-libs/gst/audio/audio.vcproj
32440         * gst-libs/gst/audio/audiofilter.vcproj
32441         * gst-libs/gst/colorbalance/colorbalance.vcproj
32442         * gst-libs/gst/idct/idtc.vcproj
32443         * gst-libs/gst/media-info/media-info.vcproj
32444         * gst-libs/gst/mixer/mixer.vcproj
32445         * gst-libs/gst/navigation/navigation.vcproj
32446         * gst-libs/gst/play/play.vcproj
32447         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32448         * gst-libs/gst/resample/resample.vcproj
32449         * gst-libs/gst/riff/riff.vcproj
32450         * gst-libs/gst/tuner/tuner.vcproj
32451         * gst-libs/gst/video/video.vcproj
32452         * gst-libs/gst/xoverlay/xoverlay.vcproj
32453           avoid problems with math.h, fix release dependancy
32454           rename GStreamer-0.8.lib to libgstreamer.lib
32455
32456 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32457
32458         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32460         the atom is not available we have to unlock the mutex. Fixes #148023
32461
32462 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32463
32464         * gst-libs/gst/media-info/media-info.h:
32465           issue for a vararg macro with MSVC
32466
32467 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32468
32469         * gst/effectv/effectv.vcproj
32470         * gst-libs/gst/idct/idct.vcproj:
32471         * gst-libs/gst/media-info/media-info.vcproj:
32472         * gst-libs/gst/navigation/navigation.vcproj:
32473         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32474         * gst-libs/gst/video/video.vcproj:
32475         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32476           fixes for build problems
32477
32478 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32479
32480         * gst-libs/gst/audio/audio.def:
32481         * gst-libs/gst/audio/riff.def:
32482           add some definitions needed by plugins
32483
32484 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32485
32486         * gst/asfdemux/gstasfmux.c
32487           Fix some 64 bits constants to be glib friendly
32488
32489 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32490
32491         * gst/ac3parse/gstac3parse.c
32492         * gst/audioscale/gstaudioscale.c
32493         * gst/auparse/gstauparse.c
32494         * gst/colorspace/gstcolorspace.c
32495         * gst/colorspace/yuv2rgb.h
32496           local include fixes
32497
32498 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32499
32500         * win32/gst.sln
32501           add more plugins to the build
32502
32503 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32504
32505         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32506         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32507
32508 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32509
32510         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32511         (gst_level_set_property), (gst_level_get_property),
32512         (gst_level_base_init), (gst_level_class_init):
32513           add debugging categories.  cleanups.
32514
32515 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32516
32517         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32518         (gst_videoscale_planar411), (gst_videoscale_planar400),
32519         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32520         (gst_videoscale_scale_nearest_str1),
32521         (gst_videoscale_scale_nearest_str2),
32522         (gst_videoscale_scale_nearest_str4),
32523         (gst_videoscale_scale_nearest_16bit),
32524         (gst_videoscale_scale_nearest_24bit):
32525           fixed stride issues
32526           tested with 320x240 -> 321, 322, 324 x240
32527           tested with YV12, I420, YUY2, UYVY
32528           fixed packed422rev (don't think it could have worked before)
32529           by testing with UYVY
32530
32531 2004-07-26  Benjamin Otte  <otte@gnome.org>
32532
32533         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32534         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32535         (plugin_init):
32536           add debugging category, add error checks like checking return values
32537           of setup calls, make sure it still works after
32538           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32539
32540 2004-07-26  Wim Taymans  <wim@fluendo.com>
32541
32542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32543         (gst_mpeg_demux_get_audio_stream),
32544         (gst_mpeg_demux_process_private):
32545         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32546         Check for error codes from the negotiation functions. Make sure
32547         we really set the pad caps when a new pad is created.
32548
32549 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32550
32551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32552         (gst_ffmpeg_caps_to_pix_fmt):
32553         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32555         (gst_ffmpegcolorspace_pad_link):
32556           don't make function do two things at the same time without reason.
32557
32558 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32559
32560         * gst/ac3parse/ac3parse.vcproj
32561         * gst/adder/adder.vcproj
32562         * gst/alpha/alpha.vcproj
32563         * gst/alpha/alphacolor.vcproj
32564         * gst/asfdemux/asf.vcproj
32565         * gst/audioconvert/audioconvert.vcproj
32566         * gst/audiorate/audiorate.vcproj
32567         * gst/audioscale/audioscale.vcproj
32568         * gst/auparse/auparse.vcproj
32569         * gst/avi/avi.vcproj
32570         * gst/cdxaparse/cdxaparse.vcproj
32571         * gst/chart/chart.vcproj
32572         * gst/colorspace/colorspace.vcproj
32573         * gst/cutter/cutter.vcproj
32574         * gst/debug/debug.vcproj
32575         * gst/debug/efence.vcproj
32576         * gst/debug/navigationtest.vcproj
32577         * gst/deinterlace/deinterlace.vcproj
32578         * gst/effectv/effectv.vcproj
32579         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32580         * gst/filter/filter.vcproj
32581         * gst/flx/flxdec.vcproj
32582         * gst/goom/goom.vcproj
32583         * gst/interleave/interleave.vcproj
32584         * gst/law/alaw.vcproj
32585         * gst/law/mulaw.vcproj
32586         * gst/matroska/matroska.vcproj
32587         * gst/median/median.vcproj
32588         * gst/mixmatrix/mixmatrix.vcproj
32589         * gst/mpeg1sys/mpeg1systemencode.vcproj
32590         * gst/mpeg1videoparse/mp1videoparse.vcproj
32591         * gst/mpeg2sub/mpeg2subt.vcproj
32592         * gst/mpegaudio/mpegaudio.vcproj
32593         * gst/mpegaudioparse/mpegaudioparse.vcproj
32594         * gst/mpegstream/mpegstream.vcproj
32595         * gst/multifilesink/multifilesink.vcproj
32596         * gst/multipart/multipart.vcproj
32597         * gst/oneton/oneton.vcproj
32598         * gst/overlay/overlay.vcproj
32599         * gst/passthrough/passthrough.vcproj
32600         * gst/qtdemux/qtdemux.vcproj
32601         * gst/realmedia/rmdemux.vcproj
32602         * gst/rtjpeg/rtjpeg.vcproj
32603         * gst/rtp/rtp.vcproj
32604         * gst/silence/silence.vcproj
32605         * gst/sine/sinesrc.vcproj
32606         * gst/smooth/smooth.vcproj
32607         * gst/smpte/smpte.vcproj
32608         * gst/spectrum/spectrum.vcproj
32609         * gst/speed/speed.vcproj
32610         * gst/stereo/stereo.vcproj
32611         * gst/switch/switch.vcproj
32612         * gst/tags/tagedit.vcproj
32613         * gst/tcp/tcp.vcproj
32614         * gst/typefind/typefindfunctions.vcproj
32615         * gst/udp/udp.vcproj
32616         * gst/videobox/videobox.vcproj
32617         * gst/videocrop/videocrop.vcproj
32618         * gst/videodrop/videodrop.vcproj
32619         * gst/videofilter/gamma.vcproj
32620         * gst/videofilter/videobalance.vcproj
32621         * gst/videofilter/videofilter.vcproj
32622         * gst/videofilter/videoflip.vcproj
32623         * gst/videoflip/videoflip.vcproj
32624         * gst/videomixer/videomixer.vcproj
32625         * gst/videorate/videorate.vcproj
32626         * gst/videoscale/videoscale.vcproj
32627         * gst/videotestsrc/videotestsrc.vcproj
32628         * gst/virtualdub/virtualdub.vcproj
32629         * gst/volenv/volenv.vcproj
32630         * gst/volume/volume.vcproj
32631         * gst/wavenc/wavenc.vcproj
32632         * gst/wavparse/wavparse.vcproj
32633         * gst/y4m/y4menc.vcproj
32634           more plugins supported under windows
32635
32636 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32637
32638         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32639         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32640         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32642         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32643           Add debugging statements.  Use the sizes as returned by the
32644           *CreateImage calls.
32645
32646 2004-07-26  Johan Dahlin  <johan@gnome.org>
32647
32648         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32649         the pad is negotiated.
32650
32651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32652
32653 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32654
32655         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32656         * gst-libs/gst/idct/idct.vcproj:
32657         * gst-libs/gst/media-info/media-info.vcproj:
32658         * gst-libs/gst/mixer/mixer.vcproj:
32659         * gst-libs/gst/navigation/navigation.vcproj:
32660         * gst-libs/gst/play/play.vcproj:
32661         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32662         * gst-libs/gst/resample/resample.vcproj:
32663         * gst-libs/gst/tuner/tuner.vcproj:
32664         * gst-libs/gst/video/video.vcproj:
32665         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32666           more plugins supported under windows
32667
32668 2004-07-25 Iain <iain@prettypeople.org>
32669
32670         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32671         pad now rather than when the pad is created because state changes wipe
32672         explicit caps (fixes #148043).
32673
32674 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32675
32676         reviewed by Benjamin Otte  <otte@gnome.org>
32677
32678         * ext/mad/gstmad.c:
32679           fix mad plugin crashing on Sun (fixes #148289)
32680
32681 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32682
32683         * gst/avi/avi.def:
32684         * gst/avi/avi.vcproj:
32685         * gst/matroska/matroska.def:
32686         * gst/matroska/matroska.vcproj:
32687           remove unused .def files
32688
32689 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32690
32691         * gst-libs/gst/audio/gstaudiofilter.c:
32692           Clean the local include
32693
32694 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32695
32696         * win32/gst.sln:
32697         * gst-libs/gst/audio/audio.def:
32698         * gst-libs/gst/audio/audio.vcproj:
32699         * gst-libs/gst/audio/audiofilter.vcproj:
32700         * gst-libs/gst/audio/riff.def:
32701         * gst-libs/gst/audio/riff.vcproj:
32702         * gst-libs/gst/gst-libs.def:
32703         * gst-libs/gst/gst-libs.vcproj:
32704         * gst/avi/avi.vcproj:
32705         * gst/avi/avi.vcproj:
32706           Copy the files where needed after building, cleaner projects
32707
32708 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32709
32710         * gst/matroska/ebml-write.c:
32711           Fix some 64 bits constants to be glib friendly
32712
32713 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32714
32715         * win32/gst.sln:
32716         * gst-libs/gst/gst-libs.def:
32717         * gst-libs/gst/gst-libs.vcproj:
32718         * gst/matroska/matroska.def:
32719         * gst/matroska/matroska.vcproj:
32720           Add the preliminary canvas to build plugins on Win32
32721
32722 2004-07-23  Benjamin Otte  <otte@gnome.org>
32723
32724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32725           don't enfore negotiation from source side, it breaks
32726           sinesrc ! audioconvert ! osssink
32727
32728 2004-07-22  David Schleef  <ds@schleef.org>
32729
32730         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32731         for ELF files, since they can easily be recognized as audio/mpeg.
32732         (bug #147441)
32733
32734 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32735
32736         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32737         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32738         (gst_videoscale_scale_nearest_24bit),
32739         (gst_videoscale_scale_nearest_16bit):
32740           fix 16bit and 24bit for stride (24bit might need testing)
32741           don't pretend we do more than one algorithm
32742
32743 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32744
32745         * configure.ac:
32746         * gst/Makefile.am:
32747         * gst/multifilesink/Makefile.am:
32748         * gst/multifilesink/gstmultifilesink.c:
32749         (gst_multifilesink_get_formats),
32750         (gst_multifilesink_get_query_types), (_do_init),
32751         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32752         (gst_multifilesink_init), (gst_multifilesink_dispose),
32753         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32754         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32755         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32756         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32757         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32758         (gst_multifilesink_uri_get_type),
32759         (gst_multifilesink_uri_get_protocols),
32760         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32761         (gst_multifilesink_uri_handler_init), (plugin_init):
32762         * gst/multifilesink/gstmultifilesink.h:
32763         * testsuite/Makefile.am:
32764         * testsuite/multifilesink/Makefile.am:
32765         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32766         (gst_newmedia_class_init), (gst_newmedia_init),
32767         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32768         (newfile_signal), (test_signal), (main):
32769         multifilesink plugin for creating new files every time a new media
32770         discontinuity event occurs
32771
32772 2004-07-22  Wim Taymans  <wim@fluendo.com>
32773
32774         * gst/alpha/Makefile.am:
32775         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32776         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32777         (gst_alpha_color_init), (gst_alpha_color_set_property),
32778         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32779         (transform), (gst_alpha_color_chain),
32780         (gst_alpha_color_change_state), (plugin_init):
32781         Stupid plugin to to RGBA to AYUV conversion because none of
32782         the colorspace plugins can handle that yet.
32783
32784 2004-07-22  Wim Taymans  <wim@fluendo.com>
32785
32786         * examples/seeking/seek.c: (update_scale), (main):
32787         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32788         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32789         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32790         (gst_decode_bin_init), (gst_decode_bin_dispose),
32791         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32792         (no_more_pads), (close_link), (type_found),
32793         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32794         (plugin_init):
32795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32796         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32797         (gst_play_base_bin_dispose), (queue_overrun),
32798         (gen_preroll_element), (remove_prerolls), (unknown_type),
32799         (no_more_pads), (new_stream), (setup_source),
32800         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32801         (play_base_eos), (gst_play_base_bin_change_state),
32802         (gst_play_base_bin_add_element),
32803         (gst_play_base_bin_remove_element),
32804         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32805         (gst_play_base_bin_unlink_stream),
32806         (gst_play_base_bin_get_streaminfo):
32807         * gst/playback/gstplaybin.c: (gen_video_element),
32808         (gen_audio_element):
32809         * gst/playback/gststreaminfo.h:
32810         More playback updates, attempt to fix things after the state change
32811         breakage.
32812
32813 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32814
32815         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32816         (gst_videoscale_scale_nearest_16bit):
32817           comment algorithm
32818
32819 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32820
32821         * gst/videotestsrc/gstvideotestsrc.c:
32822         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32823         (gst_videotestsrc_init), (gst_videotestsrc_get),
32824         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32825         (gst_videotestsrc_get_property):
32826         * gst/videotestsrc/gstvideotestsrc.h:
32827         * gst/videotestsrc/videotestsrc.c:
32828         * gst/videotestsrc/videotestsrc.h:
32829           cleanup and commenting
32830
32831 2004-07-21  Wim Taymans  <wim@fluendo.com>
32832
32833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32834         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32835         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32836         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32837         (_find_chain_get_unknown_part), (_find_streams_check),
32838         (gst_ogg_demux_push), (gst_ogg_pad_push):
32839         * ext/theora/theoradec.c: (theora_get_formats),
32840         (theora_dec_src_convert), (theora_dec_sink_convert),
32841         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32842         (theora_dec_chain):
32843         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32844         (vorbis_dec_convert), (vorbis_dec_src_query),
32845         (vorbis_dec_src_event), (vorbis_dec_event):
32846         More seeking fixes, oggdemux now supports seeking to time and
32847         uses the downstream element to convert granulepos to time.
32848         Seeking in theora-only ogg files now works.
32849
32850 2004-07-21  Wim Taymans  <wim@fluendo.com>
32851
32852         * ext/theora/theoradec.c: (gst_theora_dec_init),
32853         (theora_get_formats), (theora_get_event_masks),
32854         (theora_get_query_types), (theora_dec_src_convert),
32855         (theora_dec_sink_convert), (theora_dec_src_query),
32856         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32857         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32858         (vorbis_get_event_masks), (vorbis_get_query_types),
32859         (gst_vorbis_dec_init), (vorbis_dec_convert),
32860         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32861         Added query/convert/formats functions to vorbis and theora decoders
32862         so that the outside world can use them too. Fixed seeking on an
32863         ogg/theora/vorbis file by disabling the seeking seeking on the
32864         theora srcpad.
32865
32866 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32867
32868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32869         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32870         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32871         images creation for both elements. We don't create the image on caps
32872         nego or renego, we just destroy the internal one if present if it does
32873         not match the needs. The chain function takes care of creating a new
32874         image when needed.
32875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32876         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32877         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32878         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32879         the image format information. The buffer pool checks for the context
32880         image format and discard images with different formats.
32881         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32882
32883 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32884
32885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32886         (gst_ffmpegcolorspace_chain):
32887           no point in doing any chaining if the pad we want to push from
32888           isn't usable.
32889
32890 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32891
32892         * gst-libs/gst/riff/riff-media.c:
32893         (gst_riff_create_audio_caps_with_data):
32894           Fix double end-to-native symbol conversion (#148021).
32895
32896 2004-07-20  David Schleef  <ds@schleef.org>
32897
32898         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32899         Don't use an Atom that doesn't exist.
32900
32901 2004-07-20  Wim Taymans  <wim@fluendo.com>
32902
32903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32904         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32905         (gst_multifdsink_client_remove),
32906         (gst_multifdsink_handle_client_write),
32907         (gst_multifdsink_queue_buffer):
32908         * gst/tcp/gstmultifdsink.h:
32909         More multifdsink stats. Avoid deadlock by releasing locks
32910         before sending out a signal.
32911
32912 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32913
32914         * po/LINGUAS:
32915         * po/hu.po:
32916           added Hungarian translation (Laszlo Dvornik)
32917
32918 2004-07-20  Wim Taymans  <wim@fluendo.com>
32919
32920         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32921         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32922         (gst_multifdsink_handle_client_write),
32923         (gst_multifdsink_queue_buffer):
32924         * gst/tcp/gsttcp-marshal.list:
32925         Fixed the stupid marshal definition.
32926
32927 2004-07-20  Wim Taymans  <wim@fluendo.com>
32928
32929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32930         (gst_multifdsink_init), (gst_multifdsink_add),
32931         (gst_multifdsink_client_remove),
32932         (gst_multifdsink_handle_client_write),
32933         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32934         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32935         (gst_multifdsink_init_send):
32936         * gst/tcp/gstmultifdsink.h:
32937         Added more stats, added timeout for a client, fixed some typos
32938         and added some comments.
32939
32940 2004-07-20  Wim Taymans  <wim@fluendo.com>
32941
32942         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32943         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32944         (gst_multifdsink_client_remove),
32945         (gst_multifdsink_handle_client_write):
32946         * gst/tcp/gstmultifdsink.h:
32947         * gst/tcp/gsttcp-marshal.list:
32948         Added get_stats method that returns a GValueArray of
32949         stats values.
32950
32951 2004-07-19  Benjamin Otte  <otte@gnome.org>
32952
32953         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32954           make sure longname, description and author are valid UTF-8
32955
32956 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32957
32958         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32959         (gst_ximagesink_set_property):
32960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32961         (gst_xvimagesink_set_property):
32962           make sure SYNCHRONOUS is respected after getting the X context
32963
32964 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32965
32966         * gst/matroska/matroska-demux.c:
32967         (gst_matroska_demux_handle_src_event),
32968         (gst_matroska_demux_parse_blockgroup):
32969         * gst/matroska/matroska-ids.h:
32970           add BlockReference tag and ignore it to clear out log.
32971           ignore NAVIGATION events to clear out log.
32972
32973 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32974
32975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32976         (gst_matroska_demux_add_stream):
32977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32978           add debug categories
32979
32980 2004-07-16  Wim Taymans  <wim@fluendo.com>
32981
32982         * ext/libpng/Makefile.am:
32983         * ext/libpng/gstpng.c: (plugin_init):
32984         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32985         (gst_pngdec_get_type), (gst_pngdec_base_init),
32986         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32987         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32988         * ext/libpng/gstpngdec.h:
32989         Added png decoder.
32990
32991 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32992
32993         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32994         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32995         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32996         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32997         (gst_ximagesink_buffer_alloc):
32998         * sys/ximage/ximagesink.h:
32999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33000         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33001         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33002         (gst_xvimagesink_buffer_alloc):
33003         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33004         again. Using internal data pointer of the x(v)image to store image's
33005         data to be coherent with the buffer alloc mechanism. Investigated the
33006         image destruction code to be sure that everything gets freed correctly.
33007
33008 2004-07-16  Wim Taymans  <wim@fluendo.com>
33009
33010         * gst-libs/gst/riff/riff-read.c:
33011         (gst_riff_read_strf_vids_with_data),
33012         (gst_riff_read_strf_auds_with_data):
33013         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33014         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33015         Make sure we don't create 0 sized subbuffers in riff-read.
33016         Signal the no more pads signal after reading the avi header.
33017
33018 2004-07-16  Wim Taymans  <wim@fluendo.com>
33019
33020         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33021         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33022         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33023         (gst_decode_bin_init), (gst_decode_bin_dispose),
33024         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33025         (no_more_pads), (close_link), (type_found),
33026         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33027         (gst_decode_bin_change_state), (plugin_init):
33028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33029         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33030         (gst_play_base_bin_dispose), (queue_overrun),
33031         (gen_preroll_element), (remove_prerolls), (unknown_type),
33032         (no_more_pads), (new_stream), (setup_source),
33033         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33034         (play_base_eos), (gst_play_base_bin_change_state),
33035         (gst_play_base_bin_add_element),
33036         (gst_play_base_bin_remove_element),
33037         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33038         (gst_play_base_bin_unlink_stream),
33039         (gst_play_base_bin_get_streaminfo):
33040         * gst/playback/gstplaybasebin.h:
33041         Better error recovery. Added configurable preroll queue size. Faster
33042         detection of no-more-pads.
33043
33044 2004-07-16  Wim Taymans  <wim@fluendo.com>
33045
33046         * gst-libs/gst/video/video.h:
33047         Added 32 bits RGBA. Not sure if we should use another mime-type
33048         for alpha rgb. Currently the presence of the alpha_mask property
33049         signals an alpha channel.
33050
33051 2004-07-16  Wim Taymans  <wim@fluendo.com>
33052
33053         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33055         FPS seems to be 0.0 to MAX everywhere else.
33056
33057 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33058
33059         * gst-libs/gst/riff/riff-media.c:
33060         (gst_riff_create_video_caps_with_data):
33061           mp42/mp43 (no caps) exist too.
33062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33063           Set pixel_width/height; we've got them in-caps.
33064         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33065         * gst/wavparse/gstwavparse.c: (plugin_init):
33066           Both are valid primary.
33067         * sys/oss/gstossmixer.c:
33068           Remove i18n hack and enable translations.
33069
33070 2004-07-15  Benjamin Otte  <otte@gnome.org>
33071
33072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33073         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33074           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33075
33076 2004-07-15  Benjamin Otte  <otte@gnome.org>
33077
33078         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33079         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33080         (gst_alsa_close_audio):
33081           disable some of the debugging code for now. Writing debugging to a
33082           buffer is broken in current alsalib releases.
33083
33084 2004-07-12  Benjamin Otte  <otte@gnome.org>
33085
33086         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33087           use bufferpools
33088
33089 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33090
33091         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33092         (theora_dec_src_query), (theora_dec_event):
33093         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33094           add debugging categories.  Remove \n's.
33095
33096 2004-07-13  Johan Dahlin  <johan@gnome.org>
33097
33098         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33099         (gst_play_bin_get_property): Impl.
33100
33101 2004-07-13  Wim Taymans  <wim@fluendo.com>
33102
33103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33104         When trying to find the stream length, seek back N pages
33105         instead of just one, where N is the number of streams in
33106         the current chain.
33107
33108 2004-07-13  Wim Taymans  <wim@fluendo.com>
33109
33110         * gst-libs/gst/riff/riff-media.c:
33111         (gst_riff_create_audio_caps_with_data),
33112         (gst_riff_create_audio_caps),
33113         (gst_riff_create_audio_template_caps):
33114         * gst-libs/gst/riff/riff-media.h:
33115         * gst-libs/gst/riff/riff-read.c:
33116         (gst_riff_read_strf_vids_with_data),
33117         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33118         * gst-libs/gst/riff/riff-read.h:
33119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33120         (gst_avi_demux_add_stream):
33121         Set codec_data on caps for avidemuxer.
33122
33123 2004-07-12  David Schleef  <ds@schleef.org>
33124
33125         * configure.ac: Fix test for Objective C
33126
33127 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33128         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33129         (gst_gdk_pixbuf_chain):
33130           Add svg and pcx to template caps, and ensure that getcaps returns a
33131           subset of the template caps.
33132           Copy each row manually for output, as gdkpixbuf may pad the
33133           rowstride to a 32-bit word boundary.
33134
33135 2004-07-12  Wim Taymans  <wim@fluendo.com>
33136
33137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33138         (gst_riff_create_video_template_caps):
33139         Fix the template caps to include some more media types.
33140
33141 2004-07-12  Wim Taymans  <wim@fluendo.com>
33142
33143         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33144         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33145         (compare_ranks), (print_feature), (gst_decode_bin_init),
33146         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33147         (try_to_link_1), (new_pad), (close_link), (type_found),
33148         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33149         (gst_decode_bin_change_state), (plugin_init):
33150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33151         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33152         (gst_play_base_bin_dispose), (queue_overrun),
33153         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33154         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33155         (gst_play_base_bin_get_property), (play_base_eos),
33156         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33157         (gst_play_base_bin_remove_element),
33158         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33159         (gst_play_base_bin_unlink_stream),
33160         (gst_play_base_bin_get_streaminfo):
33161         * gst/playback/gstplaybasebin.h:
33162         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33163         (gst_play_bin_class_init), (gst_play_bin_init),
33164         (gst_play_bin_dispose), (gst_play_bin_set_property),
33165         (gst_play_bin_get_property), (gen_video_element),
33166         (gen_audio_element), (remove_sinks), (setup_sinks),
33167         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33168         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33169         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33170         (gst_play_bin_query), (plugin_init):
33171         * gst/playback/test4.c: (main):
33172         More fixes on reusing of the element.
33173
33174 2004-07-11  Benjamin Otte  <otte@gnome.org>
33175
33176         * ext/mad/gstmad.c: (normal_seek):
33177           allow seeking for other methods than just SET
33178
33179 2004-07-11  Andy Wingo  <wingo@pobox.com>
33180
33181         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33182         float, "any" caps -> buffer_frames=[0,MAX].
33183
33184         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33185         doesn't intersect our caps with the template any more. Do it
33186         ourselves.
33187         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33188
33189 2004-07-09  Wim Taymans  <wim@fluendo.com>
33190
33191         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33192         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33193         (compare_ranks), (print_feature), (gst_decode_bin_init),
33194         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33195         (try_to_link_1), (new_pad), (close_link), (type_found),
33196         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33197         (gst_decode_bin_change_state), (plugin_init):
33198         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33199         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33200         (gst_play_base_bin_dispose), (queue_overrun),
33201         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33202         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33203         (gst_play_base_bin_get_property), (play_base_eos),
33204         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33205         (gst_play_base_bin_remove_element),
33206         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33207         (gst_play_base_bin_unlink_stream),
33208         (gst_play_base_bin_get_streaminfo):
33209         * gst/playback/gstplaybasebin.h:
33210         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33211         (gst_play_bin_class_init), (gst_play_bin_init),
33212         (gst_play_bin_dispose), (gst_play_bin_set_property),
33213         (gst_play_bin_get_property), (gen_video_element),
33214         (gen_audio_element), (remove_sinks), (setup_sinks),
33215         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33216         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33217         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33218         (gst_play_bin_query), (plugin_init):
33219         * gst/playback/test4.c: (main):
33220         Work on object reuse and seeking.
33221
33222 2004-07-09  Wim Taymans  <wim@fluendo.com>
33223
33224         * examples/seeking/seek.c: (iterate):
33225         Don't consume all CPU in the idle loop.
33226
33227 2004-07-09  Wim Taymans  <wim@fluendo.com>
33228
33229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33230         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33231         Add pad to element *after* setting the pad functions so that
33232         the scheduler can use the correct ones.
33233
33234 2004-07-09  Wim Taymans  <wim@fluendo.com>
33235
33236         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33237         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33238         Sync to keyframe after seek
33239
33240 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33241
33242         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33243         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33244         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33245         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33246         * ext/libvisual/visual.c: (gst_visual_change_state):
33247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33248         * ext/theora/theoradec.c: (theora_dec_change_state):
33249         * ext/theora/theoraenc.c: (theora_enc_change_state):
33250         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33251         * gst-libs/gst/navigation/navigation.c:
33252         * gst/adder/gstadder.c: (gst_adder_change_state):
33253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33254         (gst_audio_convert_get_buffer):
33255         * gst/multipart/multipartdemux.c:
33256         (gst_multipart_demux_change_state):
33257         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33259         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33260         * gst/videoscale/gstvideoscale.c:
33261         (gst_videoscale_handle_src_event):
33262         * gst/volume/gstvolume.c: (volume_chain_int16):
33263           don't assert in state change, this should be done by the base
33264           GstElement class.
33265           various debugging fixes.
33266
33267 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33268
33269         * configure.ac:
33270         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33271         (gst_play_dispose), (gst_play_set_location),
33272         (gst_play_set_data_src), (gst_play_set_video_sink),
33273         (gst_play_set_audio_sink), (gst_play_set_visualization),
33274         (gst_play_connect_visualization), (gst_play_get_sink_element),
33275         (gst_play_get_all_by_interface):
33276         * gst-libs/gst/play/play.h:
33277           add new method to get elements implementing an interface.
33278           add various error logging
33279
33280 2004-07-08  Wim Taymans  <wim@fluendo.com>
33281
33282         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33283         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33284         (make_playerbin_pipeline), (query_durations_elems),
33285         (query_durations_pads), (query_positions_elems),
33286         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33287         (main):
33288         Added playbin seeking example.
33289
33290 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33291
33292         * gst-libs/gst/play/play.c: (gst_play_set_location),
33293         (gst_play_set_data_src), (gst_play_set_video_sink),
33294         (gst_play_set_audio_sink), (gst_play_set_visualization),
33295         (gst_play_connect_visualization), (gst_play_get_framerate):
33296           use a macro to look up elements from hash table
33297
33298 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33299
33300         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33301         (gst_play_get_length_callback), (gst_play_set_location),
33302         (gst_play_seek_to_time), (gst_play_set_data_src),
33303         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33304         (gst_play_set_visualization), (gst_play_connect_visualization),
33305         (gst_play_get_sink_element):
33306         - add debugging info
33307         - fix looking up sink elements by iterating over complete caps
33308         - put everything except for source and autoplugger in a complete bin
33309
33310 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33311
33312         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33314         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33315         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33316         * ext/alsa/gstalsasink.h:
33317         - add debugging info
33318         - clean up schizophrenia of data/buffer/event
33319         - fix double event unref error
33320
33321 2004-07-08  Wim Taymans  <wim@fluendo.com>
33322
33323         * gst/playback/Makefile.am:
33324         Add headers to noinst
33325
33326 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33327
33328         * tools/gst-launch-ext-m.m:
33329         * tools/gst-launch-ext.1.in:
33330           convert to the third millenium
33331
33332 2004-07-07  David Schleef  <ds@schleef.org>
33333
33334         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33335
33336 2004-07-07  Wim Taymans  <wim@fluendo.com>
33337
33338         * gst/playback/Makefile.am:
33339         * gst/playback/README:
33340         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33341         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33342         (compare_ranks), (print_feature), (gst_decode_bin_init),
33343         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33344         (try_to_link_1), (new_pad), (close_link), (type_found),
33345         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33346         (plugin_init):
33347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33348         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33349         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33350         (gen_preroll_element), (no_more_pads), (new_stream),
33351         (setup_source), (gst_play_base_bin_set_property),
33352         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33353         (gst_play_base_bin_add_element),
33354         (gst_play_base_bin_remove_element),
33355         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33356         (gst_play_base_bin_unlink_stream),
33357         (gst_play_base_bin_get_streaminfo):
33358         * gst/playback/gstplaybasebin.h:
33359         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33360         (gst_play_bin_class_init), (gst_play_bin_init),
33361         (gst_play_bin_dispose), (gst_play_bin_set_property),
33362         (gst_play_bin_get_property), (gen_video_element),
33363         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33364         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33365         (gst_play_bin_get_formats), (gst_play_bin_convert),
33366         (gst_play_bin_get_query_types), (gst_play_bin_query),
33367         (plugin_init):
33368         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33369         (gst_stream_info_get_type), (gst_stream_info_class_init),
33370         (gst_stream_info_init), (gst_stream_info_new),
33371         (gst_stream_info_dispose), (gst_stream_info_set_property),
33372         (gst_stream_info_get_property):
33373         * gst/playback/gststreaminfo.h:
33374         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33375         (main):
33376         * gst/playback/test2.c: (main):
33377         * gst/playback/test3.c: (update_scale), (main):
33378         More playbin fixes. Added README. Do better element filtering.
33379         Added base class to preroll media. Added test apps.
33380
33381 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33382
33383         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33384         * ext/mpeg2dec/gstmpeg2dec.h:
33385           various debugging improvements.  Reset stream to next picture
33386           instead of sequence header, otherwise seeks cannot work.
33387
33388 2004-07-07  Wim Taymans  <wim@fluendo.com>
33389
33390         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33391         (gst_video_box_class_init), (gst_video_box_set_property),
33392         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33393         Use pad_alloc where possible.
33394
33395 2004-07-07  Wim Taymans  <wim@fluendo.com>
33396
33397         * sys/oss/gstosselement.c: (gst_osselement_reset),
33398         (gst_osselement_parse_caps):
33399         * sys/oss/gstosselement.h:
33400         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33401         Fix offset on osssrc.
33402
33403 2004-07-07  Wim Taymans  <wim@fluendo.com>
33404
33405         * ext/theora/theora.c: (plugin_init):
33406         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33407         (theora_dec_src_query), (theora_dec_chain):
33408         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33409         (theora_enc_sink_link), (theora_buffer_from_packet),
33410         (theora_push_packet), (theora_enc_chain):
33411         Fix theora granulepos calculation.
33412         Fix overflow in duration/position calculation.
33413         Bump rank to PRIMARY for theoradec.
33414         Use granulepos of last packet to calculate position.
33415         Set keyframe flag on buffers when needed.
33416
33417 2004-07-06  David Schleef  <ds@schleef.org>
33418
33419         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33420         serious?  (Fixed, obviously.)
33421
33422 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33423
33424         * po/LINGUAS:
33425         * po/cs.po:
33426           added Czech translation (Miloslav Trmac)
33427
33428 2004-07-05  Wim Taymans  <wim@fluendo.com>
33429
33430         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33431         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33432         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33433         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33434         (close_link), (type_found), (gst_decode_bin_set_property),
33435         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33436         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33437         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33438         (gst_decode_bin_query), (plugin_init):
33439         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33440         (gst_play_bin_class_init), (gst_play_bin_init),
33441         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33442         (get_video_element), (new_pad), (setup_source),
33443         (gst_play_bin_set_property), (gst_play_bin_get_property),
33444         (gst_play_bin_change_state), (gst_play_bin_add_element),
33445         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33446         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33447         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33448         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33449         * gst/playback/test.c: (main):
33450         More fixes, cleaned up playbin, make it use decodebin. Added
33451         threaded property to playbin.
33452
33453 2004-07-05  Wim Taymans  <wim@fluendo.com>
33454
33455         * configure.ac:
33456         * gst/playback/Makefile.am:
33457         * gst/playback/decodetest.c: (main):
33458         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33459         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33460         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33461         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33462         (close_link), (type_found), (gst_decode_bin_set_property),
33463         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33464         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33465         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33466         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33467         (plugin_init):
33468         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33469         (gst_play_bin_class_init), (gst_play_bin_init),
33470         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33471         (collect_sink_pads), (find_compatibles), (close_pad_link),
33472         (try_to_link_1), (new_pad), (close_link), (type_found),
33473         (setup_source), (gst_play_bin_set_property),
33474         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33475         (compare_ranks), (gst_play_bin_collect_factories),
33476         (gst_play_bin_change_state), (gst_play_bin_add_element),
33477         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33478         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33479         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33480         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33481         * gst/playback/test.c: (main):
33482         Added some playback helper elements and some test apps, very alpha
33483         still.
33484
33485 2004-07-04  Benjamin Otte  <otte@gnome.org>
33486
33487         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33488           only restart audio when we indeed have an xrun to fix repeated
33489           xruns. Fix suggested by Giuliano Pochini.
33490
33491 2004-07-03  David Schleef  <ds@schleef.org>
33492
33493         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33494         call to gst_debug_log() if debugging is disabled (bug #145118)
33495
33496 2004-07-03  Benjamin Otte  <otte@gnome.org>
33497
33498         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33499           use our own functions for restarting the alsa device.
33500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33501           I should apply patches myself - use MIN for the third argument, not
33502           the second, this fixes seeking
33503
33504 2004-07-02  David Schleef  <ds@schleef.org>
33505
33506         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33507         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33508         do with the logic.
33509
33510 2004-07-02  David Schleef  <ds@schleef.org>
33511
33512         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33513         output buffers.  Fix logic mistake.  (bug #144866)
33514
33515 2004-07-02  David Schleef  <ds@schleef.org>
33516
33517         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33518         on X.  (bug #144753)
33519
33520 2004-07-02  David Schleef  <ds@schleef.org>
33521
33522         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33523         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33524         (bug #144624)
33525         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33526         (gst_osselement_rate_probe_check): Add another workaround for
33527         buggy drivers (bug #145336)
33528
33529 2004-07-02  David Schleef  <ds@schleef.org>
33530
33531         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33532         Most systems don't have MSG_NOSIGNAL.
33533
33534 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33535
33536         * Makefile.am:
33537         * gst-libs/gst/colorbalance/Makefile.am:
33538         * gst-libs/gst/mixer/Makefile.am:
33539         * gst-libs/gst/play/Makefile.am:
33540         * gst-libs/gst/tuner/Makefile.am:
33541           (hopefully) fix both install and dist and make error message useful.
33542           needs testing across automakes.
33543
33544 2004-07-02  Benjamin Otte  <otte@gnome.org>
33545
33546         * ext/ogg/gstogg.c: (plugin_init):
33547           we require bytestream now
33548         * ext/ogg/gstoggdemux.c:
33549           huge diff to implement chain setup in a fast and generic way. This
33550           improves tag reading and startup of huge files (read: Theora videos)
33551           quite a bit. It probably contains bugs, too, so please test.
33552           Seeking is not improved to the fast method.
33553
33554 2004-06-29  Wim Taymans  <wim@fluendo.com>
33555
33556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33557         * ext/ogg/gstoggmux.c:
33558         Fix memleak in oggdemux when running unconnected pads.
33559         doc update in mux, start working on keyframe mode.
33560
33561 2004-06-29  Benjamin Otte  <otte@gnome.org>
33562
33563         * sys/oss/gstosssink.c:
33564         * sys/oss/gstosssrc.c:
33565           advertise correct template caps - we indeed do non-native endianness
33566           and 8bit audio has no endianness
33567         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33569           avoid (wrong) duplications in getcaps function and return
33570           template caps
33571
33572 2004-06-29  Wim Taymans  <wim@fluendo.com>
33573
33574         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33575         (gst_multifdsink_class_init), (gst_multifdsink_add),
33576         (gst_multifdsink_remove), (gst_multifdsink_clear),
33577         (gst_multifdsink_client_remove),
33578         (gst_multifdsink_handle_client_read),
33579         (gst_multifdsink_client_queue_data),
33580         (gst_multifdsink_client_queue_caps),
33581         (gst_multifdsink_client_queue_buffer),
33582         (gst_multifdsink_handle_client_write),
33583         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33584         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33585         (gst_multifdsink_init_send), (gst_multifdsink_close):
33586         Fix wrong GList iteration that could crash the server when
33587         more then 2 clients disconnect at the same time. Read all the
33588         pending commands in one batch to recover from command storms under
33589         very heavy load.
33590
33591 2004-06-28  Wim Taymans  <wim@fluendo.com>
33592
33593         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33594         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33595         (gst_videomixer_pad_set_property),
33596         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33597         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33598         (gst_videomixer_class_init), (gst_videomixer_init),
33599         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33600         (pad_zorder_compare), (gst_videomixer_sort_pads),
33601         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33602         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33603         (gst_videomixer_update_queues), (gst_videomixer_loop),
33604         (plugin_init):
33605         Avoid divide by zero, choose masterpad as the pad with the highest
33606         framerate.
33607
33608 2004-06-27  Julien Moutte  <julien@moutte.net>
33609
33610         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33611         (gst_ximagesink_xwindow_new):
33612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33613         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33614         function directly. We might want to call it from somewhere else one day.
33615
33616 2004-06-27  Julien Moutte  <julien@moutte.net>
33617
33618         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33619         (gst_ximagesink_xwindow_new):
33620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33621         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33622         window decorations.
33623
33624 2004-06-27  Wim Taymans  <wim@fluendo.com>
33625
33626         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33627         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33628         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33629         (gst_dvdec_set_property), (gst_dvdec_get_property):
33630         * ext/dv/gstdvdec.h:
33631         Implement drop_factor property to lower the framerate with
33632         a factor.
33633
33634 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33635
33636         * gst-libs/gst/colorbalance/Makefile.am:
33637         * gst-libs/gst/mixer/Makefile.am:
33638         * gst-libs/gst/play/Makefile.am:
33639         * gst-libs/gst/tuner/Makefile.am:
33640           unbreak Company's fix that didn't install the -enum.h files
33641
33642 2004-06-27  Wim Taymans  <wim@fluendo.com>
33643
33644         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33645         (gst_dvdec_change_state):
33646         * ext/dv/gstdvdec.h:
33647         Fix timestamp, duration and offset of the buffers.
33648
33649 2004-06-27  Wim Taymans  <wim@fluendo.com>
33650
33651         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33652         (gst_multifdsink_class_init), (gst_multifdsink_add),
33653         (gst_multifdsink_remove), (gst_multifdsink_clear),
33654         (gst_multifdsink_client_remove),
33655         (gst_multifdsink_handle_client_read),
33656         (gst_multifdsink_client_queue_data),
33657         (gst_multifdsink_client_queue_caps),
33658         (gst_multifdsink_client_queue_buffer),
33659         (gst_multifdsink_handle_client_write),
33660         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33661         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33662         (gst_multifdsink_init_send), (gst_multifdsink_close):
33663         * gst/tcp/gstmultifdsink.h:
33664         * gst/tcp/gsttcpserversink.c:
33665         (gst_tcpserversink_handle_server_read),
33666         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33667         More multifdsink fixes, more recovery policy fixes.
33668         Removed stupid g_print
33669
33670 2004-06-26  Wim Taymans  <wim@fluendo.com>
33671
33672         * gst/tcp/Makefile.am:
33673         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33674         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33675         (gst_multifdsink_class_init), (gst_multifdsink_init),
33676         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33677         (gst_multifdsink_handle_client_read),
33678         (gst_multifdsink_client_queue_data),
33679         (gst_multifdsink_client_queue_caps),
33680         (gst_multifdsink_client_queue_buffer),
33681         (gst_multifdsink_handle_client_write),
33682         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33683         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33684         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33685         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33686         (gst_multifdsink_close), (gst_multifdsink_change_state):
33687         * gst/tcp/gstmultifdsink.h:
33688         * gst/tcp/gsttcpplugin.c: (plugin_init):
33689         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33690         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33691         (gst_tcpserversink_handle_server_read),
33692         (gst_tcpserversink_handle_select),
33693         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33694         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33695         * gst/tcp/gsttcpserversink.h:
33696         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33697         one of the locks, added recovery policy to multifdsink.
33698
33699 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33700
33701         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33702           fix decision for when getting frames with same timestamp
33703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33704         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33705         (gst_v4lsrc_get_property):
33706         * sys/v4l/gstv4lsrc.h:
33707           add latency offset property
33708
33709 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33710
33711         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33712         (plugin_init):
33713           fix debugging. add category.
33714
33715 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33716
33717         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33718           fix wrong offsets
33719
33720 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33721
33722         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33723         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33724         (gst_alsa_src_change_state):
33725           return a time that is in sync with the element's processing
33726
33727 2004-06-25  Wim Taymans  <wim@fluendo.com>
33728
33729         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33730         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33731         (gst_tcpserversink_client_remove),
33732         (gst_tcpserversink_handle_client_read),
33733         (gst_tcpserversink_client_queue_data),
33734         (gst_tcpserversink_client_queue_caps),
33735         (gst_tcpserversink_client_queue_buffer),
33736         (gst_tcpserversink_handle_client_write),
33737         (gst_tcpserversink_queue_buffer),
33738         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33739         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33740         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33741         (gst_tcpserversink_close):
33742         * gst/tcp/gsttcpserversink.h:
33743         Serversink rewrite. Really do non blocking writes to clients and
33744         maintain an internal queue to handle slower clients while not
33745         disturbing fast clients.
33746
33747 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33748
33749         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33750           better debug, don't override OFFSET and OFFSET_END
33751
33752 2004-06-25  Iain <iain@prettypeople.org>
33753
33754         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33755         name=source for the wavparse pipeline.
33756
33757 2004-06-24  Johan Dahlin  <johan@gnome.org>
33758
33759         * ext/theora/theoraenc.c (theora_enc_chain): Call
33760         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33761         streamheader caps are set correctly.
33762
33763 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33764
33765         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33766         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33767           respect minimum bitrate; same could be done for max bitrate
33768
33769 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33770
33771         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33772         (gst_vorbisenc_setup):
33773           fix sample rate range
33774
33775 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33776
33777         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33778         (gst_oggvorbisenc_setup):
33779         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33780         (gst_vorbisenc_setup):
33781           resolve ambiguities in code and description
33782
33783 2004-06-24  Wim Taymans  <wim@fluendo.com>
33784
33785         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33786         * ext/alsa/gstalsa.h:
33787         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33788         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33789         Use alsa trigger_tstamp to get the timestamp of the first
33790         sample in the buffer for more precise sync. Some cleanups.
33791
33792 2004-06-24  Wim Taymans  <wim@fluendo.com>
33793
33794         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33795         (gst_audiorate_init), (gst_audiorate_chain),
33796         (gst_audiorate_set_property), (gst_audiorate_get_property):
33797         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33798         (gst_videorate_chain):
33799         Added some logging, fixed an overflow bug in videorate.
33800
33801 2004-06-24  Benjamin Otte  <otte@gnome.org>
33802
33803         * ext/kio/Makefile.am:
33804           fix for builddir != srcdir and distcheck
33805
33806 2004-06-24  Benjamin Otte  <otte@gnome.org>
33807
33808         * gst-libs/gst/colorbalance/Makefile.am:
33809         * gst-libs/gst/mixer/Makefile.am:
33810         * gst-libs/gst/play/Makefile.am:
33811         * gst-libs/gst/tuner/Makefile.am:
33812         * gst/tcp/Makefile.am:
33813         * sys/dxr3/Makefile.am:
33814           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33815           tarball.
33816           Also add all *.list files that were missing.
33817         * Makefile.am:
33818           add a distcheck hook to ensure the above doesn't happen again.
33819
33820 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33821
33822         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33823
33824 2004-06-23  Colin Walters  <walters@redhat.com>
33825
33826         * m4/Makefile.am: Distribute gst-fionread.m4.
33827
33828 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33829
33830         * configure.ac: back to dev
33831
33832 2004-06-23  Wim Taymans  <wim@fluendo.com>
33833
33834         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33835         (gst_alsa_xrun_recovery):
33836         * ext/alsa/gstalsa.h:
33837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33838         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33839         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33840         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33841         (gst_alsa_src_loop):
33842         Add clock to alsasrc. Take new capture timestamp when
33843         restarting after an overrun. Split up some functions between
33844         alsasrc and alsasink.
33845
33846 === release 0.8.2 ===
33847
33848 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33849
33850         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33851         (gst_alsa_change_state), (gst_alsa_update_avail),
33852         (gst_alsa_xrun_recovery):
33853         * ext/alsa/gstalsa.h:
33854         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33855           merge back changes from release
33856
33857 2004-06-23  Wim Taymans  <wim@fluendo.com>
33858
33859         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33860         (gst_audiorate_init), (gst_audiorate_chain),
33861         (gst_audiorate_set_property), (gst_audiorate_get_property):
33862         Implement sample dropping and notify
33863
33864 2004-06-22  Wim Taymans  <wim@fluendo.com>
33865
33866         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33867         (theora_enc_sink_link), (theora_buffer_from_packet),
33868         (theora_push_packet), (theora_enc_chain):
33869         Some cleanups, make sure the timestamps are correct.
33870
33871 2004-06-22  Wim Taymans  <wim@fluendo.com>
33872
33873         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33874         (gst_alsa_change_state), (gst_alsa_update_avail),
33875         (gst_alsa_xrun_recovery):
33876         * ext/alsa/gstalsa.h:
33877         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33878         Cleanups, take queued samples into account when reporting
33879         the time.
33880
33881 2004-06-22  Wim Taymans  <wim@fluendo.com>
33882
33883         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33884         (gst_videorate_init):
33885         Initialize the property as well.
33886
33887 2004-06-22  Wim Taymans  <wim@fluendo.com>
33888
33889         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33890         (gst_videorate_init), (gst_videorate_chain),
33891         (gst_videorate_set_property), (gst_videorate_get_property):
33892         Add property to make videorate silent.
33893         Add property to prefer new frames over old ones.
33894
33895 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33896
33897         * sys/osxvideo/Makefile.am:
33898         Workaround so that the osxvideo .so file gets linked with the
33899         Cocoa, OpenGL and QuickTime frameworks
33900
33901 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33902
33903         * sys/osxaudio/Makefile.am:
33904         Workaround so that the osxaudio .so file gets linked with the
33905         CoreAudio framework
33906
33907 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33908
33909         * configure.ac:
33910         Whoops, my fault...fixed build issues
33911
33912 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33913
33914         * configure.ac:
33915         Add objective-c support if running in Darwin/Mac OS X
33916         * sys/Makefile.am:
33917         * sys/osxvideo:
33918         * sys/osxvideo/Makefile.am:
33919         * sys/osxvideo/osxvideosink.h:
33920         * sys/osxvideo/osxvideosink.m:
33921         * sys/osxvideo/cocoawindow.h:
33922         * sys/osxvideo/cocoawindow.m:
33923         Add osxvideosink, a cocoa-based osx video sink
33924
33925
33926 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33927         * ext/dvdnav/gst-dvd:
33928         Grab the gconf key from the right spot
33929         * gst/debug/gstnavseek.c: (gst_navseek_init),
33930         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33931         (gst_navseek_chain):
33932         * gst/debug/gstnavseek.h:
33933           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33934           and loop parameters of a segment seek.
33935         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33936         (gst_videotestsrc_get_event_masks),
33937         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33938         * gst/videotestsrc/gstvideotestsrc.h:
33939           Add seeking support to videotestsrc
33940           Initialise the timestamp_offset variable.
33941
33942 2004-06-18  Wim Taymans  <wim@fluendo.com>
33943
33944         * ext/sidplay/gstsiddec.cc:
33945         Fix negotiation and set correct end offset.
33946
33947 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33948
33949         * configure.ac: branch and prerelease
33950
33951 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33952
33953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33954         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33955         (gst_tcpclientsrc_init_receive):
33956         * gst/tcp/gsttcpclientsrc.h:
33957           read caps when connecting to server for GDP so we set them correctly
33958
33959 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33960
33961         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33962           notify drops and duplicates
33963         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33964           no good reason to limit ourselves to 100x100
33965
33966 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33967
33968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33969         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33970         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33971         (gst_v4lsrc_get_property):
33972         * sys/v4l/gstv4lsrc.h:
33973         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33974         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33975         (gst_v4l_set_audio):
33976         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33977         (gst_v4lsrc_try_capture):
33978         * sys/v4l/v4lsrc_calls.h:
33979           change try_palette to more general try_capture
33980           add autoprobe option so we can turn off autoprobing
33981           various fixes
33982
33983 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33984
33985         * configure.ac:
33986           add videorate
33987         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33988         (gst_ximagesink_class_init):
33989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33990         (gst_xvimagesink_class_init):
33991           run them as finalize, not dispose, since dispose can be invoked
33992           multiple times
33993
33994 2004-06-17  Wim Taymans  <wim@fluendo.com>
33995
33996         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33997         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33998         * ext/alsa/gstalsa.h:
33999         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34000         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34001         (gst_alsa_src_change_state):
34002         * ext/alsa/gstalsasrc.h:
34003         Make the xrun code timestamp and offset the buffers correctly.
34004         moved the clock to the base class, use alsa methods to get time.
34005         Do correct timestamping on outgoing buffers.
34006
34007 2004-06-17  Wim Taymans  <wim@fluendo.com>
34008
34009         * gst/audiorate/Makefile.am:
34010         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34011         (gst_audiorate_base_init), (gst_audiorate_class_init),
34012         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34013         (gst_audiorate_set_property), (gst_audiorate_get_property),
34014         (gst_audiorate_change_state), (plugin_init):
34015         Added an audiorate converter that fills in gaps.
34016
34017 2004-06-17  Johan Dahlin  <johan@gnome.org>
34018
34019         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34020
34021 2004-06-16  Wim Taymans  <wim@fluendo.com>
34022
34023         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34025         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34026         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34027         (gst_v4lsrc_get_property):
34028         * sys/v4l/gstv4lsrc.h:
34029         Added a copy mode to v4lsrc where it will output a copied version
34030         of its internal hardware buffer.
34031         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34032         can't | them.
34033
34034 2004-06-16  Wim Taymans  <wim@fluendo.com>
34035
34036         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34037         Timestamp fixes.
34038
34039 2004-06-16  Wim Taymans  <wim@fluendo.com>
34040
34041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34042         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34043         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34044         (gst_v4lsrc_get_property):
34045         * sys/v4l/gstv4lsrc.h:
34046         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34047         Added a sync mode enum property to control v4lsrc timestamp method
34048         Removed the use-fixed-fps property and moved functionality in
34049         the enum.
34050         Don't error on an error value from v4l-conf, it might not always
34051         be a real error.
34052
34053 2004-06-16  Wim Taymans  <wim@fluendo.com>
34054
34055         * gst/videorate/Makefile.am:
34056         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34057         (gst_videorate_base_init), (gst_videorate_class_init),
34058         (gst_videorate_getcaps), (gst_videorate_link),
34059         (gst_videorate_init), (gst_videorate_chain),
34060         (gst_videorate_set_property), (gst_videorate_get_property),
34061         (gst_videorate_change_state), (plugin_init):
34062         Added a video timestamp corrector.
34063
34064 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34065
34066         fixed a potential leak with previous commit
34067
34068         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34069
34070 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34071
34072         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34073         Added missing refcount, fixes bug #144425
34074         Cheers Tim for finding the bug
34075
34076 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34077
34078         * sys/v4l/gstv4l.c: (plugin_init):
34079         * sys/v4l/gstv4lcolorbalance.c:
34080         * sys/v4l/gstv4lcolorbalance.h:
34081         * sys/v4l/gstv4lelement.c:
34082         * sys/v4l/gstv4lelement.h:
34083         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34084         * sys/v4l/gstv4lmjpegsink.h:
34085         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34086         * sys/v4l/gstv4lmjpegsrc.h:
34087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34088         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34089         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34090         * sys/v4l/gstv4lsrc.h:
34091         * sys/v4l/gstv4ltuner.c:
34092         * sys/v4l/gstv4ltuner.h:
34093         * sys/v4l/gstv4lxoverlay.c:
34094         * sys/v4l/gstv4lxoverlay.h:
34095         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34096         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34097         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34098         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34099         (gst_v4l_set_audio):
34100         * sys/v4l/v4l_calls.h:
34101         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34102         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34103         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34104         (gst_v4lmjpegsink_playback_init),
34105         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34106         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34107         (gst_v4lmjpegsink_playback_stop),
34108         (gst_v4lmjpegsink_playback_deinit):
34109         * sys/v4l/v4lmjpegsink_calls.h:
34110         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34111         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34112         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34113         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34114         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34115         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34116         * sys/v4l/v4lmjpegsrc_calls.h:
34117         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34118         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34119         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34120         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34121         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34122         (gst_v4lsrc_try_palette):
34123         * sys/v4l/v4lsrc_calls.h:
34124           bunch of paranoia cleanups
34125
34126 2004-06-14  David Schleef  <ds@schleef.org>
34127
34128         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34129         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34130         Send discont events and change timestamps appropriately when
34131         we get a seek event.  (bug #144240)
34132         * ext/cdparanoia/gstcdparanoia.h:
34133
34134 2004-06-14  Benjamin Otte  <otte@gnome.org>
34135
34136         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34137           snd_pcm_hw_params_set_rate  since the latter fails for no good
34138           reason on some setups.
34139
34140 2004-06-14  David Schleef  <ds@schleef.org>
34141
34142         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34143         standard.  Thank you for playing.
34144
34145 2004-06-14  Wim Taymans  <wim@fluendo.com>
34146
34147         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34148         Patch 1.3 broke the ordering of the colorspace info and
34149         made the plugin basically work by coincidence, reordered
34150         the info.
34151
34152 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34153
34154         * ext/lame/gstlame.c:
34155         * ext/mad/gstmad.c:
34156           sync caps.  Make sure mad can only output a list of rates, not
34157           a full range.  In the future, have three caps lists for each of the
34158           mpeg versions.  Change mpegversion to a double as well.
34159
34160 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34161
34162         * gst/volume/.cvsignore:
34163         * gst/volume/Makefile.am:
34164         * gst/volume/demo.c: (value_changed_callback), (idler),
34165         (setup_gui), (main):
34166           added small demo app
34167
34168 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34169         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34170         * ext/esd/esdsink.h:
34171         Close the esd connection on pause, because esd will just wait -
34172         blocking all other esd clients indefinitely.
34173
34174 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34175
34176         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34177           previous commit with GST_DEBUG
34178
34179 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34180
34181         * configure.ac:
34182           add a header check for a dvdread header in dvdnav.  Fixes #133002
34183
34184 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34185
34186         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34187         * gst/tcp/gsttcpclientsink.h:
34188         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34189         * gst/tcp/gsttcpclientsrc.h:
34190         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34191         (gst_tcpserversink_handle_server_read),
34192         (gst_tcpserversink_init_send):
34193         * gst/tcp/gsttcpserversink.h:
34194         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34195         * gst/tcp/gsttcpserversrc.h:
34196         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34197         version of IP)
34198
34199 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34200
34201         * configure.ac:
34202         Added ogg library so that OSX detects libtheora properly
34203
34204 2004-06-11  Wim Taymans  <wim@fluendo.com>
34205
34206         * ext/theora/theoradec.c: (theora_dec_chain),
34207         (theora_dec_change_state):
34208         Don't try to decode frames before we received a keyframe.
34209
34210 2004-06-11  Wim Taymans  <wim@fluendo.com>
34211
34212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34213         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34214         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34215         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34216         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34217         Added property to set the maximum delay of a page.
34218
34219 2004-06-10  Wim Taymans  <wim@fluendo.com>
34220
34221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34222         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34223         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34224         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34225         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34226         Added max-delay property to control the maximum amount
34227         of data to put in one page.
34228
34229 2004-06-10  Wim Taymans  <wim@fluendo.com>
34230
34231         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34232         (gst_theora_enc_init), (theora_enc_sink_link),
34233         (theora_buffer_from_packet), (theora_enc_set_property),
34234         (theora_enc_get_property):
34235         Set duration on encoded buffer, added some more properties
34236
34237 2004-06-10  Wim Taymans  <wim@fluendo.com>
34238
34239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34240         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34241         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34242         * ext/theora/theoraenc.c: (theora_enc_chain):
34243         Fix refcounting bugs
34244
34245 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34246
34247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34248         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34249         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34250         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34251         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34252         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34253         (gst_asf_demux_change_state):
34254         * gst/asfdemux/gstasfdemux.h:
34255           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34256           feels like. I think we should set a new requirement for demuxers
34257           from now on to implement sane loop functions, data loops, query
34258           and seek functions before first commit into CVS. And this commit
34259           fixes all of the above.
34260
34261 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34262
34263         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34264           vorbis comments are properly encoded in UTF-8 before adding them
34265           to a GstTagList
34266
34267 2004-06-09  Benjamin Otte  <otte@gnome.org>
34268
34269         * ext/alsa/gstalsa.c: (add_channels):
34270           handle min <= max correctly
34271         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34272         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34273           add fixation functions so we fixate correctly. No preferring of alaw
34274           anymore because it's the first structure.
34275         * ext/alsa/gstalsa.h:
34276         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34277         (gst_alsa_hw_params_dump):
34278           add functions to ease debugging in alsalib
34279         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34280         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34281         (gst_alsa_start_audio):
34282           only specify hw params if we really setup a format (fixes #134007 -
34283           or at least works around it)
34284
34285 2004-06-09  Wim Taymans  <wim@fluendo.com>
34286
34287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34288         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34289         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34290         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34291         (gst_ogg_mux_loop):
34292         Use stream caps to setup the initial pages in the ogg stream.
34293         Correctly set the streamheader caps on the srcpad.
34294
34295 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34296
34297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34298         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34299         (gst_v4lsrc_getcaps):
34300         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34301         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34302           add querying of fps lists for webcams.  Negotiating to a framerate
34303           now works.
34304
34305 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34306
34307         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34308         (theora_push_buffer), (theora_push_packet),
34309         (theora_set_header_on_caps), (theora_enc_chain):
34310           mark buffers and put on streamheader, raw theora streaming
34311           now works too, whee
34312
34313 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34314
34315         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34316         (gst_tcp_gdp_read_caps):
34317           do a looping read for caps and GDP headers too
34318
34319 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34320
34321         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34322         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34323           return EOS instead of NULL in _get
34324
34325 2004-06-08  Wim Taymans  <wim@fluendo.com>
34326
34327         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34328         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34329         (gst_tcp_gdp_write_caps):
34330         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34331         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34332         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34333         Memory leak fixes
34334
34335 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34336
34337         * ext/vorbis/Makefile.am:
34338         * ext/vorbis/vorbis.c: (plugin_init):
34339         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34340         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34341         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34342         (vorbis_parse_change_state):
34343         * ext/vorbis/vorbisparse.h:
34344           adding a vorbisparse element that marks the buffers, streaming
34345           raw vorbis using GDP now works, whee
34346
34347 2004-06-08  Wim Taymans  <wim@fluendo.com>
34348
34349         * ext/jpeg/Makefile.am:
34350         * ext/jpeg/README:
34351         * ext/jpeg/gstjpeg.c: (plugin_init):
34352         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34353         (gst_smokedec_base_init), (gst_smokedec_class_init),
34354         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34355         * ext/jpeg/gstsmokedec.h:
34356         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34357         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34358         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34359         (gst_smokeenc_resync), (gst_smokeenc_chain),
34360         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34361         * ext/jpeg/gstsmokeenc.h:
34362         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34363         (smokecodec_flush_destination), (smokecodec_term_destination),
34364         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34365         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34366         (smokecodec_term_source), (smokecodec_encode_new),
34367         (smokecodec_decode_new), (smokecodec_info_free),
34368         (smokecodec_set_quality), (smokecodec_get_quality),
34369         (smokecodec_set_threshold), (smokecodec_get_threshold),
34370         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34371         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34372         (smokecodec_parse_header), (smokecodec_decode):
34373         * ext/jpeg/smokecodec.h:
34374         Added a new simple jpeg based codec
34375
34376 2004-06-08  Wim Taymans  <wim@fluendo.com>
34377
34378         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34379         (gst_multipart_mux_loop):
34380         Fix memory leak
34381
34382 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34383
34384         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34385         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34386         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34387         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34388         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34389         * gst/tcp/gsttcpserversink.h:
34390           take streamheader into account
34391
34392 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34393
34394         * gst/level/Makefile.am:
34395         * gst/level/gstlevel.c: (gst_level_class_init):
34396           clean up marshal generation
34397
34398 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34399
34400         * gst/tcp/Makefile.am:
34401         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34402         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34403         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34404         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34405         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34406         (gst_tcpclientsrc_get_property):
34407         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34408         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34409         (gst_tcpserversink_handle_client_read),
34410         (gst_tcpserversink_handle_client_write),
34411         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34412         * gst/tcp/gsttcpserversink.h:
34413           add signals client-added and client-removed
34414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34415         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34416         (gst_tcpserversrc_get_property):
34417         uniformized, change default protocol to NONE
34418         * gst/tcp/gsttcp-marshal.list: added
34419 2004-06-07  Benjamin Otte  <otte@gnome.org>
34420
34421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34422           handle discont events if they happen before caps nego
34423
34424 2004-06-07  Wim Taymans  <wim@fluendo.com>
34425
34426         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34427         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34428         (gst_multipart_demux_plugin_init):
34429         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34430         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34431         (gst_multipart_mux_change_state):
34432         Small updates, fix a memleak
34433
34434 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34435
34436         * configure.ac: OSS portability
34437         * ext/arts/gst_arts.c: idem
34438         * sys/oss/gstosselement.c: idem
34439         * sys/oss/gstossmixer.c: idem
34440         * sys/oss/gstosssink.c: idem
34441         * sys/oss/gstosssrc.c: idem
34442         * sys/oss/oss_probe.c: idem
34443           - check for soundcard.h in different places for some BSD
34444
34445 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34446
34447         * AUTHORS:
34448         Add me to the authors file
34449         * configure.ac:
34450         Increase the libdv requirement to >= version 0.100
34451         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34452         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34453         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34454         * ext/dv/gstdvdec.h:
34455         Add support for the new_media flag when sending DISCONT events
34456         Make the querying work when video pad is not linked
34457
34458 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34459
34460         reviewed by Benjamin Otte  <otte@gnome.org>
34461
34462         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34463           create a NULL-initialized array of pads, so we don't think they
34464           exist already. (fixes #143130)
34465
34466 2004-06-07  Benjamin Otte  <otte@gnome.org>
34467
34468         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34469         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34470         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34471           don't use // coments
34472
34473 2004-06-07  Benjamin Otte  <otte@gnome.org>
34474
34475         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34476           cast to GstClockTime to get higher granularity
34477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34478           use gst_element_set_time_delay to get the exact time
34479         * ext/mad/gstmad.c: (gst_mad_chain):
34480           use the negotiated rate instead of the current frame's rate which
34481           might be wrong because of bit errors. This avoids emitting totally
34482           bogus timestamps and screwing sync.
34483         (fixes #143454)
34484
34485 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34486
34487         reviewed by Benjamin Otte  <otte@gnome.org>
34488
34489         * gst/adder/gstadder.c: (gst_adder_loop):
34490           properly error out when no negotiation has happened yet. (fixes
34491           #143032)
34492
34493 2004-06-06  Benjamin Otte  <otte@gnome.org>
34494
34495         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34496           forward correctly transformed offset in discont events. Based on
34497           patch by Arwed v. Merkatz. (fixes #142851)
34498
34499 2004-06-06  David Schleef  <ds@schleef.org>
34500
34501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34502         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34503         problems on several systems.
34504
34505 2004-06-06  Benjamin Otte  <otte@gnome.org>
34506
34507         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34508           use explicit caps on the srcpad
34509         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34510           properly error out if caps couldn't be set (fixes #142764)
34511
34512 2004-06-06  Benjamin Otte  <otte@gnome.org>
34513
34514         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34515         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34516         (gst_alsa_start_audio):
34517           - don't call set_periods_integer anymore, it breaks the
34518           configuration randomly
34519           - call snd_pcm_hw_params_set_access directly instead of using masks
34520           - don't fail if the sw_params can't be set, just use the default
34521           params and hope it works. Alsalib has weird issues when you touch
34522           sw_params and does no proper error reporting about what failed.
34523         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34524         (gst_alsa_close_audio):
34525           make our alsa debugging go via gst debugging and not conditionally
34526           defined
34527         * ext/alsa/gstalsa.h:
34528           add ALSA_DEBUG_FLUSH macro
34529         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34530         (plugin_init):
34531           wrap alsa errors to be printed via the gst debugging system and not
34532           spammed to stderr
34533
34534 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34535
34536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34537         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34538         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34539         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34540         (qtdemux_parse_trak):
34541         * gst/qtdemux/qtdemux.h:
34542           Bitch. Also known as seeking, querying & co.
34543         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34544         (gst_osssink_change_state):
34545         * sys/oss/gstosssink.h:
34546           Resyncing is for weenies, this hack is no longer needed and was
34547           broken anyway (since it - unintendedly - always leaves resync to
34548           TRUE).
34549
34550 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34551
34552         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34553         * gst/tcp/gsttcpclientsrc.h: idem
34554           - define MSG_NOSIGNAL if not done
34555           - include unistd.h for off_t
34556           (fixes #143749)
34557
34558 2004-06-05  Benjamin Otte  <otte@gnome.org>
34559
34560         * configure.ac:
34561         * ext/kio/Makefile.am:
34562           check for qt's moc preprocessor explicitly and use it
34563
34564 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34565
34566         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34567           don't get a signal for EPIPE on socket writes
34568           (somebody check if this works on other platforms)
34569
34570 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34571
34572         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34573         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34574           check error condition on available samples correctly
34575
34576 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34577
34578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34579           avoid a segfault
34580         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34581         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34582         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34583         (gst_tcpserversrc_gdp_read_header):
34584          use ssize_t over size_t since the former is signed and thus the
34585          check for error codes can work
34586
34587 2004-06-02  Wim Taymans  <wim@fluendo.com>
34588
34589         reviewed by: Johan
34590
34591         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34592         (gst_multipart_mux_loop):
34593         Oops
34594
34595 2004-06-02  Wim Taymans  <wim@fluendo.com>
34596
34597         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34598         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34599         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34600         (gst_multipart_mux_change_state):
34601         Added configurable boundary specifier, added the value as a
34602         caps field as well.
34603
34604 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34605
34606         * gst/tcp/gsttcp.c:
34607         * gst/tcp/gsttcpclientsrc.c:
34608         * gst/tcp/gsttcpclientsrc.h:
34609         * gst/tcp/gsttcpserversrc.c:
34610           - portability fix, to compile on OSX
34611             (fixes #143146)
34612
34613         * sys/osxaudio/gstosxaudioelement.c:
34614         * sys/osxaudio/gstosxaudiosink.c:
34615         * sys/osxaudio/gstosxaudiosrc.c:
34616           - compilation warnings on OSX
34617             (fixes #143153)
34618
34619 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34620
34621         * ext/vorbis/vorbisdec.c : sign warning fixes
34622
34623         * gst-libs/gst/mixer/mixertrack.c :
34624           do no use defines which are glib 2.4 specific
34625
34626 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34627
34628         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34629           buffer since libflac doesn't expect it (reports a sync error when
34630           it encounters that)
34631
34632
34633 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34634
34635         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34636         * gst-libs/gst/mixer/mixertrack.c:
34637         (gst_mixer_track_get_property), (get_mixer_track_init),
34638         (get_mixer_track_get_property): Added property accessors
34639         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34640         * gst-libs/gst/mixer/mixeroptions.c:
34641         (gst_mixer_options_get_values): Added
34642         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34643         * gst-libs/gst/mixer/mixer.c: Fixed comment
34644
34645
34646 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34647
34648         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34649           improve error messages on open
34650
34651
34652 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34653
34654         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34655           check if v4l-conf is in path
34656
34657 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34658
34659         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34660           change assert to a more readable error message
34661
34662 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34663
34664         * gst-libs/gst/tuner/tunerchannel.h:
34665           - add a freq_multiplicator field to make the conversion
34666             between internal frequency unit and Hz
34667         * sys/v4l/gstv4lelement.c:
34668         * sys/v4l2/gstv4l2element.c:
34669           - change default video device to /dev/video0
34670         * sys/v4l/v4l_calls.c:
34671         * sys/v4l2/v4l2_calls.c:
34672           - we only expose frequency to the user in Hz instead of
34673             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34674
34675 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34676         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34677           Initialise b_o_s and e_o_s variables
34678         * gst-libs/gst/riff/riff-media.c:
34679         (gst_riff_create_video_caps_with_data):
34680           Add some unusual fourcc's from mplayer avi's
34681         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34682           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34683           autoplugging.
34684
34685 2004-05-28  Wim Taymans  <wim@fluendo.com>
34686
34687         * configure.ac:
34688         * gst/alpha/Makefile.am:
34689         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34690         (gst_alpha_get_type), (gst_alpha_base_init),
34691         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34692         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34693         (gst_alpha_chroma_key), (gst_alpha_chain),
34694         (gst_alpha_change_state), (plugin_init):
34695         A plugin to add an alpha channel to I420 video. Can optionally do
34696         chroma keying.
34697         * gst/multipart/Makefile.am:
34698         * gst/multipart/multipart.c: (plugin_init):
34699         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34700         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34701         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34702         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34703         (gst_multipart_demux_change_state),
34704         (gst_multipart_demux_plugin_init):
34705         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34706         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34707         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34708         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34709         (gst_multipart_mux_pad_unlink),
34710         (gst_multipart_mux_request_new_pad),
34711         (gst_multipart_mux_handle_src_event),
34712         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34713         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34714         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34715         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34716         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34717         send multipart jpeg images to a browser.
34718         * gst/videobox/Makefile.am:
34719         * gst/videobox/README:
34720         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34721         (gst_video_box_get_type), (gst_video_box_base_init),
34722         (gst_video_box_class_init), (gst_video_box_init),
34723         (gst_video_box_set_property), (gst_video_box_get_property),
34724         (gst_video_box_sink_link), (gst_video_box_i420),
34725         (gst_video_box_ayuv), (gst_video_box_chain),
34726         (gst_video_box_change_state), (plugin_init):
34727         Crops or adds borders around an image. can do alpha channel
34728         borders as well.
34729         * gst/videomixer/Makefile.am:
34730         * gst/videomixer/README:
34731         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34732         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34733         (gst_videomixer_pad_get_sink_event_masks),
34734         (gst_videomixer_pad_get_property),
34735         (gst_videomixer_pad_set_property),
34736         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34737         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34738         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34739         (gst_videomixer_base_init), (gst_videomixer_class_init),
34740         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34741         (gst_videomixer_handle_src_event),
34742         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34743         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34744         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34745         (gst_videomixer_loop), (gst_videomixer_get_property),
34746         (gst_videomixer_set_property), (gst_videomixer_change_state),
34747         (plugin_init):
34748         Generic video mixer plugin, can handle multiple inputs all with
34749         different framerates and video sizes. Is fully alpha channel
34750         aware.
34751
34752 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34753
34754         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34755           Select first track as master track. Not sure how else to handle
34756           that...
34757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34758           Discard discont events. Should fix #142962.
34759
34760 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34761
34762         * ext/alsa/Makefile.am:
34763         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34764         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34765         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34766         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34767         (gst_alsa_mixer_get_option):
34768         * ext/alsa/gstalsamixer.h:
34769         * ext/alsa/gstalsamixeroptions.c:
34770         (gst_alsa_mixer_options_get_type),
34771         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34772         (gst_alsa_mixer_options_new):
34773         * ext/alsa/gstalsamixeroptions.h:
34774         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34775         * ext/alsa/gstalsamixertrack.h:
34776           Add enumerations (as GstMixerOptions). Make correct distinction
34777           between input/output tracks. Add capture/playback private flag.
34778           Use flag to decide on whether to set capture or playback volumes
34779           or switches. Use playback and record switches.
34780         * gst-libs/gst/mixer/Makefile.am:
34781         * gst-libs/gst/mixer/mixer-marshal.list:
34782         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34783         (gst_mixer_set_option), (gst_mixer_get_option),
34784         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34785         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34786         * gst-libs/gst/mixer/mixer.h:
34787         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34788         (gst_mixer_options_class_init), (gst_mixer_options_init),
34789         (gst_mixer_options_dispose):
34790         * gst-libs/gst/mixer/mixeroptions.h:
34791           Add GstMixerOptions.
34792         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34793           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34794           broken device detection on computers with multiple OSS sound
34795           cards.
34796
34797 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34798
34799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34800           fixate nicely even when the peer is not negotiating
34801
34802 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34803
34804         * gst/audioconvert/gstaudioconvert.c:
34805         (gst_audio_convert_parse_caps):
34806           make sure we don't allow depth > width
34807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34808           fixate endianness to G_BYTE_ORDER as default
34809         * gst/audioscale/gstaudioscale.c:
34810           we don't handle another endianness as host-endianness
34811
34812 2004-05-25  David Schleef  <ds@schleef.org>
34813
34814         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34815
34816 2004-05-24  Benjamin Otte  <otte@gnome.org>
34817
34818         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34819         (gst_oggvorbisenc_setup):
34820           properly fail when we can't setup the vorbis encoder due to
34821           unsupported settings
34822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34823         (gst_vorbisenc_setup):
34824           same
34825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34826           fix case where warnings occured when one pad was unlinked while the
34827           other's link function was called
34828
34829 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34830
34831         * gst/tcp/Makefile.am:
34832           use GST_ENABLE_NEW
34833
34834 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34835
34836         * gst-libs/gst/resample/private.h:
34837           don't use optimizations that are #if 0'ed
34838
34839 2004-05-24  Wim Taymans  <wim@fluendo.com>
34840
34841         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34842         Fix potential division by zero error and hopefully get
34843         the position query right to get correct timestamps on avi
34844         audio.
34845
34846 2004-05-24  Wim Taymans  <wim@fluendo.com>
34847
34848         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34849         (gst_videoscale_scale_nearest_str2),
34850         (gst_videoscale_scale_nearest_str4),
34851         (gst_videoscale_scale_nearest_32bit),
34852         (gst_videoscale_scale_nearest_24bit),
34853         (gst_videoscale_scale_nearest_16bit):
34854         Fix the scaling algorithm and avoid a buffer overflow.
34855         removed the while loop in the scaling function as it
34856         was used for point sampling only.
34857
34858 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34859
34860         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34861         (gst_id3_tag_class_init), (gst_id3_tag_init),
34862         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34863         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34864         (gst_id3_tag_send_tag_event):
34865           lots of fixes to make id3mux work and id3demux work correctly
34866
34867 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34868
34869         * ext/Makefile.am:
34870           add rules to build shout2send (was removed by accident
34871           when this module was no more marked experimental/broken)
34872
34873 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34874
34875         * ext/shout2/gstshout2.c:
34876         * ext/shout2/gstshout2.h:
34877           adding a "connection problem" signal to shout2send
34878           (fixes #142954)
34879
34880 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34881
34882         * ext/kio/kioreceiver.cpp:
34883         * ext/kio/kioreceiver.h:
34884           fix sign comparison issues
34885
34886 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34887
34888         * gst/cdxaparse/gstcdxaparse.c:
34889         * gst/cdxaparse/gstcdxaparse.h:
34890           some renaming
34891           add some checks/sanity
34892           prepare for seek addition
34893
34894         * sys/sunaudio/gstsunaudio.c:
34895           remove exported dupe init function
34896
34897 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34898
34899         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34900         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34901           Fix format conversion and position querying.
34902         * gst/debug/progressreport.c: (gst_progressreport_report):
34903           Don't output a bogus total value that we didn't query.
34904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34905           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34906           only a blank window after xine has been used.
34907
34908 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34909
34910         * m4/as-arts.m4:
34911           sync with upstream version to fix test on FC2
34912           readd with -ko to preserve Id header
34913
34914 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34915
34916         * configure.ac:
34917           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34918         * gst/tcp/gsttcpclientsrc.c: idem
34919         * gst/tcp/gsttcpserversink.c: idem
34920         * gst/tcp/gsttcpserversrc.c: idem
34921         * m4/gst-fionread.m4: idem
34922
34923         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34924
34925         * configure.ac: enable speex plugin for speex 1.1.5+
34926         * ext/speex/gstspeexenc.c: fix cast warning
34927
34928         * ext/esd/README: fix typo
34929
34930 2004-05-20  David Schleef  <ds@schleef.org>
34931
34932         * configure.ac: Minor cosmetic change to convince the buildbot to
34933         reautogen.
34934         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34935         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34936         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34937         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34938         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34939         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34940         More hacking.  Plays audio now.
34941
34942 2004-05-20  David Schleef  <ds@schleef.org>
34943
34944         * configure.ac:
34945         * sys/Makefile.am:
34946
34947 2004-05-20  David Schleef  <ds@schleef.org>
34948
34949         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34950         * sys/osxaudio/gstosxaudio.c:
34951         * sys/osxaudio/gstosxaudioelement.c:
34952         * sys/osxaudio/gstosxaudioelement.h:
34953         * sys/osxaudio/gstosxaudiosink.c:
34954         * sys/osxaudio/gstosxaudiosink.h:
34955         * sys/osxaudio/gstosxaudiosrc.c:
34956         * sys/osxaudio/gstosxaudiosrc.h:
34957
34958 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34959
34960         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34961         (gst_vorbisenc_chain):
34962           put the codec headers on the caps as streamheader as well as
34963           pushing them out
34964
34965 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34966
34967         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34968         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34969         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34970         split up push_packet into two functions
34971
34972 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34973
34974         * gst/tcp/.cvsignore:
34975           ignore enums
34976         * gst/tcp/Makefile.am:
34977         * gst/tcp/README:
34978         * gst/tcp/gsttcp.c:
34979         * gst/tcp/gsttcp.h:
34980         * gst/tcp/gsttcpclientsink.c:
34981         * gst/tcp/gsttcpclientsink.h:
34982         * gst/tcp/gsttcpclientsrc.c:
34983         * gst/tcp/gsttcpclientsrc.h:
34984         * gst/tcp/gsttcpplugin.c:
34985         * gst/tcp/gsttcpserversink.c:
34986         * gst/tcp/gsttcpserversink.h:
34987         * gst/tcp/gsttcpserversrc.c:
34988         * gst/tcp/gsttcpserversrc.h:
34989           add new tcp elements
34990
34991 2004-05-19  Wim Taymans  <wim@fluendo.com>
34992
34993         * gst/law/mulaw-conversion.c: (mulaw_encode):
34994         Fix overflow bug in ulaw encoding.
34995
34996 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34997
34998         * ext/mad/gstmad.c: (gst_mad_handle_event):
34999           don't unref the event twice
35000
35001 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35002
35003         * configure.ac:
35004           remove -Wno-sign-compare
35005
35006 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35007
35008         * configure.ac:
35009           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35010           if you want to work against glib 2.2 and 2.4
35011
35012 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35013
35014         * gst/tcp/Makefile.am:
35015         * gst/tcp/gsttcp.c:
35016         * gst/tcp/gsttcp.h:
35017         * gst/tcp/gsttcpsink.h:
35018         * gst/tcp/gsttcpsrc.h:
35019           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35020
35021 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35022
35023         * gst/debug/tests.c: (md5_get_value):
35024           fix segfault on gst-inspect
35025
35026 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35027
35028         * gst/debug/testplugin.c:
35029         * gst/debug/tests.c:
35030         * gst/debug/tests.h:
35031           add new extensible and configurable testing element. Current tests
35032           include buffer count, stream length, timestamp/duration matching and
35033           md5.
35034         * gst/debug/Makefile.am:
35035         * gst/debug/gstdebug.c: (plugin_init):
35036           add infrastructure for new element
35037
35038 2004-05-19  Johan Dahlin  <johan@gnome.org>
35039
35040         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35041         ending of the array. Fixes gst-inspect segfault on ppc.
35042
35043 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35044
35045         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35046
35047         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35048
35049 2004-05-18  David Schleef  <ds@schleef.org>
35050
35051         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35052         warnings (bugs, actually) noticed by gcc but not forte.
35053
35054 2004-05-18  David Schleef  <ds@schleef.org>
35055
35056         * sys/sunaudio/Makefile.am:
35057         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35058
35059 2004-05-18  David Schleef  <ds@schleef.org>
35060
35061         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35062         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35063         to allow qtdemux to use non-seekable streams. (bug #142272)
35064
35065 2004-05-18  David Schleef  <ds@schleef.org>
35066
35067         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35068         (gst_resample_sinc_ft_float): Remove use of static temporary
35069         buffer.  This code was obviously not supposed to last long, but
35070         it's stuck in our ABI, so it required a little hack to make it
35071         ABI-compatible.  Fixes #142585.
35072         * gst-libs/gst/resample/resample.h: same.
35073
35074 2004-05-18  David Schleef  <ds@schleef.org>
35075
35076         * configure.ac: Add sunaudio
35077         * examples/Makefile.am: make gstplay depend on gconf
35078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35079         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35080         (convert_table_lookup), (img_convert): remove c99-isms
35081         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35082           unsigned, to fix a warning on Solaris
35083         * gst/mpeg1sys/systems.c: bcopy->memcpy
35084         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35085         * sys/Makefile.am: Add sunaudio
35086
35087 2004-05-18  Wim Taymans  <wim@fluendo.com>
35088
35089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35090         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35091         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35092         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35093         (gst_ogg_mux_loop):
35094         Fix an ugly memleak where the muxer didn't flush enough ogg
35095         pages. This also resulted in badly muxed ogg files.
35096
35097 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35098
35099         * gst/asfdemux/asfheaders.c :
35100         * gst/asfdemux/asfheaders.h :
35101         * gst/asfdemux/gstasfdemux.c :
35102           - fix ASF_OBJ_PADDING guid
35103           - add 3 new object guids (language list, metadata,
35104             extended stream properties)
35105           - add a function to parse extended header objects
35106
35107 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35108
35109         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35110           remove leftover debugging g_print
35111
35112 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35113
35114         * ext/mad/gstmad.c: (gst_mad_handle_event):
35115           Fix for when the first format in a discont event is not a
35116           byte-based one. Should fix #137710.
35117
35118 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35119
35120         * m4/a52.m4 : fix compilation with -Wall -Werror
35121         * m4/libfame.m4 : idem
35122         * m4/libmikmod.m4 : idem
35123
35124 2004-05-17  Benjamin Otte  <otte@gnome.org>
35125
35126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35127           signal the new tags before giving up the reference
35128
35129 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35130
35131         * ext/shout2/gstshout2.c:
35132           use application/ogg instead of application/x-ogg (patch by Patrick
35133           Guimond, fixes #142432)
35134         * sys/oss/gstosselement.c: (gst_osselement_reset),
35135         (gst_osselement_sync_parms):
35136           don't set fragment size unless specified (fixes #142493)
35137
35138 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35139
35140         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35141           fixes #142664
35142
35143 2004-05-17  Benjamin Otte  <otte@gnome.org>
35144
35145         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35146           compute offsets correctly for internal buffers so timestamps are set
35147           correctly when we can't seek. Also handle cases where there are no
35148           offsets. (based on a patch by David Moore, fixes #142507)
35149
35150 2004-05-17  Benjamin Otte  <otte@gnome.org>
35151
35152         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35153           use correct variable when determining amount of data to skip so we
35154           don't skip into the void and segfault
35155
35156 2004-05-16  Benjamin Otte  <otte@gnome.org>
35157
35158         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35159           Hi, I'm a memleak
35160
35161 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35162
35163         * gst/asfdemux/gstasfdemux.c:
35164           - fix a mem leak and always propagate tags
35165           - add WMV3 to known video codecs (but no decoder yet)
35166           - replace "surplus data" at end of audio header for what
35167             it is : codec specific data
35168           - fix a typo
35169
35170 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35171
35172         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35173
35174         * gst-libs/gst/audio/audioclock.c:
35175           Fix wrong return type (#142205).
35176
35177 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35178
35179         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35180           Ignore CRCs by default (fixes #142566).
35181
35182 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35183
35184         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35185         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35186         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35187         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35188         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35189         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35190           Fix for cases where we fail to attach to a mixer.
35191
35192 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35193
35194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35195           Don't touch events after not owning them anymore.
35196         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35197         (gst_wavparse_fmt), (gst_wavparse_other),
35198         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35199         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35200         (gst_wavparse_srcpad_event):
35201         * gst/wavparse/gstwavparse.h:
35202           Add seeking, fix querying.
35203
35204 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35205
35206         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35207           - process comments even if they don't end with \0\0
35208             g_convert would ignore them if present and works well without them
35209
35210 2004-05-16  Benjamin Otte  <otte@gnome.org>
35211
35212         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35213           simplify caps
35214
35215 2004-05-16  Benjamin Otte  <otte@gnome.org>
35216
35217         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35218           don't write to memory we might not write to - g_convert does that
35219           for us anyway (fixes #142613)
35220         (gst_asf_demux_audio_caps):
35221           comment out gst_util_dump_mem
35222
35223 2004-05-16  Benjamin Otte  <otte@gnome.org>
35224
35225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35226           compute correct expected timestamps after seek (broken since
35227           last commit)
35228         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35229           rename element and debugging category to gdkpixbufscale
35230
35231 2004-05-16  Benjamin Otte  <otte@gnome.org>
35232
35233         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35234           add error checking to snd_pcm_delay and remove duplicate call to
35235           snd_pcm_delay that caused issues (see inline code comments)
35236         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35237           make more readable and fix return value when snd_pcm_delay fails
35238         (fixes #142586)
35239
35240 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35241         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35242         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35243         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35244         (gst_pixbufscale_link), (gst_pixbufscale_init),
35245         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35246         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35247         (gst_pixbufscale_get_property), (pixbufscale_init):
35248         * ext/gdk_pixbuf/pixbufscale.h:
35249         Add these files I forgot earlier
35250
35251 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35252         * ext/gdk_pixbuf/Makefile.am:
35253         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35254         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35255         Add new pixbufscale element to scale RGB video
35256         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35257         and HYPER interpolation correctly.
35258         * ext/theora/theoraenc.c: (theora_enc_chain),
35259         Discard buffer and return if explicit caps could not be set
35260         (theora_enc_get_property):
35261         Make _get return kbps for the bitrate consistent with
35262         the _set function.
35263
35264
35265 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35266
35267         * ext/libvisual/visual.c: (gst_visual_chain):
35268           add missing visual_audio_analyze
35269
35270 2004-05-14  David Schleef  <ds@schleef.org>
35271
35272         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35273         is killed while we're playing.
35274         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35275         gst_element_no_more_pads().
35276
35277 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35278
35279         * gst-libs/gst/riff/riff-read.c :
35280           - fix INFO tag extraction in RIFF/AVI files
35281             because gst_event_unref (event) also freed taglist
35282           - avoid a mem leak
35283
35284 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35285
35286         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35287         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35288
35289         * gst/auparse/gstauparse.c :
35290           - add code (commented for now) to support audio/x-adpcm on src pad
35291             (we have no decoder for those layout yet)
35292
35293         * gst/cdxaparse/gstcdxaparse.c :
35294         * gst/cdxaparse/gstcdxaparse.h :
35295           - partial rewrite using RiffRead (ripped iain's wavparse code)
35296
35297         * gst/rtp/gstrtpL16enc.c : typo
35298         * gst/rtp/gstrtpgsmenc.c : typo
35299
35300 2004-05-13  Benjamin Otte  <otte@gnome.org>
35301
35302         * configure.ac:
35303           check for exact version of libvisual, it's not supposed to be
35304           API/ABI stable yet
35305
35306 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35307
35308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35309           signal no-more-pads
35310
35311 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35312
35313         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35314         Report which format was used for GST_FORMAT_DEFAULT
35315         * gst/debug/Makefile.am:
35316         * gst/debug/gstdebug.c: (plugin_init):
35317         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35318         (gst_progressreport_class_init), (gst_progressreport_init),
35319         (gst_progressreport_report), (gst_progressreport_set_property),
35320         (gst_progressreport_get_property), (gst_progressreport_chain),
35321         (gst_progressreport_plugin_init):
35322         Add progressreport element for testing.
35323
35324 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35325
35326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35327         * sys/v4l/gstv4lsrc.h:
35328         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35329         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35330         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35331         (gst_v4lsrc_grab_frame):
35332           add more debugging
35333           send a discont at start
35334
35335 2004-05-12  Colin Walters  <walters@redhat.com>
35336
35337         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35338         inflooping if we can't find a chunk.  Or in other words, don't blow
35339         chunks if we don't have a chunk to blow.
35340
35341 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35342         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35343         Remove old debug output
35344         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35345         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35346         (gst_dvdec_set_property), (gst_dvdec_get_property):
35347         Change the quality setting to an enum, so it works from gst-launch
35348         Don't renegotiate a non-linked pad. Allows audio only decoding.
35349         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35350         (gst_deinterlace_link), (gst_deinterlace_init):
35351         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35352         (gst_videodrop_link):
35353         Some caps negotiation fixes
35354
35355 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35356
35357         * ext/tarkin/gsttarkin.c :
35358           - Change RANK from NONE to PRIMARY
35359         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35360           - Change RANK from NONE to MARGINAL
35361         * ext/divx/gstdivxenc.c :
35362           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35363
35364 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35365
35366         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35367         (gst_vorbisenc_push_packet):
35368           copy a function that was added between 1.0 and 1.0.1 until we
35369           depend on worthwhile features of post-1.0
35370
35371 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35372
35373         * configure.ac:
35374           enable shout2 by default
35375         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35376         (gst_shout2send_base_init), (gst_shout2send_init),
35377         (gst_shout2send_connect), (gst_shout2send_change_state):
35378         * ext/shout2/gstshout2.h:
35379           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35380           #142262)
35381         * ext/theora/theora.c: (plugin_init):
35382           don't set rank on encoders
35383
35384 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35385
35386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35387           Use codec_data property instead of flag1 and flag2 for wma
35388
35389 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35390
35391         * gst/cdxaparse/gstcdxaparse.c :
35392           - Add mpegversion to CAPS to make it link
35393           - Rank is as GST_RANK_SECONDARY instead of NONE
35394         * gst/auparse/gstauparse.c :
35395           - Document all audio encoding we can encounter from Solaris 9
35396             headers and libsndfile information.
35397           - Increase max. rate from 48000 to 192000 (to match other elements)
35398           - Don't try to play junk data between header and samples
35399
35400 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35401
35402         * ext/libvisual/visual.c: (gst_visual_getcaps):
35403           use the right caps depending on endianness (I hope)
35404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35405           use GST_RANK_NONE for all non-decoding elements or spider gets
35406           mighty confused
35407
35408 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35409
35410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35411           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35412
35413 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35414
35415         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35416         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35417         (gst_switch_loop), (gst_switch_get_type):
35418           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35419           HEADERS. Had to be said.
35420
35421 2004-05-10  David Schleef  <ds@schleef.org>
35422
35423         * configure.ac: Add prototype Dirac support.
35424         * ext/Makefile.am:
35425         * ext/dirac/Makefile.am:
35426         * ext/dirac/gstdirac.cc:
35427         * ext/dirac/gstdiracdec.cc:
35428
35429 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35430
35431         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35432         (gst_auparse_init), (gst_auparse_chain),
35433         (gst_auparse_change_state):
35434           Hack around spider. Remove me some day please.
35435
35436 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35437
35438         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35439           Fix for some uninitialized variables in previous patch, also
35440           makes it work. Fixes #142286 while we're at it.
35441
35442 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35443
35444         * gst/auparse/gstauparse.c:
35445                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35446                 only unsupported formats are ADPCM/CCITT G.72x
35447                 reviewed by Ronald
35448         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35449
35450 2004-05-10  Wim Taymans  <wim@fluendo.com>
35451
35452         * ext/vorbis/Makefile.am:
35453         * ext/vorbis/README:
35454         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35455         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35456         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35457         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35458         (gst_oggvorbisenc_convert_sink),
35459         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35460         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35461         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35462         (get_constraints_string), (update_start_message),
35463         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35464         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35465         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35466         * ext/vorbis/oggvorbisenc.h:
35467         * ext/vorbis/vorbis.c: (plugin_init):
35468         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35469         (raw_caps_factory), (gst_vorbisenc_class_init),
35470         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35471         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35472         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35473         * ext/vorbis/vorbisenc.h:
35474         Added a raw vorbis encoder to be used with the oggmuxer.
35475         We still need the old encoder for some gnome applications,
35476         read the README to find out how that works.
35477         The raw encoder is called "rawvorbisenc" until 0.9.
35478
35479 2004-05-10  Wim Taymans  <wim@fluendo.com>
35480
35481         * ext/ogg/gstogg.c: (plugin_init):
35482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35483         (gst_ogg_print):
35484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35485         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35486         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35487         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35488         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35489         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35490         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35491         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35492         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35493         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35494         Added an ogg muxer.
35495         Small typo fixes in the demuxer.
35496
35497 2004-05-10  Wim Taymans  <wim@fluendo.com>
35498
35499         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35500         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35501         (theora_enc_change_state), (theora_enc_set_property),
35502         (theora_enc_get_property):
35503         Mark the last packet with an EOS flag which is not really needed
35504         in gstreamer.
35505         Do some better video framerate initialisation.
35506         Update the buffer timestamp.
35507
35508 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35509
35510         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35511         Return the result of the parent state change call
35512
35513 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35514
35515         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35516         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35517         * gst/law/alaw-encode.c : (idem)
35518         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35519         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35520         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35521
35522 2004-05-09  Benjamin Otte  <otte@gnome.org>
35523
35524         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35525           don't use a fixed buffer size when writing variable length data to
35526           it. Fixes memory corruption and makes alsasrc work
35527
35528 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35529
35530         * ext/gnomevfs/gstgnomevfssink.c:
35531         (_gst_boolean_allow_overwrite_accumulator),
35532         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35533           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35534           RUN_LAST, and don't use that to set the accumulator value because
35535           then it's always FALSE.
35536
35537 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35538
35539         * gst-libs/gst/riff/riff-media.c:
35540         (gst_riff_create_video_caps_with_data),
35541         (gst_riff_create_audio_caps),
35542         (gst_riff_create_audio_template_caps):
35543         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35544           Fix for unaligned RIFF files (i.e. where all the chunks together
35545           in a LIST chunk are not of the same size as the size given in
35546           the LIST chunk header). Fixes several odd WAVE files. Also fix
35547           ADPCM (block_align property) in audio, so that wavparse based
35548           on this works now as it used to stand-alone.
35549
35550 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35551
35552         reviewed by Benjamin Otte  <otte@gnome.org>
35553
35554         * ext/a52dec/gsta52dec.c:
35555         * ext/divx/gstdivxdec.c:
35556         * ext/divx/gstdivxenc.c:
35557         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35558         * ext/faac/gstfaac.c: (gst_faac_base_init):
35559         * ext/faad/gstfaad.c: (gst_faad_base_init):
35560         * ext/ivorbis/vorbisfile.c:
35561         * ext/lame/gstlame.c:
35562         * ext/libfame/gstlibfame.c:
35563         * ext/mpeg2enc/gstmpeg2enc.cc:
35564         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35565         * ext/sidplay/gstsiddec.cc:
35566         * ext/speex/gstspeexdec.c:
35567         * ext/speex/gstspeexenc.c:
35568         * ext/xvid/gstxviddec.c:
35569         * ext/xvid/gstxvidenc.c:
35570           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35571           (fixes #142193)
35572
35573 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35574
35575         * ext/alsa/gstalsa.c: (device_list),
35576         (gst_alsa_class_probe_devices):
35577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35578           Fix alsa oddness in mixer after the combination of using mixer
35579           in source/sink elements and using hw:x,y instead of just hw:x.
35580
35581 2004-05-09  Benjamin Otte  <otte@gnome.org>
35582
35583         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35584         (gst_wavparse_create_sourcepad):
35585           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35586           sourcepads
35587
35588 2004-05-09  Benjamin Otte  <otte@gnome.org>
35589
35590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35591           allow discont events before caps nego
35592
35593 2004-05-08  Benjamin Otte  <otte@gnome.org>
35594
35595         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35596           don't leak events
35597
35598 2004-05-08  Benjamin Otte  <otte@gnome.org>
35599
35600         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35601         (gst_level_change_state), (gst_level_init):
35602         * gst/level/gstlevel.h:
35603           figure out if we're initialized directly instead of keeping a
35604           variable that's wrong in 90% of cases
35605           don't initialize pads and then leak them and use a new unitialized
35606           pad. (fixes #142084)
35607           these were bugs so n00bish I didn't find them for an hour :/
35608
35609 2004-05-08 Iain <iain@prettypeople.org>
35610
35611         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35612         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35613         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35614         return the length that was read.
35615         (gst_riff_read_strf_auds): Allow fmt tags as well.
35616
35617 2004-05-07  David Schleef  <ds@schleef.org>
35618
35619         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35620         signed char assumption in faad.h.
35621
35622 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35623
35624         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35625           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35626
35627 2004-05-07  Colin Walters  <walters@redhat.com>
35628
35629         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35630         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35631         function.
35632         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35633         Add dispose function.
35634
35635 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35636         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35637           Fix caps nego and pad templates. RGB mode caps should
35638           work now.
35639         * ext/dvdnav/gst-dvd:
35640           Move mpeg2dec inside the thread because otherwise the
35641           queue rejects cap changes mid-stream
35642         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35643         (gst_mpeg2dec_flush_decoder):
35644           For mpeg2dec > 0.4.0, call the flush function instead of
35645           manually extracting all in-flight frames.
35646         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35647         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35648           Change mime type video/dv go video/x-dv to match the
35649           rest of gst-plugins
35650
35651 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35652
35653         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35655         (gst_alsa_sink_class_init):
35656         * ext/alsa/gstalsasink.h:
35657         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35658         (gst_alsa_src_class_init):
35659         * ext/alsa/gstalsasrc.h:
35660           Make alsasink/src a subclass of alsamixer so that mixer stuff
35661           shows up in gst-rec. Needs some finetuning.
35662
35663 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35664
35665         * ext/lame/gstlame.c: (gst_lame_chain):
35666           simplify
35667         * ext/mad/gstmad.c: (gst_mad_handle_event):
35668           fix event leak
35669         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35670           be able to detect mp3 files < 4096 bytes
35671
35672 2004-05-06  Wim Taymans  <wim@fluendo.com>
35673
35674         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35675         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35676         (theora_enc_set_property), (theora_enc_get_property):
35677         Also encode the first frame, cleanup some code.
35678
35679 2004-05-06  Wim Taymans  <wim@fluendo.com>
35680
35681         * ext/mpeg2enc/gstmpeg2enc.cc:
35682         Forward events first before deciding that negotiation was
35683         not performed.
35684
35685 2004-05-06  Wim Taymans  <wim@fluendo.com>
35686
35687         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35688         First process the events before deciding that negotiation
35689         was not performed.
35690
35691 2004-05-06  Wim Taymans  <wim@fluendo.com>
35692
35693         * ext/theora/Makefile.am:
35694         * ext/theora/theora.c: (plugin_init):
35695         * ext/theora/theoradec.c: (theora_dec_change_state):
35696         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35697         (gst_theora_enc_class_init), (gst_theora_enc_init),
35698         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35699         (theora_enc_chain), (theora_enc_change_state),
35700         (theora_enc_set_property), (theora_enc_get_property):
35701         Added a theora encoder, grouped the encoder and decoder into the
35702         same plugin.
35703
35704 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35705
35706         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35707         (gst_jpegenc_chain):
35708         fix DURATION on outgoing buffers
35709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35710         debug using time formats
35711         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35713         (gst_xvimagesink_sink_link):
35714         windows with width/height 0 generate X errors, so don't allow them
35715
35716 2004-05-05  Wim Taymans  <wim@fluendo.com>
35717
35718         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35719         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35720         (gst_mpeg2dec_negotiate_format):
35721         * ext/mpeg2dec/gstmpeg2dec.h:
35722           removed the static pad template so that we can add the
35723           more accurate framerate value to the caps.
35724
35725
35726 2004-05-04  Benjamin Otte  <otte@gnome.org>
35727
35728         * configure.ac:
35729           check for kdemacros.h, too (should fix #141821)
35730         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35731           don't crash if no header was sent, but nicely error out (fixes part
35732           of #141554)
35733
35734 2004-05-04  Wim Taymans  <wim@fluendo.com>
35735
35736         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35737         parent dispose function to avoid segfault on destroy.
35738
35739 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35740
35741         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35742         (plugin_init):
35743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35744         (gst_xvimagesink_sink_link):
35745         clean up debugging caps
35746         also recreate xvimage when format has changed
35747
35748 2004-05-04  Benjamin Otte  <otte@gnome.org>
35749
35750         * ext/libvisual/Makefile.am:
35751         * ext/libvisual/visual.c: (gst_visual_class_init),
35752         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35753         (gst_visual_srclink), (gst_visual_chain),
35754         (gst_visual_change_state), (plugin_init):
35755           use a GstAdapter to correctly adapt buffer sizes - allows using a
35756           framerate
35757
35758 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35759
35760         * sys/v4l/gstv4lelement.h:
35761         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35763         (gst_v4lsrc_buffer_free):
35764         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35765         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35766         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35767         (gst_v4lsrc_requeue_frame):
35768         move some debugging categories around
35769         query for fps index and set accordingly if found
35770
35771 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35772
35773         * ext/lame/gstlame.c:
35774         correct defaults that lame_init puts out of range
35775
35776 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35777
35778         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35779         (gst_divxenc_class_init):
35780         fix range since -1 is the default
35781         * gst/mpeg1sys/gstmpeg1systemencode.c:
35782         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35783         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35784         (gst_rtjpegdec_chain):
35785         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35786         (gst_rtjpegenc_chain):
35787         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35788         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35789         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35790         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35791         * sys/v4l/gstv4lsrc.c:
35792         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35793         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35794         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35796         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35797           remove gst_info calls
35798
35799 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35800
35801         * Makefile.am:
35802         * po/af.po:
35803         * po/az.po:
35804         * po/en_GB.po:
35805         * po/nl.po:
35806         * po/sr.po:
35807         * po/sv.po:
35808           Updated translations
35809
35810 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35811
35812         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35813           refactor/comment code
35814
35815 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35816
35817         * gst/asfdemux/Makefile.am:
35818         * gst/asfdemux/asfheaders.c:
35819         * gst/asfdemux/asfheaders.h:
35820         * gst/asfdemux/gstasf.c: (plugin_init):
35821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35822         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35823         (gst_asf_demux_setup_pad):
35824         * gst/asfdemux/gstasfdemux.h:
35825         * gst/asfdemux/gstasfmux.c:
35826         * gst/asfdemux/gstasfmux.h:
35827           Add tagging support to demuxer, split out registration in its own
35828           file instead of in demux (hacky), and prevent having some tables
35829           in our memory multiple times (in asfheaders.h).
35830
35831 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35832
35833         * gst/matroska/matroska-demux.c:
35834         (gst_matroska_demux_parse_metadata):
35835         * gst/matroska/matroska-ids.h:
35836           Basic tag reading support.
35837
35838 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35839
35840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35841           Really detect ac-3 audio.
35842         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35843           really detect matroska files (off-by-1).
35844
35845 2004-04-30  David Schleef  <ds@schleef.org>
35846
35847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35848         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35849         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35850         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35851         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35852         hackage -- parse a lot more atoms, extract a few tags.  One might even
35853         mistake this for tag support.  Maybe it is.
35854         * gst/qtdemux/qtdemux.h:
35855
35856 2004-04-30  Colin Walters  <walters@verbum.org>
35857
35858         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35859
35860 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35861
35862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35863         (gst_ffmpegcolorspace_getcaps):
35864           remove broken nego fix
35865
35866 2004-04-30  Benjamin Otte  <otte@gnome.org>
35867
35868         * configure.ac:
35869         * ext/Makefile.am:
35870         * ext/libvisual/Makefile.am:
35871         * ext/libvisual/visual.c:
35872           add initial support for libvisual (http://libvisual.sourceforge.net)
35873           libvisual is still quite alpha, so expect crashes in there :)
35874
35875 2004-04-29  David Schleef  <ds@schleef.org>
35876
35877         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35878         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35879         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35880         code; you will no longer respect me.
35881
35882 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35883
35884         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35885         * ext/alsa/gstalsa.h :
35886         change alsa pcm device discovery to find more than 1 device
35887         per card. code review by Ronald.
35888
35889 2004-04-29  David Schleef  <ds@schleef.org>
35890
35891         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35892         Add a check for a driver bug on FreeBSD.  (bug #140565)
35893
35894 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35895
35896         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35897         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35898         (gst_jpegenc_getcaps):
35899           move format setting to inner loop
35900         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35901         (gst_ffmpegcolorspace_getcaps):
35902           use GST_PAD_CAPS if available so that we use already negotiated
35903           caps
35904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35905         (qtdemux_parse_moov), (qtdemux_parse):
35906           extra debugging
35907         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35908         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35909           move hardcoded path to DEFINE
35910
35911 2004-04-28  David Schleef  <ds@schleef.org>
35912
35913         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35914         (bug #140064)
35915
35916 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35917
35918         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35919           Don't probe for playback device if we're a source element. Fixes
35920           #139658.
35921
35922 2004-04-29  Benjamin Otte  <otte@gnome.org>
35923
35924         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35925         (gst_id3_tag_chain):
35926           rewrite buffer offset
35927
35928 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35929
35930         * configure.ac:
35931         * ext/Makefile.am:
35932         * ext/dts/Makefile.am:
35933         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35934         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35935         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35936         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35937         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35938         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35939         (plugin_init):
35940         * ext/dts/gstdtsdec.h:
35941           New DTS decoder.
35942         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35943         (gst_faad_srcconnect):
35944           Add ESDS atom handling (.m4a).
35945
35946 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35947
35948         * ext/divx/gstdivxdec.c: (plugin_init):
35949           Remove comment that makes no sense.
35950         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35951           Fix for obvious typo that resulted in warnings during gst-register.
35952         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35953         (gst_xviddec_sink_link):
35954           Fix caps negotiation a bit better.
35955         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35956           We call this 'codec_data', not 'esds'.
35957
35958 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35959
35960         * gst/monoscope/gstmonoscope.c:
35961           make sure we only provide 256x128
35962         * gst/monoscope/monoscope.c: (monoscope_init):
35963           assert size of 256x128
35964
35965 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35966
35967         * Makefile.am:
35968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35969         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35970           fixate to max width and height of device
35971
35972 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35973
35974         * Makefile.am:
35975         * sys/v4l/gstv4l.c:
35976         * sys/v4l/gstv4lsrc.c:
35977         * sys/v4l/v4l_calls.c:
35978         * sys/v4l/v4lsrc_calls.c:
35979           fix for qc-usb driver which fakes having more than one buffer
35980           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35981           buffer_free override
35982           add debugging
35983
35984 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35985
35986         * Makefile.am:
35987         * gst/videotestsrc/gstvideotestsrc.c:
35988         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35989         (gst_videotestsrc_init), (gst_videotestsrc_get),
35990         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35991         * gst/videotestsrc/gstvideotestsrc.h:
35992           add num-buffers property
35993
35994         2004-04-26  Benjamin Otte  <otte@gnome.org>
35995
35996         * ext/mad/gstid3tag.c: (plugin_init):
35997           set id3mux rank to NONE so it doesn't confuse spider
35998           require audio/mpeg,mpegversion=1 in id3mux
35999
36000 2004-04-26  Benjamin Otte  <otte@gnome.org>
36001
36002         * configure.ac:
36003           detect faad correctly as non-working if it's indeed non-working
36004
36005 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36006
36007         * Makefile.am:
36008         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36009         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36010         fix _getcaps so it only negotiates to its supported format
36011
36012 2004-04-25  Benjamin Otte  <otte@gnome.org>
36013
36014         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36015           fix memleak
36016
36017 2004-04-23  Benjamin Otte  <otte@gnome.org>
36018
36019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36020           audio/x-raw-int with height rules! not. Now it's depth.
36021
36022 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36023
36024         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36025         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36026         (gst_wavparse_loop):
36027           Missing variable initialization. Add handling of DVI ADPCM. Fix
36028           mis-parsing of LIST chunks. This works around a bug where we mis-
36029           parse non-aligning LIST chunks (so LIST chunks where the contents
36030           don't align with the actual LIST size). The correct fix is to use
36031           rifflib, I'm not going to fix wavparse - too much work. All this
36032           fixes #104878.
36033
36034 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36035
36036         reviewed by Benjamin Otte  <otte@gnome.org>
36037
36038         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36039           fix shoutcast not working (fixes #140844)
36040
36041 2004-04-22  Benjamin Otte  <otte@gnome.org>
36042
36043         * ext/hermes/gsthermescolorspace.c:
36044         (gst_hermes_colorspace_caps_remove_format_info):
36045         * gst/colorspace/gstcolorspace.c:
36046         (gst_colorspace_caps_remove_format_info):
36047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36048         (gst_ffmpegcolorspace_caps_remove_format_info):
36049           s/gst_caps_simplify/gst_caps_do_simplify/
36050
36051 2004-04-22  Benjamin Otte  <otte@gnome.org>
36052
36053         * gst-libs/gst/riff/riff-media.c:
36054         (gst_riff_create_video_caps_with_data):
36055           mpegversion is an int
36056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36057           don't try to create pad templates with NULL caps, use any caps
36058           instead.
36059
36060 2004-04-20  David Schleef  <ds@schleef.org>
36061
36062         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36063         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36064         (bug #140384)
36065
36066 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36067
36068         reviewed by David Schleef
36069
36070         * ext/mad/gstid3tag.c: Add stdlib.h
36071         * gst/rtp/gstrtpgsmenc.c: same
36072         * gst/tags/gstid3tag.c: same
36073         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36074         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36075         GST_DISABLE_LOADSAVE use.
36076         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36077         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36078         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36079         atol(3)).
36080         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36081         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36082         strtoul(3)).
36083         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36084         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36085         $(ID3_CFLAGS).
36086         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36087         $(LIBFAME_CFLAGS).
36088
36089 2004-04-20  David Schleef  <ds@schleef.org>
36090
36091         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36092         last checkin.  Same idea.
36093
36094 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36095
36096         reviewed by David Schleef
36097
36098         * configure.ac: bump required gstreamer version to 0.8.1.1
36099         because of following changes [--ds]
36100
36101         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36102         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36103         (gst_riff_read_header):  Use GST_READ_UINT*
36104         macros to access possibly unaligned memory.
36105
36106         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36107         (mp3_type_find):  Use GST_READ_UINT*
36108         macros to access possibly unaligned memory.
36109         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36110         (speex_type_find): Likewise
36111
36112         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36113
36114         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36115         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36116         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36117         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36118         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36119         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36120         macros to access possibly unaligned memory.
36121
36122         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36123         Likewise.
36124
36125         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36126         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36127
36128         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36129         Likewise.
36130
36131         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36132         (gst_mpeg2subt_chain_subtitle): Likewise.
36133
36134         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36135         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36136         Likewise.
36137
36138         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36139         Likewise.
36140
36141         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36142         Likewise.
36143
36144         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36145         Likewise.
36146
36147 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36148
36149         * configure.ac:
36150           update required version of GStreamer because of GST_TIME_FORMAT
36151
36152 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36153
36154         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36155           remove leftover g_print
36156         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36157           don't try setting only a subset of the caps. We don't want to kill
36158           autoplugging on purpose
36159
36160 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36161
36162         * sys/ximage/ximagesink.c: (plugin_init):
36163         * sys/xvimage/xvimagesink.c: (plugin_init):
36164           add debugging categories
36165
36166 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36167
36168         * po/en_GB.po:
36169         * po/LINGUAS:
36170           Adding en_GB translation (Gareth Owen)
36171
36172 2004-04-20  David Schleef  <ds@schleef.org>
36173
36174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36175         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36176         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36177         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36178         A number of new features and hacks to extract the esds atom and
36179         put it into the caps.  (bug #137724)
36180
36181 2004-04-19  David Schleef  <ds@schleef.org>
36182
36183         * gconf/Makefile.am: Fix for non-GNU make
36184         * gst-libs/gst/Makefile.am: Change directory order to handle
36185         GstPlay linking with gstinterfaces
36186         * gst-libs/gst/audio/make_filter: make use of tr portable
36187         * gst-libs/gst/play/Makefile.am: Add intended \
36188         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36189         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36190         function prototype instead of void *.
36191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36192         macro.
36193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36194         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36195         * gst/videofilter/make_filter: make use of tr portable
36196         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36197
36198 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36199
36200         * po/LINGUAS:
36201         * po/uk.po:
36202           Added Ukrainian translation (Maxim V. Dziumanenko)
36203
36204 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36205
36206         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36207         (gst_gsmdec_link), (gst_gsmdec_chain):
36208           Fix capsnego, simplify chain function slightly.
36209         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36210           Add GSM.
36211
36212 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36213
36214         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36215         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36216         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36217           Hack to make wavparse work with spider (always -> sometimes pad).
36218           Fixes #135862 && #140411.
36219
36220 2004-04-18  Benjamin Otte  <otte@gnome.org>
36221
36222         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36223         (gst_osselement_rate_probe_check),
36224         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36225           get rid of \n in debug output
36226
36227 2004-04-17  Iain <iain@prettypeople.org>
36228
36229         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36230         not just EOS.
36231
36232 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36233
36234         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36235         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36236         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36237         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36238         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36239         (gst_id3_tag_change_state), (plugin_init):
36240           deprecate id3tag element and replace with id3demux/id3mux.
36241           great side effect: this ugly file is now even uglier, yay!
36242         * ext/mad/gstmad.h:
36243           remove non-available function
36244           update for new get_type
36245
36246 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36247
36248         * configure.ac:
36249           require mpeg2dec >= 0.4.0
36250
36251 2004-04-17  Benjamin Otte  <otte@gnome.org>
36252
36253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36254         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36255         (gst_xvimagesink_set_xwindow_id):
36256           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36257           assorted cleanup fixes.
36258
36259 2004-04-16  David Schleef  <ds@schleef.org>
36260
36261         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36262         * sys/xvimage/xvimagesink.h: same
36263
36264 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36265
36266         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36267           Fix GST_ELEMENT_ERROR with (NULL)
36268
36269 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36270
36271         * gst-libs/gst/riff/riff-media.c:
36272         (gst_riff_create_video_caps_with_data):
36273           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36274
36275 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36276
36277         * gst-libs/gst/riff/riff-media.c:
36278         (gst_riff_create_video_caps_with_data),
36279         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36280         (gst_riff_create_video_template_caps),
36281         (gst_riff_create_audio_template_caps):
36282         * gst-libs/gst/riff/riff-media.h:
36283         * gst-libs/gst/riff/riff-read.c:
36284         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36285         * gst-libs/gst/riff/riff-read.h:
36286         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36287           Add MS RLE support. I added some functions to read out strf chunks
36288           into strf chunks and the data behind it. This is usually color
36289           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36290           caps creation. Lastly, add ADPCM (similar to wavparse - which
36291           should eventually be rifflib based).
36292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36293         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36294         * gst/matroska/matroska-demux.h:
36295           Remove placeholders for some prehistoric tagging system. Didn't add
36296           support for any tag system really anyway.
36297         * gst/qtdemux/qtdemux.c:
36298           Add support for audio/x-m4a (MPEG-4) through spider.
36299         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36300         (gst_wavparse_loop):
36301           ADPCM support (#135862). Increase max. buffer size because we
36302           cannot split buffers for ADPCM (screws references) and I've seen
36303           files with 2048 byte chunks. 4096 seems safe for now.
36304
36305 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36306
36307         * configure.ac: bump nano to 1
36308
36309 === release 0.8.1 ===
36310
36311 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36312
36313         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36314
36315 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36316
36317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36318           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36319           Fixes #140058
36320
36321 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36322
36323         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36324           lower rank of dvddemux so that it's not used for mpeg playback.
36325
36326 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36327
36328         * configure.ac:
36329           save libs correctly when checking mad
36330
36331 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36332
36333         * ext/mad/gstid3tag.c: (plugin_init):
36334           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36335
36336 2004-04-13  David Schleef  <ds@schleef.org>
36337
36338         * common/m4/gst-feature.m4: Call -config scripts with
36339         --plugin-libs if it is supported.
36340         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36341         JPEG images are image/jpeg.
36342         * gst/debug/Makefile.am:
36343         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36344         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36345         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36346         (gst_negotiation_plugin_init): Add a property that acts like
36347         filter caps.
36348         * testsuite/gst-lint:  Move license checking to be a standard
36349         test.
36350
36351 2004-04-13  David Schleef  <ds@schleef.org>
36352
36353         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36354         patch from Sebastien Cote (bug #139958)
36355
36356 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36357
36358         * examples/gstplay/Makefile.am:
36359         * examples/gstplay/player.c: (main):
36360           make the commandline player example use gconf settings
36361
36362 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36363
36364         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36365         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36366         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36367           init/end library during state transition, not object
36368           creation/disposal.  get rid of custom dispose handler.
36369
36370
36371 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36372
36373         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36374         be a symlink
36375
36376 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36377
36378         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36379           Handle JUNK chunks inside data section. Prevents warnings.
36380
36381 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36382
36383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36384         (gst_riff_create_video_template_caps):
36385           Add MS video v1.
36386         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36387         (gst_avi_demux_stream_data):
36388           Add support for "rec-list" chunks.
36389
36390 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36391
36392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36393           Fix another codecname mismatch.
36394
36395 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36396
36397         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36398           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36399           so that MJPEG plays back.
36400
36401 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36402
36403         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36404         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36405         * gst/mpeg1videoparse/gstmp1videoparse.h:
36406           Fix for some slight mis-cuts in buffer parsing, and for some
36407           potential overflows or faults-causers. Adds disconts. Also fixes
36408           #139105 while we're at it.
36409
36410 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36411
36412         * configure.ac:
36413         * sys/v4l2/gstv4l2element.h:
36414           Workaround for missing struct v4l2_buffer declaration in Suse 9
36415           and Mandrake 10 linux/videodev2.h header file (#135919).
36416
36417 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36418
36419         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36420           Bail out if no filename was given.
36421
36422 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36423
36424         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36425         (gst_v4l2_fourcc_from_structure):
36426           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36427           Y41B somewhere).
36428
36429 2004-04-09  Benjamin Otte  <otte@gnome.org>
36430
36431         * ext/gnomevfs/gstgnomevfssink.c:
36432         (_gst_boolean_allow_overwrite_accumulator),
36433         (gst_gnomevfssink_class_init):
36434           fix erase signal - if any handler returns false the file will not be
36435           overwritten. If no handler is connected, the file will not be
36436           overwritten either.
36437           renamed signal to "allow-overwrite"
36438         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36439           free string when adding it to ID3 failed
36440         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36441           unref event when done
36442         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36443           free caps
36444         * gst/typefind/gsttypefindfunctions.c:
36445         (mpeg_video_stream_type_find):
36446           fix invalid read
36447
36448 2004-04-08  David Schleef  <ds@schleef.org>
36449
36450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36451         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36452
36453 2004-04-08  David Schleef  <ds@schleef.org>
36454
36455         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36456         we don't support (bug #139532)
36457
36458 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36459
36460         * ext/mad/gstmad.c: (gst_mad_handle_event),
36461         (gst_mad_check_caps_reset), (gst_mad_chain),
36462         (gst_mad_change_state):
36463           only set explicit caps if they haven't been set before for
36464           this stream.  MPEG-audio sample rate/channels aren't allowed
36465           to change in-stream.
36466           Fixes #139382
36467
36468 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36469
36470         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36471         (_gst_boolean_did_something_accumulator),
36472         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36473         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36474         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36475         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36476         (gst_gnomevfssink_change_state):
36477           Fix erase signal. Don't erase by default. Remove handoff signal.
36478           Remove erase property. Don't segfault. General cleanup.
36479
36480 2004-04-07  Benjamin Otte  <otte@gnome.org>
36481
36482         * gst-libs/gst/gconf/test-gconf.c: (main):
36483           add missing gst_init
36484
36485 2004-04-07  Benjamin Otte  <otte@gnome.org>
36486
36487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36488           free the mutexes, too
36489
36490 2004-04-07  Benjamin Otte  <otte@gnome.org>
36491
36492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36493           actually free the URI string
36494         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36495           compute offset correctly when passing discont events
36496         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36497           don't leak discont events
36498         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36499           add some missing breaks so caps aren't copied randomly
36500         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36501           if we realloc memory, we better use it
36502
36503 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36504
36505         * ext/mad/gstmad.c: (normal_seek):
36506           fix GST_FORMAT_TIME usage
36507
36508 2004-04-05  David Schleef  <ds@schleef.org>
36509
36510         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36511         a deprecated function (hack!)
36512
36513 2004-04-05  Benjamin Otte  <otte@gnome.org>
36514
36515         * ext/esd/esdmon.c: (gst_esdmon_get):
36516           fix nonterminated vararg and memleak
36517
36518 2004-04-05  Benjamin Otte  <otte@gnome.org>
36519
36520         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36521         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36522         (gst_ladspa_set_property), (gst_ladspa_get_property),
36523         (gst_ladspa_instantiate), (gst_ladspa_activate),
36524         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36525           clean up debugging
36526
36527 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36528
36529         reviewed by Benjamin Otte  <otte@gnome.org>
36530
36531         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36532           check for broken LADSPA parameters (fixes #138635)
36533
36534 2004-04-05  Benjamin Otte  <otte@gnome.org>
36535
36536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36537           advertise buffer-frames correctly on sinkpads
36538
36539 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36540
36541         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36542         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36543         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36544         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36545         (gst_mad_check_caps_reset), (gst_mad_chain):
36546         add more debugging, only reset caps when we're not in error state
36547
36548 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36549
36550         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36551
36552 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36553
36554         reviewed by Benjamin Otte  <otte@gnome.org>
36555
36556         * configure.ac:
36557           fix == in test(1) operator
36558
36559 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36560
36561         reviewed by Benjamin Otte  <otte@gnome.org>
36562
36563         * configure.ac:
36564           fix --export-symblos-regex to a working regex.
36565
36566 2004-04-04  Benjamin Otte  <otte@gnome.org>
36567
36568         * sys/oss/.cvsignore:
36569           add for oss_probe
36570
36571 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36572
36573         reviewed by Benjamin Otte  <otte@gnome.org>
36574
36575         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36576           add missing 'new_media' argument (fixes #138168)
36577         * gst/matroska/matroska-demux.c:
36578         (gst_matroska_demux_handle_seek_event):
36579           add vararg terminator (fixes #138169)
36580
36581 2004-04-02  David Schleef  <ds@schleef.org>
36582
36583         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36584         disted (bug #138914)
36585
36586 2004-04-01  Benjamin Otte  <otte@gnome.org>
36587
36588         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36589         (gst_alsa_close_audio):
36590           handle case better where a soundcard can't pause
36591         * ext/ogg/gstoggdemux.c:
36592           don't crash when we get events but don't have pads yet
36593
36594 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36595
36596         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36597           throw an error if we couldn't probe any caps.
36598
36599 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36600
36601         * ext/dvdnav/gst-dvd:
36602         Add a really simple sample DVD player
36603
36604 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36605
36606         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36607         (gst_a52dec_push), (gst_a52dec_handle_event),
36608         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36609         (gst_a52dec_change_state):
36610         * ext/a52dec/gsta52dec.h:
36611           Use a debug category, Output timestamps correctly
36612           Emit tag info, Handle events, tell liba52dec about cpu
36613           capabilities so it can use MMX etc.
36614         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36615           Fix a crasher accessing invalid memory
36616         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36617         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36618         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36619         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36620         (dvdnavsrc_query):
36621           Some support for byte-format seeking.
36622           Small fixes for still frames and menu button overlays
36623         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36624         (gst_mpeg2dec_alloc_buffer):
36625           Use a debug category. Adjust the report level of several items to
36626           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36627           so it doesn't lose the GstBuffer pointer
36628         * gst/debug/Makefile.am:
36629         * gst/debug/gstdebug.c: (plugin_init):
36630         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36631         (gst_navseek_base_init), (gst_navseek_class_init),
36632         (gst_navseek_init), (gst_navseek_seek),
36633         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36634         (gst_navseek_get_property), (gst_navseek_chain),
36635         (gst_navseek_plugin_init):
36636         * gst/debug/gstnavseek.h:
36637           Add the navseek debug element for seeking back and forth in a
36638           video stream using arrow keys.
36639         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36640         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36641         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36642         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36643         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36644         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36645         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36646         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36647         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36648         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36649         * gst/mpeg2sub/gstmpeg2subt.h:
36650           Pretty much a complete rewrite. Now a loopbased element. May still
36651           require work to properly synchronise subtitle buffers.
36652         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36653         (gst_dvd_demux_send_subbuffer):
36654         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36655           Don't attempt to create subbuffers of size 0
36656           Reduce a couple of error outputs to warnings.
36657         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36658         (gst_y4mencode_chain):
36659         Output the y4m frame header correctly.
36660
36661 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36662
36663         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36664           throw errors instead of allowing SIGFPE
36665
36666 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36667
36668         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36669         (gst_gconf_render_bin_from_key):
36670           leak plugging and style fixing
36671
36672 2004-03-31  David Schleef  <ds@schleef.org>
36673
36674         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36675         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36676         (bug #138225)
36677         * gst/debug/Makefile.am:
36678         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36679         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36680         plugin.
36681         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36682         (gst_negotiation_base_init), (gst_negotiation_class_init),
36683         (gst_negotiation_init), (gst_negotiation_getcaps),
36684         (gst_negotiation_pad_link), (gst_negotiation_chain),
36685         (gst_negotiation_set_property), (gst_negotiation_get_property),
36686         (gst_negotiation_plugin_init):  New element to talk about random
36687         negotiation things happening in a pipeline.
36688
36689 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36690
36691         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36692           fix integer addition with help of Stefan Kost
36693
36694 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36695
36696         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36697
36698 2004-03-30  David Schleef  <ds@schleef.org>
36699
36700         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36701         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36702         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36703         (bug #137504)
36704         * ext/mpeg2dec/gstmpeg2dec.h:
36705
36706 2004-03-30  David Schleef  <ds@schleef.org>
36707
36708         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36709
36710 2004-03-30  David Schleef  <ds@schleef.org>
36711
36712         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36713         Michael Petullo) to handle .mov
36714
36715 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36716
36717         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36718         (gst_osselement_rate_check_rate):
36719           probe caps correctly for sound cards that only support one format
36720
36721 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36722
36723         * ext/kio/kiosrc.cpp: (process_events):
36724           update handling event processing if inside KDE - untested
36725
36726 2004-03-29  David Schleef  <ds@schleef.org>
36727
36728         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36729         by 2 to not interfere with other colorspaces.
36730         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36731         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36732         one to not interfere with ffmpeg_colorspace.
36733
36734 2004-03-29  David Schleef  <ds@schleef.org>
36735
36736         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36737         aren't in the caps.
36738         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36739         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36740
36741 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36742
36743         * gst-libs/gst/riff/riff-media.c:
36744           fail on error, don't try to set stuff on NULL caps
36745
36746 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36747
36748         * configure.ac:
36749         * ext/Makefile.am:
36750         * ext/kio/Makefile.am:
36751         * ext/kio/kioreceiver.cpp:
36752         * ext/kio/kioreceiver.h:
36753         * ext/kio/kiosrc.cpp:
36754         * ext/kio/kiosrc.h:
36755           add experimental kiosrc plugin
36756         * ext/alsa/gstalsaplugin.c: (plugin_init):
36757           initialize debugging category only when we're sure registering the
36758           plugins worked.
36759
36760 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36761
36762         * examples/gstplay/player.c: (main):
36763         * gst-libs/gst/play/play.c: (gst_play_class_init),
36764         (gst_play_set_location), (gst_play_set_data_src),
36765         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36766         (gst_play_set_visualization), (gst_play_connect_visualization):
36767           check return values of element_set_state and return FALSE where
36768           failed
36769
36770 2004-03-29  Benjamin Otte  <otte@gnome.org>
36771
36772         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36773           try harder to check if an event is really a discont
36774
36775 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36776
36777         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36778         * po/az.po:
36779
36780 2004-03-28  Benjamin Otte  <otte@gnome.org>
36781
36782         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36783         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36784         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36785           get rid of non-standard "..." ranges in case statements.
36786
36787 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36788
36789         * gst/mpegstream/gstmpegdemux.c:
36790         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36791         specific functionality split to the new dvddemux element.
36792         * gst/mpegstream/gstdvddemux.c:
36793         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36794         streams, derived from mpegdemux.
36795         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36796         up. SCR based timestamp rewriting can be turned off (will probably
36797         completely disappear soon).
36798         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36799         hacking. General cleanup. All printf statements replaced by
36800         debugging messages. Almost complete libdvdnav support.
36801         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36802         by events. New properties for audio and subpicture languages.
36803         (dvdnavsrc_update_highlight): Now uses events.
36804         (dvdnavsrc_user_op): Cleaned up.
36805         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36806         based). Lots of cleanup, and propper support for most libdvdnav
36807         events.
36808         (dvdnavsrc_make_dvd_event): New function.
36809         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36810         (dvdnavsrc_make_clut_change_event): New function.
36811
36812 2004-03-26  Benjamin Otte  <otte@gnome.org>
36813
36814         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36815           fix bug where typefinding would claim it's theora whenever less then
36816           7 bytes of data were available
36817
36818 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36819
36820         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36821         (gst_alawdec_base_init), (gst_alawdec_class_init),
36822         (gst_alawdec_init), (gst_alawdec_chain):
36823         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36824         (gst_alawenc_base_init), (gst_alawenc_class_init),
36825         (gst_alawenc_init), (gst_alawenc_chain):
36826         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36827         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36828         (gst_mulawdec_init), (gst_mulawdec_chain):
36829         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36830         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36831         (gst_mulawenc_init), (gst_mulawenc_chain):
36832           Fix capsnego in all four, remove the unused property functions and
36833           simplify the chain functions slightly. I guess we could use macros
36834           or something similar for those, since the code is so similar, but
36835           I'm currently too lazy...
36836
36837 2004-03-24  David Schleef  <ds@schleef.org>
36838
36839         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36840         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36841         (gst_osselement_get_format_structure),
36842         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36843         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36844         (gst_osselement_rate_int_compare): Add code to handle rate probing
36845         (bug #120883)
36846         * sys/oss/gstosselement.h: same
36847         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36848         Use rate probing provided by osselement.
36849         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36850
36851 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36852
36853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36854         (gst_xvidenc_get_property):
36855           ulong/int mess-up.
36856
36857 2004-03-24  David Schleef  <ds@schleef.org>
36858
36859         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36860         (gst_speexdec_init):
36861         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36862         (gst_speexenc_init):  Create the pad template correctly (from
36863         the static pad template, not a NULL pointer.)
36864
36865 2004-03-25  Benjamin Otte  <otte@gnome.org>
36866
36867         * gst/debug/Makefile.am:
36868         * gst/debug/breakmydata.c:
36869           add element that quasi-randomly changes bytes in the stream.
36870           Intended use is robustness checking of demuxers and decoders in
36871           media tests.
36872
36873 2004-03-24  Benjamin Otte  <otte@gnome.org>
36874
36875         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36876         (gst_alsa_probe_hw_params):
36877         * ext/alsa/gstalsa.h:
36878           debugging output fixes
36879
36880 2004-03-24  Benjamin Otte  <otte@gnome.org>
36881
36882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36883           don't g_return_if_fail if element is PLAYING, fail silently as every
36884           other element.
36885         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36886           only fix needed for cast lvalue issues in gst-plugins
36887         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36888           add proxy_getcaps
36889
36890 2004-03-24  Benjamin Otte  <otte@gnome.org>
36891
36892         * gst/level/gstlevel.c: (gst_level_init):
36893           add proxying getcaps function, so level doesn't advertise impossible
36894           caps
36895
36896 2004-03-24  David Schleef  <ds@schleef.org>
36897
36898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36899         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36900         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36901         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36902         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36903         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36904         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36905         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36906         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36907         messages.  Divide the chunk size by the compression ratio
36908         (needed for MACE audio)
36909
36910 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36911
36912         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36913           Fix buffer overflow read error.
36914
36915 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36916
36917         * ext/alsa/gstalsa.h:
36918           Remove unused entry.
36919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36920           Add cinepak.
36921         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36922         (gst_videodrop_link), (gst_videodrop_chain):
36923           Fix, sort of. Was horribly broken with new capsnego. Bah...
36924
36925 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36926
36927         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36928         (plugin_init):
36929         Add a monkeysaudio typefind function
36930
36931 2004-03-23  Johan Dahlin  <johan@gnome.org>
36932
36933         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36934         (gst_play_video_fixate): Check so the structure has the field
36935         before trying to fixate them, this makes it possible to have
36936         fakesinks for video and audio output without printing errors on
36937         the output console.
36938
36939 2004-03-22  David Schleef  <ds@schleef.org>
36940
36941         * sys/oss/Makefile.am:
36942         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36943         (check_rate), (add_rate):  Rate probing test app.
36944
36945 2004-03-21  Benjamin Otte  <otte@gnome.org>
36946
36947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36948         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36949           add a fixation function that pretty much does the right thing (fixes
36950           #137556)
36951
36952 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36953
36954         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36955
36956 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36957
36958         reviewed by: Benjamin Otte  <otte@gnome.org>
36959
36960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36961           terminate gst_event_new_discontinuous correctly (fixes parts of
36962           #137711)
36963
36964 2004-03-19  David Schleef  <ds@schleef.org>
36965
36966         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36967         since it doesn't depend on X, and it's part of our ABI.
36968
36969 2004-03-19  Iain <iain@prettypeople.org>
36970
36971         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36972         is_int in the structure, not the local variable.
36973
36974 2004-03-19  David Schleef  <ds@schleef.org>
36975
36976         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36977         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36978         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36979         Improvements in caps negotiation.
36980
36981 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36982
36983         * po/LINGUAS:
36984         * po/af.po:
36985           adding Afrikaans (Petri Jooste)
36986
36987 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36988
36989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36990         (gst_ffmpegcolorspace_chain):
36991         throw error instead of g_critical (#137588)
36992
36993 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36994
36995         * Makefile.am:
36996         * configure.ac:
36997           dist common and m4 correctly
36998         * po/sv.po:
36999
37000 2004-03-17  David Schleef  <ds@schleef.org>
37001
37002         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37003         (bug #137348)
37004
37005 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37006
37007         * po/LINGUAS:
37008         * po/sv.po:
37009           adding Swedish translation (Christian Rose)
37010
37011 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37012
37013         * Makefile.am: use release.mak
37014
37015 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * common/ChangeLog:
37018         * common/gst-autogen.sh:
37019           add some explanation about the version detection
37020         * configure.ac:
37021           fix X check
37022
37023 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37024
37025         * configure.ac: bump nano to 1
37026
37027 === release 0.8.0 ===
37028
37029 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37030
37031         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37032
37033 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37034
37035         * configure.ac:
37036           update libtool version
37037         * gst-libs/gst/media-info/Makefile.am:
37038           actually use libtool version
37039
37040 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37041
37042         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37043
37044 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37045
37046         * configure.ac:
37047         * gst-plugins.spec.in:
37048         * pkgconfig/Makefile.am:
37049         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37050         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37051         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37052         * pkgconfig/gstreamer-libs.pc.in:
37053         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37054         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37055         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37056         * pkgconfig/gstreamer-plugins.pc.in:
37057           remove @VERSION@ from some of the pc files since core and plugins
37058           are decoupled.
37059           created gstreamer-plugins.pc as it's a better name, but keeping
37060           -libs around for now to get fixes upstream done first.
37061
37062 2004-03-15  Julien MOUTTE <julien@moutte.net>
37063
37064         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37065         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37066         * gst-libs/gst/play/play.h:
37067
37068 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37069
37070         * *.c, *.cc: don't mix tabs and spaces
37071
37072 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37073
37074         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37075           use the new ffmpegcolorspace
37076         * gst-plugins.spec.in:
37077           package new colorspace and media-info
37078         * configure.ac:
37079         * pkgconfig/Makefile.am:
37080           fix some more disting issues
37081         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37082         * pkgconfig/gstreamer-media-info.pc.in:
37083           generate media-info pc files
37084
37085 2004-03-15  Johan Dahlin  <johan@gnome.org>
37086
37087         * *.h: Revert indenting
37088
37089 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37090
37091         * configure.ac:
37092           adding ffmpegcolorspace element
37093         * gst/ffmpegcolorspace/Makefile.am:
37094         * gst/ffmpegcolorspace/avcodec.h:
37095         * gst/ffmpegcolorspace/common.h:
37096         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37097         * gst/ffmpegcolorspace/dsputil.h:
37098         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37099         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37100         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37101         (gst_ffmpeg_caps_to_pix_fmt):
37102         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37104         (gst_ffmpegcolorspace_caps_remove_format_info),
37105         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37106         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37107         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37108         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37109         (gst_ffmpegcolorspace_set_property),
37110         (gst_ffmpegcolorspace_get_property),
37111         (gst_ffmpegcolorspace_register):
37112         * gst/ffmpegcolorspace/imgconvert.c:
37113         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37114         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37115         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37116         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37117         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37118         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37119         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37120         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37121         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37122         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37123         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37124         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37125         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37126         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37127         (img_get_alpha_info), (deinterlace_line),
37128         (deinterlace_line_inplace), (deinterlace_bottom_field),
37129         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37130         * gst/ffmpegcolorspace/imgconvert_template.h:
37131         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37132         * gst/ffmpegcolorspace/mmx.h:
37133         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37134           adding ffmpegcolorspace element supplied by Ronald after cleaning
37135           up and pulling in the right bits of upstream source.
37136           I'm sure a better C/compiler wizard could do some cleaning up (for
37137           example use GLIB's malloc stuff), but as a first pass this
37138           works very well
37139
37140 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37141
37142         * ext/alsa/gstalsa.h:
37143           I assume Ronald forgot to commit the change to have cardname
37144           as a struct member.  Expect some public spanking at the next
37145           opportunity.
37146
37147 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37148
37149         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37150         (gst_alsa_open_audio), (gst_alsa_close_audio):
37151         * ext/alsa/gstalsa.c:
37152           Don't open the device if we're a mixer (= padless).
37153         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37154         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37155         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37156           Open mixer during state change rather than during object
37157           initialization. Also, get a device name. Currently in a somewhat
37158           hackish fashion, but I didn't really find something better.
37159
37160 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37161
37162         * *.c, *.h: run gst-indent
37163
37164 2004-03-14  Benjamin Otte  <otte@gnome.org>
37165
37166         * gst/modplug/gstmodplug.cc:
37167         * gst/modplug/gstmodplug.h:
37168           set correct timestamps on outgoing buffers
37169
37170 2004-03-14  Benjamin Otte  <otte@gnome.org>
37171
37172         * gst/modplug/gstmodplug.cc:
37173           handle events - don't do crap when a discont arrives that's not
37174           necessary
37175           This allows correct loading and playback of mods in Rhythmbox
37176
37177 2004-03-14  Benjamin Otte  <otte@gnome.org>
37178
37179         * configure.ac:
37180         * gst-libs/gst/gconf/Makefile.am:
37181         * pkgconfig/Makefile.am:
37182           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37183           they get rebuilt properly
37184         * configure.ac:
37185           when checking for vorbis, try pkgconfig first.
37186         * gst/modplug/gstmodplug.cc:
37187           add fixate function
37188
37189 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37190
37191         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37192           Fix for obvious mistake, where we first shift the offset and then
37193           read a samplesize element assuming the old offset. Note that this
37194           part still has something weird, i.e. my movies containing those
37195           don't actually play well, but at least there's something that looks
37196           like sound now.
37197
37198 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37199         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37200         (plugin_init):
37201         Add a typefind function for speex format
37202
37203 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37204
37205         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37206         (gst_asf_demux_setup_pad):
37207           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37208           instead of 0. Reason is simple: some elements have a fps range
37209           of 1-max instead of 0-max. So now ASF video actually works.
37210
37211 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37212
37213         * po/LINGUAS:
37214         * po/sr.po:
37215           adding serbian as a language
37216
37217 2004-03-13  Benjamin Otte  <otte@gnome.org>
37218
37219         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37220           return taglist correctly from _get function, don't gst_pad_push it.
37221           (fixes #137042)
37222
37223 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37224         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37225
37226 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37227
37228         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37229         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37230         (gst_alsa_mixer_track_new):
37231         * ext/alsa/gstalsamixertrack.h:
37232           Fix ancient leftovers... MixerTrack is a GObject.
37233
37234 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37235
37236         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37237         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37238           Don't block during probing...
37239
37240 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37241
37242         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37243         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37244         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37245         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37246         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37247         (gst_alsa_open_audio), (gst_alsa_close_audio):
37248         * ext/alsa/gstalsa.h:
37249           Add propertyprobe interface implementation, add some device-name
37250           property, all this so that it looks good in gnome-volume-control.
37251
37252 2004-03-12  David Schleef  <ds@schleef.org>
37253
37254         * configure.ac: the Hermes library controls hermescolorspace, not
37255         colorspace.
37256         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37257         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37258         not /* */
37259         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37260         * ext/sdl/sdlvideosink.h: ditto.
37261         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37262
37263 2004-03-12  Benjamin Otte  <otte@gnome.org>
37264
37265         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37266         (gst_x_overlay_got_xwindow_id):
37267         * gst-libs/gst/xoverlay/xoverlay.h:
37268           replace XID with unsigned long to get rid of the xlibs dependency in
37269           XOverlay (fixes #137004)
37270
37271 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37272         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37273         (gst_agingtv_setup):
37274         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37275         (gst_dicetv_base_init), (gst_dicetv_class_init),
37276         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37277         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37278         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37279         (gst_edgetv_setup), (gst_edgetv_rgb32):
37280         * gst/effectv/gsteffectv.c:
37281         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37282         (gst_quarktv_set_property):
37283         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37284         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37285         (gst_revtv_setup), (gst_revtv_rgb32):
37286         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37287         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37288         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37289         (gst_shagadelictv_rgb32):
37290         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37291         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37292         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37293         * gst/effectv/gstwarp.c:
37294         Port everything that can be ported to videofilter and fix up the caps.
37295         Can someone with a big-endian machine please check these?
37296
37297 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37298
37299         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37300         (gst_osssink_chain), (gst_osssink_change_state):
37301           Latest fixes for A/V sync, audio playback and such. This is about
37302           all... MPEG playback issues are mostly related to the async build-
37303           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37304
37305 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37306
37307         patch from: Stephane Loeuillet
37308
37309         * configure.ac:
37310           use pkg-config for some libraries, falling back to the old .m4 way
37311           (fixes #131270)
37312         * m4/libdv.m4:
37313           removed
37314
37315 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37316
37317         * configure.ac:
37318         * tools/Makefile.am:
37319         * tools/Makefile.in:
37320         * tools/gst-launch-ext-m.m:
37321         * tools/gst-launch-ext.1.in:
37322         * tools/gst-visualise-m.m:
37323         * tools/gst-visualise.1:
37324         * tools/gst-visualise.1.in:
37325           reorganizing generation of script tools
37326
37327 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37328
37329         * ext/divx/gstdivxdec.c:
37330           Downgrade priority. We prefer ffdec_mpeg4.
37331         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37332         (gst_faad_chain), (gst_faad_change_state):
37333           Fix capsnego. Doesn't work for some sounds because we don't have
37334           a 5:1 to stereo element.
37335         * ext/xvid/gstxvid.c: (plugin_init):
37336           Add priority.
37337         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37338         (gst_osssink_change_state):
37339           Add discont handling.
37340
37341 2004-03-09  Colin Walters  <walters@verbum.org>
37342
37343         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37344         conversion.
37345
37346 2004-03-09  Benjamin Otte  <otte@gnome.org>
37347
37348         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37349           the signals take 2 arguments
37350
37351 2004-03-09  David Schleef  <ds@schleef.org>
37352
37353         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37354         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37355         * ext/alsa/gstalsa.h:
37356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37357
37358 2004-03-09  Benjamin Otte  <otte@gnome.org>
37359
37360         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37361         (gst_mikmod_change_state):
37362         * ext/mikmod/gstmikmod.h:
37363           make mikmod's loop function not loop infinitely and call
37364           gst_element_yield anymore
37365         * gst/modplug/gstmodplug.cc:
37366           fix pad negotiation (fixes #136590)
37367
37368 2004-03-09  David Schleef  <ds@schleef.org>
37369
37370         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37371         doesn't conflict with the internal colorspace plugin.
37372         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37373         satisfy the crappy-ass shell shipped by a certain vendor.
37374         * gst/videofilter/make_filter: same (bug #135299)
37375
37376 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37377
37378         * configure.ac: bump nano to 1
37379
37380 === release 0.7.6 ===
37381
37382 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37383
37384         * configure.in: releasing 0.7.6, "There"
37385
37386 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37387
37388         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37389         * pkgconfig/gstreamer-play.pc.in:
37390           synchronize the two
37391
37392 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37395         (cdparanoia_open), (cdparanoia_event):
37396           fix/add error handling
37397         * po/POTFILES.in:
37398           add cdparanoia source
37399         * tools/Makefile.am:
37400           make scripts executable
37401
37402 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37403
37404         * configure.ac:
37405         * ext/vorbis/Makefile.am:
37406         * sys/Makefile.am:
37407           remove id3types, vorbisfile and xvideosink from the build (#133783)
37408
37409 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37410
37411         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37412           Fix metadata read crash (#136537).
37413
37414 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37415
37416         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37417         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37418           adding mime types, fixing the one-stop function
37419
37420 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37421
37422         * ext/nas/nassink.c and /ext/nas/nassink.h:
37423         More NAS love from Arwed von Merkatz
37424         So lets all sing 'Can you feel the NAS tonight'
37425
37426 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37427
37428         * tools/gst-launch-ext.in:
37429         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37430
37431 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37432
37433         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37434         (gst_mpeg2dec_init):
37435         remove the user_data pad for now, because it is being used in
37436         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37437         If someone knows how to fix this properly, please do.
37438
37439 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37440
37441         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37442         (gst_osssink_get_time):
37443         add a warning, IMO this won't get triggered anymore, remove later
37444
37445 2004-03-07  David Schleef  <ds@schleef.org>
37446
37447         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37448         format (bug #136470)
37449
37450 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37451
37452         * gst-libs/Makefile.am:
37453         * gst-libs/gst/media-info/Makefile.am:
37454         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37455         (error_callback), (gst_media_info_error_create),
37456         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37457         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37458         * gst-libs/gst/media-info/media-info-priv.h:
37459         * gst-libs/gst/media-info/media-info-test.c: (main):
37460         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37461         (gst_media_info_class_init), (gst_media_info_instance_init),
37462         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37463         (gst_media_info_read_idler), (gst_media_info_read):
37464         * gst-libs/gst/media-info/media-info.h:
37465         fixed, should work now
37466
37467 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37468
37469         * ext/nas/nassink.c:
37470         A bunch of NAS fixes from Arwed von Merkatz
37471
37472 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37473
37474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37475         (qtdemux_parse_trak):
37476           Fix crash (j might be greater than n_samples, in which case we're
37477           writing outside the allocated space for the array) and memleak.
37478
37479 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37480
37481         * sys/oss/gstosssink.c: (gst_osssink_chain):
37482           And another caller that couldn't handle delay < 0 (unsigned
37483           integer overflow). Video now continues playing on an audio
37484           buffer underrun, and the clock continues working. Audio still
37485           stalls.
37486
37487 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37488
37489         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37490         (gst_osssink_get_time):
37491           get_delay() may return values lower than 0. In those cases, we
37492           should not actually cast to *unsigned* int64, that will break
37493           stuff horribly. In my case, it screwed up A/V sync in movies
37494           in totem rather badly.
37495
37496 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37497
37498         * ext/faac/gstfaac.c: (gst_faac_chain):
37499         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37500         * ext/libpng/gstpngenc.c: (user_write_data):
37501         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37502         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37503         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37504         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37505         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37506         of any buffer), should fix some leaks. I hope I didn't unref buffers
37507         that shouldn't be...
37508
37509 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37510
37511         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37512         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37513         (error_callback), (gmi_reset), (gmi_seek_to_track),
37514         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37515         (gmip_find_type_post), (gmip_find_stream_post),
37516         (gmip_find_track_streaminfo_post):
37517         * gst-libs/gst/media-info/media-info-priv.h:
37518         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37519         (info_print), (main):
37520         * gst-libs/gst/media-info/media-info.c:
37521         (gst_media_info_error_create), (gst_media_info_error_element),
37522         (gst_media_info_instance_init), (gst_media_info_get_property),
37523         (gst_media_info_new), (gst_media_info_set_source),
37524         (gst_media_info_read_idler), (gst_media_info_read):
37525         * gst-libs/gst/media-info/media-info.h:
37526           first pass at making this work again.  This seems to work on
37527           tagged ogg/vorbis and mp3 files.
37528
37529 2004-03-06  Benjamin Otte  <otte@gnome.org>
37530
37531         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37532           fix huge leak: gst_buffer_merge doesn't unref the first argument
37533           itself.
37534
37535 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37536
37537         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37538           report layer/mode/emphasis
37539
37540 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37541
37542         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37543
37544 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37545
37546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37547           signal serial
37548
37549 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37550
37551         * ext/vorbis/vorbis.c: (plugin_init):
37552         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37553         (gst_vorbis_dec_init), (vorbis_dec_event):
37554         add debug category
37555         make vorbisdec handle _BYTE and _TIME queries
37556
37557 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37558
37559         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37560           from the xing header
37561
37562 2004-03-06  Benjamin Otte  <otte@gnome.org>
37563
37564         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37565         (gst_audio_convert_link), (gst_audio_convert_change_state),
37566         (gst_audio_convert_buffer_from_default_format):
37567           do conversions from/to float correctly, fix some caps nego errors,
37568           export correct supported caps in template and getcaps, use correct
37569           caps in try_set_caps functions
37570
37571 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37572
37573         For some reason, I only committed a ChangeLog entry yesterday and
37574         not the corresponding code...
37575         * ext/mad/gstmad.c: Fix detection of Xing headers
37576         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37577
37578 2004-03-06  Benjamin Otte  <otte@gnome.org>
37579
37580         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37581         (gst_ogg_demux_src_query):
37582           make sure to handle the case where there's no current chain
37583           gracefully.
37584
37585 2004-03-05  David Schleef  <ds@schleef.org>
37586
37587         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37588         Add fixate function. (bug #131128)
37589         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37590         (gst_sdlvideosink_fixate):  Add fixate function.
37591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37592         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37593         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37594         Fix missing break that was causing ulaw to be interpreted as
37595         raw int.
37596
37597 2004-03-05  David Schleef  <ds@schleef.org>
37598
37599         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37600         Fix code that ignores return value of gst_buffer_merge().
37601         (bug #114560)
37602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37603         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37604         * testsuite/gst-lint:  Check for above.
37605
37606 2004-03-05  David Schleef  <ds@schleef.org>
37607
37608         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37609         caps and throw an element error.  (bug #136334)
37610
37611 2004-03-05  David Schleef  <ds@schleef.org>
37612
37613         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37614         (gst_faad_chain): Fix negotiation.
37615         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37616         key and button events.
37617         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37618         dung heap of code.
37619         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37620         depends on gconf
37621         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37622         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37623         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37624         function to encourage better negotiation, particularly between
37625         audioconvert and osssink.
37626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37627         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37628         more important.
37629         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37630         typefinding.
37631         * gst/vbidec/vbiscreen.c:  Add glib header
37632         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37633
37634 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37635
37636         * ext/mad/gstmad.c: Fix detection of Xing headers
37637         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37638
37639 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37640
37641         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37642         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37643           debug updates
37644
37645 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37646
37647         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37648         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37649         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37650         files, and report the parsed length as a GST_TAG_DURATION tag.
37651         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37652
37653 2004-03-05  Benjamin Otte  <otte@gnome.org>
37654
37655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37656           convert channels correctly. convert correctly to unsigned.
37657
37658 2004-03-05  Julien MOUTTE <julien@moutte.net>
37659
37660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37661         we have a window before clearing it.
37662
37663 2004-03-05  Julien MOUTTE <julien@moutte.net>
37664
37665         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37666         have a window before clearing it.
37667
37668 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37669
37670         * gconf/gstreamer.schemas.in:
37671         * gst-libs/gst/gconf/Makefile.am:
37672           version installation path the same way as for 0.6
37673         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37674         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37675         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37676           remove comment that was fixed
37677
37678 2004-03-05  David Schleef  <ds@schleef.org>
37679
37680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37681         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37682         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37683         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37684         Add prototype code for handling seeking and querying.
37685
37686 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37687
37688         * examples/gstplay/player.c: (main):
37689           Initialize variables to NULL. Prevents a segfault because the
37690           (uninitialized) variable is not NULL, resulting in a crash on
37691           trying to reach error->message.
37692
37693 2004-03-05  Benjamin Otte  <otte@gnome.org>
37694
37695         * gst/audioconvert/gstaudioconvert.c:
37696         (gst_audio_convert_buffer_to_default_format):
37697         make float=>int conversion work correctly even in cornercases.
37698
37699 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37700
37701         * debian/README.Debian:
37702         * debian/build-deps:
37703         * debian/changelog:
37704         * debian/control:
37705         * debian/control.in:
37706         * debian/copyright:
37707         * debian/gstreamer-a52dec.files:
37708         * debian/gstreamer-aa.files:
37709         * debian/gstreamer-alsa.files:
37710         * debian/gstreamer-alsa.manpages:
37711         * debian/gstreamer-arts.files:
37712         * debian/gstreamer-artsd.files:
37713         * debian/gstreamer-audiofile.files:
37714         * debian/gstreamer-avifile.files:
37715         * debian/gstreamer-cdparanoia.files:
37716         * debian/gstreamer-colorspace.files:
37717         * debian/gstreamer-doc.files:
37718         * debian/gstreamer-dv.files:
37719         * debian/gstreamer-dvd.files:
37720         * debian/gstreamer-esd.files:
37721         * debian/gstreamer-festival.files:
37722         * debian/gstreamer-flac.files:
37723         * debian/gstreamer-gconf.conffiles:
37724         * debian/gstreamer-gconf.files:
37725         * debian/gstreamer-gconf.postinst:
37726         * debian/gstreamer-gnomevfs.files:
37727         * debian/gstreamer-gsm.files:
37728         * debian/gstreamer-http.files:
37729         * debian/gstreamer-jack.files:
37730         * debian/gstreamer-jpeg.files:
37731         * debian/gstreamer-mad.files:
37732         * debian/gstreamer-mikmod.files:
37733         * debian/gstreamer-misc.files:
37734         * debian/gstreamer-mpeg2dec.files:
37735         * debian/gstreamer-oss.files:
37736         * debian/gstreamer-plugin-apps.files:
37737         * debian/gstreamer-plugin-apps.manpages:
37738         * debian/gstreamer-plugin-libs-dev.files:
37739         * debian/gstreamer-plugin-libs.files:
37740         * debian/gstreamer-plugin-template.postinst:
37741         * debian/gstreamer-plugin-template.postrm:
37742         * debian/gstreamer-sdl.files:
37743         * debian/gstreamer-sid.files:
37744         * debian/gstreamer-vorbis.files:
37745         * debian/gstreamer-x.files:
37746         * debian/mk.control:
37747         * debian/rules:
37748         Debian package info not maintained here.
37749
37750 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37751
37752         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37753         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37754         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37755         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37756         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37757         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37758         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37759         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37760         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37761         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37762         * gst-libs/gst/colorbalance/colorbalance.c:
37763         (gst_color_balance_class_init):
37764         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37765         (gst_color_balance_channel_class_init):
37766         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37767         * gst-libs/gst/play/play.c: (gst_play_class_init):
37768         * gst-libs/gst/propertyprobe/propertyprobe.c:
37769         (gst_property_probe_iface_init):
37770         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37771         * gst-libs/gst/tuner/tunerchannel.c:
37772         (gst_tuner_channel_class_init):
37773         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37774         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37775         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37776         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37777         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37778         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37780         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37781         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37782           fix signals to use - instead of _
37783         * ext/libcaca/gstcacasink.h:
37784         * ext/sdl/sdlvideosink.h:
37785           fix header rename
37786
37787 2004-03-04  David Schleef  <ds@schleef.org>
37788
37789         * testsuite/gst-lint:  Add a check for bad signal names.
37790
37791 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37792
37793         reviewed by David Schleef
37794
37795         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37796         modified the alpha channel and caused a warning. (bug #136192)
37797
37798 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37799
37800         * gst-plugins.spec.in:
37801         Change names of plugins to actually be correct. Try to keep things
37802         alphabetical to avoid getting beat up by Thomas
37803
37804 2004-03-03  Julien MOUTTE <julien@moutte.net>
37805
37806         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37807         Using ximagesink as a default if no gconf key found. We should
37808         probably consider using alsasink instead of osssink for the audio
37809         part.
37810
37811 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37812
37813         * configure.ac:
37814           fix --with-plugins, don't think it ever worked before
37815         * gst-plugins.spec.in:
37816           even more updates
37817
37818 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37819
37820         * ext/sdl/sdlvideosink.h:
37821         * sys/ximage/ximagesink.h:
37822         * sys/xvideo/xvideosink.h:
37823         * sys/xvimage/xvimagesink.h:
37824           Fix for move of gstvideosink.h -> videosink.h.
37825
37826 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37827
37828         * gst-libs/gst/xwindowlistener/Makefile.am:
37829           this is a plugin library, not a library
37830
37831 2004-03-01  David Schleef  <ds@schleef.org>
37832
37833         * AUTHORS:  Added some names.  Add yourself if you're still
37834         missing.
37835
37836 2004-03-01  David Schleef  <ds@schleef.org>
37837
37838         * MAINTAINERS: Add
37839
37840 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37841
37842         * gst-plugins.spec.in: clean up spec file
37843
37844 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37845
37846         * gst-libs/gst/video/Makefile.am:
37847         * gst-libs/gst/video/gstvideosink.c:
37848         * gst-libs/gst/video/gstvideosink.h:
37849           rename gstvideosink.h to videosink.h to match other headers
37850         * gst/mixmatrix/Makefile.am:
37851           fix plugin filename
37852         * gst/tags/Makefile.am: fix plugin filename
37853
37854 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37855
37856         * gst/tags/Makefile.am: fix plugin filename
37857
37858 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37859
37860         * examples/gstplay/player.c: (got_time_tick), (main):
37861           add error handler
37862           display time_tick more readably
37863         * gst/mixmatrix/Makefile.am:
37864           fix plugin file name
37865
37866 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37867
37868         * sys/oss/gstosselement.c: (gst_osselement_probe),
37869         (device_combination_append), (gst_osselement_class_probe_devices):
37870         * sys/oss/gstosselement.h:
37871           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37872           on my system using alsa oss emulation, fixes bug #135597
37873
37874 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37875
37876         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37877         (gst_videodrop_chain), (gst_videodrop_change_state):
37878         * gst/videodrop/gstvideodrop.h:
37879           Work based on timestamp of input data, not based on the expected
37880           framerate from the input. The consequence is that this element now
37881           not only scales framerates, but also functions as a framerate
37882           corrector or framerate stabilizer/constantizer.
37883
37884 2004-02-27  David Schleef  <ds@schleef.org>
37885
37886         patches from jmmv@menta.net (Julio M. Merino Vidal)
37887
37888         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37889         GST_ELEMENT_ERROR call (bug #135634)
37890         * gst/interleave/interleave.c: (interleave_buffered_loop),
37891         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37892         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37893         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37894         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37895         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37896         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37897         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37898         Fix GST_ELEMENT_ERROR call.
37899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37900         GST_ELEMENT_ERROR call.
37901
37902 2004-02-27  Benjamin Otte  <otte@gnome.org>
37903
37904         * gst-libs/gst/audio/audio.h:
37905           add macro to make sure header isn't included twice
37906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37907           don't use gst_buffer_free
37908         * gst/playondemand/filter.func:
37909           don't use gst_data_free. Free data only once.
37910
37911 2004-02-26  David Schleef  <ds@schleef.org>
37912
37913         * gst-libs/gst/colorbalance/Makefile.am:
37914         * gst-libs/gst/mixer/Makefile.am:
37915         * gst-libs/gst/tuner/Makefile.am:
37916         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37917         should not be disted, -marshal.h files should not be installed,
37918         and -enum.h files _should_ be installed.  Fix to make this the
37919         case.
37920
37921 === release 0.7.5 ===
37922
37923 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37924
37925         * configure.ac: release 0.7.5, "Under The Sea"
37926
37927 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37928
37929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37930         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37931         * gst/videoscale/gstvideoscale.c:
37932         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37933           assorted debug/warning fixes
37934
37935 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37936
37937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37938         (gst_videoscale_init), (gst_videoscale_chain),
37939         (gst_videoscale_set_property), (plugin_init):
37940         * gst/videoscale/gstvideoscale.h:
37941         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37942         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37943         (gst_videoscale_planar400), (gst_videoscale_packed422),
37944         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37945         (gst_videoscale_24bit), (gst_videoscale_16bit),
37946         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37947         (gst_videoscale_scale_plane_slow),
37948         (gst_videoscale_scale_point_sample),
37949         (gst_videoscale_scale_nearest),
37950         (gst_videoscale_scale_nearest_str2),
37951         (gst_videoscale_scale_nearest_str4),
37952         (gst_videoscale_scale_nearest_32bit),
37953         (gst_videoscale_scale_nearest_24bit),
37954         (gst_videoscale_scale_nearest_16bit):
37955         add debugging category and use it properly
37956         fix use of GST_PTR_FORMAT
37957
37958 2004-02-25  Andy Wingo  <wingo@pobox.com>
37959
37960         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37961         push only when channel->buffer is NULL. Prevents segfaults doing
37962         the state change after a nonlocal exit, like a scheme exception.
37963
37964         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37965         Handle the case where the intersected caps is empty.
37966
37967 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37968
37969         * gst/law/mulaw-decode.c: (mulawdec_link):
37970         * gst/law/mulaw.c: (plugin_init):
37971           fix mulawdec so it actually works again
37972
37973 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37974
37975         reviewed by: David Schleef  <ds@schleef.org>
37976
37977         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37978         (gst_gamma_init), (gst_gamma_set_property),
37979         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37980         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37981         for RGB, with separate r g and b correction factors. (#131167)
37982
37983 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37984
37985         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37986           only signal tags for bitrate if they're > 0 (#134894)
37987
37988 2004-02-24  David Schleef  <ds@schleef.org>
37989
37990         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37991         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37992         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37993         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37994         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37995         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37996         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37997         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37998         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37999         category.  Attempt to fix timestamp calculation.
38000
38001 2004-02-24  Johan Dahlin  <johan@gnome.org>
38002
38003         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38004
38005 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38006
38007         * configure.ac:
38008         * gconf/Makefile.am:
38009         * gconf/gstreamer.schemas:
38010         * gst-libs/gst/gconf/Makefile.am:
38011         * gst-libs/gst/gconf/gconf.c:
38012           version gconf schemas and install locations
38013
38014 2004-02-23  Benjamin Otte  <otte@gnome.org>
38015
38016         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38017         (gst_xine_input_subclass_init):
38018           call parent dispose.
38019           change pad template for CD reader correctly
38020         * ext/xine/Makefile.am:
38021         * ext/xine/gstxine.h:
38022         * ext/xine/xine.c: (plugin_init):
38023         * ext/xine/xineaudiosink.c:
38024           wrap audio sinks, too
38025         * gst-libs/gst/resample/private.h:
38026         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38027         (gst_resample_reinit), (gst_resample_scale),
38028         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38029         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38030         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38031         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38032         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38033         * gst-libs/gst/resample/resample.h:
38034         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38035         (gst_audioscale_class_init), (gst_audioscale_link),
38036         (gst_audioscale_get_buffer), (gst_audioscale_init),
38037         (gst_audioscale_chain), (gst_audioscale_set_property),
38038         (gst_audioscale_get_property):
38039         * gst/audioscale/gstaudioscale.h:
38040           s/resample_*/gst_resample_*/i to not clobber namespaces
38041
38042 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38043
38044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38045         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38046         (gst_riff_create_video_template_caps),
38047         (gst_riff_create_audio_template_caps),
38048         (gst_riff_create_iavs_template_caps):
38049         * gst-libs/gst/riff/riff-media.h:
38050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38051         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38052         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38053         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38055         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38056         (gst_matroska_demux_plugin_init): First batch implementing audio and
38057         video codec tags in demuxers.
38058
38059 2004-02-22  Benjamin Otte  <otte@gnome.org>
38060
38061         * ext/xine/Makefile.am:
38062         * ext/xine/gstxine.h:
38063         * ext/xine/xine.c: (plugin_init):
38064         * ext/xine/xineinput.c:
38065           add input plugin wrapper. Playback from files, http, mms and cdda
38066           works.
38067         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38068           remove leftover G_GNUC_UNUSED
38069         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38070         (gst_asf_demux_identify_guid):
38071           improve debugging output
38072
38073 2004-02-22  Benjamin Otte  <otte@gnome.org>
38074
38075         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38076
38077         * autogen.sh:
38078           replace test -e with test -x for mkinstalldirs to be more portable.
38079           (fixes #134816)
38080
38081 2004-02-22  Benjamin Otte  <otte@gnome.org>
38082
38083         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38084
38085         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38086           set rank to PRIMARY
38087         * gst/volume/gstvolume.c: (plugin_init):
38088           set rank to NONE
38089         fixes #134960
38090
38091 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38092
38093         reviewed by Benjamin Otte  <otte@gnome.org>
38094
38095         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38096           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38097
38098 2004-02-22  Benjamin Otte  <otte@gnome.org>
38099
38100         * configure.ac:
38101           export [_]*{gst,Gst,GST}.* symbols from plugins
38102
38103 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38104
38105         reviewed by: Benjamin Otte  <otte@gnome.org>
38106
38107         * ext/lame/gstlame.c: (add_one_tag):
38108         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38110         (gst_vorbisenc_metadata_set1):
38111         * gst/tags/gstid3tag.c:
38112         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38113           apply fixes from bugs #135042 (lame can't write tags) and #133817
38114           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38115
38116 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38117
38118         * configure.ac: Export only gst_plugin_desc from plugins.
38119          Note that this change only makes any effect with Linux using libtool
38120          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38121          fine. And don't try to have several versions of libtool in different
38122          directories.
38123
38124 2004-02-20  Andy Wingo  <wingo@pobox.com>
38125
38126         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38127         interleave respectively.
38128
38129         * gst/interleave/deinterleave.c: New plugin: deinterleave
38130         (replaces on oneton).
38131         * gst/interleave/interleave.c: New plugin: interleave.
38132         * gst/interleave/plugin.h: Support file.
38133         * gst/interleave/plugin.c: Support file.
38134
38135         * configure.ac: Remove intfloat and oneton, add interleave.
38136
38137         * ext/sndfile/gstsf.c: Handle events better.
38138
38139         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38140         and float2int operation. int2float has scheduling problems as
38141         noted in in2float_chain.
38142
38143 2004-02-20  Benjamin Otte  <otte@gnome.org>
38144
38145         * ext/xine/Makefile.am:
38146         * ext/xine/gstxine.h:
38147         * ext/xine/xine.c:
38148         * ext/xine/xineaudiodec.c:
38149         * ext/xine/xinecaps.c:
38150           add first version of xine plugin wrapper. Currently only wraps the
38151           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38152         * configure.ac:
38153         * ext/Makefile.am:
38154           add xine plugin wrapper, disabled by default. Use --enable-xine to
38155           build. Note that it'll segfault on gst-register if you don't remove
38156           the goom and tvtime post plugins from xine.
38157         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38158         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38159           add extradata parsing for QDM2.
38160           change around debugging prints.
38161
38162 2004-02-19  Benjamin Otte  <otte@gnome.org>
38163
38164         * ext/lame/gstlame.c: (gst_lame_chain):
38165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38166           use gst_tag_list_insert when you want to insert tags
38167
38168 2004-02-18  David Schleef  <ds@schleef.org>
38169
38170         * configure.ac:  Move massink to gst-rotten
38171         * ext/Makefile.am:
38172         * ext/mas/Makefile.am:
38173         * ext/mas/massink.c:
38174         * ext/mas/massink.h:
38175
38176 2004-02-18  David Schleef  <ds@schleef.org>
38177
38178         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38179         typefinding, since it seems to be worse than nothing.
38180         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38181         atom to recognize .mp4 and .m4a files as video/quicktime.
38182
38183 2004-02-18  David Schleef  <ds@schleef.org>
38184
38185         * gst/sine/demo-dparams.c: (quit_live),
38186         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38187         Use double dparams, not float.
38188         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38189         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38190         sync'd elements don't really work correctly.
38191         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38192         (volume_update_volume), (volume_get_property):  Change dparam
38193         to double.
38194
38195 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38196
38197         * sys/ximage/ximagesink.c:
38198         (gst_ximagesink_xwindow_update_geometry),
38199         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38200         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38201         (gst_ximagesink_init): Rework the way software video scaling works. So
38202         now we check on each chain call if the video frames are feeling the
38203         window. If not we try to renegotiate caps. On failure we memorize that
38204         and we won't try again for that PLAYING sessions.
38205         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38206         failure.
38207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38208         synchronous flag.
38209
38210 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38211
38212         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38213           break up _link so we can give a better debug message for errors
38214
38215 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38216
38217         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38218           set up debug category
38219
38220 2004-02-18  Julien MOUTTE <julien@moutte.net>
38221
38222         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38223         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38224         the way renegotiation work. The event handling function is not taking
38225         care of external windows and renegotiate method check for pad flags
38226         NEGOTIATING. Should fix : #133209
38227
38228 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38229
38230         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38231         pad is negotiating before trying renegotiation.
38232
38233 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38234
38235         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38236           pass on all possible mime types as typefind hints
38237
38238 2004-02-17  Julien MOUTTE <julien@moutte.net>
38239
38240         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38242         possible SHM leak if we crash. All other apps using XShm are doing
38243         that.
38244
38245 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38246
38247         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38248         (gst_ximagesink_expose): Renegotiate size on expose.
38249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38250         size on expose.
38251
38252 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38253
38254         * testsuite/alsa/sinesrc.c:
38255           cosmetic fix to fix compile issue with gcc 2.95.4
38256
38257 2004-02-16  Julien MOUTTE <julien@moutte.net>
38258
38259         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38260         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38261         failed opening the audio device.
38262         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38263         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38264         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38265         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38266         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38267         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38268         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38269         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38270         Removing some useless g_return_if_fail like wingo suggested.
38271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38272         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38273         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38274         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38275         (gst_xvimagesink_update_colorbalance),
38276         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38277         (gst_xvimagesink_xcontext_clear),
38278         (gst_xvimagesink_get_fourcc_from_caps),
38279         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38280         (gst_xvimagesink_set_xwindow_id),
38281         (gst_xvimagesink_colorbalance_list_channels),
38282         (gst_xvimagesink_colorbalance_set_value),
38283         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38284         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38285
38286 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38287
38288         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38289           throw error when not negotiated instead of asserting
38290
38291 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38292
38293         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38294         correct data refcounting.
38295
38296 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38297
38298         * gst/switch/gstswitch.c: (gst_switch_change_state),
38299         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38300         change, mostly the EOS flag.
38301
38302 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38303
38304         * examples/gstplay/player.c: (got_eos), (main): Adding some
38305         output for debugging.
38306         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38307         timeouts if we go to any state different from PLAYING.
38308         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38309         more EOS bugs in riff lib.
38310
38311 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38312
38313         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38314         visualization until i find a way to fix switch correctly.
38315         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38316         EOS arrives.
38317         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38318         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38319         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38320         Reworked switch to get a more correct behaviour with events and refing
38321         of data stored in sinkpads.
38322         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38323         we don't pull from a pad in EOS.
38324
38325 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38326
38327         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38328           remove v1 tag even if we can't read it (makes sure we don't detect
38329           it again)
38330
38331 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38332
38333         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38334         (gst_alsa_xrun_recovery):
38335         * ext/alsa/gstalsa.h:
38336           try xrun recovery when wait failed. Make xrun recovery function
38337           return TRUE/FALSE to indicate success. (might fix #134354)
38338
38339 2004-02-13  David Schleef  <ds@schleef.org>
38340
38341         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38342         (dynparm_value_changed), (main): Convert from float to double.
38343         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38344
38345 2004-02-13  David Schleef  <ds@schleef.org>
38346
38347         * gst/silence/gstsilence.c: (gst_silence_class_init),
38348         (gst_silence_set_clock), (gst_silence_get),
38349         (gst_silence_set_property), (gst_silence_get_property):
38350         * gst/silence/gstsilence.h: Add sync property.
38351         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38352         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38353         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38354         * gst/sine/gstsinesrc.h: Add sync property.
38355
38356 2004-02-13  David Schleef  <ds@schleef.org>
38357
38358         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38359         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38360
38361 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38362
38363         * configure.ac:
38364         * ext/Makefile.am:
38365         * gst-libs/ext/Makefile.am:
38366           move ffmpeg plugin to gst-ffmpeg module
38367
38368 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38369
38370         * configure.ac: use GST_ARCH to detect architecture
38371
38372 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38373
38374         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38375
38376 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38377
38378         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38379           classify LADSPA plugins based on number of src/sink pads
38380           (#133663, Stefan Kost)
38381         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38382           fix dparams registration
38383           (#133528, Stefan Kost)
38384         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38385           fix use of isprint and use g_ascii_isprint instead
38386           (#133316, Stefan Kost)
38387
38388 2004-02-11  David Schleef  <ds@schleef.org>
38389
38390         Convert a few inner loops to use liboil.  This is currently
38391         optional, and is only enabled if liboil is present (duh!).
38392         * configure.ac: Check for liboil-0.1
38393         * gst/intfloat/Makefile.am:
38394         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38395         (gst_int2float_chain_gint16):
38396         * gst/videofilter/Makefile.am:
38397         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38398         (tablelookup_u8), (gst_videobalance_planar411):
38399         * gst/videotestsrc/Makefile.am:
38400         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38401         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38402         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38403         (paint_hline_RGB565), (paint_hline_xRGB1555):
38404
38405 2004-02-11  David Schleef  <ds@schleef.org>
38406
38407         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38408         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38409         (gst_colorspace_getcaps), (gst_colorspace_link),
38410         (gst_colorspace_base_init), (gst_colorspace_init),
38411         (gst_colorspace_chain), (gst_colorspace_change_state),
38412         (plugin_init): Merge Ronald's patch (bug #117897) and update
38413         for new caps and negotiation.  Seems to work, although it
38414         shows off bugs in lcs.
38415
38416 2004-02-11  David Schleef  <ds@schleef.org>
38417
38418         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38419         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38420
38421 2004-02-11  David Schleef  <ds@schleef.org>
38422
38423         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38424         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38425         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38426         Add server and port properties
38427
38428 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38429
38430         * m4/a52.m4:
38431         * m4/aalib.m4:
38432         * m4/as-ffmpeg.m4:
38433         * m4/as-liblame.m4:
38434         * m4/as-slurp-ffmpeg.m4:
38435         * m4/check-libheader.m4:
38436         * m4/esd.m4:
38437         * m4/freetype2.m4:
38438         * m4/gconf-2.m4:
38439         * m4/glib.m4:
38440         * m4/gst-alsa.m4:
38441         * m4/gst-artsc.m4:
38442         * m4/gst-ivorbis.m4:
38443         * m4/gst-matroska.m4:
38444         * m4/gst-sdl.m4:
38445         * m4/gst-shout2.m4:
38446         * m4/gst-sid.m4:
38447         * m4/gtk.m4:
38448         * m4/libdv.m4:
38449         * m4/libfame.m4:
38450         * m4/libmikmod.m4:
38451         * m4/ogg.m4:
38452         * m4/vorbis.m4:
38453           fix underquotedness of macros (#133800)
38454         * m4/as-avifile.m4:
38455         * m4/xmms.m4:
38456           removed because no longer used
38457
38458 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38459
38460         * configure.ac:
38461           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38462           by autopoint (fixes #132996)
38463
38464 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38465
38466         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38467         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38468         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38469         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38470           fix memleaks
38471
38472 2004-02-11  David Schleef  <ds@schleef.org>
38473
38474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38475         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38476         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38477         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38478         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38479         (gst_jpegenc_class_init), (gst_jpegenc_init),
38480         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38481         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38482         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38483         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38484
38485 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38486
38487         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38488         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38489         * ext/mikmod/gstmikmod.h:
38490           fix caps negotiation in mikmod
38491         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38492           output debug information
38493
38494 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38495
38496         * gst-libs/gst/colorbalance/Makefile.am:
38497         * gst-libs/gst/navigation/Makefile.am:
38498         * gst-libs/gst/xoverlay/Makefile.am:
38499           remove unused GST_OPT_CFLAGS from Makefiles
38500           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38501
38502 2004-02-07  David Schleef  <ds@schleef.org>
38503
38504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38505         push events to pads that haven't been created (#133508)
38506
38507 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38508
38509         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38510         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38511         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38512         (gst_dvdec_loop), (gst_dvdec_change_state):
38513         Second attempt at committing a working dvdec element.
38514
38515 2004-02-06  David Schleef  <ds@schleef.org>
38516
38517         Build fixes for OS X: (see #129600)
38518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38519         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38520         (gst_riff_read_strf_iavs):
38521         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38522         (gst_avi_demux_stream_odml):
38523         * gst/playondemand/Makefile.am:
38524         * gst/rtp/rtp-packet.c:
38525
38526 2004-02-05  David Schleef  <ds@schleef.org>
38527
38528         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38529         last change, because it Just Doesn't Compile.
38530
38531 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38532
38533         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38534           skip undecodable id3v2 tag instead of keeping it
38535
38536 2004-02-05  David Schleef  <ds@schleef.org>
38537
38538         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38539         Unref leaked buffer.  (Noticed by Ronald)
38540
38541 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38542
38543         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38544         Sync requires with other checks.  >= vs =.
38545
38546 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38547
38548         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38549         (gst_dvdec_video_link), (gst_dvdec_loop):
38550         * ext/dv/gstdvdec.h:
38551           rework the caps negotiation so that dvdec works again instead
38552           of just segfaulting.
38553
38554 === release 0.7.4 ===
38555
38556 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38557
38558         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38559         * configure.ac: changed for release
38560
38561 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38562
38563         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38564         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38565         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38566         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38567           reworked patch by David Lehn to fix libdir and includedir for
38568           uninstalled libraries
38569           removed play and gconf from gstreamer-libs since they have their
38570           own pkgconfig files
38571
38572 2004-02-04  David Schleef  <ds@schleef.org>
38573
38574         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38575         memleak.
38576
38577 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38578
38579         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38580           use correct GST_TAG_ENCODER tag
38581
38582 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38583
38584         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38585           be sure to stop the clock when going to paused
38586         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38587           reset number of transmitted when going to ready.
38588         fixes #132935
38589
38590 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38591
38592         reviewed by Benjamin Otte
38593
38594         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38595           extract track count (fixes #133410)
38596
38597 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38598
38599         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38600           that should be !=, not == (fixes #132519)
38601
38602 2004-02-04  David Schleef  <ds@schleef.org>
38603
38604         Make sure set_explicit_caps() is called before adding pad.
38605         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38606         * gst/id3/gstid3types.c: (gst_id3types_loop):
38607         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38608         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38609
38610 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38611
38612         * configure.ac:
38613           bump nano to 2, first prerelease
38614           put back AM_PROG_LIBTOOL
38615
38616 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38617
38618         * testsuite/alsa/Makefile.am:
38619           these are user test apps, not automatic testsuite tests
38620
38621 2004-02-04  David Schleef  <ds@schleef.org>
38622
38623         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38624         * gst/mpeg1videoparse/gstmp1videoparse.c:
38625         (mp1videoparse_parse_seq):
38626         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38627         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38628         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38629         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38630         (gst_xvideosink_getcaps):
38631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38632         * testsuite/gst-lint: more tests
38633
38634 2004-02-04  David Schleef  <ds@schleef.org>
38635
38636         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38637         with the code that they would expand to.
38638         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38639         (gst_flacdec_get_src_query_types),
38640         (gst_flacdec_get_src_event_masks):
38641         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38642         (gst_gnomevfssrc_get_query_types),
38643         (gst_gnomevfssrc_get_event_mask):
38644
38645 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38646
38647         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38648         (gst_sinesrc_dispose):
38649           fix memleak by properly disposing sinesrc
38650
38651 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38652
38653         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38654         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38655         an overlay to redraw the image because it has been exposed.
38656         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38657         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38658         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38659         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38660         interface
38661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38662         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38663         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38664         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38665         interface
38666
38667 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38668
38669         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38670           more memleak fixage
38671
38672 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38673
38674         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38675         * gst/typefind/gsttypefindfunctions.c:
38676           fix memleaks shown by gst-typefind
38677
38678 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38679
38680         * common/glib-gen.mak:
38681           add hack rule to touch .Plo files
38682         * gst-libs/gst/colorbalance/Makefile.am:
38683         * gst-libs/gst/mixer/Makefile.am:
38684         * gst-libs/gst/play/Makefile.am:
38685         * gst-libs/gst/tuner/Makefile.am:
38686           remove glib_root variable
38687
38688 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38689
38690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38691           set explicit caps before adding the element, so the autopluggers can
38692           plug correctly.
38693         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38694         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38695         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38696         (dv_type_find):
38697           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38698           argument.
38699
38700 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38701
38702         * gst-libs/gst/colorbalance/Makefile.am:
38703         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38704         * gst-libs/gst/colorbalance/colorbalance.c:
38705         * gst-libs/gst/colorbalance/colorbalance.h:
38706         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38707         * gst-libs/gst/mixer/Makefile.am:
38708         * gst-libs/gst/mixer/mixer-marshal.list:
38709         * gst-libs/gst/mixer/mixer.c:
38710         * gst-libs/gst/mixer/mixer.h:
38711         * gst-libs/gst/mixer/mixermarshal.list:
38712         * gst-libs/gst/play/Makefile.am:
38713         * gst-libs/gst/play/play.h:
38714         * gst-libs/gst/tuner/Makefile.am:
38715         * gst-libs/gst/tuner/tuner-marshal.list:
38716         * gst-libs/gst/tuner/tuner.c:
38717         * gst-libs/gst/tuner/tuner.h:
38718         * gst-libs/gst/tuner/tunermarshal.list:
38719           use new glib-gen.mak snippet to clean up Makefile.am
38720           fix various bugs in Makefile.am's
38721
38722 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38723
38724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38725           handle chain parsing correctly in the multichain case
38726         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38727         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38728         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38729         (theora_dec_chain):
38730           handle events and queries correctly
38731
38732 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38733
38734         * .cvsignore:
38735         Ignore generated file _stdint.h.
38736
38737 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38738
38739         * gst-libs/gst/colorbalance/Makefile.am:
38740         * gst-libs/gst/colorbalance/colorbalance.h:
38741         * gst-libs/gst/mixer/Makefile.am:
38742         * gst-libs/gst/mixer/mixer.h:
38743         * gst-libs/gst/play/Makefile.am:
38744         * gst-libs/gst/play/play.h:
38745         * gst-libs/gst/tuner/Makefile.am:
38746         * gst-libs/gst/tuner/tuner.h:
38747         Generate enum type code with glib-mkenums.
38748         * gst-libs/gst/colorbalance/.cvsignore:
38749         * gst-libs/gst/mixer/.cvsignore:
38750         * gst-libs/gst/play/.cvsignore:
38751         * gst-libs/gst/tuner/.cvsignore:
38752         Ignore generated files.
38753
38754 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38755
38756         * gst-libs/gst/audio/.cvsignore:
38757         Ignore generated file.
38758         * gst-libs/gst/audio/Makefile.am:
38759         Do not install example filter.
38760
38761 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38762
38763         * examples/switch/.cvsignore:
38764         Ignore generated file.
38765
38766 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38767
38768         * common/m4/ax_create_stdint_h.m4:
38769         * configure.ac:
38770           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38771           _stdint.h.
38772         * Makefile.am:
38773           remove generated _stdint.h in DISTCLEANFILES
38774         * ext/a52dec/gsta52dec.c:
38775           include _stdint.h for a52dec. (should fix #133064)
38776
38777 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38778
38779         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38780         (gst_tag_to_vorbis_comments):
38781         Add replaygain support to vorbistag
38782
38783 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38784         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38785         (gst_ffmpeg_caps_to_extradata):
38786           Fix SVQ3 caps flag properties
38787           Use glib macro for bytes swap
38788
38789 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38790
38791         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38792         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38793         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38794         * ext/sndfile/gstsf.c: (plugin_init):
38795         * gst/avi/gstavi.c: (plugin_init):
38796         * sys/dxr3/dxr3init.c: (plugin_init):
38797         * sys/oss/gstossaudio.c: (plugin_init):
38798         * sys/v4l/gstv4l.c: (plugin_init):
38799         * sys/v4l2/gstv4l2.c: (plugin_init):
38800           remove textdomain calls
38801         * po/nl.po:
38802           update Dutch translation
38803
38804 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38805
38806         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38807         (gst_play_set_audio_sink): Moving volume in the audio thread for
38808         instantaneous volume change. Maybe i will add another volume in front
38809         of visualization later, not sure yet though.
38810
38811 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38812
38813         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38814         (gst_ximagesink_handle_xevents): Better X events handling, only take
38815         the latest events for configure and motion.
38816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38817
38818 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38819
38820         reviewed by: David Schleef  <ds@schleef.org>
38821
38822         Fix memory leaks:
38823         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38824         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38825
38826 2004-02-02  David Schleef  <ds@schleef.org>
38827
38828         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38829         of lines.
38830         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38831         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38832         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38833         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38834         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38835         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38836         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38837         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38838         (gst_float2_2_int_link):
38839         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38840         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38841         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38842         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38843         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38844         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38845         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38846         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38847         * testsuite/gst-lint: Add tests for bzero and ;;
38848
38849 2004-02-02  David Schleef  <ds@schleef.org>
38850
38851         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38852
38853 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38854
38855         * ext/aalib/gstaasink.c: (gst_aasink_open):
38856         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38857         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38858         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38859         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38860         (gst_afsink_close_file):
38861         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38862         (gst_afsrc_close_file):
38863         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38864         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38865         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38866         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38867         * ext/esd/esdmon.c: (gst_esdmon_get):
38868         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38869         * ext/faac/gstfaac.c: (gst_faac_chain):
38870         * ext/faad/gstfaad.c: (gst_faad_chain):
38871         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38872         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38873         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38874         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38875         (gst_flacdec_loop):
38876         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38877         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38878         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38879         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38880         (gst_gnomevfssink_close_file):
38881         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38882         (gst_gnomevfssrc_open_file):
38883         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38884         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38885         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38886         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38887         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38888         * ext/mad/gstmad.c: (gst_mad_chain):
38889         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38890         * ext/mpeg2dec/gstmpeg2dec.c:
38891         * ext/mpeg2enc/gstmpeg2enc.cc:
38892         * ext/mplex/gstmplex.cc:
38893         * ext/mplex/gstmplexibitstream.cc:
38894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38895         (gst_ogg_demux_push):
38896         * ext/raw1394/gstdv1394src.c:
38897         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38898         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38899         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38900         (gst_sf_loop):
38901         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38902         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38903         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38904         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38906         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38907         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38908         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38909         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38910         (gst_riff_read_element_data), (gst_riff_read_seek),
38911         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38912         * gst/adder/gstadder.c: (gst_adder_loop):
38913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38914         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38915         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38916         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38917         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38918         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38919         * gst/goom/gstgoom.c: (gst_goom_chain):
38920         * gst/id3/gstid3types.c: (gst_id3types_loop):
38921         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38922         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38923         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38924         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38925         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38926         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38927         (gst_ebml_read_float), (gst_ebml_read_header):
38928         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38929         (gst_matroska_demux_parse_blockgroup):
38930         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38931         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38932         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38933         * gst/silence/gstsilence.c: (gst_silence_get):
38934         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38935         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38936         * gst/speed/gstspeed.c: (speed_loop):
38937         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38938         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38939         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38940         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38941         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38942         (gst_wavparse_loop):
38943         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38944         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38945         (dxr3audiosink_close):
38946         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38947         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38948         (dxr3videosink_close), (dxr3videosink_write_data):
38949         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38950         * sys/oss/gstosssink.c: (gst_osssink_chain):
38951         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38952         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38953         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38955         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38956         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38957         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38958         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38959         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38960         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38961         (gst_v4l_set_audio):
38962         * sys/v4l/v4l_calls.h:
38963         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38964         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38965         (gst_v4lmjpegsink_playback_init),
38966         (gst_v4lmjpegsink_playback_start):
38967         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38968         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38969         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38970         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38971         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38972         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38973         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38974         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38975         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38976         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38977         (gst_v4l2_get_output), (gst_v4l2_set_output),
38978         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38979         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38980         (gst_v4l2_set_attribute):
38981         * sys/v4l2/v4l2_calls.h:
38982         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38983         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38984         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38985         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38986         (gst_v4l2src_capture_stop):
38987         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38988         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38989         (gst_ximagesink_chain):
38990         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38991         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38992         (gst_xvideosink_xwindow_new):
38993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38994         (gst_xvimagesink_chain):
38995
38996 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38997
38998         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38999         (gst_volume_get_volume), (volume_class_init), (volume_init),
39000         (volume_chain_int16), (volume_update_volume):
39001         * gst/volume/gstvolume.h:
39002           make code more readable by removing magic numbers
39003           make mixer interface export 0-100 range
39004           make it internally map to 0.0-1.0 range so users don't distort
39005           output by putting the sliders at full volume
39006
39007 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39008
39009         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39010         (gst_play_state_change), (gst_play_seek_to_time):
39011         block the tick callback for 0.5 secs after doing a seek
39012
39013 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39014
39015         * gst-libs/gst/play/play.c: (gst_play_new):
39016           check for GError
39017
39018 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39019
39020         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39021         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39022         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39023         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39025         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39026
39027 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39028
39029         * configure.ac:
39030         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39031           check for a function added in vorbis 1.1
39032
39033 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39034
39035         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39036         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39037           really start/stop clock only on PLAYING <=> PAUSED
39038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39039           remove \n from debugging lines
39040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39041           make it work when seeking does not
39042         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39043           reset on DISCONT
39044
39045 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39046
39047         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39048           start clock on PAUSED=>PLAYING, not later
39049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39050           extract correct time for different discont formats
39051         (gst_alsa_sink_get_time):
39052           don't segfault when no format is negotiated yet, just return 0
39053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39054         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39055         (gst_ogg_pad_push):
39056           handle flush and discont events correctly
39057         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39058           handle discont events correctly
39059
39060 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39061
39062         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39063         (gst_play_error_create), (gst_play_error_plugin),
39064         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39065         * gst-libs/gst/play/play.h:
39066           add error handling during creation
39067         * examples/gstplay/player.c: (main):
39068           use new gst_play_new
39069
39070
39071 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39072
39073         * ext/theora/theoradec.c: (theora_dec_chain):
39074           make comments work
39075         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39076         (vorbis_dec_src_event), (vorbis_dec_chain):
39077           add encoder tag, fix tag reading to be more error tolerant, change
39078           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39079           gst_pad_event_default.
39080         * gst/tags/gstvorbistag.c:
39081         (gst_tag_list_from_vorbiscomment_buffer):
39082           undefine function specific define at end of function
39083
39084 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39085
39086         * ext/flac/gstflac.c: (plugin_init):
39087         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39088         * ext/flac/gstflacdec.h:
39089         * ext/flac/gstflacenc.h:
39090           Fix typos
39091
39092 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39093
39094         * examples/gstplay/player.c: s/gstplay.h/play.h/
39095
39096 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39097
39098         * gst-libs/gst/play/Makefile.am:
39099         * gst-libs/gst/play/gstplay.c:
39100         * gst-libs/gst/play/gstplay.h:
39101         * gst-libs/gst/play/play.c:
39102           more surgery, operation complete
39103
39104 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39105
39106         * gst-libs/gst/play/play.old.c:
39107         * gst-libs/gst/play/play.old.h:
39108           after CVS surgery by moving, remove
39109         * gst-libs/gst/play/playpipelines.c:
39110           remove
39111
39112         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39113           add negotiation error
39114
39115 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39116
39117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39118         (gst_ogg_demux_push):
39119           add some seeking debug info
39120           send a flush when seeking
39121
39122 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39123
39124         * configure.ac:
39125           use AC_C_INLINE
39126         * configure.ac:
39127         * ext/Makefile.am:
39128         * ext/theora/Makefile.am:
39129         * ext/theora/theoradec.c:
39130           add theora video decoder. Does just do simple decoding for now and
39131           has been tested against Theora cvs only. It only works when theora
39132           is compiled with --enable-static.
39133         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39134           always reset packetno on DISCONT
39135
39136 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39137
39138         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39139           Fix audio.
39140
39141 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39142
39143         * gst/mpegaudioparse/gstmpegaudioparse.c:
39144         (mp3_type_frame_length_from_header):
39145           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39146
39147 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39148
39149         * ext/esd/esdsink.c: (gst_esdsink_init):
39150           Since we have static pad template caps, we don't need to negotiate;
39151           either the core errors out or we know the format.
39152
39153 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39154
39155         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39156         (gst_riff_read_seek):
39157         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39158         (gst_ebml_read_seek):
39159           Fix event handling.
39160
39161 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39162
39163         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39164           removee video/x-theora from vp3 decoder, it doesn't handle raw
39165           theora streams
39166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39167           fix bug with finalizing element that never went to PAUSED
39168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39169           length and position queries were swapped
39170         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39171         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39172         (vorbis_dec_src_event):
39173           implement querying time and bytes
39174
39175 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39176
39177         * just about every source file:
39178           gst_element_error -> GST_ELEMENT_ERROR
39179
39180 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39181
39182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39183         emiting FLUSH and even before DISCONT.
39184         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39185         get the best instant seeking as possible yay!
39186
39187 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39188
39189         * gst/mpeg1videoparse/gstmp1videoparse.c:
39190         (gst_mp1videoparse_real_chain):
39191           Committed wrong version last week... Grr... Didn't notice until now.
39192
39193 2004-01-29  Julien MOUTTE <julien@moutte.net>
39194
39195         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39197         have_xwindow_id signal in xwindow_create.
39198
39199 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39200
39201         * ext/ogg/gstoggdemux.c:
39202           lots of changes - mainly support for chained bitstreams, seeking,
39203           querying and bugfixes of course
39204         * ext/vorbis/Makefile.am:
39205         * ext/vorbis/vorbisdec.c:
39206         * ext/vorbis/vorbisdec.h:
39207           add vorbisdec raw vorbis decoder
39208         * ext/vorbis/vorbis.c: (plugin_init):
39209           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39210         * gst/intfloat/Makefile.am:
39211         * gst/intfloat/float22int.c:
39212         * gst/intfloat/float22int.h:
39213         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39214           add float2intnew plugin. It converts multichannel interleaved float to
39215           multichannel interleaved int. The name should probably be changed.
39216         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39217         (plugin_init):
39218           add typefinding for raw theora video so oggdemux can detect it.
39219
39220 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39221
39222         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39223         sink element first.
39224         * gst/videoscale/gstvideoscale.c:
39225         (gst_videoscale_handle_src_event): Fixing src event handler.
39226
39227 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39228
39229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39230         (gst_v4lsrc_open), (gst_v4lsrc_close),
39231         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39232         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39233         * sys/v4l/gstv4lsrc.h:
39234         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39235         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39236           Implement resizing... Hack. But that's why v4l is b0rked...
39237
39238 2004-01-28  Julien MOUTTE <julien@moutte.net>
39239
39240         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39241         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39242         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39243         (gst_ximagesink_xwindow_destroy):
39244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39245         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39246         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39247         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39248         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39249         correctly cleaning the image created to check xshm calls on succes,
39250         added a lot of XSync calls in X11 functions, and fixed a segfault when
39251         no image format was defined before negotiation happened.
39252
39253 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39254
39255         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39256           use gst_element_get_time to get correct time
39257
39258 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39259
39260         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39261         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39262         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39264         (gst_xvimagesink_check_xshm_calls),
39265         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39266         X plugins are now able to detect that XShm calls will fail even if the
39267         server claims that it has XShm support (remote displays most of the
39268         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39269         so that we use non XShm functions. This feature is almost useless for
39270         xvimagesink as Xv is not supported on remote displays anyway, but
39271         it might happen than even on the local display XShm calls fail.
39272
39273 2004-01-27  David Schleef  <ds@schleef.org>
39274
39275         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39276         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39277         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39278         changed esdsink to only use 44100,16,2, since esd sucks at rate
39279         conversion and esdsink has had difficulty negotiating.
39280
39281 2004-01-27  Julien MOUTTE <julien@moutte.net>
39282
39283         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39284         (gst_play_seek_to_time): Fixing the way to get current position.
39285
39286 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39287
39288         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39289           use gst_element_get_time to get correct time
39290
39291 2004-01-27  Julien MOUTTE <julien@moutte.net>
39292
39293         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39294         fix ever... Inverting 2 lines of code make spider autoplug correctly
39295         tagged mp3 !
39296
39297 2004-01-27  David Schleef  <ds@schleef.org>
39298
39299         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39300         Use gst_pad_try_set_caps_nonfixed().
39301
39302 2004-01-27  David Schleef  <ds@schleef.org>
39303
39304         * gst/ac3parse/gstac3parse.c: update to checklist 5
39305         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39306         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39307         * gst/audioscale/gstaudioscale.c: same
39308         * gst/auparse/gstauparse.c: same
39309         * gst/avi/gstavidemux.c: same
39310
39311 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39312
39313         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39314           stop processing after EOS
39315
39316 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39317
39318         * gst/asfdemux/asfheaders.h:
39319         * gst/asfdemux/gstasfdemux.c:
39320         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39321         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39322         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39323           lot's of fixes to make data extraction simpler and get the code
39324           architecture and compiler independant. Add debugging category
39325         * gst/goom/gstgoom.c: (gst_goom_change_state):
39326           reset channel count on PAUSED=>READY, not READY=>PAUSED
39327
39328 2004-01-26  Colin Walters  <walters@verbum.org>
39329
39330         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39331         code to pull a bigger buffer in iradio mode.  This as a side effect
39332         makes typefinding work.
39333
39334 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39335
39336         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39337         Fix SVQ3 decoding on PPC
39338
39339 2004-01-26  Julien MOUTTE <julien@moutte.net>
39340
39341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39342         that one managed to stay there... Fixed.
39343
39344 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39345
39346         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39347         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39348         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39349         (qtdemux_video_caps):
39350         * gst/qtdemux/qtdemux.h:
39351         Add SVQ3 specific flags to qtdemux and ffmpeg
39352
39353 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39354
39355         * gst-libs/gst/audio/audio.h:
39356           remove buffer-frames from audio caps
39357         * gst/audioconvert/gstaudioconvert.c:
39358           fix plugin to really work.
39359
39360 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39361
39362         * gst-libs/gst/mixer/mixer.c:
39363         * gst-libs/gst/propertyprobe/propertyprobe.c:
39364         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39365         (gst_tuner_find_channel_by_name):
39366         * gst-libs/gst/tuner/tuner.h:
39367           Add gtk-doc style comments. Also fix a function name.
39368
39369 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39370
39371         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39372         (gst_divxdec_negotiate):
39373           Fix for new capsnego - also fixes gst-player with divxdec.
39374
39375 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39376
39377         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39378         (gst_play_identity_handoff), (gst_play_set_location),
39379         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39380         try in visualization implementation. Still have an issue with switch
39381         blocking when pulling from video_queue and only audio comes out of
39382         spider.
39383         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39384         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39385         release method. And check if the pad is usable before pulling.
39386
39387 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39388
39389         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39390         (gst_videobalance_init),
39391         (gst_videobalance_colorbalance_list_channels),
39392         (gst_videobalance_colorbalance_set_value),
39393         (gst_videobalance_colorbalance_get_value),
39394         (gst_videobalance_update_properties),
39395         (gst_videobalance_update_tables_planar411),
39396         (gst_videobalance_planar411):
39397         * gst/videofilter/gstvideobalance.h:
39398           Implement lookup-tables. +/- 10x faster.
39399
39400 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39401
39402         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39403         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39404           The index reading was broken. The rest worked fine, but the whole
39405           goal of my rewrite was to make avidemux readable, and this was
39406           not at all readable. Please use typed variables.
39407
39408 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39409
39410         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39411           Additional pad usability check.
39412         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39413         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39414         (gst_mp1videoparse_real_chain):
39415           Fix MPEG video stream parsing. The original plugin had several
39416           issues, including not timestamping streams where the source was
39417           not timestamped (this happens with PTS values in mpeg system
39418           streams, but MPEG video is also a valid stream on its own so
39419           that needs timestamps too). We use the display time code for that
39420           for now. Also, if one incoming buffer contains multiple valid
39421           frames, we push them all on correctly now, including proper EOS
39422           handling. Lastly, several potential segfaults were fixed, and we
39423           properly sync on new sequence/gop headers to include them in next,
39424           not previous frames (since they're header for the next frame, not
39425           the previous). Also see #119206.
39426         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39427         (bpf_from_header):
39428           Move caps setting so we only do it after finding several valid
39429           MPEG-1 fraes sequentially, not right after the first one (which
39430           might be coincidental).
39431         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39432         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39433         (plugin_init):
39434           Add unsynced MPEG video stream typefinding, and change some
39435           probability values so we detect streams rightly. The idea is as
39436           follows: I can have an unsynced system stream which contains
39437           video. In the current code, I would randomly get a type for either
39438           system or video stream type found, because the probabilities are
39439           being calculated rather randomly. I now use fixed values, so we
39440           always prefer system stream if that was found (and that is how it
39441           should be). If no system stream was found, we can still identity                the stream as video-only.
39442
39443 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39444
39445         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39446         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39447           don't write to buffer. Extract data without the need of
39448           __attribute__ ((packed))
39449
39450 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39451
39452         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39453         (mpeg1_sys_type_find):
39454           Fix MPEG-1 stream typefinding.
39455
39456 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39457
39458         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39459           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39460
39461 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39462
39463         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39464         * ext/esd/gstesd.c: (plugin_init):
39465           private debugging, better error reporting
39466
39467 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39468
39469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39470         (gst_riff_read_init), (gst_riff_read_change_state):
39471         * gst-libs/gst/riff/riff-read.h:
39472           Remove stuff fromold metadata system.
39473
39474 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39475
39476         * ext/ogg/gstoggdemux.c:
39477           Fix wrong file comment.
39478         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39479         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39480           Add metadata reading properly.
39481
39482 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39483
39484         * ext/Makefile.am:
39485           Fix nas DIST_SUBDIRS
39486           Uraeus:
39487           Fix bug where make distcheck doesn't get run on adding stuff to
39488           the build.
39489
39490 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39491
39492         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39493         * ext/divx/gstdivxdec.h:
39494           Fix divx3 ("msmpeg4") playback using divxdec.
39495
39496 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39497
39498         * gst/typefind/gsttypefindfunctions.c:
39499         (mp3_type_frame_length_from_header): fix bug in length computation
39500         (mp3_type_find): improve debugging output
39501
39502 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39503
39504         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39505         (gst_play_set_location), (gst_play_seek_to_time),
39506         (gst_play_set_audio_sink), (gst_play_set_visualization),
39507         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39508         the pipeline from scratch. Visualization is back and switch went out as
39509         i realized it was not possible to use the way i wanted.
39510         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39511         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39512         clearing in state change from READY to NULL. So that one can clean the
39513         X ressources keeping the element.
39514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39515         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39516         (gst_xvimagesink_colorbalance_set_value),
39517         (gst_xvimagesink_colorbalance_get_value),
39518         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39519         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39520         change from READY to NULL and fixed some stupid bugs in colorbalance
39521         get/set values. Also added the following feature : when nobody tries to
39522         set some values to the colorbalance levels before the xcontext is
39523         grabbed, then when creating channels list from Xv attributes we set the
39524         internal values to the Xv defaults. This way we handle buggy Xv drivers
39525         that set default hue values far from the middle of the range (Thanks
39526         to Jon Trowbridge for pointing that issue).
39527         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39528         colorbalance levels have been set before xcontext is grabbed.
39529
39530 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39531
39532         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39533           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39534           it might block operations (which is bad for a mixer).
39535
39536 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39537
39538         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39539         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39540         (gmip_find_type_pre):
39541         * gst-libs/gst/media-info/media-info-priv.h:
39542         * gst-libs/gst/media-info/media-info.c:
39543         (gst_media_info_instance_init), (gst_media_info_read_idler):
39544         add fakesink to get caps on decoder src pad again
39545         fix callback prototype to match new have_type signal signature
39546
39547 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39548
39549         * gst/adder/gstadder.c: (gst_adder_link):
39550           fix non-compile and cut-n-paste code
39551
39552 2004-01-21  David Schleef  <ds@schleef.org>
39553
39554         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39555         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39556         (gst_swfdec_init), (gst_swfdec_change_state):
39557         * ext/swfdec/gstswfdec.h:
39558         Fix negotiation.
39559         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39560         (gst_adder_request_new_pad): Fix negotiation.
39561         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39562         Add a fixate function.
39563         * gst/intfloat/gstfloat2int.c:
39564         * gst/intfloat/gstfloat2int.h:
39565         * gst/intfloat/gstint2float.c:
39566         * gst/intfloat/gstint2float.h:
39567         Completely rewrite the negotiation.  Doesn't quite work yet,
39568         due to some buffer-frames problem.
39569
39570 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39571
39572         * ext/gnomevfs/gstgnomevfssrc.c:
39573         * sys/v4l2/v4l2_calls.h:
39574           fix includes for distcheck
39575
39576 2004-01-21  Christian Schaller <uraeus@gnome.org>
39577
39578         * ext/nas/
39579         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39580         based on earlier patch from Laurent Vivier
39581
39582 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39583
39584         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39585         Fix wma caps property
39586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39587         Fix typo (flags1 and flags2)
39588
39589 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39590
39591         * gst-libs/gst/media-info/media-info-priv.c:
39592         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39593         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39594         (gmip_find_stream), (gmip_find_track_metadata),
39595         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39596         (gmip_find_track_format):
39597         * gst-libs/gst/media-info/media-info-priv.h:
39598         * gst-libs/gst/media-info/media-info-test.c: (main):
39599         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39600         (gst_media_info_read_idler), (gst_media_info_read):
39601         * gst-libs/gst/media-info/media-info.h:
39602           register debugging category and use it for debugging
39603
39604 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39605
39606         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39607         (gst_vorbisfile_new_link):
39608           signal streaminfo through tags
39609
39610 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39611
39612         * ext/mplex/gstmplex.cc:
39613         * ext/mplex/gstmplexibitstream.cc:
39614           g++ doesn't like NULL in our i18n/error macros, should be
39615           either (NULL) or ("").
39616
39617 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39618
39619         * sys/dxr3/dxr3audiosink.c:
39620         * sys/dxr3/dxr3init.c:
39621         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39622         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39623           Fix more error error error errors (missing includes here).
39624
39625 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39626
39627         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39628           fix thomas' error errors.
39629
39630 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39631
39632         * ext/mpeg2enc/gstmpeg2enc.cc:
39633           fix error errors.
39634
39635 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39636
39637         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39638         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39639           Fix for new error system.
39640
39641 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39642
39643         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39644           fix for new error reporting
39645
39646 2004-01-20  David Schleef  <ds@schleef.org>
39647
39648         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39649         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39650         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39651         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39652         and neither is 100+, most likely.
39653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39654         (gst_xvimagesink_getcaps): same
39655
39656 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39657
39658         * configure.ac:
39659           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39660           clashes with ffmpeg.
39661
39662 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39663
39664         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39665         (gst_switch_init): Fixed switch element : proxying link and setting
39666         caps from src to sink on request.
39667
39668 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39669
39670         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39671         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39672         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39673         fix element_error
39674
39675 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39676
39677         * sys/v4l/v4l_calls.h:
39678         * sys/v4l2/v4l2_calls.h:
39679           element_error fixes
39680
39681 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39682
39683         * gst-libs/gst/gst-i18n-plugin.h:
39684           add locale.h
39685           remove config.h inclusion
39686
39687 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39688
39689         * autogen.sh:
39690           adding autopoint invocation
39691         * Makefile.am:
39692         * configure.ac:
39693         * gst-libs/gst/gettext.h:
39694           adding gettext bits
39695         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39696         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39697         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39698         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39699         (gst_gnomevfssink_close_file):
39700         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39701         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39702         * gst-libs/gst/gst-i18n-plugin.h:
39703         * gst/avi/gstavi.c: (plugin_init):
39704         * sys/dxr3/dxr3init.c: (plugin_init):
39705         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39706         * sys/oss/gstossaudio.c: (plugin_init):
39707         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39708         * sys/v4l/gstv4l.c: (plugin_init):
39709         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39710         * sys/v4l2/gstv4l2.c: (plugin_init):
39711         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39712         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39713         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39714         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39715         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39716         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39717           make sure locale and translation domain are set
39718           fix translated strings
39719         * po/.cvsignore:
39720         * po/LINGUAS:
39721         * po/Makevars:
39722         * po/POTFILES.in:
39723         * po/nl.po:
39724           put translation files into place
39725         * sys/xvideo/imagetest.c: (main):
39726         * ext/dv/demo-play.c: (main):
39727           fix unnecessary translations
39728
39729 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39730
39731         * ext/sndfile/gstsf.c:
39732         * gst/avi/gstavimux.c:
39733         * ext/audiofile/gstafsink.c:
39734         * ext/audiofile/gstafsrc.c:
39735         * ext/gnomevfs/gstgnomevfssink.c:
39736         * ext/gnomevfs/gstgnomevfssrc.c:
39737         * sys/oss/gstosselement.c:
39738         * sys/v4l/v4l_calls.h:
39739           fix i18n include
39740
39741 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39742
39743         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39744         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39745         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39746         (gst_v4l2_get_output), (gst_v4l2_set_output),
39747         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39748         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39749         (gst_v4l2_set_attribute):
39750         update to new error handling
39751
39752 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39753
39754         * ext/sidplay/gstsiddec.cc:
39755         * gst/modplug/gstmodplug.cc:
39756           parenthese NULL because C++ seems angry about it
39757
39758 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39759
39760         * gst-libs/gst/gst-i18n-plugin.h:
39761           add skeleton i18n stuff, but needs to be further implemented
39762
39763 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39764
39765         * examples/gstplay/player.c: (main):
39766         * ext/aalib/gstaasink.c: (gst_aasink_open):
39767         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39769         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39770         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39771         (gst_afsink_close_file):
39772         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39773         (gst_afsrc_close_file):
39774         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39775         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39776         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39777         * ext/esd/esdmon.c: (gst_esdmon_get):
39778         * ext/esd/esdsink.c: (gst_esdsink_chain):
39779         * ext/faac/gstfaac.c: (gst_faac_chain):
39780         * ext/faad/gstfaad.c: (gst_faad_chain):
39781         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39782         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39783         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39784         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39785         (gst_flacdec_loop):
39786         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39787         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39788         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39789         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39790         (gst_gnomevfssink_close_file):
39791         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39792         (gst_gnomevfssrc_open_file):
39793         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39794         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39795         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39796         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39797         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39798         * ext/mad/gstmad.c: (gst_mad_chain):
39799         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39800         * ext/mpeg2dec/gstmpeg2dec.c:
39801         * ext/mpeg2enc/gstmpeg2enc.cc:
39802         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39803         * ext/mplex/gstmplex.cc:
39804         * ext/mplex/gstmplexibitstream.cc:
39805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39806         (gst_ogg_demux_push), (gst_ogg_pad_push):
39807         * ext/raw1394/gstdv1394src.c:
39808         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39809         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39810         * ext/sidplay/gstsiddec.cc:
39811         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39812         (gst_sf_loop):
39813         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39814         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39815         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39817         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39818         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39819         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39820         * gst-libs/gst/Makefile.am:
39821         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39822         (gst_riff_read_element_data), (gst_riff_read_seek),
39823         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39824         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39826         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39827         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39828         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39829         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39830         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39831         * gst/goom/gstgoom.c: (gst_goom_chain):
39832         * gst/id3/gstid3types.c: (gst_id3types_loop):
39833         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39834         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39835         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39836         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39837         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39838         (gst_ebml_read_float), (gst_ebml_read_header):
39839         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39840         (gst_matroska_demux_parse_blockgroup):
39841         * gst/modplug/gstmodplug.cc:
39842         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39843         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39844         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39845         * gst/silence/gstsilence.c: (gst_silence_get):
39846         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39847         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39848         * gst/speed/gstspeed.c: (speed_loop):
39849         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39850         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39851         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39852         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39853         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39854         (gst_wavparse_loop):
39855         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39856         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39857         (dxr3audiosink_close):
39858         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39859         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39860         (dxr3videosink_close), (dxr3videosink_write_data):
39861         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39862         * sys/oss/gstosselement.h:
39863         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39864         (gst_osssink_chain):
39865         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39866         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39869         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39870         (gst_v4l_enable_overlay):
39871         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39872         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39873         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39874         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39875         (gst_v4l_set_audio):
39876         * sys/v4l/v4l_calls.h:
39877         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39878         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39879         (gst_v4lmjpegsink_playback_init),
39880         (gst_v4lmjpegsink_playback_start):
39881         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39882         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39883         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39884         (gst_v4lmjpegsrc_requeue_frame):
39885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39886         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39887         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39888         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39890         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39891         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39892         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39893         (gst_v4l2src_capture_stop):
39894         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39895         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39896         (gst_ximagesink_chain):
39897         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39898         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39899         (gst_xvideosink_xwindow_new):
39900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39901         (gst_xvimagesink_chain):
39902         use new error signal, function and categories
39903
39904 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39905
39906         * configure.ac:
39907         * ext/Makefile.am:
39908         * ext/musicbrainz/gsttrm.c:
39909         * ext/musicbrainz/gsttrm.h:
39910         * ext/musicbrainz/Makefile.am:
39911         Add a trm plugin
39912
39913 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39914
39915         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39916         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39917         synchronous property for debugging.
39918         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39920         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39921         smaller block, fixing indent.
39922
39923 2004-01-16  David Schleef  <ds@schleef.org>
39924
39925         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39926         property affects the video stream.
39927         * sys/xvimage/xvimagesink.c:
39928         * sys/xvimage/xvimagesink.h:
39929         Add synchronous property for debugging.  Should probably be
39930         disabled in non-CVS builds.  Make sure that the Xv attribute
39931         exists before we set it (crash!).  Fix a silly float bug that
39932         caused colorbalance to just not work.
39933
39934 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39935
39936         * tools/gst-launch-ext.in - update for new plugins
39937
39938 2004-01-16  David Schleef  <ds@schleef.org>
39939
39940         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39941         already-freed caps.
39942
39943 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39944
39945         * Update spec for new colorspace plugin and libcaca plugin
39946         * Fix compilation of libcaca plugin (clock -> id)
39947
39948 2004-01-16  Julien MOUTTE <julien@moutte.net>
39949
39950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39951         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39952         (gst_xvimagesink_set_xwindow_id),
39953         (gst_xvimagesink_colorbalance_set_value),
39954         (gst_xvimagesink_colorbalance_get_value),
39955         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39956         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39957         correct colorbalance properties. They can now be set when the element
39958         is still in NULL state. The values will be committed to the Xv Port
39959         when xcontext is initialized.
39960         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39961         brightness int values in the GstXvImagesink structure.
39962
39963 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39964
39965         * gst-libs/gst/Makefile.am:
39966           restructure so having local patches works easier.
39967
39968 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39969
39970         * ext/mpeg2enc/Makefile.am:
39971         * ext/mpeg2enc/gstmpeg2enc.cc:
39972         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39973           Bugfix with respect to EOS handling.
39974
39975 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39976
39977         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39978           Link with right caps (else, it segfaults).
39979         * ext/mplex/gstmplexjob.cc:
39980           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39981
39982 2004-01-15  David Schleef  <ds@schleef.org>
39983
39984         * gst-libs/gst/audio/Makefile.am:
39985         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39986         from the template.
39987         * gst-libs/gst/audio/gstaudiofilter.c:
39988         * gst-libs/gst/audio/gstaudiofilter.h:
39989         Add bytes_per_sample and size and n_samples calculation.
39990         * gst-libs/gst/audio/gstaudiofilterexample.c:
39991         Remove, now autogenerated.
39992         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39993         Moved from gstaudiofilterexample, object name changed, code added
39994         so that it actually works.
39995         * gst-libs/gst/audio/make_filter:
39996         Script to build an audiofilter subclass from the template.
39997         * gst/colorspace/Makefile.am:
39998         * gst/colorspace/yuv2yuv.c:
39999         Remove file, since it's GPL, and we don't use it.
40000
40001 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40002
40003         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40005         them use the buffer free function to test how the buffer was allocated.
40006
40007 2004-01-15  David Schleef  <ds@schleef.org>
40008
40009         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40010         that handles osssink fallback.
40011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40012         (gst_audio_convert_getcaps):
40013         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40014         Add audio/x-qdm2 for QDM2 audio.
40015         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40016         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40018         Decrease minimum size to 16x16.
40019         * gst/wavparse/gstwavparse.c:
40020         Convert disabled pad template caps to new caps.
40021         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40023         (gst_xvimagesink_chain): Throw element error when display cannot
40024         be opened.  Increase minimum framerate to 1.0.  Check the data
40025         free function on a buffer to make sure it is the type we expect
40026         before manipulating it.
40027
40028 2004-01-15  Julien MOUTTE <julien@moutte.net>
40029
40030         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40031         (gst_videobalance_colorbalance_set_value): Implement passthru if
40032         settings are in the middle.
40033         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40034
40035 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40036
40037         * gst/videofilter/Makefile.am:
40038         * gst/volume/Makefile.am:
40039           Since we use videofilter symbols, link to it.
40040
40041 2004-01-15  Julien MOUTTE <julien@moutte.net>
40042
40043         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40044         mixer interface type to HARDWARE.
40045         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40046         type to SOFTWARE.
40047         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40048         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40049         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40050         (gst_volume_interface_init), (gst_volume_list_tracks),
40051         (gst_volume_set_volume), (gst_volume_get_volume),
40052         (gst_volume_set_mute), (gst_volume_mixer_init),
40053         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40054         (volume_init): Implementing mixer interface.
40055         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40056         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40057         (gst_osselement_change_state): Removing some trailing commas in
40058         structures.
40059         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40060         interface type to HARDWARE.
40061         * sys/v4l/gstv4lcolorbalance.c:
40062         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40063         type to HARDWARE.
40064         * sys/v4l2/gstv4l2colorbalance.c:
40065         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40066         interface type to HARDWARE.
40067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40068         same code than ximagesink for event handling.
40069
40070 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40071
40072         * ext/snapshot/Makefile.am:
40073         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40074         (gst_snapshot_chain):
40075         * ext/snapshot/gstsnapshot.h:
40076           This has to be a joke... Snapshot should be connected to a tee,
40077           colorspace element before it and EOS after that, where the other
40078           src of the tee receives normal data.
40079           The current way is *wrong*.
40080
40081 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40082
40083         * ext/hermes/gsthermescolorspace.c:
40084           Fix another compile error. Same as below.
40085
40086 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40087
40088         * gst/colorspace/gstcolorspace.c:
40089         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40090         (gst_colorspace_i420_to_yv12):
40091           Fix compiling... Didn't test if it actually works.
40092
40093 2004-01-15  David Schleef  <ds@schleef.org>
40094
40095         * configure.ac:
40096         * gst/colorspace/Makefile.am:
40097         * gst/colorspace/gstcolorspace.c:
40098         * gst/colorspace/gstcolorspace.h:
40099         * gst/colorspace/yuv2rgb.c:
40100         * gst/colorspace/yuv2rgb.h:
40101         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40102         code and GPL code.  Fix for new caps negotiation.  Rewrite
40103         much of the format handling code, and some of the conversion
40104         code.  Basically, rewrote almost everything.  This element
40105         handles I420, YV12 to RGB conversions.
40106         * ext/hermes/Makefile.am:
40107         * ext/hermes/gsthermescolorspace.c:
40108         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40109         Remove non-Hermes related code.  This element handles lots of
40110         RGB to RGB conversions, but no YUV.
40111         * ext/hermes/gstcolorspace.c:
40112         * ext/hermes/gstcolorspace.h:
40113         * ext/hermes/rgb2yuv.c:
40114         * ext/hermes/yuv2rgb.c:
40115         * ext/hermes/yuv2rgb.h:
40116         * ext/hermes/yuv2rgb_mmx16.s:
40117         * ext/hermes/yuv2yuv.c:
40118         * ext/hermes/yuv2yuv.h:
40119         Remove old code.
40120
40121 2004-01-14  Colin Walters  <walters@verbum.org>
40122
40123         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40124         they've already been.
40125
40126 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40127
40128         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40129           assume tag mode when pad is not connected
40130
40131 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40132
40133         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40134           Don't update the time of the clock
40135         (gst_alsa_sink_loop):
40136           sync to the clock given to alsasink, not the own clock
40137         * sys/oss/gstosssink.c: (gst_osssink_chain):
40138           sync to the clock
40139         (gst_osssink_change_state):
40140           activate the clock
40141         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40143           remove bogus code that made DISCONT events unhandled
40144         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40145           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40146           #131502)
40147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40148         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40149         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40150           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40151           2nd warning in bug #131502)
40152
40153 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40154
40155         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40156         (gst_videobalance_colorbalance_set_value),
40157         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40158         for colorbalance interface implementation.
40159         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40160         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40161         (gst_ximagesink_dispose), (gst_ximagesink_init),
40162         (gst_ximagesink_class_init): Adding DISPLAY property.
40163         * sys/ximage/ximagesink.h: Adding display_name to store display.
40164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40165         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40166         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40167         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40168         properties (they still need polishing though for gst-launch use : no
40169         xcontext yet, i ll do that tomorrow).
40170         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40171
40172 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40173
40174         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40175         (gst_play_set_location), (gst_play_set_visualization): Preparing
40176         switch integration, adding videobalance in the pipeline.
40177
40178 2004-01-14  Julien MOUTTE <julien@moutte.net>
40179
40180         * gst-libs/gst/colorbalance/colorbalance.c:
40181         (gst_color_balance_class_init): Adding a default type.
40182         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40183         the type.
40184         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40185         (gst_videobalance_dispose), (gst_videobalance_class_init),
40186         (gst_videobalance_init), (gst_videobalance_interface_supported),
40187         (gst_videobalance_interface_init),
40188         (gst_videobalance_colorbalance_list_channels),
40189         (gst_videobalance_colorbalance_set_value),
40190         (gst_videobalance_colorbalance_get_value),
40191         (gst_videobalance_colorbalance_init): Implementing colorbalance
40192         interface.
40193         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40194         list.
40195         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40196         bug which was triggering a BadAccess X error when setting an overlay
40197         before pad was really negotiated.
40198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40199         Using the colorbalance type macro.
40200
40201 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40202
40203         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40204         (gst_flacenc_chain):
40205           handle tags correctly
40206         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40207           extract ID3v1 tags correctly
40208
40209 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40210
40211         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40212         (plugin_init):
40213           Improve matroska typefinding for odd-typed headers...
40214
40215 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40216
40217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40218           Fix for using incremental number on padnames.
40219
40220 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40221
40222         * ext/divx/gstdivxdec.c:
40223         * ext/divx/gstdivxenc.c:
40224           Set category to divx4linux instead of divx (too generic).
40225         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40226         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40227         (gst_wavparse_loop), (gst_wavparse_change_state):
40228         * gst/wavparse/gstwavparse.h:
40229           fix parsing of WAV files with non-standard fmt-tag size and fix
40230           skipping of unrecognized chunks... Someone please fix this thing
40231           to use rifflib so all this is automated.
40232         * sys/v4l/Makefile.am:
40233         * sys/v4l2/Makefile.am:
40234           Add X_CFLAGS because we depend on X (for overlay).
40235
40236 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40237
40238         * ext/mpeg2dec/gstmpeg2dec.c:
40239           Don't issue a timestamp unless we tagged the frame
40240           with a PTS.
40241
40242 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40243
40244         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40245           Query the audio element to get the time, not the clock. We're
40246           interested in the element's time here.
40247
40248 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40249
40250         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40252         * ext/esd/esdsink.c: (gst_esdsink_chain):
40253         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40254         * ext/mas/massink.c: (gst_massink_chain):
40255         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40257         (gst_matroska_demux_parse_metadata):
40258         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40259         (gst_mpeg_parse_release_locks):
40260         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40261         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40262         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40263         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40264         (gst_osssink_change_state):
40265         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40266         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40267         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40268         (gst_xvideosink_release_locks):
40269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40270           use element time.
40271         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40272         (gst_alsa_clock_stop):
40273         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40274         (gst_audio_clock_get_internal_time):
40275           simplify for use with new clocking code.
40276         * testsuite/alsa/Makefile.am:
40277         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40278           fix testsuite for new caps system
40279
40280 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40281
40282         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40283         * ext/flac/gstflacenc.c: (add_one_tag):
40284           length is already host endian, no need to convert. Fixes playback of
40285           tagged files on PPC. (bug #128384)
40286
40287 2004-01-13  Julien MOUTTE <julien@moutte.net>
40288
40289         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40290         colorbalance interface stating if it is hardware based or software
40291         based.
40292         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40293         Removing a trailing comma.
40294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40295         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40296         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40297         the documentation seems to be wrong on the -1000 to 1000 interval.
40298
40299 2004-01-12  David Schleef  <ds@schleef.org>
40300
40301         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40302         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40303         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40304         Fix negotiation.  Add a bufferalloc function for the sink pad,
40305         and generally clean up some of the code.
40306
40307 2004-01-12  Julien MOUTTE <julien@moutte.net>
40308
40309         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40310         (gst_color_balance_channel_dispose): Adding safety check in dispose
40311         method.
40312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40313         (gst_xvimagesink_xcontext_clear),
40314         (gst_xvimagesink_interface_supported),
40315         (gst_xvimagesink_colorbalance_list_channels),
40316         (gst_xvimagesink_colorbalance_set_value),
40317         (gst_xvimagesink_colorbalance_get_value),
40318         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40319         Adding colorbalance interface support to set XV parameters such as
40320         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40321         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40322         interface.
40323
40324 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40325
40326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40327         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40328         (gst_audio_convert_init), (gst_audio_convert_set_property),
40329         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40330         (gst_audio_convert_link),
40331         (gst_audio_convert_buffer_to_default_format),
40332         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40333           - implement _getcaps and use it
40334           - improve linking
40335           - remove float caps since no float conversion is actually done
40336           - remove properties and arguments that were to be used for rate
40337             conversion
40338
40339 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40340
40341         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40342         (gst_audio_structure_set_int):
40343         * gst-libs/gst/audio/audio.h:
40344           add helper functions for _getcaps matching the standard audio
40345           templates
40346
40347 2004-01-12  David Schleef  <ds@schleef.org>
40348
40349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40350         Test that pad is negotiated before getting its caps.
40351
40352 2004-01-12  Julien MOUTTE <julien@moutte.net>
40353
40354         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40355         analyzing the pads of an element the bin is mostly in READY state so
40356         no caps were negotiated. This helper function needs to work with
40357         _get_caps directly then. I was not freeing them though, added that to
40358         fix the mem leak.
40359
40360 2004-01-12  Julien MOUTTE <julien@moutte.net>
40361
40362         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40364         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40365         than the free_func.
40366
40367 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40368
40369         * sys/oss/gstossaudio.c: (plugin_init):
40370         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40371         * sys/oss/gstosselement.h:
40372           make an oss debugging category
40373           make failure more descriptive
40374
40375 2004-01-11  David Schleef  <ds@schleef.org>
40376
40377         * ext/ffmpeg/gstffmpeg.c:
40378         * ext/ffmpeg/gstffmpegcodecmap.c:
40379         * ext/ffmpeg/gstffmpegdec.c:
40380         * ext/ffmpeg/gstffmpegenc.c:
40381         * ext/ffmpeg/gstffmpegprotocol.c:
40382         * ext/gdk_pixbuf/gstgdkanimation.c:
40383         * ext/jpeg/gstjpeg.c:
40384         * ext/libpng/gstpng.c:
40385         * ext/mpeg2dec/perftest.c:
40386         * ext/speex/gstspeex.c:
40387         * gst-libs/gst/resample/dtos.c:
40388         * gst/intfloat/gstintfloatconvert.c:
40389         * gst/oneton/gstoneton.c:
40390         * gst/rtjpeg/RTjpeg.c:
40391         * gst/rtp/gstrtp.c:
40392         * sys/dxr3/dxr3init.c:
40393         * sys/glsink/gstgl_nvimage.c:
40394         * sys/glsink/gstgl_pdrimage.c:
40395         * sys/glsink/gstglsink.c:
40396         * testsuite/gst-lint:
40397         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40398
40399 2004-01-11  David Schleef  <ds@schleef.org>
40400
40401         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40402         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40403         * ext/gdk_pixbuf/gstgdkanimation.c:
40404         (gst_gdk_animation_iter_create_pixbuf):
40405         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40406         (gst_gdk_pixbuf_chain):
40407         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40408         * ext/jack/gstjack.c: (gst_jack_change_state):
40409         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40410         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40411         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40412         * gst/videofilter/gstvideofilter.c:
40413         (gst_videofilter_set_output_size):
40414         Remove all usage of gst_pad_get_caps(), and replace it with
40415         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40416
40417 2004-01-11  David Schleef  <ds@schleef.org>
40418
40419         * configure.ac:
40420         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40421         * ext/divx/gstdivxdec.c:
40422         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40423         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40424         handle images that span multiple buffers.  Now work with both
40425         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40426         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40427         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40428         video/video.h changes
40429         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40430         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40431         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40432         of GstData free function.
40433         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40434         same.
40435
40436 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40437
40438         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40439         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40440         (gst_v4l2element_get_property):
40441         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40442           add norm, channel and frequency properties.
40443         * sys/v4l2/gstv4l2tuner.c:
40444           fixes for tuner interface changes
40445         * sys/v4l2/gstv4l2element.h:
40446         * sys/v4l2/gstv4l2src.c:
40447         * sys/v4l2/gstv4l2src.h:
40448         * sys/v4l2/v4l2src_calls.c:
40449         * sys/v4l2/v4l2src_calls.h:
40450           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40451
40452 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40453
40454         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40455         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40456         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40457         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40458         * gst-libs/gst/tuner/tuner.h:
40459           GObjects aren't const.
40460           Add find_by_name functions.
40461           Add checks to _changed functions.
40462         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40463         (gst_v4l_tuner_get_norm):
40464           Fixes for above.
40465
40466 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40467
40468         * gst-libs/gst/video/video.h:
40469           Fix caps template names to be understandable.
40470           Prefix everything with GST_VIDEO.
40471         * ext/aalib/gstaasink.c:
40472         * ext/divx/gstdivxdec.c:
40473         * ext/divx/gstdivxenc.c:
40474         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40475         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40476         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40477         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40478         * ext/libcaca/gstcacasink.c:
40479         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40480         * ext/snapshot/gstsnapshot.c:
40481         * ext/swfdec/gstswfdec.c:
40482         * ext/xvid/gstxviddec.c:
40483         * ext/xvid/gstxvidenc.c:
40484         * gst/chart/gstchart.c:
40485         * gst/deinterlace/gstdeinterlace.c:
40486         * gst/effectv/gsteffectv.c:
40487         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40488         * gst/goom/gstgoom.c:
40489         * gst/median/gstmedian.c:
40490         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40491         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40492         * gst/overlay/gstoverlay.c:
40493         * gst/smooth/gstsmooth.c:
40494         * gst/smpte/gstsmpte.c:
40495         * gst/synaesthesia/gstsynaesthesia.c:
40496         * gst/videocrop/gstvideocrop.c:
40497         * gst/videodrop/gstvideodrop.c:
40498         * gst/y4m/gsty4mencode.c:
40499         * sys/qcam/gstqcamsrc.c:
40500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40501           Make them work with new video.h file.
40502         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40503         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40505         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40506           Make it work with new buffer allocation system.
40507
40508 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40509
40510         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40511         pad_alloc_buffer implementation to use ->srcpad
40512         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40513         pad_alloc_buffer implementation to use ->srcpad
40514         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40515         pad_alloc_buffer implementation to use ->srcpad
40516         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40517         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40518         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40519         a reference to everything we need.
40520         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40522         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40523         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40524         a reference to everything we need.
40525         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40526
40527 2004-01-11  David Schleef  <ds@schleef.org>
40528
40529         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40530         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40531         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40532         structure members.
40533         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40534         value during a resize/renegotiation.
40535         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40536         gst_pad_alloc_buffer();
40537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40538         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40539         structure members.
40540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40541         Fix for rename of buffer private structure members.
40542         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40543         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40544         Fix for rename of buffer private structure members.
40545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40546         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40547         Fix for rename of buffer private structure members.
40548
40549 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40550
40551         reviewed by: David Schleef <ds@schleef.org>
40552
40553         * gst/videofilter/Makefile.am:
40554         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40555         from the patch by ds to fit in with recent make_filter changes.
40556
40557 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40558
40559         * configure.ac: Adding examples/switch/Makefile
40560         * examples/Makefile.am: Adding examples/switch
40561         * examples/switch/Makefile.am: Adding switcher example.
40562         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40563         (switch_timer), (main): Adding an example demonstrating switch usage
40564         with 2 videotestsrc showing different patterns.
40565         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40566         (gst_switch_init): Fixing switch with the new caps system.
40567
40568 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40569
40570         * gst-libs/gst/video/video.h:
40571           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40572           They should probably be like
40573           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40574
40575 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40576
40577         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40578         (qtdemux_parse_trak):
40579           fix audio chunk size/timestamp calculation
40580
40581 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40582
40583         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40584           fix SVQ3 caps
40585
40586 2004-01-11  Steve Baker  <steve@stevebaker.org>
40587
40588         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40589         (gst_agingtv_base_init), (gst_agingtv_class_init),
40590         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40591         (gst_agingtv_set_property), (gst_agingtv_get_property):
40592         Port agingTV to videofilter
40593
40594 2004-01-09  Julien MOUTTE <julien@moutte.net>
40595
40596         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40597         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40598
40599 2004-01-09  Julien MOUTTE <julien@moutte.net>
40600
40601         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40602         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40603         * gst-libs/gst/xoverlay/xoverlay.c:
40604         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40605         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40606         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40607         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40608         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40609         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40610         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40611         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40612         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40613         interface implementation to handle xid being 0 and fix some bugs
40614         triggered by Benjamin's testcase.
40615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40616         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40617         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40618         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40619         interface implementation to handle xid being 0 and fix some bugs
40620         triggered by Benjamin's testcase.
40621
40622 2004-01-09  David Schleef  <ds@schleef.org>
40623
40624         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40625         mouse pointer events.  It works.
40626
40627 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40628
40629         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40630           Use explicit caps - fix capsnego.
40631         * ext/xvid/gstxviddec.c:
40632         * ext/xvid/gstxvidenc.c:
40633           Remove macro-inside-macro which caused compile errors.
40634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40635           Error out if it's not a RIFF file. Else we error out without
40636           gst_element_error() which is not good...
40637
40638 2004-01-08  David Schleef  <ds@schleef.org>
40639
40640         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40641         Fix pad_link function to handle formats that ffmpeg returns
40642         as multiple caps structures.
40643         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40644         Only complain if source buffer is _smaller_ than expected.
40645         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40646         (gst_videoscale_handle_src_event): Resize navigation events
40647         when passing them upstream.
40648         * gst/videotestsrc/gstvideotestsrc.c:
40649         * gst/videotestsrc/gstvideotestsrc.h:
40650         * gst/videotestsrc/videotestsrc.c:
40651         * gst/videotestsrc/videotestsrc.h:
40652         Rewrite many of the buffer painting functions to handle odd
40653         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40654         been verified to work with my video card.
40655         * testsuite/gst-lint:  Add check for elements calling
40656         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40657
40658 2004-01-08  David Schleef  <ds@schleef.org>
40659
40660         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40661         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40662
40663 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40664
40665         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40666         configure event is not emiting the desired size signal. That fixes
40667         aspect ratio issues with gst-player.
40668
40669 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40670
40671         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40672           Fix capsnego.
40673
40674 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40675
40676         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40677         public method to fire size signal.
40678
40679 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40680
40681         * examples/gstplay/Makefile.am: Adding the interface library.
40682         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40683         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40684         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40685         GST_IS_X_OVERLAY before signal connect.
40686         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40687         Removing the have_video_size signal.
40688         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40689         and associated public method.
40690         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40691         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40692         signal.
40693         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40694         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40695         signal.
40696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40697         Using XOverlay public method to fire size signal.
40698
40699 2004-01-07  David Schleef  <ds@schleef.org>
40700
40701         * gst/videofilter/Makefile.am:
40702         * gst/videofilter/gstvideotemplate.c:
40703         * gst/videofilter/make_filter:
40704         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40705         Convert make_filter to /bin/sh script.
40706
40707 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40708
40709         * gst/modplug/gstmodplug.cc: fix element description
40710
40711 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40712
40713         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40714         (got_video_size): Adding some new lines in g_print calls.
40715         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40716         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40717         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40718         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40719         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40720         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40721         Complete code review, reverting some stuff i disagree with, adding
40722         some fixes : time synchronization on invalid timestamps, renegotiation
40723         of private window.
40724         * sys/ximage/ximagesink.h:
40725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40726         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40727         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40728         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40729         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40730         (gst_xvimagesink_buffer_new),
40731         (gst_xvimagesink_navigation_send_event),
40732         (gst_xvimagesink_set_xwindow_id),
40733         (gst_xvimagesink_get_desired_size),
40734         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40735         stuff i disagree with, adding some fixes : Renegotiation of private
40736         window, implementing get_desired_size.
40737
40738 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40739
40740         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40741         (gst_afsink_handle_event):
40742         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40743         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40744         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40745         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40746         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40747           Fix for instantiate-test (see core). Also remove dead code from
40748           jpegenc (which still needs fixing, but that's lower on my TODO
40749           list...).
40750         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40751           Never return NULL as caps.
40752
40753 2004-01-07  David Schleef  <ds@schleef.org>
40754
40755         * configure.ac:
40756         * ext/Makefile.am:
40757         * ext/librfb/Makefile.am:
40758         * ext/librfb/gstrfbsrc.c:
40759         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40760         is the protocol used by VNC.
40761
40762 2004-01-07  David Schleef  <ds@schleef.org>
40763
40764         * gst/videofilter/gstvideotemplate.c:
40765         * gst/videofilter/gstvideotemplate.h:
40766         * gst/videofilter/make_filter:
40767         Merge videotemplate header into source file.
40768         * gst/effectv/Makefile.am:
40769         * gst/effectv/gsteffectv.c: (plugin_init):
40770         * gst/effectv/gstwarp.c:
40771         Make warpTV a subclass of videofilter.
40772
40773 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40774
40775         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40776           Add guard against invalid utf-8 conversions in mad. Just in case.
40777
40778 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40779
40780         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40781           Fix for bug shown by poisoning
40782
40783 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40784
40785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40786         (gst_v4lmjpegsrc_buffer_free):
40787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40788         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40789         (gst_v4lsrc_buffer_free):
40790           Fix for removed bufferpools.
40791
40792 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40793
40794         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40795         Fix caps negotiation.
40796
40797         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40798         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40799         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40800         (dvdnavsrc_event):
40801         * ext/mpeg2dec/gstmpeg2dec.c:
40802         * gst-libs/gst/navigation/navigation.c:
40803         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40804         * gst-libs/gst/navigation/navigation.h:
40805         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40806         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40808         Super-simple first version of mouse and keyboard events. Clicking
40809         on a DVD menu now works, although it may not take you where you
40810         expected.
40811
40812         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40813         * gst/videotestsrc/gstvideotestsrc.c:
40814         (gst_videotestsrc_src_fixate):
40815         These fixate functions were broken - they never actually
40816         fixated :)
40817
40818 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40819
40820         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40821         (gst_icecastsend_init):
40822           fix for new caps system.
40823         * gst-libs/gst/mixer/mixertrack.h:
40824         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40825           Add 'master track' flag (for tools like ACME that only want to
40826           change the main volume).
40827
40828 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40829
40830         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40831         (gst_xvid_csp_to_caps):
40832         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40833         * ext/xvid/gstxvidenc.c:
40834         ifdef out ARGB type when it isn't available
40835         in xvidcore 1.0.0beta2
40836
40837 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40838
40839         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40840           When we have received a new SCR right in the first buffer after
40841           a seek (so in the same cycle that handles the discont), we should
40842           handle the buffer instead of unreffing it, else we lose data.
40843
40844 2004-01-06  Iain <iain@prettypeople.org>
40845
40846         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40847           buffer-frames caps too.
40848
40849         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40850           caps that we need, don't destroy them all and rebuild them. And when
40851           creating src pads, use the src pad template rather than the sink...
40852
40853 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40854
40855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40856           Add pad to element *after* setting functions such as event handler.
40857           Without this, the scheduler (opt) will link pads, set the event
40858           handler from the default event function (dispatcher in gstpad.c)
40859           and *after* that, we will set our own event function, which will
40860           thus never be used (and thus mpegdemux doesn't handle events).
40861
40862 2004-01-04  David Schleef  <ds@schleef.org>
40863
40864         Fix the fixate functions to handle new prototype:
40865         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40866         * gst/videotestsrc/gstvideotestsrc.c:
40867         (gst_videotestsrc_src_fixate):
40868         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40869         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40871
40872 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40873
40874         * sys/ximage/ximagesink.h:
40875         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40876         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40877         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40878         (gst_ximagesink_xoverlay_init):
40879           assorted fixes to make (re)embedding work
40880         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40881         (gst_ximagesink_get_desired_size):
40882           implement desired size additions to XOverlay
40883
40884 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40885
40886         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40887         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40888         (gst_x_overlay_got_desired_size):
40889         * gst-libs/gst/xoverlay/xoverlay.h:
40890           Add optional "desired size" signal and querying.
40891
40892 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40893
40894         * gst/matroska/matroska-demux.c:
40895         (gst_matroska_demux_parse_blockgroup):
40896           Fix EBML-laced block parsing. Diffs are relative to previous
40897           lace, not the first lace. Thanks to Mosu from the Matroska
40898           team for detecting this.
40899         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40900         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40901         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40902         (gst_wavparse_change_state):
40903         * gst/wavparse/gstwavparse.h:
40904           Quickfix for capsnego.
40905
40906 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40907
40908         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40909           Fix indenting, fix pad creation.
40910
40911 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40912
40913         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40914         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40915         (gst_xviddec_sink_link):
40916           Implement src_getcaps() so proper size caps is negotiated.
40917
40918 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40919
40920         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40921           Finish flac decoder on EOS. See #116178.
40922
40923 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40924
40925         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40926         (gst_matroska_demux_add_stream):
40927         * gst/matroska/matroska-ids.h:
40928           Add getcaps() function to fix capsnego...
40929
40930 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40931
40932         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40933         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40934         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40935           Fix more integer overflows. Again, see #126967.
40936
40937 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40938
40939         * ext/mpeg2dec/gstmpeg2dec.c:
40940           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40941           #130416.
40942
40943 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40944
40945         * configure.ac:
40946         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40947         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40948         * ext/xvid/gstxvid.h:
40949         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40950         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40951         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40952         (gst_xviddec_change_state):
40953         * ext/xvid/gstxviddec.h:
40954         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40955         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40956         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40957         (gst_xvidenc_link), (gst_xvidenc_set_property),
40958         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40959         * ext/xvid/gstxvidenc.h:
40960           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40961
40962 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40963
40964         * gst/rtp/rtp-packet.c:
40965           Add sys/types.h include, since OS X doesn't define in_addr_t
40966           in netinet/in.h, like it does on Linux (see #129600).
40967
40968 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40969
40970         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40971
40972         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40973           Correct logic of dispose function (see #129306).
40974
40975 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40976
40977         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40978         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40979         (gst_mpeg_parse_init):
40980         * gst/mpegstream/gstmpegparse.h:
40981           Remove clock (which was never provided, i.e. dead code), and
40982           also fix integer overflows at high PTS values (see #126967).
40983
40984 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40985
40986         * ext/flac/gstflacdec.c:
40987         * ext/libpng/gstpngenc.h:
40988         * ext/mikmod/gstmikmod.h:
40989           OS X fixes (see #126628).
40990
40991 2004-01-02  David Schleef  <ds@schleef.org>
40992
40993         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40994         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40995         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40996         (gst_mpeg_parse_class_init): Move pad template registration
40997         to class_init, since the derived class (mpegdemux) doesn't
40998         want them.
40999
41000 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41001
41002         * sys/ximage/Makefile.am:
41003         * sys/xvideo/Makefile.am:
41004         * sys/xvimage/Makefile.am:
41005           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41006           after installation (see #127664).
41007
41008 2004-01-02  David Schleef  <ds@schleef.org>
41009
41010         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41011         (gst_ffmpegenc_connect):  Negotiation fixes.
41012         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41013         Remove inappropriate gst_caps_free().
41014         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41015         Reenable Ronald's internal resize code, since the core handles
41016         it correctly now.
41017
41018 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41019
41020         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41023           Fix pad template stuff.
41024
41025 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41026
41027         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41028         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41029           fix signed integer reading/writing.
41030
41031 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41032
41033         * ext/alsa/README:
41034           Remove outdated document
41035
41036 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41037
41038         * gst/cutter/gstcutter.c: (gst_cutter_init):
41039           src pad was being created twice - oops.
41040
41041 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41042
41043         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41044           Comment out internal resize. It doesn't handle the resulting
41045           XEvent internally, does another try_set_caps() which leads to
41046           a really nice loop.
41047           Real fix will come when Julien and Dave are awake. ;).
41048
41049 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41050
41051         * ext/mpeg2enc/gstmpeg2enc.cc:
41052           fix const/nonconst compile issue.
41053
41054 2004-01-02  David Schleef  <ds@schleef.org>
41055
41056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41057         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41058         Add fixate function and a check for bad formats.
41059
41060 2004-01-01  David Schleef  <ds@schleef.org>
41061
41062         Negotiation fixes:
41063         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41064         (gst_audiofilter_init):
41065         * gst/debug/efence.c: (gst_efence_init):
41066         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41067         (gst_deinterlace_init):
41068         * gst/volume/gstvolume.c: (volume_connect):
41069
41070 2004-01-01  David Schleef  <ds@schleef.org>
41071
41072         Convert elements to use gst_pad_use_explicit_caps() where
41073         appropriate:
41074         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41075         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41076         (gst_afparse_open_file):
41077         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41078         (gst_afsrc_open_file):
41079         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41080         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41081         (gst_ffmpegdec_chain):
41082         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41083         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41084         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41085         (gst_gdk_pixbuf_chain):
41086         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41087         (gst_jpegdec_chain):
41088         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41089         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41090         (gst_mikmod_negotiate):
41091         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41092         (gst_mpeg2dec_negotiate_format):
41093         * ext/mpeg2enc/gstmpeg2enc.cc:
41094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41095         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41096         (gst_speexdec_sinkconnect):
41097         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41098         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41099         (gst_vorbisfile_new_link):
41100         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41101         (gst_ac3parse_chain):
41102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41103         (gst_asf_demux_setup_pad):
41104         * gst/auparse/gstauparse.c: (gst_auparse_init),
41105         (gst_auparse_chain):
41106         * gst/id3/gstid3types.c: (gst_id3types_loop):
41107         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41108         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41109         (mp1videoparse_parse_seq):
41110         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41111         (bpf_from_header):
41112         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41113         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41114         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41115         (gst_mpeg_parse_send_data):
41116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41117         (gst_qtdemux_add_stream):
41118         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41119         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41120         (gst_wavparse_parse_fmt):
41121
41122 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41123
41124         * configure.ac:
41125           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41126           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41127           it therefore uses the wrong include paths. Too bad... Note
41128           that 1.6.1.93 is not release yet. ;).
41129           Also add a check for mplex, which is now using the lib'ified
41130           mplex from mjpegtools, too.
41131         * ext/ffmpeg/gstffmpegcodecmap.c:
41132           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41133           issues. I don't think ffmpeg handles 3ivx correctly, so this
41134           probably won't work. But it won't hurt either.
41135         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41136         (gst_ffmpegdec_chain):
41137         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41138         (gst_ffmpegenc_chain_audio):
41139           Fix memleak in audio encoding. Close codec if open fails, this
41140           calls the cleanup routines so we can re-use the context.
41141         * ext/mpeg2enc/gstmpeg2enc.cc:
41142           Fix pad template names/types, fix memory issue with getcaps().
41143         * ext/mpeg2enc/gstmpeg2encoder.cc:
41144         * ext/mpeg2enc/gstmpeg2encoder.hh:
41145           Fix compile issue with new caps system (const thingy).
41146         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41147         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41148           We read a first frame right on initing, so that we have a caps
41149           when we init the output. This caps is cached in padprivate and
41150           read as first frame.
41151         * ext/mplex/Makefile.am:
41152         * ext/mplex/gstmplex.cc:
41153         * ext/mplex/gstmplex.h:
41154         * ext/mplex/gstmplex.hh:
41155         * ext/mplex/gstmplexibitstream.cc:
41156         * ext/mplex/gstmplexibitstream.hh:
41157         * ext/mplex/gstmplexjob.cc:
41158         * ext/mplex/gstmplexjob.hh:
41159         * ext/mplex/gstmplexoutputstream.cc:
41160         * ext/mplex/gstmplexoutputstream.hh:
41161           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41162           had issues, didn't do capsnego, supported only a subset of the
41163           mplex features and required a mplex fork in our local CVS. Plus
41164           that it worked agaist a very old mplex version. Rewriting was
41165           faster than updating it.
41166         * gst-libs/ext/Makefile.am:
41167         * gst-libs/ext/mplex/INSTRUCT:
41168         * gst-libs/ext/mplex/Makefile.am:
41169         * gst-libs/ext/mplex/README:
41170         * gst-libs/ext/mplex/TODO:
41171         * gst-libs/ext/mplex/ac3strm_in.cc:
41172         * gst-libs/ext/mplex/audiostrm.hh:
41173         * gst-libs/ext/mplex/audiostrm_out.cc:
41174         * gst-libs/ext/mplex/aunit.hh:
41175         * gst-libs/ext/mplex/bits.cc:
41176         * gst-libs/ext/mplex/bits.hh:
41177         * gst-libs/ext/mplex/buffer.cc:
41178         * gst-libs/ext/mplex/buffer.hh:
41179         * gst-libs/ext/mplex/fastintfns.h:
41180         * gst-libs/ext/mplex/format_codes.h:
41181         * gst-libs/ext/mplex/inputstrm.cc:
41182         * gst-libs/ext/mplex/inputstrm.hh:
41183         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41184         * gst-libs/ext/mplex/mjpeg_logging.cc:
41185         * gst-libs/ext/mplex/mjpeg_logging.h:
41186         * gst-libs/ext/mplex/mjpeg_types.h:
41187         * gst-libs/ext/mplex/mpastrm_in.cc:
41188         * gst-libs/ext/mplex/mpegconsts.cc:
41189         * gst-libs/ext/mplex/mpegconsts.h:
41190         * gst-libs/ext/mplex/mplexconsts.hh:
41191         * gst-libs/ext/mplex/multplex.cc:
41192         * gst-libs/ext/mplex/outputstream.hh:
41193         * gst-libs/ext/mplex/padstrm.cc:
41194         * gst-libs/ext/mplex/padstrm.hh:
41195         * gst-libs/ext/mplex/stillsstream.cc:
41196         * gst-libs/ext/mplex/stillsstream.hh:
41197         * gst-libs/ext/mplex/systems.cc:
41198         * gst-libs/ext/mplex/systems.hh:
41199         * gst-libs/ext/mplex/vector.cc:
41200         * gst-libs/ext/mplex/vector.hh:
41201         * gst-libs/ext/mplex/videostrm.hh:
41202         * gst-libs/ext/mplex/videostrm_in.cc:
41203         * gst-libs/ext/mplex/videostrm_out.cc:
41204         * gst-libs/ext/mplex/yuv4mpeg.cc:
41205         * gst-libs/ext/mplex/yuv4mpeg.h:
41206         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41207         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41208           We don't fork mjpegtools' mplex in our CVS anymore.
41209         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41210         (gst_avi_demux_add_stream):
41211         * gst/avi/gstavidemux.h:
41212           Add getcaps() function for proper caps nego. This makes some
41213           parts of AVI playback/reading work.
41214         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41215           Resize window on new capsnego. This is probably wrong, but
41216           I'm still committing it because with current capsnego, the
41217           first successfull capsnego is auto-fixated, therefore rounded
41218           down to the lowest values in the caps. this results in a 16x16
41219           XWindow that is not reized when real capsnego finishes.
41220           Dave, I see more cases of this, do you know a proper solution?
41221         * tools/gst-launch-ext.in:
41222           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41223
41224 2003-12-31  David Schleef  <ds@schleef.org>
41225
41226         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41227         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41228           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41229
41230 2003-12-30  David Schleef  <ds@schleef.org>
41231
41232         * ext/ffmpeg/gstffmpegcolorspace.c:
41233         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41234         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41235         (gst_ffmpegcsp_chain): Negotiation fixes
41236         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41238         (gst_audio_convert_link), (gst_audio_convert_channels):
41239         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41240         (gst_audioscale_link), (gst_audioscale_get_buffer),
41241         (gst_audioscale_chain): Negotiation fixes
41242         * gst/audioscale/gstaudioscale.h:
41243         * gst/videofilter/gstvideofilter.c:
41244         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41245         (gst_videofilter_link), (gst_videofilter_init),
41246         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41247         (gst_videofilter_find_format_by_structure):
41248         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41249         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41250         (gst_videoscale_link):
41251         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41252         (videoscale_find_by_structure), (gst_videoscale_setup):
41253         * gst/videoscale/videoscale.h: Negotiation fixes
41254         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41255         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41256         function, restrict resizing to a multiple of 4 (hack until
41257         everyone supports odd sizes correctly).
41258
41259 2003-12-29  Colin Walters  <walters@verbum.org>
41260
41261         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41262         signed.
41263
41264 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41265
41266         * ext/sndfile/gstsf.c: (gst_sf_loop):
41267           Fix warning about discarding const qualifier
41268
41269 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41270
41271         * gst/cutter/gstcutter.c:
41272         * gst/videoscale/gstvideoscale.c:
41273         * gst/volenv/gstvolenv.c:
41274         * gst-libs/gst/audio/audio.c:
41275         * gst-libs/gst/video/video.c:
41276           Fix warnings
41277
41278 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41279
41280         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41281           Don't send ALSA debugging to stderr.
41282         * ext/alsa/gstalsa.h:
41283           Use GST_WARNING instead of g_warning when ALSA functions fail.
41284
41285 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41286
41287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41288           Free XVAdapterInfo correctly.
41289
41290 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41291
41292         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41293         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41294           Make id3tag use correct caps nego.
41295
41296 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41297
41298         * ext/ivorbis/vorbis.c:
41299         * ext/ivorbis/vorbisenc.h:
41300         * ext/ivorbis/vorbisfile.c:
41301           Modify so that it uses the new caps things
41302
41303 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41304
41305         * testsuite/spider/spider1.c: (main):
41306         * testsuite/spider/spider2.c: (main):
41307         * testsuite/spider/spider3.c: (main):
41308           Make tests compile again. They probably don't work.
41309
41310 2003-12-24  Colin Walters  <walters@verbum.org>
41311
41312         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41313         we can't fixate the caps anymore.
41314
41315 2003-12-23  David Schleef  <ds@schleef.org>
41316
41317         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41318         * sys/oss/gstosssink.c: (gst_osssink_init),
41319         (gst_osssink_sink_fixate): Add fixate function.
41320
41321 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41322
41323         * ext/ffmpeg/gstffmpegcodecmap.c:
41324         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41325         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41326         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41327         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41328         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41329         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41330         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41331           fix typo in RGB masks, and move back to "old" colorspace
41332           capsnego code until whoever wrote this new crap has actually
41333           tested it so that it works.
41334           And yes, this works, keep it that way please.
41335
41336 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41337
41338         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41339         (gst_divxdec_init), (gst_divxdec_negotiate):
41340         * ext/divx/gstdivxdec.h:
41341         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41342         (gst_divxenc_init):
41343         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41344         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41345         * ext/mpeg2enc/gstmpeg2enc.cc:
41346         * ext/mpeg2enc/gstmpeg2encoder.cc:
41347         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41348         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41349         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41350         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41351         (dxr3spusink_init):
41352         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41353         (dxr3videosink_init):
41354           Fix caps breakage after Dave's caps branch merge.
41355
41356 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41357
41358         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41359           Fix for 24bpp display.
41360
41361 2003-12-23  Colin Walters  <walters@verbum.org>
41362
41363         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41364         a GnomeVFSHandle directly.
41365
41366 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41367
41368         * gst/volume/Makefile.am:
41369         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41370         (volume_base_init), (volume_init):
41371           Reenable volume element and fix to work with new caps stuff.
41372           Rhythmbox needs this.
41373
41374 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41375
41376         * gst/qtdemux/qtdemux.c: (plugin_init):
41377           qtdemux requires bytestream
41378
41379 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41380
41381         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41382           Fix remaining caps handling errors due to CAPS merge.
41383
41384 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41385
41386         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41387         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41388         (gst_faad_srcconnect):
41389           Port to new caps system.
41390
41391 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41392
41393         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41394         (got_video_size), (main): using g_print instead of g_message.
41395         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41396         signal which was not emitted because of "switch" element added to the
41397         bin but not connected. (Removing from the bin temporarily)
41398
41399 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41400
41401         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41402         find X development files. I don't understand the previous tests and
41403         they fail on my debian/ppc unstable. This one works.
41404         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41405         exiting.
41406         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41407         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41408         (gst_play_set_visualization): Add some safety checks in set_ methods
41409         and state_change. This was throwing some ugly CRITICAL messages when
41410         pipeline was getting disposed and casts were failing.
41411
41412 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41413
41414         * configure.ac:
41415           Improve mpeg2enc detection. This is for distributions that do
41416           ship mjpegtools, but without mpeg2enc. Also does object check
41417           for might there ever be ABI incompatibility.
41418         * ext/mpeg2enc/gstmpeg2enc.cc:
41419           Add Andrew as second maintainer (he's helping me), and also add
41420           an error if no caps was set. This happens if I pull before capsnego
41421           and that's something I should solve sometime else.
41422         * gst/matroska/matroska-demux.c:
41423         (gst_matroska_demux_parse_blockgroup):
41424           Fix time parsing.
41425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41426         (gst_matroska_mux_track_header):
41427           Add caps to templates.
41428         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41429           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41430         * gst/mpegstream/gstmpegdemux.c:
41431           Remove layer since it causes warnings about unfixed caps.
41432         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41433           Fix obvious typo (we error out if caps were set, we should of
41434           course error out if *no* caps were set).
41435         * sys/oss/gstosselement.c: (gst_osselement_convert):
41436           Fix format conversion, we confused bits/bytes.
41437         * sys/oss/gstosselement.h:
41438           Improve documentation for 'bps'.
41439         * sys/v4l/TODO:
41440           Remove stuff about plugins that need removing - this was done
41441           ages ago.
41442         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41443         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41445         (gst_v4lsrc_src_query):
41446         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41447         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41448           Add get_query_types(), get_formats() and query() functions.
41449
41450 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41451
41452         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41453           * moved CVS to freedesktop.org