gst/playback/: XRef to GstXOverlay.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/playback/gstplaybin.c:
4         * gst/playback/gstplaybin2.c:
5           XRef to GstXOverlay.
6
7 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
8
9         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
10         Free the factory array when finalizing.
11         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
12         Use a GstStaticPadTemplate since the src pad caps are fixed.
13
14 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
15
16         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
17         (gst_vorbis_enc_init):
18         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
19         pad templates.
20
21 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
22
23         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24         (gst_riff_create_video_template_caps):
25         Add mapping for VP6 in avi/riff.
26
27 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
28
29         * gst/subparse/samiparse.c: (sami_context_push_state),
30         (sami_context_pop_state), (start_sami_element), (end_sami_element):
31         Some versions of libxml seem to be very picky as to strict formatting
32         of the input and never 'close' the final </body> tag.
33         In order to fix that bad behaviour, we trigger the flushing of
34         remaining data on both </body> and </sami>.
35         Fixes #557365
36
37 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
38
39         Patch by: Guillaume Emont <guillaume at fluendo dot com>
40
41         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
42         Add typefinders for MS Word files and OS X .DS_Store files to
43         prevent them to be recognized as MPEG files. Fixes bug #564098.
44
45 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/playback/gstplaysink.c: (gen_audio_chain),
48         (gst_play_sink_reconfigure):
49         Add some more debug info.
50         Fix linking of just an encoded sink.
51         Handle failure to create a sink chain more gracefully than crashing.
52
53 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
54
55         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
56         Pushing 10 buffers is enough to run the test.
57
58 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
59
60         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
61         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
62         (main):
63         Hook up the SKIP seek flag.
64
65 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
66
67         * gst/playback/gstplaybin2.c: (pad_added_cb):
68         Error out with a missing-plugin error when the input-selector was not
69         found.
70
71         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
72         Indentation.
73
74 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
75
76         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
77         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
78         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
79         (gst_play_sink_send_event), (gst_play_sink_change_state):
80         Use G_DEFINE_TYPE.
81         Try to set the selected sink to READY before using it. This will allow
82         for detection of incompatible formats sooner.
83         Don't cause a fatal error when conversion elements are missing but post
84         a missing-element message and a warning instead because things might
85         still link and run fine.
86         Simplyfy the construction of audio and video sink chains.
87
88 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
89
90         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
91         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
92         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
93         init from glib.
94
95 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         Patch by: Luis Menina <liberforce at freeside dot fr>
98
99         * gst-libs/gst/floatcast/floatcast.h:
100         * gst/typefind/gsttypefindfunctions.c:
101         Include glib.h instead of a specific GLib header. Including single
102         GLib headers is deprecated. Fixes bug #563904.
103
104 2008-12-09  Julien Moutte  <julien@fluendo.com>
105
106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
107         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
108
109 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
110
111         * gst-libs/gst/riff/riff-read.c:
112           Fix handling of odd chunks in riff metadata.
113
114 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * gst/volume/gstvolume.c: (gst_volume_class_init),
117         (volume_before_transform), (volume_transform_ip):
118         Use new basetransform vmethod to reconfigure the dynamic properties and
119         any pending volume/mute changes. Fixes #563508.
120
121 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
122
123         * configure.ac:
124         First check for "theoraenc theoradec" and if that failed check
125         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
126         deprecate the latter. Also linking on Windows fails with just "theora"
127         and the version check would fail for the release candidates.
128         Fixes bug #563718.
129
130 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
131
132         * gst/playback/gstdecodebin.c:
133         * gst/playback/gstdecodebin2.c:
134           Add basic docs to decodebin and link to decodebin from decodebin2.
135           
136 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         Patch by: Olivier Crete  <tester at tester ca>
139
140         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
141         * gst-libs/gst/rtp/gstrtcpbuffer.h:
142         Implement gst_rtcp_packet_remove(). Fixes #563174.
143
144         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
145         Add unit test for some RTCP functions.
146
147 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
148
149         * configure.ac:
150         Apparently AC_CONFIG_MACRO_DIR breaks when using more
151         than one macro directory, reverting last change.
152
153 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
154
155         * configure.ac:
156         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
157         our M4 macros.
158
159 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
160
161         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
163         Clear all flags on buffers returned from the image pool.
164         Fixes #563143
165
166 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
167
168         Patch by: Cygwin Ports maintainer
169                   <yselkowitz at users dot sourceforge dot net>
170
171         * autogen.sh:
172         * configure.ac:
173         Require gettext 0.17 because older versions don't mix with libtool
174         2.2. At build time an older gettext version will still work.
175         Fixes bug #556091.
176
177 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
178
179         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
180
181 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
182
183         * docs/plugins/gst-plugins-base-plugins.args:
184         * docs/plugins/gst-plugins-base-plugins.hierarchy:
185         * docs/plugins/gst-plugins-base-plugins.interfaces:
186         * docs/plugins/gst-plugins-base-plugins.prerequisites:
187         * docs/plugins/inspect/plugin-videorate.xml:
188         * gst/speexresample/gstspeexresample.c:
189         Update documentation of speexresample for the new element name.
190
191 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
192
193         * gst/speexresample/README:
194         Update README with the latest diff between the Speex resampler
195         and our copy.
196
197 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
198
199         * gst/speexresample/gstspeexresample.c: (plugin_init):
200         Update the debug category from speex_resample to audioresample.
201
202 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
203
204         * gst/audioresample/Makefile.am:
205         * gst/audioresample/buffer.c:
206         * gst/audioresample/buffer.h:
207         * gst/audioresample/debug.c:
208         * gst/audioresample/debug.h:
209         * gst/audioresample/functable.c:
210         * gst/audioresample/functable.h:
211         * gst/audioresample/gstaudioresample.c:
212         * gst/audioresample/gstaudioresample.h:
213         * gst/audioresample/resample.c:
214         * gst/audioresample/resample.h:
215         * gst/audioresample/resample_chunk.c:
216         * gst/audioresample/resample_functable.c:
217         * gst/audioresample/resample_ref.c:
218         * tests/check/elements/audioresample.c:
219         Remove audioresample files.
220
221 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * docs/plugins/inspect/plugin-audioresample.xml:
224         Regenerated for library filename change.
225
226 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
227
228         * configure.ac:
229         * docs/plugins/Makefile.am:
230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
231         * docs/plugins/gst-plugins-base-plugins.args:
232         * docs/plugins/gst-plugins-base-plugins.hierarchy:
233         * docs/plugins/gst-plugins-base-plugins.interfaces:
234         * docs/plugins/gst-plugins-base-plugins.prerequisites:
235         * docs/plugins/inspect/plugin-adder.xml:
236         * docs/plugins/inspect/plugin-alsa.xml:
237         * docs/plugins/inspect/plugin-audioconvert.xml:
238         * docs/plugins/inspect/plugin-audiorate.xml:
239         * docs/plugins/inspect/plugin-audioresample.xml:
240         * docs/plugins/inspect/plugin-audiotestsrc.xml:
241         * docs/plugins/inspect/plugin-cdparanoia.xml:
242         * docs/plugins/inspect/plugin-decodebin.xml:
243         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
244         * docs/plugins/inspect/plugin-gdp.xml:
245         * docs/plugins/inspect/plugin-gio.xml:
246         * docs/plugins/inspect/plugin-gnomevfs.xml:
247         * docs/plugins/inspect/plugin-libvisual.xml:
248         * docs/plugins/inspect/plugin-ogg.xml:
249         * docs/plugins/inspect/plugin-pango.xml:
250         * docs/plugins/inspect/plugin-playback.xml:
251         * docs/plugins/inspect/plugin-queue2.xml:
252         * docs/plugins/inspect/plugin-subparse.xml:
253         * docs/plugins/inspect/plugin-tcp.xml:
254         * docs/plugins/inspect/plugin-theora.xml:
255         * docs/plugins/inspect/plugin-typefindfunctions.xml:
256         * docs/plugins/inspect/plugin-uridecodebin.xml:
257         * docs/plugins/inspect/plugin-video4linux.xml:
258         * docs/plugins/inspect/plugin-videorate.xml:
259         * docs/plugins/inspect/plugin-videoscale.xml:
260         * docs/plugins/inspect/plugin-videotestsrc.xml:
261         * docs/plugins/inspect/plugin-volume.xml:
262         * docs/plugins/inspect/plugin-vorbis.xml:
263         * docs/plugins/inspect/plugin-ximagesink.xml:
264         * docs/plugins/inspect/plugin-xvimagesink.xml:
265         * gst/speexresample/gstspeexresample.c: (plugin_init):
266         * gst/speexresample/Makefile.am:
267         * tests/check/Makefile.am:
268         * tests/check/elements/speexresample.c: (setup_speexresample),
269         (GST_START_TEST), (test_pipeline):
270         Rename the moved speexresample to audioresample, integrate into the
271         build system and remove the old audioresample from the build system.
272         Fixes bug #558124, #385061, #346218, #116051.
273
274 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         * gst-libs/gst/audio/gstbaseaudiosrc.c:
277         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
278         Avoid nasty int overflows after about 12 hours and 25 minutes when these
279         code paths are triggered. 
280         A free beer to Håvard Graff for finding this!
281
282 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         Patch by: 이문형 <iwings at gmail dot com>
285
286         * gst-libs/gst/rtsp/gstrtspconnection.c:
287         (gst_rtsp_connection_connect):
288         A successful gst_poll_wait() doesn't always mean successful connect() on
289         Windows.  We should check errors by calling gst_poll_fd_has_error().
290         See #561924.
291
292 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
293
294         * gst-libs/gst/rtp/gstrtcpbuffer.c:
295         Fix typo in the docs.
296
297 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
298
299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
300         If no stream was found before receiving EOS, post an error message.
301         Fixes #561924.
302
303 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
304
305         * ext/theora/gsttheoraenc.h:
306         * ext/theora/theoraenc.c: (gst_theora_enc_init),
307         (theora_buffer_from_packet), (theora_push_packet),
308         (theora_enc_sink_event), (theora_enc_is_discontinuous),
309         (theora_enc_chain):
310         Parse segment events.
311         Pass incomming buffer timestamps to outgoing buffers.
312         Use the running_time to construct the granulepos.
313         Fixes #562163.
314
315 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         * gst/playback/gstplaybin2.c: (activate_group):
318         Fix buffer-duration property.
319
320 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
321
322         * gst-libs/gst/audio/gstbaseaudiosink.c:
323         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
324         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
325         (gst_base_audio_sink_change_state):
326         Really fix audiosink drain handling by keeping track of the running_time
327         of the last sample.
328
329 2008-11-24  Michael Smith <msmith@songbirdnest.com>
330
331         * gst/playback/gstplaybin2.c:
332           Add notification of current stream. Add ability to configure buffer
333           sizes.
334         * gst/playback/gsturidecodebin.c:
335           Add ability to configure buffer sizes for streaming mode.
336           Bug #561734.
337
338 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
339
340         * gst-libs/gst/audio/gstbaseaudiosink.c:
341           Time is already in running_time. Remove base_time handling. Fixes
342           audiosinks not draining and thus chopping some audio in the end.
343
344 2008-11-24  David Schleef  <ds@schleef.org>
345
346         * ext/ogg/gstoggmux.c:
347         * ext/ogg/gstoggmux.h:
348           If we're muxing a dirac stream, flush the page after every picture.
349
350 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
351
352         * gst-libs/gst/audio/gstbaseaudiosink.c:
353           Add one log message to check for audio_drained. Sync one log message
354           with the condition. Send EOS after draining audio in pull mode.
355
356 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
357
358         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
359         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
360         Use gst_buffer_try_new_and_alloc() and fail properly if the
361         allocation failed. This prevents abort() if downstream elements
362         request an insane amount of memory.
363
364 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst/volume/gstvolume.c: (volume_choose_func),
367         (volume_update_volume), (gst_volume_set_volume),
368         (gst_volume_get_volume), (gst_volume_set_mute),
369         (gst_volume_class_init), (gst_volume_init),
370         (volume_process_double), (volume_process_float),
371         (volume_process_int32), (volume_process_int32_clamp),
372         (volume_process_int24), (volume_process_int24_clamp),
373         (volume_process_int16), (volume_process_int16_clamp),
374         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
375         (volume_transform_ip), (volume_set_property),
376         (volume_get_property):
377         * gst/volume/gstvolume.h:
378         Cleanup volume, define and use default values.
379         Recalculate new volume and mute setup before processing. Fixes #561789.
380
381         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
382         Add controller unit test. Patch by: Jonathan Matthew
383         Fix bogus test that messed with basetransform's internal state.
384
385 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * gst/videorate/gstvideorate.c:
388         Add jpeg and png image media types to the caps. Fixes #561436.
389
390 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
391
392         * gst/playback/gstplaysink.c: (gen_audio_chain):
393         Don't post an error when we can't configure the volume but post a
394         warning instead. Fixes #561780.
395
396 2008-11-21  David Schleef  <ds@schleef.org>
397
398         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
399
400         * gst/videotestsrc/gstvideotestsrc.c:
401         * gst/videotestsrc/gstvideotestsrc.h:
402         * gst/videotestsrc/videotestsrc.c:
403         * gst/videotestsrc/videotestsrc.h:
404           Add a zone plate pattern generator based on BBC R&D Report
405           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
406           kx2=20 ky2=20 kt=1'.
407
408 2008-11-20  Michael Smith <msmith@songbirdnest.com>
409
410         * gst/playback/gstdecodebin2.c:
411           Fix random fat-fingering making this not compile.
412
413 2008-11-20  Michael Smith <msmith@songbirdnest.com>
414
415         * gst/playback/gstdecodebin2.c:
416           If the top-level type of the stream is plain text, don't try to decode
417           it, matching behaviour of decodebin.
418         * gst/playback/gstplaysink.c:
419           If we fail to generate a text chain (e.g. due to missing optional
420           plugins), don't crash.
421
422 2008-11-20  Michael Smith <msmith@songbirdnest.com>
423
424         * gst-libs/gst/rtsp/gstrtspdefs.c:
425           Fix win32 build. Oops.
426
427 2008-11-20  Michael Smith <msmith@songbirdnest.com>
428
429         * gst-libs/gst/rtsp/gstrtspdefs.c:
430           Use WSAGetLastError() rather than errno/h_errno on win32.
431
432 2008-11-20  Michael Smith <msmith@songbirdnest.com>
433
434         * gst-libs/gst/riff/riff-media.c:
435           Support WMA Lossless properly.
436
437 2008-11-18  David Schleef  <ds@schleef.org>
438
439         * gst/videotestsrc/gstvideotestsrc.c:
440         * gst/videotestsrc/gstvideotestsrc.h:
441         * gst/videotestsrc/videotestsrc.c:
442         * gst/videotestsrc/videotestsrc.h:
443           Add "colorspec" property, specifying whether to generate BT.601
444           or BT.709 video.  This only affects YCbCr values, not RGB, since
445           if you're generating a 709 test pattern, presumably you want
446           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
447           uses 75% colors instead of 100%, since this is often more useful
448           for testing (and also follows the SMPTE EG-1 guideline).
449
450 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
451
452         * gst/playback/gstdecodebin.c:
453         Add a "sink-caps" property to decodebin like it's done for decodebin2.
454         Fixes #560380.
455
456 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
457
458         * gst/audioresample/gstaudioresample.c:
459         Guard against a NULL dereference I somehow encountered -
460         with a FLUSH_STOP arriving either before basetransform _start(),
461         or after _stop().
462
463         * gst/typefind/gsttypefindfunctions.c:
464         Make sure we never jump backwards when typefinding corrupt mov files.
465
466 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
467
468         * gst-libs/gst/interfaces/propertyprobe.c:
469         Fix random type causing a docs warning.
470
471 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
472
473         * sys/v4l/gstv4l.c:
474           Give it a minimal rank for autovideosrc.
475
476 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
477
478         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
479         (plugin_init):
480         Improve typefinding of ISO JPEG2000 mime types.
481
482 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
483
484         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
485         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
486         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
487         * sys/xvimage/xvimagesink.h:
488         Avoid typechecking when we do trivial casts.
489         Move error handling out of the main program flow.
490         Sneak in the display-region caps property, not completely correct yet.
491         Cache the width/height in buffer_alloc instead of parsing it from the
492         caps all the time.
493
494 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
495
496         * gst/playback/gstplaybin2.c: (deactivate_group):
497         don't try to unlink the selector sinkpad when we don't have it yet. This
498         can happen if an error occured before the group was complete.
499
500 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
501
502         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
503         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
504         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
505         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
506         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
507         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
508         (gst_rtp_buffer_get_extension_data),
509         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
510         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
511         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
512         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
513         (gst_rtp_buffer_get_payload_type),
514         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
515         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
516         (gst_rtp_buffer_set_timestamp),
517         (gst_rtp_buffer_get_payload_subbuffer),
518         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
519         Avoid expensive type checks we already did as part of the 
520         _validate() function that should be called first.
521
522 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
523
524         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
525         (gst_base_rtp_depayload_push_full),
526         (gst_base_rtp_depayload_set_gst_timestamp):
527         Fix some cases where a newsegment event was not sent.
528
529 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
530
531         * gst/playback/gstplaybin2.c: (activate_group):
532         Catch state change errors and stop from the uridecodebin elements
533         instead of trying to continue in vain.
534
535 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
536
537         * gst-libs/gst/audio/gstbaseaudiosink.c:
538         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
539         (gst_base_audio_sink_callback):
540         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
541         for the latency to expire, fixes #559567.
542
543 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
544
545         * gst/adder/gstadder.c:
546           Change author string after seeing output of gst-inspector.
547
548 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
551         Don't try to do crazy things when we only have a text pad without a
552         video pad. Fixes #559478.
553
554 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
555
556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
557         Fix case where we don't have a range for the rates or channels as is the
558         case with truespeech.
559
560 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         * gst/volume/gstvolume.c: (volume_update_real_volume),
563         (gst_volume_set_volume), (gst_volume_get_volume),
564         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
565         (volume_transform_ip), (volume_update_mute),
566         (volume_update_volume), (volume_get_property):
567         * gst/volume/gstvolume.h:
568         Keep negotiated state in a separate variable.
569         Protect the volume and mute properties with the object lock.
570         Protect modifying the transform with the transform lock.
571
572 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
573
574         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
575         (gst_ffmpeg_pixfmt_to_caps):
576         Only convert caps to string when debug is enabled.
577
578 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * ext/theora/gsttheoradec.h:
581         * ext/theora/theoradec.c: (gst_theora_dec_init),
582         (gst_theora_dec_reset), (theora_dec_src_event),
583         (theora_dec_sink_event), (theora_handle_type_packet):
584         Copy seqnum.
585         Keep events in a pending list, like vorbisdec, instead of trying
586         to construct a segment event ourselves.
587
588         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
589         (vorbis_dec_src_event), (vorbis_dec_sink_event):
590         * ext/vorbis/vorbisdec.h:
591         Copy seqnum.
592
593 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
594
595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
596         (gst_ogg_demux_deactivate_current_chain),
597         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
598         (gst_ogg_demux_loop):
599         * ext/ogg/gstoggdemux.h:
600         Copy seqnums around to track playback segments and messages.
601
602 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
603
604         Based on patch by: Matthias Kretz <kretz at kde dot org>
605
606         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
607         (gst_alsasink_prepare), (gst_alsasink_unprepare),
608         (gst_alsasink_write):
609         Make all access non-blocking so that we can better handle unplugging
610         of usb devices. Fixes #559111
611
612 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
613
614         Patch by: Damien Lespiau  <damien.lespiau gmail com>
615
616         * gst-libs/gst/rtsp/gstrtspconnection.c:
617         (gst_rtsp_connection_write):
618         Make the next call to poll not depend on previous calls to poll with or
619         without reading from the active descriptor. Fixes #544293.
620
621 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
622
623         Patch by: Nick Haddad <nick at haddads dot net>
624
625         * gst-libs/gst/riff/riff-ids.h:
626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
627         Add support for other fourcc codes that are commonly used for
628         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
629         Fixes #558553.
630
631 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
632
633         * gst/audioresample/gstaudioresample.c:
634           Return the result of parent_class->event().
635
636 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
637
638         * gst/audioresample/gstaudioresample.c:
639         (gst_audioresample_class_init), (audioresample_fixate_caps):
640         Fixate the rate to the nearest supported rate instead of
641         the first one. Fixes bug #549510.
642
643 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * win32/common/libgstaudio.def:
646         Add new symbols.
647
648 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
649
650         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
651         Attempt to make obfuscated code clearer.
652
653 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
654
655         * docs/libs/gst-plugins-base-libs-sections.txt:
656         * gst-libs/gst/floatcast/floatcast.h:
657         Move float endianness conversion macros to core. Second part of
658         bug ##555196.
659
660 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
661
662         * sys/ximage/ximagesink.h:
663         * sys/xvimage/xvimagesink.h:
664           Don't mark as gtk-doc docs as they aren't public.
665
666 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
667
668         * sys/xvimage/xvimagesink.c:
669         * sys/xvimage/xvimagesink.h:
670         * tests/icles/Makefile.am:
671         * tests/icles/test-colorkey.c:
672           Allow setting colorkey if possible. Implement property probe interface
673           for optional X features (autopaint-colorkey, double-buffer and
674           colorkey). Fixes #554533
675
676 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
677
678         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
679         Remove useless buffer size assignment. It already has this value.
680
681 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
682
683         * gst-libs/gst/audio/gstaudiosink.c:
684         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
685         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
686         (gst_audioringbuffer_stop):
687         Implement a separate activate functions to start monitoring the segments
688         or, in pull mode, pulling in data.
689
690         * gst-libs/gst/audio/gstbaseaudiosink.c:
691         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
692         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
693         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
694         (gst_base_audio_sink_activate_pull),
695         (gst_base_audio_sink_async_play),
696         (gst_base_audio_sink_change_state):
697         Implement pad and element convert query function.
698         Activate the ringbuffer.
699         Use the segment last_stop value as the offset to pull.
700         Use new basesink _do_preroll() method to preroll in the pulling thread.
701         Take appropriate locking in the pulling thread.
702
703         * gst-libs/gst/audio/gstringbuffer.h:
704         Update some docs.
705
706 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
707
708         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
709         Improve MXF typefinding a bit by searching for a header partition
710         pack instead of just a general partition pack and checking more
711         bytes for valid values.
712
713 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         * tests/icles/.cvsignore:
716         update ignore file.
717
718         * tests/icles/Makefile.am:
719         * tests/icles/test-box.c: (make_pipeline), (main):
720         Add another interactive command line experimentation suite for
721         dynamically boxing/cropping/saling an input video.
722
723 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * docs/libs/gst-plugins-base-libs-sections.txt:
726         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
727         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
728         * gst-libs/gst/audio/gstringbuffer.h:
729         Add methods to more accuratly control the pulling thread of a
730         ringbuffer.
731         Add format conversion helper code to the ringbuffer.
732         API: GstRingBuffer:gst_ring_buffer_activate()
733         API: GstRingBuffer:gst_ring_buffer_is_active()
734         API: GstRingBuffer:gst_ring_buffer_convert()
735
736 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
739         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
740         (gst_audioringbuffer_stop):
741         Signal thread startup earlier so that we can immediatly go into pull
742         mode when we have to and block on preroll.
743
744 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
745
746         * gst-libs/gst/audio/gstringbuffer.c:
747         (gst_ring_buffer_prepare_read):
748         In pull mode we want the callback to prepull a buffer we can preroll on
749         even when we are not yet playing.
750
751 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
752
753         * ext/alsa/Makefile.am:
754         * ext/cdparanoia/Makefile.am:
755         * ext/gio/Makefile.am:
756         * ext/gnomevfs/Makefile.am:
757         * ext/libvisual/Makefile.am:
758         * ext/ogg/Makefile.am:
759         * ext/pango/Makefile.am:
760         * ext/theora/Makefile.am:
761         * ext/vorbis/Makefile.am:
762         * gst/adder/Makefile.am:
763         * gst/audioconvert/Makefile.am:
764         * gst/audiorate/Makefile.am:
765         * gst/audioresample/Makefile.am:
766         * gst/audiotestsrc/Makefile.am:
767         * gst/ffmpegcolorspace/Makefile.am:
768         * gst/gdp/Makefile.am:
769         * gst/playback/Makefile.am:
770         * gst/subparse/Makefile.am:
771         * gst/tcp/Makefile.am:
772         * gst/typefind/Makefile.am:
773         * gst/videorate/Makefile.am:
774         * gst/videoscale/Makefile.am:
775         * gst/videotestsrc/Makefile.am:
776         * gst/volume/Makefile.am:
777         * sys/v4l/Makefile.am:
778         * sys/ximage/Makefile.am:
779         * sys/xvimage/Makefile.am:
780           Don't install static libs for plugins. Fixes #550851 for base.
781
782 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
783
784         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
785         Set the default blocksize to -1 because we will then use the configured
786         samplesperbuffer to create our output buffer.
787
788 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
789
790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
791         (gst_riff_create_video_template_caps):
792         Add mappping for the KMVC (Karl Morton's Video) Codec.
793
794 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
795
796         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
797         Don't forget to advance the offset of what we're matching against, else
798         we end up in a forever loop.
799
800 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
801
802         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
803         Improve typefinding a bit. If we don't have a Unicode charset
804         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
805
806 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
807
808         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
809         Fix build on macosx.
810
811 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
812
813         Based on patch by: Robin Stocker <robin at nibor dot org>
814
815         * ext/theora/gsttheoradec.h:
816         * ext/theora/theoradec.c: (gst_theora_dec_init),
817         (theora_dec_setcaps), (theora_handle_type_packet),
818         (theora_dec_decode_buffer), (theora_dec_change_state):
819         Parse input caps and make the PAR override the encoded PAR when
820         specified by a container. Fixes #555699.
821
822 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
823
824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
825         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
826         (gst_base_rtp_depayload_set_gst_timestamp),
827         (gst_base_rtp_depayload_change_state):
828         * gst-libs/gst/rtp/gstbasertpdepayload.h:
829         Add some more G_LIKELY
830         Fail when the setcaps function was not called.
831
832         * gst-libs/gst/rtp/gstbasertppayload.c:
833         (gst_basertppayload_set_outcaps):
834         Propagate return value of setcaps.
835
836 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
837
838         * gst/subparse/Makefile.am:
839         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
840         (gst_sub_parse_class_init), (gst_sub_parse_init),
841         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
842         (get_next_line), (gst_sub_parse_data_format_autodetect),
843         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
844         (gst_subparse_type_find):
845         * gst/subparse/gstsubparse.h:
846         Add support for UTF16/UTF32 subtitles as long as the first bytes of
847         the first buffer contain the BOM. This also adds support for other
848         encodings that allow NUL bytes via the encoding property.
849         Fixes bugs #552237 and #456788.
850
851 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
852
853         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
854         Don't drop the last byte of image tags if they're not an URI list.
855         Fixes bug #556066.
856
857 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
858
859         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
860         For looking at the 4th byte we have to get 4 bytes of course
861         and not 3.
862
863 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
864
865         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
866         Improve FLAC-without-headers typefinding by looking at most of the
867         frame header and checking if invalid values are used. Should prevent
868         quite some false positives compared to the old version which only
869         check if the first 14 bits are set.
870
871 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
872
873         * sys/xvimage/xvimagesink.c:
874           Don't assert on caps==NULL.
875
876 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
877
878         * gst/subparse/gstsubparse.c:
879         (gst_sub_parse_data_format_autodetect), (handle_buffer),
880         (gst_sub_parse_change_state):
881         * gst/subparse/gstsubparse.h:
882         * tests/check/elements/subparse.c: (GST_START_TEST):
883         Add support for subtitle files with UTF-8 BOM at the beginning
884         by simple stripping it from the first line before passing it
885         to any parsing code. Fixes bug #555257 and playback of files
886         created by Gnome Subtitles.
887
888 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * gst/audiotestsrc/gstaudiotestsrc.c:
891         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
892         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
893         (gst_audio_test_src_start), (gst_audio_test_src_stop),
894         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
895         (gst_audio_test_src_create):
896         * gst/audiotestsrc/gstaudiotestsrc.h:
897         Define the default property values in the usual place.
898         Implement start/stop to reset values correctly.
899         Calculate the sample size only once when we negotiate.
900         Rename some values to make more sense.
901         Keep track of our byte range.
902         Add support for pull based scheduling. Disabled for now until we have
903         the whole stack working.
904         Set the BUFFER_OFFSET correctly.
905
906 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
907
908         Based on a patch by: xavierb at gmail dot com
909
910         * gst/subparse/gstsubparse.c:
911         (gst_sub_parse_data_format_autodetect):
912         * tests/check/elements/subparse.c: (GST_START_TEST):
913         Make the detection of the used subtitle a bit less strict
914         for srt subtitles. Fixes bug #555607.
915
916 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
917
918         * ext/vorbis/vorbisenc.c:
919         (gst_vorbis_enc_buffer_check_discontinuous):
920         Fix discontinuity detection which was broken by last commit.
921
922 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
923
924         * configure.ac::
925           Require core CVS for ghostpad API additions used by decodebin2.
926
927 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
928
929         * gst-libs/gst/audio/gstbaseaudiosrc.c:
930         (gst_base_audio_src_create):
931         Fix debug statements (space between '%' and actual format).
932
933 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
934
935         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
936         Remove bogus assert, the decodepad could have been created inside an
937         already existing group.
938
939 2008-10-08  Andy Wingo  <wingo@pobox.com>
940
941         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
942         target instead of setting it.
943         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
944         API for a decode pad. The bugfix is that we set the group in
945         activate(), not when the pad was created because it might be NULL
946         then.
947         (gst_decode_group_control_source_pad, gst_decode_group_expose):
948         Update to use the API.
949
950 2008-10-08  Andy Wingo  <wingo@pobox.com>
951
952         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
953         be a subclass of GstGhostPad.
954         (analyze_new_pad): So, when emitting the signals that determine
955         how we do autoplugging, already create the ghost pad and use it as
956         the pad in the signal arguments. This allows applications to make
957         a connection between the pad passed in e.g. autoplug-continue, and
958         the pad passed in new-decoded-pad.
959         (connect_pad, expose_pad): Update to receive the ghosted decode
960         pad in the args, retargetting it as necessary if we have to plug
961         the target pad through a multiqueue.
962         (gst_decode_group_control_source_pad): Adapt to receive an
963         already-ghosted pad that just needs activation, blocking, and
964         drain notification.
965         (sort_end_pads): Adapt for decode pads actually being pads.
966         (gst_decode_group_expose): Adapt for decode pads actually being
967         pads. Rewrite the decode pad names so they appear in order. Adds a
968         new error case if we couldn't set the name.
969         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
970         logic.
971         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
972         New API for the decode pad, needed because we shouldn't do these
973         things inside gst_decode_pad_new(), but after.
974         (gst_decode_pad_new): Change to actually make the real pad, and
975         delay the blocking/drainage bits.
976
977 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
978
979         Patch by: Daniel Drake <dsd at laptop dot org>
980
981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
982         Unref all buffers when clearing collectpads. Fixes bug #546955.
983
984 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
985
986         Based on a patch by: Klaas <klaas at rivercrew dot net>
987
988         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
989         (gst_vorbis_enc_buffer_check_discontinuous),
990         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
991         * ext/vorbis/vorbisenc.h:
992         Keep track of the upstream segments and use the running time on that
993         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
994
995 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
996
997         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
998         Prevent overflows with big buffer when calculating the size of
999         the intermediate buffer by using gst_util_uint64_scale() instead of
1000         plain arithmetics. Fixes bug #552801.
1001
1002 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1003
1004         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1005
1006         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1007         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1008         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1009         (gst_clock_overlay_get_property):
1010         * ext/pango/gstclockoverlay.h:
1011         API: Add ability to specify format for date/time display by
1012         adding a "time-format" property.
1013         Fixes bug #554879.
1014
1015 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1016
1017         Patch by: Jan Gerber <j at oil21 dot org>
1018
1019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1020         (gst_riff_create_video_template_caps):
1021         Add FFV1 fourcc to support playback of FFMPEG lossless video
1022         in AVI. Fixes bug #555319.
1023
1024 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1025
1026         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1027
1028         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1029         (gst_base_audio_src_create):
1030         Implement skew clock slaving. Fixes #552559.
1031
1032 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         * gst-libs/gst/audio/multichannel.c:
1035         * gst-libs/gst/audio/testchannels.c:
1036         Fix include of config.h
1037
1038 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1041
1042         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1043         (print_media), (gst_sdp_message_dump):
1044         Fix parsing of the c= field containing multicast addresses.
1045         Fixes #552199.
1046         Add the connection info to the session or streams.
1047         Fix parsing of the bandwidth.
1048         Add debugging for the connections and bandwidths for a media.
1049         Add debugging for the bandwidth of the session. 
1050
1051 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1052
1053         * gst-libs/gst/rtp/gstbasertppayload.c:
1054         (gst_basertppayload_change_state):
1055         Configure the next seqnum and timestamp in the state change so that they
1056         can be queried soon after.
1057
1058 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1059
1060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1061         (gst_base_rtp_depayload_chain):
1062         Improve debugging of the rtptime.
1063
1064 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1065
1066         * configure.ac:
1067         Back to development -> 0.10.21.1
1068
1069 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1070
1071         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1072         (plugin_init):
1073         Add typefinding for FLAC without headers in the beginning.
1074         This is already handled by flacdec and friends.
1075
1076 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1077
1078         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1079         (plugin_init):
1080         Add typefinder for MXF.
1081
1082 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1083
1084         * tests/icles/Makefile.am:
1085         Only build test-colorkey if GTK+ is available.
1086
1087 === release 0.10.21 ===
1088
1089 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1090
1091         * configure.ac:
1092           releasing 0.10.21, "We Could Be Wrong"
1093
1094 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1095
1096         * configure.ac:
1097         0.10.20.4 pre-release
1098
1099 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1100
1101         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1102
1103         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1104         Set the BOS flag on the BOS packet. Fixes #553244.
1105
1106 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1107
1108         * gst-libs/gst/rtsp/gstrtspmessage.c:
1109         (gst_rtsp_message_parse_request),
1110         (gst_rtsp_message_parse_response):
1111         Fix the g_return_val_if_fail() statements.
1112
1113 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1114
1115         * gst-libs/gst/tag/gsttagdemux.c:
1116           Fail to activate if there's insufficient data in the file to be usable,
1117           preventing an assertion fail later. Fixes #552960
1118
1119 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1120
1121         * gst-libs/gst/pbutils/descriptions.c:
1122         * gst/typefind/gsttypefindfunctions.c:
1123           Recognise Kate subtitle streams (#550582).
1124
1125 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1126
1127         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1128           Remove trailing comma from enum list, which causes problems
1129           with -pendantic (#550729).
1130
1131 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1132
1133         * configure.ac:
1134         0.10.20.2 pre-release
1135
1136         * po/LINGUAS:
1137         * po/id.po:
1138         * po/pt_BR.po:
1139
1140         New translations.
1141
1142 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1143
1144         * gst-libs/gst/interfaces/propertyprobe.c:
1145           (gst_property_probe_get_properties),
1146           (gst_property_probe_get_property),
1147           (gst_property_probe_probe_property),
1148           (gst_property_probe_probe_property_name),
1149           (gst_property_probe_needs_probe),
1150           (gst_property_probe_needs_probe_name),
1151           (gst_property_probe_get_values),
1152           (gst_property_probe_get_values_name),
1153           (gst_property_probe_probe_and_get_values),
1154           (gst_property_probe_probe_and_get_values_name):
1155           More sanity checks for our second-favourite interface.
1156
1157 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1158
1159         * gst-libs/gst/interfaces/propertyprobe.c:
1160           Check for NULL pointer, in the hope that this fixes #532864.
1161
1162 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1163
1164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1165           No really, the next release is 0.10.21 (fix Since: tags in docs).
1166
1167 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1168
1169         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1170         Disable a code path that is now called but causes a deadlock for some
1171         reason and is unneeded.
1172
1173 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * sys/xvimage/xvimagesink.c:
1176         * sys/xvimage/xvimagesink.h:
1177           Add a "draw-border" property that can be set to false to disable
1178           drawing borders.
1179           
1180         * tests/icles/test-colorkey.c:
1181         * tests/icles/Makefile.am:
1182           Add new test application for the colorkey handling.
1183
1184 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1185
1186         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1187         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1188         This will also be fixed for upcoming gst-ffmpeg release so that once
1189         this release of -base is out, it will work with the latest gst-ffmpeg
1190         release.
1191
1192 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1193
1194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1195         (gst_riff_create_audio_template_caps):
1196         Add Truespeech mapping for RIFF formats (AVI/WAV).
1197         Fixes #550656
1198
1199 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1200
1201         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1202         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1203         Fixes #550638.
1204
1205 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * configure.ac:
1208         * gst/subparse/Makefile.am:
1209         * gst/subparse/gstsubparse.c:
1210         * gst/subparse/samiparse.c:
1211         * tests/check/elements/subparse.c:
1212           Rework last change, so that we build subparse, but just disable the
1213           sami parse functionality, if we're configured to not use xml. In the
1214           tests only the sami test is disabled now.
1215
1216 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1217
1218         * configure.ac:
1219           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1220           test runs.
1221
1222 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1223
1224         * po/POTFILES.in:
1225           Add some more files with strings for translation.
1226
1227 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * gst-libs/gst/tag/gstvorbistag.c:
1230         * tests/check/libs/tag.c:
1231           Use new geo location tags from core. Fixes #481169
1232
1233 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1234
1235         * tests/check/elements/audioresample.c: (setup_audioresample),
1236         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1237         (test_discont_stream_instance):
1238         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1239         Add debugging for coherence.
1240
1241 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1242
1243         Patch by: Jonathan Matthew  <notverysmart gmail com>
1244
1245         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1246           Add typefinder for PDF documents (which is nice to have, since it's a
1247           common format, but also helps prevent false positives). Fixes #549814.
1248
1249 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1250
1251         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1252         (no_more_pads_cb):
1253         Fix nasty race where multiple decodebins could start pushing data before
1254         we manage to configure the sinks, resulting in not-linked errors in
1255         typical RTSP streaming cases.
1256
1257 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1260         Since we now call stop, we trigger this code path that causes a deadlock
1261         is apparently not needed.
1262
1263 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1264
1265         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1266         (gst_ring_buffer_stop):
1267         Also allow the case where the ringbuffer was paused when we try to stop
1268         it so that the basesrc stop function is still called.
1269
1270 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1271
1272         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1273
1274         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1275         Reprobe devices again instead of taking a cached list as new
1276         devices could've been plugged in. Fixes bug #549062.
1277
1278 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1279
1280         Patch by: Alessandro Dessina <alessandro nnva org>
1281
1282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1283         (gst_ogg_demux_activate_chain):
1284         Don't add pads and activate them for skeleton streams. These are already
1285         handled inside oggdemux. Fixes bug #537599.
1286
1287 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1288
1289         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1290         Reset variable so that query and convert fail after going back to
1291         READY. Fixes #548898.
1292
1293 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1294
1295         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1296         If a buffer arrives with a timestamp before the timestamp+duration
1297         of the previous buffer clip it instead of dropping it completely.
1298         Slight improvement for the unfixable bug #548913.
1299
1300 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1301
1302         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1303         Take the current timestamp instead of timestamp+duration for the offset.
1304         This offset will later be used for calculating the timestamp and
1305         otherwise vorbisdec will interpolate timestamps wrong if upstream
1306         only sends timestamps and no granulepos.
1307
1308 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1309
1310         * tests/examples/seek/seek.c:
1311           Don't crash when having no visualisations.
1312
1313 2008-08-16  David Schleef  <ds@schleef.org>
1314
1315         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1316           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1317           Fixes #548065.
1318
1319 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1320
1321         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1322         When cleaning up the caps fields also remove "depth" for the same
1323         reason we remove "width".
1324
1325 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1326
1327         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1328           Add Lead H.264 here as well.
1329
1330 2008-08-14  Julien Moutte  <julien@fluendo.com>
1331
1332         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1333         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1334
1335 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1336
1337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1338         (gst_base_audio_src_create):
1339         When not slaved to another clock also subtract the base_time from our
1340         internal clock time to get the running time.
1341
1342 2008-08-12  David Schleef  <ds@schleef.org>
1343
1344         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1345           since it has no basis in libtheora.
1346
1347 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1348
1349         * gst-libs/gst/interfaces/propertyprobe.h:
1350           Remove double "interface" from doc-string.
1351
1352         * gst-libs/gst/interfaces/xoverlay.h:
1353           Document interface.
1354
1355         * gst-libs/gst/riff/riff.c:
1356           Add basic doc blobs.
1357
1358 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1359
1360         * gst-libs/gst/audio/Makefile.am:
1361           Don't try to build that example anymore.
1362
1363 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1364
1365         * gst-libs/gst/audio/.cvsignore:
1366         * gst-libs/gst/audio/Makefile.am:
1367         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1368         * gst-libs/gst/audio/make_filter:
1369           Move audiofiltertemplate to gst-template.
1370
1371 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1372
1373         * docs/libs/gst-plugins-base-libs-sections.txt:
1374         * gst-libs/gst/audio/gstaudiosrc.h:
1375           More docs and shuffling. What can we do with the hundreds of #defines.
1376
1377 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1378
1379         * gst-libs/gst/audio/audio.h:
1380         * gst-libs/gst/audio/gstaudiofilter.h:
1381         * gst-libs/gst/audio/gstringbuffer.h:
1382         * gst-libs/gst/interfaces/propertyprobe.h:
1383         * gst-libs/gst/tag/gsttagdemux.h:
1384           Reducing number of dundocumented symbols.
1385
1386 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1387
1388         * gst-libs/gst/audio/audio.c:
1389           Fix doc comment syntax.
1390
1391         * gst-libs/gst/interfaces/propertyprobe.c:
1392           Add more doc-comments and a FIXME: for the signal.    
1393
1394 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1395
1396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1397         (gst_ogg_mux_request_new_pad):
1398         * ext/ogg/gstoggmux.h:
1399         Don't pretend to support NEWSEGMENT events, instead override the
1400         GstCollectPads event function to return FALSE on NEWSEGMENT events
1401         and do the normal work for other events.
1402
1403         This prevents elements like flacenc to seek to the start and rewrite
1404         some data which then results in a broken Ogg packet.
1405
1406 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1407
1408         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1409
1410         * ext/alsa/gstalsaplugin.c: (plugin_init):
1411         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1412         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1414         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1415         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1416         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1417         * gst/playback/gstdecodebin.c: (plugin_init):
1418         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1419         * gst/playback/gstplayback.c: (plugin_init):
1420         * gst/playback/gstqueue2.c: (plugin_init):
1421         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1422         * sys/v4l/gstv4l.c: (plugin_init):
1423         Make sure gettext returns translations in UTF-8 encoding rather
1424         than in the current locale encoding (#546822).
1425
1426 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * gst-libs/gst/pbutils/descriptions.c:
1429           Add audio/x-qdm for qtdemux.
1430
1431 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1432
1433         * ext/vorbis/vorbisdec.c:
1434           Do not leak old taglist.
1435
1436 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1437
1438         * tests/icles/test-scale.c:
1439           Include <stdlib.h> for atoi().
1440
1441 2008-08-04  Andy Wingo  <wingo@pobox.com>
1442
1443         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1444         documentation fix.
1445
1446 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1447
1448         * gst/adder/gstadder.c:
1449           Cleanup lots of empty lines that came from gst-indent going havoc
1450           before I added the INDENT_ON/OFF marker some time agao.
1451
1452 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1453
1454         * configure.ac:
1455         * gst-libs/gst/riff/riff-read.c:
1456           Bump requirement to latest core and use new tag for riff formats.
1457           Needed for #520694.
1458
1459 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         * tests/examples/dynamic/Makefile.am:
1462         * tests/examples/dynamic/codec-select.c: (make_encoder),
1463         (make_pipeline), (do_switch), (my_bus_callback), (main):
1464         Add example app that dynamically switches between 3 'encoders'.
1465
1466 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1469         Add some more comments.
1470
1471 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1472
1473         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1474         (gst_video_test_src_create):
1475         Discard buffers of the wrong size after renegotiation, this is perfectly
1476         possible with things like capsfilter that could suggest caps changes
1477         upstream without knowing the size of the buffer.
1478
1479 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1480
1481         * tests/icles/.cvsignore:
1482         * tests/icles/Makefile.am:
1483         * tests/icles/test-scale.c: (make_pipeline), (main):
1484         Add dynamic rescaling tests for the new basetransform.
1485
1486 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1487
1488         * gst/audioconvert/Makefile.am:
1489           Dist recently-added gstfastrandom.h.
1490
1491 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1492
1493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1494         Fix a "may be used uninitialized in this function" which weirdly only
1495         appears on macosx (?).
1496
1497 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * gst-libs/gst/riff/riff-ids.h:
1500           Adding acid chunk for tempo and loop information.
1501
1502 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1503
1504         * sys/xvimage/Makefile.am:
1505           floor() needs linking to $(LIBM).
1506
1507 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1508
1509         * ext/gnomevfs/gstgnomevfssrc.c:
1510           Aggregate short reads and add some comments and debug logging.
1511           Fixes #537380
1512
1513 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1514
1515         * gst/playback/gstplaybasebin.c:
1516           Fix property doc markup (its not a signal).
1517
1518         * sys/xvimage/xvimagesink.c:
1519           Add since tag for new proeprties (also add sice tags fro the last two
1520           other additions).
1521
1522 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1523
1524         * sys/xvimage/xvimagesink.c:
1525         * sys/xvimage/xvimagesink.h:
1526           Add autofill/colorkey properties. Fixes #538656.
1527
1528 2008-07-28  David Schleef  <ds@schleef.org>
1529
1530         * sys/xvimage/xvimagesink.c:
1531           Fix rounding errors when converting colorbalance values
1532           between hardware and object property ranges.  Partial
1533           fix for #537889, however, there still seems to be a small
1534           drift problem that could be totem's fault.
1535
1536 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1537
1538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1539         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1540         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1541         This fixes a critical warning.
1542
1543 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1544
1545         * ext/ogg/gstoggmux.c:
1546         Allow muxing of CELT into Ogg streams.
1547
1548 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1549
1550         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1551         (plugin_init):
1552         Add simple typefinder for the CELT codec (www.celt-codec.org).
1553
1554 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1555
1556         Patch by: Jan Gerber <j at oil21 dot org>
1557
1558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1559         Fix calculation of the start time from skeleton streams.
1560         Fixes bug #530068.
1561
1562 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * tests/examples/seek/seek.c:
1565           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1566
1567 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1568
1569         * gst/audioconvert/audioconvert.h:
1570         * gst/audioconvert/gstaudioquantize.c:
1571         (gst_audio_quantize_setup_dither),
1572         (gst_audio_quantize_free_dither):
1573         * gst/audioconvert/gstfastrandom.h:
1574         Implement a linear congruential generator as pseudo random number
1575         generator for the dither noise. This is about 2 times faster than
1576         using GLib's mersenne twister. Also this uses only integer math for
1577         generating integers while GLib internally uses floating point math.
1578
1579 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1580
1581         * configure.ac:
1582           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1583
1584 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1585
1586         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1587
1588         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1589           Use GST_STR_NULL to avoid crashes with libcs that don't
1590           like NULL strings in printf args (such as the win32 one).
1591           Fixes #544306.
1592
1593 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1594
1595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1596         Oops - set the size of the image used for probing back to 1x1, for
1597         consistency with ximagesink
1598
1599 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1600
1601         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1602         (gst_ximagesink_ximage_new):
1603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1604         (gst_xvimagesink_xvimage_new):
1605
1606         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1607         X server to attach to a shared memory segment after we've deleted it,
1608         with the result that MIT-SHM is disabled. Instead, remove it only after 
1609         X succeeds in attaching too.
1610
1611 2008-07-16  David Schleef  <ds@schleef.org>
1612
1613         * gst/audiotestsrc/gstaudiotestsrc.c:
1614         * gst/audiotestsrc/gstaudiotestsrc.h:
1615           Add 'ticks', a 1/30 second sine wave pulse every second.
1616
1617 2008-07-15  David Schleef  <ds@schleef.org>
1618
1619         * gst-libs/gst/video/video.c: Revert ABI change.
1620
1621 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1622
1623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1624         Make it impossible to have NULL caps at the point where we set
1625         framerate and other things. Also don't return immediately for "3ivd"
1626         video and let framerate, etc be set. Might fix bug #542508.
1627
1628 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1629
1630         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1631         Video format can also be conveniently determined from (many)
1632         non-fixed caps.
1633
1634 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1635
1636         * gst/playback/gstplaybasebin.c:
1637         * gst/playback/gstplaybasebin.h:
1638         * gst/playback/gstplaybin.c:
1639         * gst/playback/gststreamselector.c:
1640         First stab at integrating DVD subpicture overlay into
1641         playbin. Successfully plugs and plays, but the queues need
1642         shrinking - 3 seconds of video is too much buffering.
1643
1644 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1645
1646         * gst/audioconvert/gstaudioconvert.c:
1647           Remove now obsolete note in the docs.
1648
1649 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1650
1651         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1652         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1653         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1654         * docs/plugins/gst-plugins-base-plugins.args:
1655         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1656         * docs/plugins/gst-plugins-base-plugins.interfaces:
1657         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1658         * docs/plugins/gst-plugins-base-plugins.signals:
1659         * docs/plugins/inspect/plugin-adder.xml:
1660         * docs/plugins/inspect/plugin-alsa.xml:
1661         * docs/plugins/inspect/plugin-audioconvert.xml:
1662         * docs/plugins/inspect/plugin-audiorate.xml:
1663         * docs/plugins/inspect/plugin-audioresample.xml:
1664         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1665         * docs/plugins/inspect/plugin-cdparanoia.xml:
1666         * docs/plugins/inspect/plugin-decodebin.xml:
1667         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1668         * docs/plugins/inspect/plugin-gdp.xml:
1669         * docs/plugins/inspect/plugin-gnomevfs.xml:
1670         * docs/plugins/inspect/plugin-libvisual.xml:
1671         * docs/plugins/inspect/plugin-ogg.xml:
1672         * docs/plugins/inspect/plugin-pango.xml:
1673         * docs/plugins/inspect/plugin-playback.xml:
1674         * docs/plugins/inspect/plugin-queue2.xml:
1675         * docs/plugins/inspect/plugin-subparse.xml:
1676         * docs/plugins/inspect/plugin-tcp.xml:
1677         * docs/plugins/inspect/plugin-theora.xml:
1678         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1679         * docs/plugins/inspect/plugin-uridecodebin.xml:
1680         * docs/plugins/inspect/plugin-video4linux.xml:
1681         * docs/plugins/inspect/plugin-videorate.xml:
1682         * docs/plugins/inspect/plugin-videoscale.xml:
1683         * docs/plugins/inspect/plugin-videotestsrc.xml:
1684         * docs/plugins/inspect/plugin-volume.xml:
1685         * docs/plugins/inspect/plugin-vorbis.xml:
1686         * docs/plugins/inspect/plugin-ximagesink.xml:
1687         * docs/plugins/inspect/plugin-xvimagesink.xml:
1688         * ext/alsa/gstalsamixer.c:
1689         * ext/alsa/gstalsasink.c:
1690         * ext/alsa/gstalsasrc.c:
1691         * ext/gio/gstgiosink.c:
1692         * ext/gio/gstgiosrc.c:
1693         * ext/gio/gstgiostreamsink.c:
1694         * ext/gio/gstgiostreamsrc.c:
1695         * ext/gnomevfs/gstgnomevfssink.c:
1696         * ext/gnomevfs/gstgnomevfssrc.c:
1697         * ext/ogg/gstoggdemux.c:
1698         * ext/ogg/gstoggmux.c:
1699         * ext/pango/gstclockoverlay.c:
1700         * ext/pango/gsttextoverlay.c:
1701         * ext/pango/gsttextrender.c:
1702         * ext/pango/gsttimeoverlay.c:
1703         * ext/theora/theoradec.c:
1704         * ext/theora/theoraenc.c:
1705         * ext/theora/theoraparse.c:
1706         * ext/vorbis/vorbisdec.c:
1707         * ext/vorbis/vorbisenc.c:
1708         * ext/vorbis/vorbisparse.c:
1709         * ext/vorbis/vorbistag.c:
1710         * gst/adder/gstadder.c:
1711         * gst/audioconvert/gstaudioconvert.c:
1712         * gst/audioresample/gstaudioresample.c:
1713         * gst/audiotestsrc/gstaudiotestsrc.c:
1714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1715         * gst/gdp/gstgdpdepay.c:
1716         * gst/gdp/gstgdppay.c:
1717         * gst/playback/gstdecodebin2.c:
1718         * gst/playback/gstplaybin.c:
1719         * gst/playback/gstplaybin2.c:
1720         * gst/playback/gstqueue2.c:
1721         * gst/playback/gsturidecodebin.c:
1722         * gst/tcp/gstmultifdsink.c:
1723         * gst/tcp/gsttcpserversink.c:
1724         * gst/videorate/gstvideorate.c:
1725         * gst/videoscale/gstvideoscale.c:
1726         * gst/videotestsrc/gstvideotestsrc.c:
1727         * gst/volume/gstvolume.c:
1728         * sys/ximage/ximagesink.c:
1729         * sys/xvimage/xvimagesink.c:
1730           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1731           titles. Drop mentining that all our example pipelines are "simple"
1732           pipelines.
1733
1734 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1735
1736         * tests/examples/seek/Makefile.am:
1737         Fix out of tree build by adding all required CFLAGS.
1738
1739 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1740
1741         * gst/playback/gstdecodebin.c: (add_raw_queue):
1742         And ref the pad before returning it again when linking to the queue
1743         failed. Otherwise we will unref the pad twice later and things break.
1744
1745 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1746
1747         * gst/playback/gstdecodebin.c: (add_raw_queue):
1748         If linking the raw pad with a queue fails, try it without a queue
1749         instead of failing completely. This should never happen.
1750
1751 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1752
1753         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1754
1755         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1756         Add a queue after a demuxer if the demuxer outputs raw data. This was
1757         done before only for non-raw data but is required in this case too.
1758         Fixes bug #540215.
1759
1760         decodebin2 doesn't have this issue because all streams of a group
1761         go through multiqueue.
1762
1763 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1764
1765         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1766
1767         * gst-libs/gst/sdp/gstsdpmessage.c:
1768         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1769         that getaddrinfo() can be used. Fixes #541358.
1770
1771 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1772
1773         * gst/videotestsrc/gstvideotestsrc.c:
1774         (gst_video_test_src_class_init), (gst_video_test_src_init),
1775         (gst_video_test_src_set_property),
1776         (gst_video_test_src_get_property), (gst_video_test_src_create):
1777         * gst/videotestsrc/gstvideotestsrc.h:
1778         Cleanups, use default property values as defines.
1779         Add property to enable/disable peer buffer allocation.
1780
1781 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1782
1783         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1784         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1785         Enable unit tests on PPC again as the bugs are now fixed.
1786
1787 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1788
1789         * gst-libs/gst/riff/riff-ids.h:
1790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1791         (gst_riff_create_audio_template_caps):
1792         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1793         Fixes bug #540351.
1794
1795 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1796
1797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1798         (gst_ffmpeg_pixfmt_to_caps):
1799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1800         (gst_ffmpegcsp_get_unit_size):
1801         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1802         it on other formats. Also adjust the unit size only for that format
1803         to not include the palette. Fixes bug #540497.
1804
1805 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1806
1807         * gst/adder/gstadder.c:
1808           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1809
1810 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1811
1812         * ChangeLog:
1813           ChangeLog surgery.
1814   
1815         * tests/examples/seek/seek.c:
1816           Move variable into ifdef too.
1817         
1818
1819 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1820
1821         * tests/examples/seek/seek.c:
1822           Include config.h and check if we have X. Remove XInitThread(), don't
1823           think its needed. Fixes: #540334.
1824
1825 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1826
1827         Patch by: Sam Morris <sam at robots dot org to uk>
1828
1829         * gst-libs/gst/interfaces/mixertrack.c:
1830         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1831         (gst_mixer_track_set_property):
1832         API: Add "index" property to GstMixerTrack to differantiate between
1833         multiple mixer tracks with the same label.
1834
1835         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1836         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1837         Set the "index" property of GstMixerTrack to the index given by ALSA.
1838         Fixes bug #528299.
1839
1840 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1841
1842         * tests/examples/seek/Makefile.am:
1843         * tests/examples/seek/seek.c:
1844           Remove libgstvideo usage. Use gtk_get_option_group instead of
1845           gtk_init().
1846
1847 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1848
1849         * tests/check/Makefile.am:
1850           Name the test registry format neutral.
1851
1852 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1853
1854         * gst/playback/gstqueue2.c:
1855           Do not double notify. Remove the unsued return value.
1856
1857 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1858
1859         * ext/alsa/gstalsamixer.c:
1860           Also consider "speaker" as a name for master volume. If that doesn't
1861           help look for the first non-mono volume control that also has a
1862           playback switch.
1863
1864 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1865
1866         * ChangeLog:
1867           Forgot to save the ChangeLog :/
1868
1869 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1870
1871         * tests/examples/seek/Makefile.am:
1872         * tests/examples/seek/seek.c:
1873           Embedd the xwindow. Allow to play multiple files.
1874
1875 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1876
1877         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1878         (gst_ximagesink_setcaps):
1879         * sys/ximage/ximagesink.h:
1880         When the caps change, make sure to re-draw borders in
1881         force-aspect-ratio=true mode.
1882         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1883         Don't clear the border_draw flag until we actually draw the border.
1884         * tests/check/Makefile.am:
1885         Ignore alsasink/src during the states test too, so it doesn't fail
1886         when running without access to the sound device.
1887
1888 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1889
1890         * tests/examples/seek/seek.c:
1891           Fix crasher when playing a parse-launch line the 2nd time.
1892
1893 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1894
1895         * tests/check/pipelines/oggmux.c:
1896           Properly ifdef tests to fix compilation.
1897
1898 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1899
1900         * gst/playback/gstplay-marshal.list:
1901         * gst/playback/gstplaybin2.c:
1902           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1903           playbin2. This allows the user to get to the selector's sinkpads, and
1904           thus inspect a range of things - caps, tags, etc. 
1905
1906 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1907
1908         * gst/playback/gstplaybin2.c:
1909           Use a different constant for the convert-frame signal id.
1910           Fixes #537009.
1911
1912 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1913
1914         * gst/playback/gstplaybin2.c:
1915         * gst/playback/gstplaysink.c:
1916           Fix a whole bunch of typos in comments and log statements. 
1917
1918 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1919
1920         * sys/xvimage/xvimagesink.c:
1921           Don't set colour balance values on the Xv port if the user hasn't
1922           changed them (via properties or the interface). Avoids accumulating
1923           rounding errors for the common case.
1924           Partial fix for bug #537889.
1925
1926 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1927
1928         * gst/playback/gstdecodebin2.c:
1929           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1930           pads are drained.
1931
1932 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1933
1934         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1935         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1936         Report the encoder latency. Fixes #538232.
1937
1938 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1939
1940         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1941         (notify_source), (activate_group):
1942         Implement the source property, emit notify when it changes in the
1943         underlying uridecodebin.
1944
1945 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1946
1947         * tests/examples/seek/seek.c: (stop_cb):
1948         Free and clear the seek element list so that we don't use invalid
1949         references when seeking after recreating a gst-launch line.
1950
1951 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1952
1953         * gst-libs/gst/audio/gstbaseaudiosink.c:
1954         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1955         (gst_base_audio_sink_render):
1956         Report latency even if we are not live instead of hiding it.
1957         Take ts-offset and render-delay of the basesink into account when
1958         scheduling samples.
1959         Rework the clipping code so that we can take the various offsets into
1960         account and still do correct clipping.
1961
1962 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1963
1964         * configure.ac:
1965         Bump verion back to devel -> 0.10.20.1
1966
1967 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1968
1969         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1970         Don't increase the size of non-string image buffers by one as this
1971         might in theory confuse decoders. Still increase it by one for string
1972         image buffers to append '\0'.
1973
1974 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1975
1976         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1977         
1978         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1979         Fix a buffer memleak and remove a confusing and wrong debug output.
1980         Fixes bug #538663.
1981
1982 === release 0.10.20 ===
1983
1984 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1985
1986         * configure.ac:
1987           releasing 0.10.20, "Here I Go Again"
1988
1989 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1990
1991         * configure.ac:
1992         0.10.19.3 pre-release
1993
1994 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1995
1996         * gst-libs/gst/rtsp/gstrtspconnection.c:
1997         Fix build on win32.
1998         Patch By: David Schleef <ds@schleef.org>
1999         Fixes: #536874
2000
2001 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2002
2003         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2004         (gst_gio_base_src_create):
2005         * ext/gio/gstgiobasesrc.h:
2006         Try to read the requested number of bytes, even if the first
2007         read returns less than requested, until nothing is read anymore
2008         or we have the requested amount of bytes. This fixes playback of
2009         files via Samba as Samba only allows to read 64k at once.
2010
2011         Implement a caching algorithm that makes sure that we read at
2012         least 4k of data every time. Some elements will try to read a few
2013         bytes, then seek, read again a few bytes and so on and this is
2014         painfully slow as every operation has to go over DBus if GVfs is
2015         used as backend.
2016
2017         Fixes bug #536849 and #536848.
2018
2019         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2020         (gst_gio_src_check_get_range):
2021         Override check_get_range() to blacklist http/https URIs
2022         and whitelist file URIs. More to be added on demand.
2023
2024 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2025
2026         * configure.ac:
2027         0.10.19.2 pre-release
2028
2029 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2030
2031         * win32/common/libgstrtsp.def:
2032         * win32/common/libgsttag.def:
2033         Add new API functions to the dll exports
2034
2035 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2036
2037         * gst/playback/gstplaybasebin.c:
2038           Disconnect signals from decodebins we created before we remove it
2039           from playbin, to avoid crashes if the decodebin is eventually
2040           disposed after the playbin itself (possible if the app takes a
2041           reference on the decodebin).
2042           Fixes #536521.
2043
2044 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2045
2046         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2047           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2048           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2049           (h264_video_type_find), (mpeg_video_stream_type_find),
2050           (dv_type_find), (mmsh_type_find):
2051           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2052           copy caps for no good reason (this may be desirable to make it easier
2053           to detect leaks, but then it should probably be done for all caps
2054           in the typefinder somewhere).
2055
2056 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2057
2058         * tests/check/Makefile.am:
2059         Do not try to run the check tests for subparse unless it has been
2060         built.
2061
2062 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2063
2064         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2065         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2066         Do not try to run a test which requires vorbisenc unless we have
2067         actually built it.
2068
2069 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2070
2071         * gst-libs/gst/rtsp/gstrtspconnection.c:
2072         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2073         (gst_rtsp_connection_clear_auth_params),
2074         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2075         * gst-libs/gst/rtsp/gstrtspconnection.h:
2076         Add a couple of missing argument guards.
2077         Add a way of setting the DSCP for an RTSP connection.
2078         Add an accessor method for the ip member of GstRTSPConnection as all
2079         members are supposed to be private.
2080
2081 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2082
2083         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2084         Fixed accidental use of IPv4 options for all IPv6 addresses.
2085
2086 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2087
2088         * gst-libs/gst/interfaces/mixertrack.h:
2089           Document mixer track flags.
2090
2091 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2092
2093         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2094
2095         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2096         Don't set caps on the buffers that contain a copy of the buffer
2097         including the caps of them resulting in an always increasing refcount
2098         of the caps and insanely large caps. Instead include a buffer without
2099         caps in the new caps. Fixes bug #536475.
2100
2101 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2102
2103         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2104         Transform a given PAR to a range on the struct with the generic
2105         height/width instead of the struct with the possibly restricted
2106         height/width.
2107
2108 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2109
2110         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2111         Prefer the given format if it contains something stricter than [1,MAX]
2112         for height or width and only put a structure that requires rescaling
2113         as second. This makes it possible to use videoscale in pipelines where
2114         the source can actually produce the wanted height/width but usually
2115         selects a different one from the requested.
2116
2117 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2118
2119         Based on patch by: John Millikin <jmillikin gmail com>
2120
2121         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2122           (gst_vorbis_tag_add_coverart):
2123           Retrieve COVERART tags from vorbis comments (#512333)
2124
2125 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2126
2127         * gst-libs/gst/tag/tag.h:
2128         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2129           Don't forget to add new enum value here too (should probably use
2130           glib-mkenums here...).
2131
2132 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2133
2134         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2135         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2136         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2137           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2138           (gst_tag_image_data_to_image_buffer):
2139           Add two utility functions to avoid code duplication (#512333):
2140           API: add gst_tag_image_data_to_image_buffer()
2141           API: add gst_tag_list_add_id3_image()
2142           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2143
2144 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2145
2146         * win32/common/libgstaudio.def:
2147         Add gst_audio_check_channel_positions() to the exported symbols.
2148
2149 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2150
2151         * docs/libs/gst-plugins-base-libs-sections.txt:
2152         * gst-libs/gst/audio/multichannel.c:
2153         (gst_audio_check_channel_positions):
2154         * gst-libs/gst/audio/multichannel.h:
2155         API: Make gst_audio_check_channel_positions() public.
2156
2157         * tests/check/libs/audio.c: (GST_START_TEST):
2158         Add some simple checks for gst_audio_check_channel_positions().
2159
2160 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2161
2162         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2163           minrange and maxrange are scaled according to the frequency
2164           multiplier.
2165
2166 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2167
2168         * ext/pango/Makefile.am:
2169         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2170           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2171           Use gstvideo functions to calculate strides and plane offsets. Fixes
2172           rendering issue ('ghost' images of the text on the chroma planes)
2173           with widths or heights that are not multiples of 8 (#506659 and
2174           probably also #485729).
2175
2176         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2177           (main):
2178           Test with odd height/width too.
2179
2180 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2181
2182         * gst/adder/gstadder.c: (gst_adder_query_duration),
2183         (gst_adder_query_latency):
2184         When using gst_element_iterate_pads() one has to unref every pad
2185         after usage.
2186
2187 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2188
2189         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2190         (gst_base_audio_src_class_init):
2191         Add a gtk-doc chunk for the new properties to have a Since: indication.
2192
2193 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2194
2195         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2196         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2197         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2198         (gst_base_audio_src_change_state):
2199         Provide readable actual-buffer-time and actual-latency-time properties
2200         that reflect the configured ringbuffer values. Fixes #524724.
2201         API: GstBaseAudioSrc:actual-buffer-time
2202         API: GstBaseAudioSrc:actual-latency-time
2203
2204 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2205
2206         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2207         (gst_basertppayload_change_state):
2208         Simply converting the running time into an RTP timestamp by scaling it
2209         based on the clock-rate is good enough for making an RTP timestamp. This
2210         has the added benefit that we can later on expose a property with the
2211         RTP timestamp of running time 0, as is needed for RTSP servers to
2212         generate the response of the PLAY request.
2213
2214 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2215
2216         * gst/audioconvert/gstaudioconvert.c:
2217         (structure_has_fixed_channel_positions),
2218         (gst_audio_convert_transform_caps):
2219         Allow up to 11 positioned channels now that audioconvert can handle
2220         this but add no default positions for > 8 channels.
2221         
2222         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2223         Add some unit tests for the above change: Test conversion of
2224         11 positioned channels to stereo and the other way around, test
2225         conversion of 15 unpositioned channels in different ways.
2226
2227 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2228
2229         * win32/common/libgstaudio.def:
2230         Add gst_audio_clock_reset to the list of exported symbols.
2231
2232 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2233
2234         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2235         Remove wrong_channels_identification_header unit test as we now
2236         support 7 (and more channels).
2237
2238 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2239
2240         * gst/audioconvert/gstchannelmix.c:
2241         (gst_channel_mix_fill_one_other):
2242         If mixing left or right to center (or the other way around) only take
2243         the complete value if we don't already have the original position in
2244         the source.
2245
2246 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2247
2248         * gst-libs/gst/audio/multichannel.c:
2249         (gst_audio_check_channel_positions),
2250         (gst_audio_set_structure_channel_positions_list),
2251         (gst_audio_fixate_channel_positions):
2252         Allow rear center together with rear left/right and other previously
2253         conflicting channel positions. The reason why they weren't allowed
2254         was the channel mixing implementation in audioconvert.
2255         Also take this into account when fixing channel layouts.
2256
2257         Allow setting channel positions for 1/2 channels when using
2258         gst_audio_set_structure_channel_position().
2259
2260         * gst/audioconvert/gstchannelmix.c:
2261         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2262         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2263         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2264         Major rewrite of the channel mixing.
2265
2266         We now allow previously conflicting channel positions to appear
2267         together (rear center and rear left/right for example).
2268         Fixes bug #533817.
2269
2270         Rework the way channels are mixed together to take more possible
2271         channel positions into account, properly mix from/to side channels
2272         and don't assume that either center, left&right or nothing of a
2273         specific position is available anymore.
2274
2275         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2276         Adjust unit tests with non-standard 1/2 channel layouts to the more
2277         correct new behaviour.
2278
2279         Add a unit test for 5.1->Stereo downmixing.
2280
2281 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2282
2283         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2284         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2285         Add sane defaults for the 7 and 8 channel layouts as those are
2286         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2287         more than 8 channels instead of erroring out. Fixes bug #535356.
2288
2289 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2290
2291         * docs/plugins/Makefile.am:
2292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2294         * ext/theora/theoraparse.c:
2295         Add theoraparse to the docs and fix some docs.
2296
2297 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2298
2299         * gst-libs/gst/cdda/gstcddabasesrc.c:
2300         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2301         Fix EOS condition and track addition check, the track.end sector is
2302         included in the track. Fixes #533265.
2303
2304 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2305
2306         Patch by: Mark Nauwelaerts <manauw at skynet be>
2307
2308         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2309         (gst_video_rate_flush_prev), (gst_video_rate_event),
2310         (gst_video_rate_chain):
2311         * gst/videorate/gstvideorate.h:
2312         React (more) to NEWSEGMENT
2313         Small adjustment in timestamp calculation to prevent mismatches
2314         Fixes #435633.
2315
2316 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2317
2318         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2319           Initialise error to NULL as we should.
2320
2321 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2322
2323         * gst/adder/gstadder.c: (gst_adder_query_duration),
2324         (gst_adder_query_latency), (gst_adder_query):
2325         Implement latency query.
2326
2327 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2328
2329         * gst/adder/gstadder.c: (gst_adder_query_duration):
2330         Correctly resync the iterator if gst_iterator_next() returns
2331         GST_ITERATOR_RESYNC.
2332
2333 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2334
2335         * win32/vs6/libgstpbutils.dsp:
2336           Add pbutils-enumtypes.c to sources (#518037).
2337
2338 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2339
2340         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2341         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2342         * gst-libs/gst/audio/gstaudioclock.h:
2343         Add method to inform the clock that the time starts from 0 again. We use
2344         this info to calculate a clock offset so that the time we report in
2345         internal_time is monotonically increasing, as required by the clock base
2346         class. Fixes #521761.
2347         API: GstAudioClock::gst_audio_clock_reset()
2348
2349         * gst-libs/gst/audio/gstbaseaudiosink.c:
2350         (gst_base_audio_sink_skew_slaving),
2351         (gst_base_audio_sink_change_state):
2352         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2353         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2354         Reset reported time when we (re)create the ringbuffer.
2355
2356 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2357
2358         * ext/alsa/gstalsamixertrack.c:
2359           (gst_alsa_mixer_track_update_alsa_capabilities):
2360           Make sure playback volumes aren't accidentally overwritten by
2361           capture volumes if an alsa mixer track has both playback and
2362           capture capabilities: we create two GstMixerTracks in that
2363           case, so make sure we query only the alsa capabilities that
2364           refer to the type of GstMixerTrack we created from the dual
2365           capability alsa element. Should fix issues with Audigy2 sound
2366           cards (#518082).
2367
2368 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2369
2370         * tests/check/pipelines/oggmux.c: (test_pipeline):
2371           Don't use deprecated function.
2372
2373 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2374
2375         * gst/playback/gstdecodebin2.c:
2376         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2377         Check for NULL cases and log them, creating ghostpads can, for example,
2378         fail when the pad returns wrong caps.
2379
2380         * gst/playback/gstplaybin2.c: (perform_eos):
2381         When pushing out the EOS event, collect the return value and warn when
2382         something failed.
2383
2384 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2385
2386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2387         (gst_riff_create_video_template_caps):
2388         Add support for DVCPRO.
2389
2390 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2391
2392         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2393           Change default scaling method from nearest-neighbour to bilinear.
2394
2395 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2396
2397         * tests/check/libs/video.c:
2398           More checks.
2399
2400 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2401
2402         * gst/subparse/gstsubparse.c: (parser_state_init),
2403           (gst_sub_parse_format_autodetect), (handle_buffer):
2404         * gst/subparse/gstsubparse.h:
2405         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2406           Limit duration to a maximum of five seconds for tmplayer format where
2407           we can guess the duration only from the timestamp of the next line of
2408           text. We don't want to show a text for eternities just because nothing
2409           else is being said for a while.
2410
2411 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2412
2413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2414         (gst_base_rtp_depayload_chain),
2415         (gst_base_rtp_depayload_handle_sink_event),
2416         (gst_base_rtp_depayload_push_full),
2417         (gst_base_rtp_depayload_change_state):
2418         Check sequence numbers, mark input buffers with a discont flag for the
2419         subclass when we detected a gap, drop duplicate buffers. We do this
2420         because one can use the element without a jitterbuffer in front and we
2421         don't want to feed the subclasses invalid or reordered data.
2422         Do an error when the subclass did not provide a process function instead
2423         of crashing.
2424         Some other small cleanups.
2425
2426 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2427
2428         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2429           May just as well use the precalculated uvstride here.
2430
2431 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2432
2433         * docs/plugins/Makefile.am:
2434         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2435         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2436         * docs/plugins/gst-plugins-base-plugins.args:
2437         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2438         * docs/plugins/gst-plugins-base-plugins.interfaces:
2439         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2440         * docs/plugins/inspect/plugin-adder.xml:
2441         * docs/plugins/inspect/plugin-alsa.xml:
2442         * docs/plugins/inspect/plugin-audioconvert.xml:
2443         * docs/plugins/inspect/plugin-audiorate.xml:
2444         * docs/plugins/inspect/plugin-audioresample.xml:
2445         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2446         * docs/plugins/inspect/plugin-cdparanoia.xml:
2447         * docs/plugins/inspect/plugin-decodebin.xml:
2448         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2449         * docs/plugins/inspect/plugin-gdp.xml:
2450         * docs/plugins/inspect/plugin-gio.xml:
2451         * docs/plugins/inspect/plugin-gnomevfs.xml:
2452         * docs/plugins/inspect/plugin-libvisual.xml:
2453         * docs/plugins/inspect/plugin-ogg.xml:
2454         * docs/plugins/inspect/plugin-pango.xml:
2455         * docs/plugins/inspect/plugin-playback.xml:
2456         * docs/plugins/inspect/plugin-queue2.xml:
2457         * docs/plugins/inspect/plugin-subparse.xml:
2458         * docs/plugins/inspect/plugin-tcp.xml:
2459         * docs/plugins/inspect/plugin-theora.xml:
2460         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2461         * docs/plugins/inspect/plugin-uridecodebin.xml:
2462         * docs/plugins/inspect/plugin-video4linux.xml:
2463         * docs/plugins/inspect/plugin-videorate.xml:
2464         * docs/plugins/inspect/plugin-videoscale.xml:
2465         * docs/plugins/inspect/plugin-videotestsrc.xml:
2466         * docs/plugins/inspect/plugin-volume.xml:
2467         * docs/plugins/inspect/plugin-vorbis.xml:
2468         * docs/plugins/inspect/plugin-ximagesink.xml:
2469         * docs/plugins/inspect/plugin-xvimagesink.xml:
2470         * ext/cdparanoia/gstcdparanoiasrc.c:
2471         * ext/ogg/gstoggdemux.c:
2472         * ext/ogg/gstoggdemux.h:
2473         * ext/ogg/gstoggmux.c:
2474         * ext/ogg/gstoggmux.h:
2475         * gst/audioconvert/audioconvert.c:
2476         * gst/audioconvert/audioconvert.h:
2477         * gst/audioconvert/gstaudioconvert.h:
2478         * gst/gdp/gstgdpdepay.h:
2479         * gst/gdp/gstgdppay.h:
2480         * gst/playback/gstdecodebin.c:
2481         * gst/playback/gstdecodebin2.c:
2482         * gst/playback/gstplaybin.c:
2483         * gst/playback/gstplaybin2.c:
2484         * gst/playback/gsturidecodebin.c:
2485         * gst/tcp/gstmultifdsink.c:
2486         * gst/tcp/gstmultifdsink.h:
2487         * gst/tcp/gsttcp.h:
2488
2489         Add some documentation comments, and some new headers to be scanned.
2490         Rename some internal enum declarations (audioconvert's DitherType and
2491         NoiseShapingType, GstUnitType from the TCP elements) to match the
2492         documented GObject type names so that the docs pick them up.
2493         Name the playbin2 docs markups properly so they get picked up. They'll
2494         need renaming back when/if playbin2 becomes playbin.
2495
2496         100% symbol coverage for the plugin docs, booya.
2497
2498 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2499
2500         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2501
2502         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2503         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2504
2505 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2506
2507         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2508
2509         * gst/playback/gstdecodebin.c: (remove_fakesink):
2510         Lock the fakesink before setting the state to NULL and removing it from
2511         the bin so that a concurrent state change cannot interfere. 
2512         Fixes #534331.
2513
2514 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2515
2516         * docs/Makefile.am:
2517         Fix installing plugin documentation when gtk-doc is disabled.
2518
2519 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2520
2521         * gst-libs/gst/rtsp/Makefile.am:
2522         Distribute, don't install md5.h
2523
2524 2008-05-21  Julien Moutte  <julien@fluendo.com>
2525
2526         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2527         instead of SOL_IP, works on more platforms.
2528         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2529         arguments.
2530
2531 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2532
2533         * ext/vorbis/vorbisdec.c:
2534         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2536         Some debug and comment fixes.
2537
2538         * tests/examples/dynamic/addstream.c: (main):
2539         Fix , to ;
2540
2541 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2542
2543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2544         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2545         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2546         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2547         (cleanup_decodebin):
2548         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2549         (connect_element), (gst_decode_group_control_demuxer_pad):
2550         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2551         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2552         (mute_group_type):
2553         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2554         (gst_play_bin_set_property), (handoff), (gen_video_element),
2555         (gen_text_element), (gen_audio_element), (gen_vis_element),
2556         (remove_sinks), (add_sink), (setup_sinks):
2557         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2558         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2559         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2560         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2561         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2562         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2563         (gen_vis_chain), (gst_play_sink_reconfigure),
2564         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2565         (gst_play_sink_request_pad):
2566         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2567         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2568         (cb_newpad):
2569         * gst/playback/test6.c: (new_decoded_pad_cb):
2570         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2571         * tests/check/elements/audiorate.c: (test_injector_chain),
2572         (do_perfect_stream_test):
2573         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2574         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2575         * tests/check/elements/gnomevfssink.c:
2576         * tests/check/elements/textoverlay.c:
2577         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2578         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2579         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2580         * tests/check/pipelines/oggmux.c: (test_pipeline):
2581         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2582         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2583         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2584         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2585         * tests/examples/seek/seek.c: (make_mod_pipeline),
2586         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2587         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2588         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2589         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2590         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2591         (update_fill), (msg_buffering):
2592         Don't use bad gst_element_get_pad().
2593
2594 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2595
2596         * gst-libs/gst/riff/riff-media.c:
2597           Fix wrong method name in docs. Fix calculation of strf fields for
2598           broken mulaw/alaw.
2599   
2600         * gst-libs/gst/riff/riff-read.c:
2601           Whitespace fix and removing double ';'.
2602
2603 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2604
2605         * docs/design/part-playbin2.txt:
2606         Add some leftover doc.
2607
2608 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2609
2610         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2611         Fix copy & paste error in last commit.
2612
2613 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2616         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2617         other channel positions when source has SIDE channels and dest doesn't
2618         or the other way around.
2619
2620 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2621
2622         Patch by: Henrik Eriksson <henriken at axis dot com>
2623
2624         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2625         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2626         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2627         (gst_multi_fd_sink_get_property):
2628         * gst/tcp/gstmultifdsink.h:
2629         Add support for DSCP QOS. Fixes #469933.
2630
2631 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2632
2633         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2634         Add another test that checks if conversion between standard 1 and 2
2635         channel layouts with and without positions set is working.
2636
2637 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2638
2639         * gst-libs/gst/audio/multichannel.c:
2640         (gst_audio_check_channel_positions):
2641         Allow non-standard 2 channel layouts.
2642         
2643         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2644         Add some tests for converting and remapping non-standard 1 and 2
2645         channel layouts.
2646
2647 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         * gst/audioconvert/gstchannelmix.c:
2650         (gst_channel_mix_fill_normalize):
2651         Prevent division by zero if the channel mix matrix contains only
2652         zeroes.
2653
2654 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2657
2658         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2659         Close a buffer memory leak. Fixes bug #534071.
2660
2661 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         * gst-libs/gst/rtsp/gstrtsptransport.h:
2664         Make the GstRTSPTransport struct members public as there are no
2665         setters/getters and it's supposed to be changed directly.
2666         Fixes bug #533087.
2667
2668 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2669
2670         * gst/adder/gstadder.c:
2671         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2672         claim this on the pad template caps.
2673
2674 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2675
2676         * gst-libs/gst/audio/gstbaseaudiosink.c:
2677         (gst_base_audio_sink_sync_latency):
2678         We can only use our optimal calibration if we prerolled before the
2679         latency expired.
2680
2681 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2682
2683         * configure.ac:
2684           Require core CVS for GstBaseSrc buffer caps setting magic.
2685
2686 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2687
2688         * gst/audioconvert/gstaudioconvert.c:
2689         (gst_audio_convert_fixate_channels):
2690         Fix logic in last commit.
2691
2692 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2693
2694         * gst/audioconvert/gstaudioconvert.c:
2695         (gst_audio_convert_fixate_channels):
2696         Passthrough the channel positions if the number of output channels is
2697         the same as the number of input channels, the input had a channel
2698         layout and downstream requests no special one. We did this already for
2699         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2700
2701 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2702
2703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2704         (gst_gnome_vfs_src_finalize),
2705         (gst_gnome_vfs_src_received_headers_callback),
2706         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2707         * ext/gnomevfs/gstgnomevfssrc.h:
2708         Set the ICY caps on the srcpad from where they get picked up by the base
2709         class now and set on the outgoing buffers.
2710
2711         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2712         (gst_base_audio_src_create):
2713         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2714         BaseSrc now sets the caps on outgoing buffers automatically.
2715
2716 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2717
2718         * gst-libs/gst/audio/gstbaseaudiosink.c:
2719         (gst_base_audio_sink_resample_slaving),
2720         (gst_base_audio_sink_skew_slaving),
2721         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2722         (gst_base_audio_sink_async_play),
2723         (gst_base_audio_sink_change_state):
2724         Change the way in which the ringbuffer is started when dealing with a
2725         slaved clock and latency. We now sync to the clock until we reach
2726         upstream latency before starting the ringbuffer. This has the effect
2727         that we can accurately align the master and slave clocks and let the
2728         rate correction code take care of the initial drift or rounding errors
2729         instead of leaving them uncorrected with the old approach.
2730
2731 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2732
2733         * gst/audioconvert/gstaudioconvert.c:
2734         (gst_audio_convert_fixate_channels):
2735         Correctly set the default channel positions when converting to 8
2736         channels.
2737
2738 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2739
2740         * configure.ac:
2741           Error out if we don't have the required version of core.
2742
2743 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2744
2745         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2746           Use data scan helper in aac typefinder and stop scanning
2747           for headers when we've found a type. Also fix potential invalid
2748           memory access when calculating the frame length.
2749
2750 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2751
2752         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2753           (mpeg_sys_is_valid_pack):
2754           Don't modify scan context when we return FALSE in ensure_data, so
2755           it's possible to continue scanning, and we don't end up with a NULL
2756           data pointer and a positive size, which might bite us the next time
2757           we're called. Small constification.
2758
2759 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2760
2761         * gst/adder/gstadder.c:
2762         Adder doesn't support 24 bit samples so don't claim it supports them
2763         in the pad template caps.
2764
2765 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2766
2767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2768         (gst_base_rtp_depayload_chain):
2769         Validate the RTP packet before further processing it. It's just too
2770         dangerous to accept random packets and people are not forced to use a
2771         jitterbuffer or session manager to filter out the bad packets.
2772
2773         * gst-libs/gst/rtp/gstrtpbuffer.c:
2774         (gst_rtp_buffer_set_extension_data),
2775         (gst_rtp_buffer_get_payload_subbuffer):
2776         Small cleanups.
2777         When setting extension data in a buffer that is too small, we fail and
2778         we should not set the extension bit.
2779         Change GST_WARNINGS into g_warning because they really are
2780         programming errors.
2781
2782         * tests/check/libs/rtp.c: (GST_START_TEST):
2783         Catch the g_warnings now in the unit tests and that fact that failing to
2784         set extension data left the extension bit untouched.
2785
2786 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2787
2788         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2789           Revert previous change which made basetransform handle buffer_alloc
2790           and which breaks things badly in the non-passthrough case since it
2791           returned buffers with a different (ie. sometimes smaller) size than
2792           the size requested.
2793
2794 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2795
2796         Patch by: Bernard B <b-gnome at largestprime dot net>
2797
2798         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2799         Fix seqnum compare function for bordercase values and fix the docs
2800         again. Fixes #533075.
2801
2802         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2803         Add a testcase for seqnum compare function.
2804
2805 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2806
2807         * gst/adder/gstadder.c: (gst_adder_setcaps),
2808         (gst_adder_class_init):
2809         Correctly declare the supported endianness on the pad templates
2810         and check for correct endianness in the set caps function. Adder
2811         only supports native endianness.
2812         Also use gst_element_class_set_details_simple().
2813
2814 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2815
2816         * sys/xvimage/xvimagesink.c:
2817           Better debug logging in port value handling. Merging separate port
2818           value loops into one.
2819
2820 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2821
2822         Patch by: Hannes Bistry <hannesb at gmx dot de>
2823
2824         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2825         * gst/tcp/gsttcpserversink.c:
2826         (gst_tcp_server_sink_handle_server_read),
2827         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2828         Fix regression in clientsrc because we did not add the fd to the poll
2829         set anymore. Fixes #532364.
2830         Do some cleanups here and there.
2831
2832 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2833
2834         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2835         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2836         * gst/playback/gstplay-marshal.list:
2837         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2838         Use correct marshallers. GstCaps are a boxed type and no GObject
2839         subclass.
2840
2841 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2842
2843         * win32/common/libgstrtsp.def:
2844         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2845         symbols.
2846
2847 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2850
2851         * tests/check/elements/audioresample.c:
2852         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2853         (live_switch_push), (GST_START_TEST):
2854         Add unit test for the latest basetransform negotiation changes.
2855         See bug #526768.
2856
2857 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2858
2859         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2860         Fix nv12<->nv21 conversion if stride is larger than width.
2861
2862 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2863
2864         Patch by: Jan Gerber <j at oil21 dot org>
2865
2866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2867         (gst_ogg_pad_parse_skeleton_fisbone):
2868         * ext/ogg/gstoggdemux.h:
2869         Parse presentation time from skeleton streams and use it as offset
2870         for the timestamps. Fixes bug #530068.
2871
2872 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2873
2874         * gst-libs/gst/audio/gstbaseaudiosink.c:
2875         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2876         Revert previous patch that attempted to more accurately calculate the
2877         initial offset between master and slave clock. The best thing we can do
2878         in general is take the time of both clocks as the diff since we don't
2879         know when the actual preroll happened.
2880
2881 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2882
2883         * gst-libs/gst/pbutils/install-plugins.c:
2884           Fix docs: type and missing word.
2885
2886 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2887
2888         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2889           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2890           for this instead; don't check if we've found enough markers after
2891           each and every step, it's enough to do that only if we've actually
2892           found a new marker.
2893           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2894
2895 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2896
2897         * gst/typefind/gsttypefindfunctions.c:
2898           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2899           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2900           (mpeg_video_stream_type_find):
2901           Move scan helper thingy to the beginning of the file so we can use
2902           it in other typefind functions. Rename it to something more
2903           generic. Also improve handling of things towards the end of the
2904           typefind data: peek as much as we can if we know the size of the
2905           data, rather than just min_size.
2906
2907 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2908
2909         * docs/libs/gst-plugins-base-libs-sections.txt:
2910         * gst-libs/gst/interfaces/colorbalance.c:
2911         * gst-libs/gst/interfaces/colorbalance.h:
2912         * gst-libs/gst/interfaces/colorbalancechannel.c:
2913         * gst-libs/gst/interfaces/colorbalancechannel.h:
2914         * gst-libs/gst/interfaces/tuner.c:
2915         * gst-libs/gst/interfaces/tunerchannel.c:
2916         * gst-libs/gst/interfaces/tunerchannel.h:
2917         * gst-libs/gst/interfaces/tunernorm.c:
2918         * gst-libs/gst/interfaces/tunernorm.h:
2919         * gst-libs/gst/video/video.c:
2920         * gst-libs/gst/video/video.h:
2921         Document the GstTuner and GstColorBalance interfaces, and some
2922         other random API functions that needed it. 70% symbol coverage, woo.
2923
2924 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2925
2926         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2927         Choose to allocate one less segment but require one additional segment
2928         as latency. 
2929
2930         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2931         No need to increment the number of segments in the source.
2932
2933         * gst-libs/gst/audio/gstbaseaudiosink.c:
2934         (gst_base_audio_sink_get_time), (clock_convert_external),
2935         (gst_base_audio_sink_resample_slaving),
2936         (gst_base_audio_sink_skew_slaving),
2937         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2938         (gst_base_audio_sink_async_play):
2939         Remove adding latency when returning the internal time while subtracting
2940         it again when we use the value a little later.
2941         When calculating the end timestamp, we are making a rounding error
2942         with the current algorithm. Ensure that we don't accumulate these
2943         rounding errors when aligning samples by not resampling at all if we
2944         don't need to. Fixes #419351.
2945         Make the initial calibration of the clock slaving a little more
2946         predictable and accurate. Also handle the case where we don't do
2947         clock slaving.
2948
2949 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2950
2951         Based on a patch by:
2952           Björn Benderius <bjoern dot benderius at axis dot com>
2953
2954         * gst/ffmpegcolorspace/avcodec.h:
2955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2956         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2957         (gst_ffmpegcsp_avpicture_fill):
2958         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2959         * gst/ffmpegcolorspace/imgconvert_template.h:
2960         Add conversions from/to NV12 and NV21 and conversions between those
2961         two formats. Fixes bug #532166.
2962
2963 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2964
2965         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2966         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2967         which happens for example with files smaller than 128kb.
2968
2969 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2970
2971         Patch by: Wouter Cloetens <zombie at e2big dot org>
2972
2973         * gst-libs/gst/rtsp/Makefile.am:
2974         * gst-libs/gst/rtsp/gstrtspconnection.c:
2975         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2976         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2977         (add_auth_header), (gst_rtsp_connection_free),
2978         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2979         (gst_rtsp_connection_set_auth_param),
2980         (gst_rtsp_connection_clear_auth_params):
2981         * gst-libs/gst/rtsp/gstrtspconnection.h:
2982         Add Digest authorization support for RTSP connections. See #532065.
2983
2984         * gst-libs/gst/rtsp/md5.c:
2985         * gst-libs/gst/rtsp/md5.h:
2986         Yeap, another md5 implementation until we can depend on a glib that has
2987         support for it.
2988
2989 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2990
2991         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2992
2993         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2994         Let audioresample use the buffer allocation of basetransform instead
2995         of it's own stuff.
2996
2997         * tests/check/elements/audioresample.c: (alloc_only_48000),
2998         (GST_START_TEST), (audioresample_suite):
2999         Add unit test for the recent basetransform bugfix, where upstream
3000         changes caps to something that can't be passed through anymore.
3001
3002 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3003
3004         * win32/common/config.h.in:
3005           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3006           use the real thing than having "???" unconditionally.
3007
3008 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3009
3010         * gst-libs/gst/audio/gstbaseaudiosink.c:
3011         (gst_base_audio_sink_query):
3012         Report the latency with the new seglatency parameter.
3013
3014         * gst-libs/gst/audio/gstringbuffer.c:
3015         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3016         (gst_ring_buffer_acquire):
3017         * gst-libs/gst/audio/gstringbuffer.h:
3018         Add new field to the ringbufferspec to specify the expected latency
3019         between the underlying device read/write pointer, this is needed
3020         when writing sinks that sit a little closer to the hardware.
3021         Add some more docs for other fields.
3022
3023 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3024
3025         * gst/volume/gstvolume.c: (volume_transform_ip):
3026         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3027         reason instead of crashing later. Might fix bug #509125.
3028
3029 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3030
3031         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3032
3033         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3034         * gst/audioconvert/audioconvert.h:
3035         * gst/audioconvert/gstaudioconvert.c:
3036         (gst_audio_convert_parse_caps),
3037         (structure_has_fixed_channel_positions),
3038         (gst_audio_convert_transform_caps):
3039         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3040         Add support for more than 8 channels and NONE channel layouts. For
3041         more than 8 channels no channel conversion is supported yet, only
3042         format conversions are supported. Fixes bug #398033.
3043
3044         * tests/check/elements/audioconvert.c: (verify_convert),
3045         (GST_START_TEST), (audioconvert_suite):
3046         Add some unit tests by Tim for checking the NONE channel layouts
3047         and more than 8 channels and add some more unit tests for channel
3048         conversions.
3049
3050 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3051
3052         * gst/playback/gstdecodebin2.c: (connect_pad):
3053         When autoplugging fails, set the element back to NULL before
3054         unreffing it.
3055
3056 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3057
3058         * win32/common/libgstaudio.def:
3059         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3060         symbols.
3061
3062 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3063
3064         * gst/subparse/samiparse.c: (handle_start_sync),
3065         (end_sami_element), (characters_sami):
3066         Remove trailing, leading and double whitespaces.
3067         Correctly timestamp buffers and output the last buffer too.
3068
3069         * tests/check/elements/subparse.c: (GST_START_TEST),
3070         (subparse_suite):
3071         Add a simple unit test for SAMI parsing.
3072
3073 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3074
3075         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3076
3077         * gst/subparse/samiparse.c: (handle_start_sync),
3078         (start_sami_element), (end_sami_element), (characters_sami),
3079         (sami_context_reset):
3080         Only output characters inside the "sync" elements. There could be
3081         other elements like "style" that have some content but should
3082         not be printed. Fixes bug #467911.
3083
3084 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3085
3086         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3087         (set_active_source):
3088         * gst/playback/gstplaybasebin.h:
3089         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3090         (playbin_set_audio_mute):
3091         Allow setting -1 as current-audio to mute the current audio stream,
3092         similar to what is done for subtitles. Fixes bug #342294.
3093
3094 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3095
3096         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3097         It's SorensOn and not SorensEn.
3098
3099 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3100
3101         * gst-libs/gst/pbutils/descriptions.c: (formats):
3102           Fix description of video/x-flash-video.
3103
3104 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3105
3106         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3107         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3108         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3109         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3110         Remove some unused code.
3111
3112         * gst/audioconvert/gstaudioquantize.c:
3113         (gst_audio_quantize_free_noise_shaping):
3114         Don't return before freeing the noise shaping history.
3115
3116 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3117
3118         * tests/check/elements/subparse.c: (do_test),
3119           (test_tmplayer_style3b), (subparse_suite):
3120           Add unit test for the tmplayer variant from bug #530962.
3121
3122 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3123
3124         * gst/subparse/gstsubparse.c: (handle_buffer),
3125           (gst_sub_parse_sink_event):
3126         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3127           (tmplayer_parse_line):
3128           Fix parsing of tmplayer subtitle variant where every single line contains
3129           text and there isn't an empty line after each line to determine the
3130           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3131           making sure that we push out the last line of text without a duration if
3132           there's still text left in the buffer at the end.
3133
3134 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3135
3136         * gst/subparse/gstsubparse.c: (feed_textbuf):
3137           Fix detection of discontinuities based on the buffer offset (doesn't work
3138           so well if no buffer offset is set) and also check for the DISCONT buffer
3139           flag. This keeps the parser state from being reset after each buffer in
3140           the unit test.
3141
3142 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3143
3144         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3145           Further fine-tuning: don't absolutely require sequence or GOP headers
3146           (as introduced in the previous commit), but adjust the typefind
3147           probabilities returned accordingly if we don't see them. Also make sure
3148           picture header and first slice are somewhat close to each other (which
3149           is not perfect but still better than requiring a fixed offset or having
3150           no limit at all).
3151
3152 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3153
3154         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3155         (gst_basertppayload_sink_setcaps),
3156         (gst_basertppayload_sink_getcaps):
3157         Rename the setcaps/getcaps function internally to make it clear that
3158         they are called for the sink pad.
3159
3160 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3163         (gst_base_rtp_depayload_class_init),
3164         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3165         (gst_base_rtp_depayload_packet_lost),
3166         (gst_base_rtp_depayload_set_gst_timestamp):
3167         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3168         Catch packet-lost events from the jitterbuffer and convert them into a
3169         vmethod call (lost-packet) so that depayloaders can do something smart.
3170         Also add a default packet-lost function that sends out a segment update
3171         to the decoders.
3172
3173 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3174
3175         * gst/playback/test4.c:
3176         * gst/playback/test5.c:
3177         * gst/playback/test6.c:
3178         * gst/playback/test7.c:
3179           Also include config.h when relying on defines from it. Fixes the
3180           build. Its been a please to serve :)
3181
3182 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3183
3184         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3185         (paint_setup_NV21), (paint_hline_NV12_NV21):
3186         Add support for NV12 and NV21 in videotestsrc
3187
3188 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3189
3190         * gst/videoscale/gstvideoscale.c:
3191         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3192         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3193         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3194         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3195         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3196         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3197         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3198         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3199         (vs_image_scale_linear_RGB555):
3200         Support 1x1 images as input and output as for example the BBC HQ new
3201         streams have 1x1 GIFs in the playlists for some reason.
3202
3203 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3204
3205         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3206           (try_to_link_1):
3207           If we can't activate one of the decoders we plugged in (such as,
3208           say, musepackdec) for some reason (it might not support push mode,
3209           for example), remove any pad probes that close_pad_link() might
3210           have set up. This makes sure we later don't try to remove a probe
3211           for a pad that doesn't exist any longer, and avoids nast warnings
3212           and probably other things too.
3213
3214 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3215
3216         * gst/typefind/gsttypefindfunctions.c:
3217           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3218           (plugin_init):
3219           Rework mpeg video stream typefinding a bit more: make sure sequence,
3220           GOP, picture and slice headers appear in the order they should and
3221           that we've in fact at least had one of each; fix picture header
3222           detection; decouple picture and slice header check - don't assume
3223           they're at a fixed offset, there may be extra data in between. Also,
3224           announce varying degrees of probability depending on what we found
3225           exactly (multiple pictures, at least one picture, just sequence and
3226           GOP headers). Finally, in _ensure_data(), take into account that we
3227           might be typefinding smaller amounts of data, such as the first
3228           buffer of a stream, so fall back to the minimum size needed as long
3229           as that's available, instead of erroring out if there's less than
3230           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3231           fuzzed file from #399342 as valid.
3232
3233 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3234
3235         * ext/theora/theoradec.c:
3236           Cool kids don't divide by zero.
3237           Treat PAR of x:0 as 1:1.
3238           Fixes #530719.
3239
3240 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3241
3242         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3243           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3244           (mpeg_video_stream_type_find):
3245           Refactor a bit: use context structure to track parsing offset and
3246           size of available data and make the code a bit clearer. Fixes bad
3247           memory access in #356937.
3248
3249 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3250
3251         * gst/playback/test4.c:
3252         * gst/playback/test5.c:
3253         * gst/playback/test6.c:
3254         * gst/tcp/gstmultifdsink.c:
3255           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3256           is defined.
3257
3258 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3259
3260         * gst-libs/gst/audio/gstbaseaudiosink.h:
3261         Clarify some docs.
3262
3263         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3264         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3265         (gst_base_audio_src_set_slave_method),
3266         (gst_base_audio_src_get_slave_method),
3267         (gst_base_audio_src_set_property),
3268         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3269         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3270         Add property and methods for selecting the clock slave method in the
3271         source, like in the sink.
3272         We only implement "none" and "re-timestamp" for now.
3273         API: gst_base_audio_src_set_slave_method()
3274         API: gst_base_audio_src_get_slave_method()
3275
3276 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3277
3278         * gst-libs/gst/rtp/gstrtpbuffer.c:
3279         Fix the docs about the seqnum compare function, it returns a difference.
3280
3281 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3282
3283         * ext/alsa/gstalsadeviceprobe.c:
3284         (gst_alsa_get_device_list): Don't return before freeing up
3285         the allocated structures.
3286
3287 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3288
3289         * gst/playback/gstplaybin.c:
3290           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3291
3292 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3293
3294         * ext/ogg/gstoggdemux.c:
3295           Revert the event part, that should not go in.
3296
3297 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3298
3299         * ext/ogg/gstoggdemux.c:
3300           Don't leak GstPluginFeatures when filtering.
3301
3302 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3303
3304         * sys/xvimage/xvimagesink.c:
3305           Add some logging for cases when grabbing the xv failed.
3306
3307 2008-04-21  David Schleef  <ds@schleef.org>
3308
3309         * ext/ogg/gstoggmux.c:
3310           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3311           packet.  Should conform to what we currently think is the
3312           final Ogg/Dirac muxing spec.
3313
3314 2008-04-21  David Schleef  <ds@schleef.org>
3315
3316         * sys/xvimage/xvimagesink.c:
3317           Fix typo that causes the overlay keying color to bright green
3318           on a 16-bit display.  Dark grey good.  Bright green bad.
3319
3320 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3321
3322         * ext/gnomevfs/gstgnomevfsuri.c:
3323           Add  FIXME comment about using uri-list for source and sink.
3324
3325 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3326
3327         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3328         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3329         vaargs functions to gint. Otherwise the fractions will get 0 set
3330         instead of the correct value on big endian systems. Fixes bug #529018.
3331
3332 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3333
3334         * ext/gnomevfs/gstgnomevfssink.c:
3335         (gst_gnome_vfs_sink_uri_get_protocols):
3336         * ext/gnomevfs/gstgnomevfssrc.c:
3337         (gst_gnome_vfs_src_uri_get_protocols):
3338         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3339         (gst_gnomevfs_get_supported_uris):
3340         Get the list of supported URI schemes in a threadsafe way and use the
3341         same list for the source and sink.
3342
3343 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3346         (gst_gio_get_supported_protocols):
3347         Don't generate a new supported protocols list on each call but cache
3348         it. It's supposed to be static anyway, this way we only leak it once
3349         per process.
3350
3351         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3352         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3353         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3354         (gst_gio_sink_start):
3355         * ext/gio/gstgiosink.h:
3356         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3357         (gst_gio_src_class_init), (gst_gio_src_finalize),
3358         (gst_gio_src_set_property), (gst_gio_src_get_property),
3359         (gst_gio_src_start):
3360         * ext/gio/gstgiosrc.h:
3361         API: Add "file" properties where one can set a GFile as
3362         source/destination.
3363
3364         Add locking to the properties and use
3365         gst_element_class_set_details_simple() instead of a static
3366         GstElementDetails struct.
3367
3368 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3371         (plugin_init):
3372         Add "mpp" and "mp+" as possible extensions for MusePack files.
3373
3374         Add typefinding for MusePack StreamVersion 8 files and include the
3375         stream version in the caps.
3376
3377 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * gst-libs/gst/rtp/gstrtppayloads.c:
3380         (gst_rtp_payload_info_for_name):
3381         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3382
3383 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * configure.ac:
3386           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3387           (NB: this only affects compilation of some of the examples).
3388           Remove some configure.ac cruft that's not needed any longer.
3389
3390 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3391
3392         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3393         Don't validate the payload if there isn't any.
3394         Fixes #525915
3395
3396 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3397
3398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3399         Use g_atomic_int_set() instead of gst_atomic_int_set().
3400
3401 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3402
3403         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3404         Return NULL instead of a gchar * array with one NULL element if we
3405         don't get any supported URI schemes from GIO.
3406
3407 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3408
3409         * gst/audiotestsrc/gstaudiotestsrc.c:
3410           Remove cpp style commented old code.
3411
3412 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3413
3414         * gst/playback/gstdecodebin2.c:
3415           Fix signal docs.
3416
3417 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3418
3419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3420           (gst_text_overlay_init):
3421           Fix textoverlay unit test again by making the supposed default
3422           value for the wait-text property the actual default value.
3423           Also fix Since: tag for new property.
3424
3425 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3428           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3429           (gst_video_format_get_pixel_stride),
3430           (gst_video_format_get_component_width),
3431           (gst_video_format_get_component_height),
3432           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3433           (gst_video_format_convert):
3434           Add guards to these functions to ensure sane input values.
3435
3436         * tests/check/libs/video.c:
3437           Fix unit test not to create caps with width=0 and height=0.
3438
3439 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3440
3441         * docs/design/draft-keyframe-force.txt:
3442         Fix typo.
3443
3444         * gst/playback/gstqueue2.c: (update_buffering),
3445         (gst_queue_handle_src_query):
3446         Set buffering mode in the messages.
3447         Set buffering percent in the query.
3448
3449         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3450         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3451         Do some more fancy things based on the buffering method in use.
3452
3453 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3454
3455         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3456         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3457         (msg_buffering), (main):
3458         Add basic download reports to seek using the new buffering API.
3459
3460 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3461
3462         * gst/playback/gstqueue2.c: (update_buffering),
3463         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3464         (gst_queue_src_checkgetrange_function):
3465         Include extra buffering stats in the buffering message.
3466         Implement BUFFERING query.
3467
3468         * gst/playback/gsturidecodebin.c: (do_async_start),
3469         (do_async_done), (type_found), (setup_streaming), (setup_source),
3470         (gst_uri_decode_bin_change_state):
3471         Only add decodebin2 when the type is found in streaming mode.
3472         Make uridecodebin async to PAUSED even when we don't have decodebin2
3473         added yet.
3474
3475 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3478         Filter cdda from the supported URI schemes. We can't support
3479         musicbrainz tags and everything else one expects from a cdda source
3480         with GIO. Fixes bug #526794.
3481
3482 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3483
3484         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3485         (gst_xvimagesink_buffer_alloc):
3486         Fix calculation of 'expected size' for YV12 buffers.
3487         Be a little more verbose in the debug output for buffer-alloc'ed
3488         buffers which turn out to have the wrong size.
3489
3490 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3491
3492         * NEWS:
3493         * RELEASE:
3494         * gst-plugins-base.doap:
3495           Merge other changes from 0.10.19 release branch.
3496
3497 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst-libs/gst/audio/gstbaseaudiosink.c:
3500           (gst_base_audio_sink_class_init):
3501         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3502           (gst_base_audio_src_class_init):
3503         * gst/playback/gstplayback.c: (plugin_init):
3504         * gst/volume/gstvolume.c: (plugin_init):
3505           Work around missing bits of thread-safety on older GLibs some
3506           more to avoid assertions when starting up multiple playbin
3507           objects concurrently (see #512382).
3508
3509 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3512           Remove some more fields.
3513
3514 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3515
3516         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3517
3518         * configure.ac:
3519         Actually build dlls when cross-compiling with mingw32.
3520         Fixes bug #526247.
3521
3522 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3523
3524         * configure.ac:
3525           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3526
3527 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3528
3529         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3530         (msg_buffering), (connect_bus_signals), (main):
3531         Add statusbar.
3532         Add buffering support with feedback in the statusbar.
3533
3534 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * ext/ogg/gstoggmux.c:
3537           Fix sample pipeline description.
3538
3539 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3540
3541         * docs/plugins/Makefile.am:
3542         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3543         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3545           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3546
3547         * docs/plugins/gst-plugins-base-plugins.args:
3548         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3549         * docs/plugins/gst-plugins-base-plugins.interfaces:
3550         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3551         * docs/plugins/inspect/plugin-adder.xml:
3552         * docs/plugins/inspect/plugin-alsa.xml:
3553         * docs/plugins/inspect/plugin-audioconvert.xml:
3554         * docs/plugins/inspect/plugin-audiorate.xml:
3555         * docs/plugins/inspect/plugin-audioresample.xml:
3556         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3557         * docs/plugins/inspect/plugin-cdparanoia.xml:
3558         * docs/plugins/inspect/plugin-decodebin.xml:
3559         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3560         * docs/plugins/inspect/plugin-gdp.xml:
3561         * docs/plugins/inspect/plugin-gnomevfs.xml:
3562         * docs/plugins/inspect/plugin-libvisual.xml:
3563         * docs/plugins/inspect/plugin-ogg.xml:
3564         * docs/plugins/inspect/plugin-pango.xml:
3565         * docs/plugins/inspect/plugin-playback.xml:
3566         * docs/plugins/inspect/plugin-queue2.xml:
3567         * docs/plugins/inspect/plugin-subparse.xml:
3568         * docs/plugins/inspect/plugin-tcp.xml:
3569         * docs/plugins/inspect/plugin-theora.xml:
3570         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3571         * docs/plugins/inspect/plugin-uridecodebin.xml:
3572         * docs/plugins/inspect/plugin-video4linux.xml:
3573         * docs/plugins/inspect/plugin-videorate.xml:
3574         * docs/plugins/inspect/plugin-videoscale.xml:
3575         * docs/plugins/inspect/plugin-videotestsrc.xml:
3576         * docs/plugins/inspect/plugin-volume.xml:
3577         * docs/plugins/inspect/plugin-vorbis.xml:
3578         * docs/plugins/inspect/plugin-ximagesink.xml:
3579         * docs/plugins/inspect/plugin-xvimagesink.xml:
3580           Update introspection data.
3581
3582         * ext/ogg/gstoggmux.c:
3583           Document oggmux.
3584
3585         * gst/playback/gstdecodebin2.c:
3586           Don't use gtk-doc style comment start for private stuff, but make it
3587           formatted like this for consistency.
3588
3589 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3592         (gst_decode_bin_init), (gst_decode_bin_dispose),
3593         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3594         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3595         (analyze_new_pad), (connect_pad), (expose_pad),
3596         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3597         (gst_decode_group_expose), (gst_decode_group_free),
3598         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3599         Remove fakesink hack, we can now implement this more elegantly.
3600         Added property to bypass typefinding.
3601         Removed underrun callback and demuxer pad probe, we now use the srcpad
3602         probe to expose groups.
3603         API::sink-caps property
3604
3605         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3606         Guard against multiple emissions of the no_more_pads signal, which
3607         happens when we are dealing with chained oggs.
3608
3609         * gst/playback/gsturidecodebin.c: (remove_decoders),
3610         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3611         (setup_source):
3612         For streams, use our own typefind element and plug our queue after it.
3613         We will need this to determine the type of buffering to use for the
3614         queue soon.
3615
3616 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3617
3618         * gst-libs/gst/audio/gstbaseaudiosink.c:
3619         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3620         Guard against over and underflows because of clock slaving.
3621         When we are using our own clock, still compensate for any calibrations
3622         that we might have done to our clock.
3623
3624 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3625
3626         * ext/theora/theoradec.c: (theora_handle_type_packet),
3627         (theora_dec_chain):
3628         Don't try to do anything fancy with the return code from pushing an
3629         event, it does not have enough information to turn it into a
3630         GST_FLOW_ERROR.
3631
3632 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3633
3634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3635         (gst_ogg_demux_chain_elem_pad):
3636         Add small debug line.
3637         Pass return code from the internal decoder instead of the too generic
3638         GST_FLOW_ERROR.
3639
3640 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3641
3642         * gst-libs/gst/cdda/Makefile.am:
3643         * gst-libs/gst/cdda/base64.c:
3644         * gst-libs/gst/cdda/base64.h:
3645         * gst-libs/gst/cdda/gstcddabasesrc.c:
3646         (gst_cddabasesrc_calculate_musicbrainz_discid):
3647         Use GLib's base64 implementation instead of our own.
3648
3649 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3650
3651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3652         (gst_ogg_demux_read_chain):
3653         Refix oggdemux, we only have a problem if we failed to find a chain and
3654         we are not EOF.
3655
3656 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3657
3658         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3659
3660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3661         (gst_ogg_demux_read_chain):
3662         When we fail to find a BOS page and we and up with no chain, error out
3663         properly instead of segfaulting. Fixes #525665.
3664
3665 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3666
3667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3668         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3669         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3670         no-more-pads...
3671
3672 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3673
3674         * gst/playback/gstqueue2.c: (update_out_rates),
3675         (gst_queue_open_temp_location_file),
3676         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3677         (gst_queue_handle_src_query), (gst_queue_set_property):
3678         Update the estimated input data when we push out a buffer.
3679         Add some debug info about the temp file.
3680         Only forward src events when we are not using a temp file.
3681         Don't block the duration query, we need to find something better.
3682         Don't leak the temp filename.
3683
3684 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3685
3686         * configure.ac:
3687         Require GLib 2.12 and liboil 0.3.14.
3688
3689         * gst/volume/gstvolume.c: (volume_process_double):
3690         Unconditionally use liboil 0.3.14 function.
3691
3692 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3693
3694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3695         ms-gsm can have arbitrarty sample rates. See #481354.
3696
3697 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3698
3699         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3700         MP4S is generic MPEG-4, not a microsoft variant.
3701
3702 2008-03-27  Michael Smith <msmith@fluendo.com>
3703
3704         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3705           Check the body CRC (if set) when depayloading.
3706           Fixes #522401.
3707
3708 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3711           Fix Since: version for new property.
3712
3713 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3714
3715         * gst-libs/gst/rtsp/gstrtspconnection.c:
3716         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3717         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3718         Don't error when poll_wait returns EAGAIN.
3719
3720 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3721
3722         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3723         The queue is never filled when there are no buffers in the queue at all.
3724         Fixes #523993.
3725
3726 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3727
3728         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3729         (init_group), (free_group), (gst_play_bin_init),
3730         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3731         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3732         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3733         (gst_play_bin_set_current_video_stream),
3734         (gst_play_bin_set_current_audio_stream),
3735         (gst_play_bin_set_current_text_stream),
3736         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3737         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3738         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3739         (activate_group), (deactivate_group), (setup_next_source),
3740         (save_current_group), (gst_play_bin_change_state):
3741         Update some docs.
3742         Add new locks and conds to protect pipeline creation and group
3743         switching.
3744         Implement the sub-uri property.
3745         Keep track of pending uridecodebin creation and configure the output
3746         pipeline after all streams are configured.
3747         Propagate subtitle encoding to the uridecodebins.
3748         Implement getting the video/audio/visualisation elements.
3749         Use input-selector for stream switching.
3750         If we are asked to do visualisation, prefer to autoplug raw sinks
3751         instead of sinks that accept encoded data.
3752
3753 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3754
3755         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3756         (gst_play_sink_init), (gst_play_sink_dispose),
3757         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3758         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3759         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3760         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3761         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3762         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3763         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3764         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3765         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3766         * gst/playback/gstplaysink.h:
3767         Add methods to get audio/video/vis elements.
3768         Add methods to set the font description for the overlay.
3769         Remove properties, we're using this element with its methods only.
3770         Add support for subtitles.
3771         Rearrange the locking a bit to not use the object lock for protecting
3772         the pipeline construction.
3773         Try to use the volume and mute property on the sink when its available.
3774         Implement the mute option with volume when the sink does not have a mute
3775         property.
3776         Only add volume element when the sink has no volume property.
3777         Only do visualisations with raw audio pads.
3778
3779 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3780
3781         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3782         (gst_text_overlay_init), (gst_text_overlay_set_property),
3783         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3784         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3785         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3786         (gst_text_overlay_change_state):
3787         * ext/pango/gsttextoverlay.h:
3788         Add property to configure waiting for text on the textpad or not, with
3789         the default behaviour being the old one (always wait for text before
3790         rendering the video). This default behaviour is usually not the best one
3791         because the text stream can very sparse and could require queueing a lot
3792         of video.
3793         Fix the flushing and EOS handing so that we don't mix up their meaning.
3794
3795 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3796
3797         * gst/playback/gsturidecodebin.c:
3798         (gst_uri_decode_bin_autoplug_factories),
3799         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3800         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3801         (gst_uri_decode_bin_set_property),
3802         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3803         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3804         (proxy_autoplug_factories_signal), (make_decoder),
3805         (source_new_pad), (setup_source):
3806         Add a readonly source property and notify.
3807         Add new lock for protecting the construction of the pipeline.
3808         Keep track of the decodebins we plugged.
3809         Correctly proxy the autoplug signal so that it actually continues.
3810         Proxy subtitle-encoding to the decodebins.
3811
3812 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3813
3814         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3815         (text_toggle_cb), (update_streams), (main):
3816         Rearrange some buttons in playbin2 and make some other boxes insensitive
3817         when needed.
3818         Add language codes to subtitle selection boxes when we gind the right
3819         tags for the streams.
3820
3821 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3822
3823         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3824         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3825         (gst_decode_bin_set_subs_encoding),
3826         (gst_decode_bin_get_subs_encoding),
3827         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3828         (deactivate_free_recursive):
3829         Protect caps property with the object lock.
3830         Protect encoding property with the object lock.
3831         Keep list of elements we added that have the subtitle-encoding property.
3832         Distribute the subtitle-encoding to all of the elements when it
3833         changes.
3834
3835 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3836
3837         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3838         Small debug improvement.
3839
3840         * gst-libs/gst/audio/gstbaseaudiosink.c:
3841         (gst_base_audio_sink_render):
3842         Fix bug in determining the sample start/stop position, we want to base
3843         this decision on the fact that we are going forwards or backwards, not
3844         slower or faster. This fixes some ugly resync warnings when playing at
3845         very slow speeds.
3846
3847 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3848
3849         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3850         Correctly set the supported URI schemes and don't leave
3851         some schemes in the middle or at the start at NULL.
3852
3853 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * tests/check/elements/gdpdepay.c:
3856           Make test compile without unused function/variable warnings on PPC.
3857  
3858 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3859
3860         * configure.ac:
3861         * ext/alsa/gstalsamixerelement.c:
3862         (gst_alsa_mixer_element_class_init):
3863         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3864         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3865         * ext/cdparanoia/gstcdparanoiasrc.c:
3866         (gst_cd_paranoia_src_class_init):
3867         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3868         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3869         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3870         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3871         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3874         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3875         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3876         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3877         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3878         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3879         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3880         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3881         (gst_audio_filter_template_class_init):
3882         * gst-libs/gst/audio/gstbaseaudiosink.c:
3883         (gst_base_audio_sink_class_init):
3884         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3885         (gst_base_audio_src_class_init):
3886         * gst-libs/gst/cdda/gstcddabasesrc.c:
3887         (gst_cdda_base_src_class_init):
3888         * gst-libs/gst/interfaces/mixertrack.c:
3889         (gst_mixer_track_class_init):
3890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3891         (gst_base_rtp_depayload_class_init):
3892         * gst-libs/gst/rtp/gstbasertppayload.c:
3893         (gst_basertppayload_class_init):
3894         * gst/audioconvert/gstaudioconvert.c:
3895         (gst_audio_convert_class_init):
3896         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3897         * gst/audioresample/gstaudioresample.c:
3898         (gst_audioresample_class_init):
3899         * gst/audiotestsrc/gstaudiotestsrc.c:
3900         (gst_audio_test_src_class_init):
3901         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3902         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3904         (preroll_unlinked):
3905         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3906         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3907         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3908         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3909         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3910         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3911         (gst_stream_selector_class_init):
3912         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3913         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3914         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3915         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3916         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3917         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3918         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3919         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3920         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3921         * gst/videotestsrc/gstvideotestsrc.c:
3922         (gst_video_test_src_class_init):
3923         * gst/volume/gstvolume.c: (gst_volume_class_init):
3924         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3925         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3926         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3928         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3930         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3931         static strings (i.e. all). This gives us less memory usage,
3932         fewer allocations and thus less memory defragmentation. Depend
3933         on core CVS for this. Fixes bug #523806.
3934
3935 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3936
3937         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3938         Filter http and https protocols. GIO/GVfs handles them but it's
3939         impossible to implement iradio/icecast with it. Better use
3940         souphttpsrc or something else for this.
3941
3942         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3943         If getting the file informations by a query fails try it with the
3944         seek-to-end trick too.
3945
3946 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3949         (gst_volume_base_init), (gst_volume_class_init),
3950         (volume_process_double), (volume_process_float),
3951         (volume_transform_ip), (plugin_init):
3952         memset buffers to zero if we get a GAP buffer. We usually see a
3953         buffer as one unit so let's handle it as one and don't care about
3954         volume changes while processing one buffer.
3955         Also clean up some stuff a bit.
3956
3957 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3958
3959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3960         (gst_audio_convert_create_silence_buffer),
3961         (gst_audio_convert_transform):
3962         Make audioconvert GAP-aware by outputting silence buffers when the
3963         input has the GAP flag set. This is up to 8x faster.
3964         Based on a patch by Stefan Kost. Fixes bug #517813.
3965
3966 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3967
3968         * gst/volume/gstvolume.c: (volume_process_double):
3969         Use oil_scalarmultiply_f64_ns() for double processing when it's
3970         available at compile time.
3971
3972 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3973
3974         * configure.ac:
3975         Fix lrint/lrintf checks to actually work. These functions are
3976         in libm on Linux at least so try to link to it.
3977
3978 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3979
3980         * configure.ac:
3981         Back to development - 0.10.18.1
3982
3983 === release 0.10.18 ===
3984
3985 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3986
3987         * configure.ac:
3988           releasing 0.10.18, "I will follow"
3989
3990 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3991
3992         * configure.ac:
3993         * win32/common/config.h:
3994         0.10.17.4 pre-release
3995
3996 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3997
3998         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3999         Use GST_STR_NULL when trying to print strings that could be NULL because
4000         this might crash on some platforms. See #520808.
4001
4002 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4005
4006         * gst-libs/gst/rtsp/gstrtspconnection.c:
4007         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4008         (read_line), (gst_rtsp_connection_read_internal):
4009         Generic Windows fixes that makes libgstrtsp work on Windows when
4010         coupled with the new GstPoll API. See #520808.
4011
4012 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4013
4014         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4015
4016         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4017           If seeking to a new position succeeds don't simply return from
4018           create() without creating a buffer. Do this only in the case
4019           seeking to the new position fails. Fixes bug #523054.
4020
4021 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4022
4023         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4024           (gst_video_format_from_rgba32_masks):
4025           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4026           (#522635).
4027
4028         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4029           Add unit test for the RGB caps parsing and creation, checking for
4030           internal consistency of the new API and consistency of the API with
4031           the old GST_VIDEO_CAPS_* defines.
4032
4033 2008-03-14  David Schleef  <ds@schleef.org>
4034
4035         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4036           because -base is in freeze.
4037
4038 2008-03-14  David Schleef  <ds@schleef.org>
4039
4040         Patch by: William M. Brack
4041
4042         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4043
4044 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4045
4046         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4047         (gst_selector_pad_chain):
4048         * gst/playback/gststreamselector.h:
4049         Revert change that caused regression until a real fix is found.
4050         Fixes #522203.
4051
4052 2008-03-12  Michael Smith <msmith@fluendo.com>
4053
4054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4055         * gst-libs/gst/audio/gstringbuffer.h:
4056           Rename recently added buffer types to make more sense.
4057         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4058         (gst_alsasink_write):
4059           Adapt for above API changes.
4060           Fixes bug #520523.
4061
4062 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4063
4064         * win32/common/libgstnetbuffer.def:
4065         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4066
4067 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4068
4069         * configure.ac:
4070         * win32/common/config.h:
4071         0.10.17.3 pre-release
4072
4073 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4074
4075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4076         (gst_base_audio_src_create):
4077         Fix duration when no clock was provided. Fixes #520300.
4078
4079 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4080
4081         Patch by: Olivier Crete  <tester at tester ca>
4082
4083         * docs/libs/gst-plugins-base-libs-sections.txt:
4084         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4085         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4086         Add trivial function to compare GstNetAddress. See #520626.
4087         API: GstNetBuffer::gst_netaddress_equal
4088
4089 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4090
4091         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4092         Update mode property docs, it's deprecated now.
4093
4094 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4095
4096         * gst-libs/gst/rtsp/gstrtspconnection.c:
4097         (gst_rtsp_connection_create):
4098         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4099         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4100         * gst/tcp/gstmultifdsink.h:
4101         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4102         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4103         Remove GstPollMode from gstpoll constructor.
4104
4105 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4106
4107         * configure.ac:
4108         * win32/common/config.h:
4109         0.10.17.2 pre-release
4110
4111 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4112
4113         * gst/Makefile.am:
4114         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4115         them twice
4116
4117         * win32/common/libgstinterfaces.def:
4118         * win32/common/libgstrtp.def:
4119         Add new API to the defs
4120
4121 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4122
4123         Patch by: Mersad Jelacic  <mersad at axis dot com>
4124
4125         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4126         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4127         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4128         possible to specify the sample size in bits. (#509637)
4129
4130 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4131
4132         * tests/check/libs/mixer.c:
4133           Add a few simple checks for the new message types.
4134
4135 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * docs/libs/gst-plugins-base-libs-sections.txt:
4138         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4139           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4140           (gst_mixer_message_get_type),
4141           (gst_mixer_message_parse_option_changed),
4142           (gst_mixer_message_parse_options_list_changed):
4143         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4144           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4145           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4146           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4147           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4148           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4149
4150 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4153           (gst_mixer_options_get_values):
4154         * gst-libs/gst/interfaces/mixeroptions.h:
4155           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4156           (_GstMixerOptions), (_GstMixerOptionsClass):
4157           API: add GstMixerOptions::get_values vfunc (#519906)
4158
4159 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4160
4161         * configure.ac:
4162         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4163         plug-ins are included/excluded. (#498222)
4164
4165 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4166
4167         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4168         Add typefinder for IMelody files, using audio/x-imelody.
4169         See bug #519516.
4170
4171 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4172
4173         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4174         * ext/alsa/gstalsasink.c: (set_hwparams):
4175         * ext/alsa/gstalsasrc.c: (set_hwparams):
4176         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4177         * ext/ogg/gstoggmux.h:
4178         * ext/ogg/gstogmparse.c:
4179         * gst-libs/gst/audio/audio.c:
4180         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4181         * gst-libs/gst/pbutils/missing-plugins.c:
4182         (gst_missing_uri_sink_message_new),
4183         (gst_missing_element_message_new),
4184         (gst_missing_decoder_message_new),
4185         (gst_missing_encoder_message_new):
4186         * gst-libs/gst/rtp/gstbasertppayload.c:
4187         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4188         (gst_rtcp_packet_bye_get_reason):
4189         * gst/audioconvert/gstaudioconvert.c:
4190         * gst/audioresample/gstaudioresample.c:
4191         * gst/ffmpegcolorspace/imgconvert.c:
4192         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4193         * gst/typefind/gsttypefindfunctions.c:
4194         * gst/videoscale/vs_4tap.c:
4195         * gst/videoscale/vs_4tap.h:
4196         * sys/v4l/gstv4lelement.c:
4197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4198         * sys/v4l/v4l_calls.c:
4199         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4200         (gst_v4lsrc_try_capture):
4201         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4202         (gst_ximagesink_ximage_new):
4203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4204         (gst_xvimagesink_xvimage_new):
4205         * tests/check/elements/audioconvert.c:
4206         * tests/check/elements/audioresample.c:
4207         (fail_unless_perfect_stream):
4208         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4209         * tests/check/elements/decodebin.c:
4210         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4211         (setup_gdpdepay_streamheader):
4212         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4213         (setup_gdppay_streamheader):
4214         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4215         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4216         * tests/check/elements/textoverlay.c:
4217         * tests/check/elements/videorate.c: (setup_videorate):
4218         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4219         * tests/check/elements/volume.c: (setup_volume):
4220         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4221         * tests/check/elements/vorbistag.c:
4222         * tests/check/generic/clock-selection.c:
4223         * tests/check/generic/states.c: (setup), (teardown):
4224         * tests/check/libs/cddabasesrc.c:
4225         * tests/check/libs/video.c:
4226         * tests/check/pipelines/gio.c:
4227         * tests/check/pipelines/oggmux.c:
4228         * tests/check/pipelines/simple-launch-lines.c:
4229         (simple_launch_lines_suite):
4230         * tests/check/pipelines/streamheader.c:
4231         * tests/check/pipelines/theoraenc.c:
4232         * tests/check/pipelines/vorbisdec.c:
4233         * tests/check/pipelines/vorbisenc.c:
4234         * tests/examples/seek/scrubby.c:
4235         * tests/examples/seek/seek.c: (query_positions_elems),
4236         (query_positions_pads):
4237         * tests/icles/stress-xoverlay.c: (myclock):
4238         Correct all relevant warnings found by the sparse semantic code
4239         analyzer. This include marking several symbols static, using
4240         NULL instead of 0 for pointers and using "foo (void)" instead
4241         of "foo ()" for declarations.
4242
4243         * win32/common/libgstrtp.def:
4244         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4245
4246 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4247
4248         Patch by: José Alburquerque <jaalburqu svn gnome org>
4249
4250         * gst/playback/gstplaybin2.c:
4251           Make the function signature of the _get_*_tags() functions match
4252           the signature of the vfuncs they implement, ie. return a
4253           GstTagList rather than a GstStructure, which is more correct,
4254           even if one is typedef'ed to the other (#518940).
4255
4256 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * gst-libs/gst/rtsp/gstrtspconnection.c:
4259           Don't include unix headers unconditionally (fixes #518037).
4260
4261 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4264           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4265           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4266           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4267           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4268           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4269           (gst_video_format_is_packed), (video_format_is_packed):
4270           Add unit test that makes sure that the strides, offsets and
4271           sizes returned for the various YUV formats by the new video API
4272           match the old reference implementation in videotestsrc.
4273
4274 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4277           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4278           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4279           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4280           (gst_video_format_get_pixel_stride),
4281           (gst_video_format_get_component_width),
4282           (gst_video_format_get_component_height),
4283           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4284         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4285           (GST_VIDEO_FORMAT_Y42B):
4286           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4287
4288 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4289
4290         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4291           YV12 is I420 with swapped components 1 and 2, so the offset of
4292           component 1 for I420 should be the offset for component 2 for YV12
4293           and vice versa.
4294
4295 2008-02-29  Rene Stadler  <mail@renestadler.de>
4296
4297         * sys/v4l/gstv4lelement.c:
4298         Add missing semicolon to fix indentation.
4299
4300 2008-02-29  Julien Moutte  <julien@fluendo.com>
4301
4302         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4303         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4304         if we can do SPDIF output.
4305         * ext/alsa/gstalsa.h:
4306         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4307         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4308         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4310         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4311         to support AC3, EC3 and IEC958 buffers.
4312
4313 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4316           (gst_mixer_message_parse_mute_toggled),
4317           (gst_mixer_message_parse_record_toggled),
4318           (gst_mixer_message_parse_volume_changed),
4319           (gst_mixer_message_parse_option_changed):
4320           De-cruft and fix message type assertions (NULL is not a really
4321           valid mixer message type string).
4322
4323 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4324
4325         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4326         When negotiating, actually start from a format that we can support
4327         instead of from the too generic template.
4328
4329 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4330
4331         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4332         Enable vis setting.
4333
4334         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4335         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4336         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4337         (gen_vis_chain):
4338         Implement vis switching while playing.
4339
4340 2008-02-28  David Schleef  <ds@schleef.org>
4341
4342         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4343
4344 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4345
4346         Patch by: Peter Kjellerstedt  <pkj at axis com>
4347
4348         * gst/tcp/Makefile.am:
4349         * gst/tcp/fdsetstress.c:
4350         * gst/tcp/gstfdset.c:
4351         * gst/tcp/gstfdset.h:
4352         Removed fdset and stress test, they are now known as GstPoll in
4353         core. 
4354
4355         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4356         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4357         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4358         (gst_multi_fd_sink_handle_client_write),
4359         (gst_multi_fd_sink_queue_buffer),
4360         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4361         (gst_multi_fd_sink_stop):
4362         * gst/tcp/gstmultifdsink.h:
4363         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4364         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4365         (gst_tcp_gdp_read_caps):
4366         * gst/tcp/gsttcp.h:
4367         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4368         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4369         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4370         * gst/tcp/gsttcpclientsink.h:
4371         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4372         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4373         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4374         * gst/tcp/gsttcpclientsrc.h:
4375         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4376         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4377         * gst/tcp/gsttcpserversink.h:
4378         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4379         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4380         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4381         * gst/tcp/gsttcpserversrc.h:
4382         Port to GstPoll. See #505417.
4383
4384 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4385
4386         Patch by: Peter Kjellerstedt  <pkj at axis com>
4387
4388         * gst-libs/gst/rtsp/gstrtspconnection.c:
4389         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4390         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4391         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4392         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4393         (gst_rtsp_connection_flush):
4394         * gst-libs/gst/rtsp/gstrtspconnection.h:
4395         Use GstPoll for the rtsp connection. See #505417.
4396
4397 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4398
4399         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4400         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4401         Add combo box for visualisations, populate it with a factory list
4402         of all visualisation plugins, configure vis plugin instance in
4403         playbin2. 
4404
4405 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4406
4407         * tests/check/libs/rtp.c: (GST_START_TEST):
4408         Add check for RTP buffer defaults, padding and marker bit API.
4409
4410 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4411
4412         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4413         Use memcpy() instead of upcasting a byte array to long *. This
4414         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4415         This should be ported to GCheckSum once we can use GLib 2.16.
4416         Partially fixes bug #500833.
4417
4418 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4419
4420         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4421           Push tag event after the newsegment event. Log the pointer of
4422           the buffer we're actually going to push rather than the buffer
4423           we're feeding to _make_metadata_writable().
4424
4425 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4426
4427         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4428         Comment smoke typefinder for now. The smokedec plugin needs one
4429         frame per buffer but we have no parser yet, thus it simply crashes
4430         in most situations.
4431
4432 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4433
4434         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4435         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4436
4437 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4438
4439         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4440         (plugin_init):
4441         Add midi typefinder, copied from the timidity plugin.
4442
4443 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4444
4445         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4446
4447         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4448         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4449           (subparse_suite):
4450           Forward slashes at the beginning and end of a line also signify
4451           italics (Fixes: #518162).
4452
4453 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4454
4455         * tests/check/gst-plugins-base.supp:
4456         Add a suppression for a cached value in GIO that wasn't moved
4457         while moving gio from -bad to -base.
4458
4459 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4460
4461         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4462
4463         * configure.ac:
4464         Don't hardcode -Wall and -Werror for configure checks, this fails
4465         with non-GCC compilers. Fixes bug #517991.
4466
4467 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4468
4469         * gst/audioconvert/gstaudioconvert.c:
4470         * gst/audioconvert/gstaudioquantize.c:
4471         * gst/audioconvert/gstaudioquantize.h:
4472           Make audioconvert gap aware. If noiseshaping is used, wait for
4473           noiseshaping to converge before marking as GAP. Fixes #517813.
4474
4475 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4476
4477         * gst/audiotestsrc/gstaudiotestsrc.c:
4478           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4479
4480 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4481
4482         * ext/gnomevfs/gstgnomevfssink.c:
4483         (gst_gnome_vfs_sink_handle_event):
4484         Return FALSE when seeking for a new segment fails instead
4485         of silently ignoring the failure and appending every buffer
4486         that comes for the new segment.
4487
4488 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4489
4490         * gst/playback/gstplaysink.c: (find_property),
4491         (gst_play_sink_find_property), (gen_video_chain),
4492         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4493         Recursively search the sink element for a last-frame property so that we
4494         can also find the property in autovideosink and friends that don't
4495         always proxy the internal sink properties.
4496
4497 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4498
4499         * gst-libs/gst/audio/multichannel.c:
4500           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4501           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4502           (gst_audio_set_structure_channel_positions_list),
4503           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4504           (gst_audio_fixate_channel_positions):
4505           Fix confusing terminology in docs and code: structure fields are
4506           'fields' and not 'properties'.
4507
4508 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4509
4510         * gst-libs/gst/audio/multichannel.c:
4511           (gst_audio_check_channel_positions), (add_list_to_struct):
4512           Give more useful warning messages if one of the channel
4513           layout enums passed to us is invalid and if the "channels"
4514           field in the caps has a GType we don't expect.
4515
4516 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * gst-libs/gst/audio/multichannel.c:
4519           Fix typo in docs blurb.
4520
4521 2008-02-19  Julien Moutte  <julien@fluendo.com>
4522
4523         Patch by: Josep Torra Valles <josep@fluendo.com>
4524
4525         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4526         typefind lookup to fix typefinding on HD clips.
4527
4528 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * gst/playback/gstscreenshot.c:
4531         * gst/playback/gstscreenshot.h:
4532           Fix up copyright (I rewrote the GStreamer-0.10 code for
4533           this from scratch back in the days).
4534
4535 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4536
4537         * gst/playback/Makefile.am:
4538         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4539         (create_element), (gst_play_frame_conv_convert):
4540         * gst/playback/gstscreenshot.h:
4541         Add screenshot conversion code from totem.
4542
4543         * gst/playback/gstplay-marshal.list:
4544         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4545         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4546         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4547         Implement frame property to get a color-unconverted snapshot.
4548         Implement convert-frame action signal to get a converted snapshot image.
4549         Configure connection speed in uridecodebin.
4550         Document some more properties.
4551
4552         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4553         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4554         (gst_play_sink_get_last_frame):
4555         * gst/playback/gstplaysink.h:
4556         Use last-buffer property of the video sink to get a video snapshot.
4557
4558         * tests/examples/seek/seek.c: (shot_cb), (main):
4559         Add snapshot button for playbin2 and use the frame property to save the
4560         frame as a png in the current directory.
4561
4562 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4563
4564         Patch by: Josep Torra Valles <josep at fluendo dot com>
4565
4566         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4567         (plugin_init):
4568         Add typefinding support for h264 elementary streams.
4569         Fixes bug #517420.
4570
4571 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4572
4573         * configure.ac:
4574           Require CVS of core for new API in collectpads.
4575
4576         * gst/adder/gstadder.c:
4577           Use new API to make adder sparse stream aware.
4578
4579 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4580
4581         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4582         (no_more_pads_cb):
4583         Get the object data correct so that we can remove our channels
4584         correctly.
4585
4586         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4587         (gen_vis_chain), (gst_play_sink_reconfigure),
4588         (gst_play_sink_request_pad):
4589         Add option to disable async behaviour in the sinks when possible. This
4590         makes it possible to avoid an audio queue when dealing with
4591         visualisations.
4592         Add option to add a queue for the audio path.
4593
4594         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4595         (main):
4596         Disable the vis checkbox to match the defaults of playbin2.
4597         Only get the stream info when we need to.
4598
4599 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4600
4601         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4602         (gst_gio_base_sink_set_stream):
4603         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4604         (gst_gio_base_src_set_stream):
4605         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4606         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4607         Don't use async operations as they require a running main loop.
4608         This makes us block again when closing streams and unable
4609         to mount the enclosing volume of an URI if it isn't yet.
4610
4611 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4612
4613         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4614         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4615         (gen_vis_chain), (gst_play_sink_reconfigure),
4616         (gst_play_sink_request_pad):
4617         Move tee in front of the audio and vis pipelines.
4618         Add queue for audio for now.
4619         Add visualisation support.
4620
4621         * tests/examples/seek/seek.c: (main):
4622         Visualisation is by default disabled.
4623
4624 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4625
4626         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4627         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4628         Improve debugging a bit.
4629
4630         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4631         * ext/gio/gstgiosink.h:
4632         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4633         * ext/gio/gstgiosrc.h:
4634         Try to mount the enclosing volume of a GFile if it isn't mounted
4635         yet. This requires us to wait for an async operation to finish, done
4636         with an nested GMainLoop. Authentication is not supported yet, will
4637         come later.
4638
4639 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4640
4641         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4642         (gst_play_bin_set_property), (gst_play_bin_get_property),
4643         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4644         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4645         (gst_play_sink_get_mute), (gen_audio_chain):
4646         * gst/playback/gstplaysink.h:
4647         Add mute property.
4648
4649         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4650         (gst_selector_pad_chain):
4651         * gst/playback/gststreamselector.h:
4652         Make sure we forward the event only once.
4653
4654         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4655         Add and implement the mute button for playbin2.
4656
4657 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4658
4659         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4660
4661         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4662         Add some more debug info.
4663         Make sure we never return a negative delay. Fixes #516246.
4664
4665 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4666
4667         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4668           Revert patch that makes the sink hold the object lock when
4669           calling snd_pcm_delay(), since it breaks playback for me.
4670
4671 2008-02-12  Julien Moutte  <julien@fluendo.com>
4672
4673         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4674         some seek flags when changing rate.
4675
4676 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4677
4678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4679         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4680         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4681         Fix potential leaks.
4682
4683         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4684         Fix leak when there is no function configured.
4685
4686 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4687
4688         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4689         (gst_v4lsrc_buffer_finalize):
4690         Correctly chain up the finalize method.
4691
4692 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4693
4694         * ext/gio/gstgiostreamsink.c:
4695         * ext/gio/gstgiostreamsrc.c:
4696         Add documentation and example code for giostreamsink/giostreamsrc.
4697
4698         * tests/check/pipelines/gio.c: (GST_START_TEST):
4699         Ask the GMemoryOutputStream for the data instead of assuming that
4700         the pointer to the data stayed the same. It could've been realloc'ed.
4701
4702 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4703
4704         * ext/gio/gstgiosink.c:
4705         * ext/gio/gstgiosrc.c:
4706         Make the documentation of giosink/giosrc complete, large parts
4707         are based on the gnomevfssink/gnomevfssrc docs.
4708
4709 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4710
4711         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4712         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4713         * docs/plugins/gst-plugins-base-plugins.args:
4714         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4715         * docs/plugins/gst-plugins-base-plugins.interfaces:
4716         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4717         * docs/plugins/gst-plugins-base-plugins.signals:
4718         * docs/plugins/inspect/plugin-adder.xml:
4719         * docs/plugins/inspect/plugin-audioconvert.xml:
4720         * docs/plugins/inspect/plugin-audiorate.xml:
4721         * docs/plugins/inspect/plugin-audioresample.xml:
4722         * docs/plugins/inspect/plugin-decodebin.xml:
4723         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4724         * docs/plugins/inspect/plugin-gdp.xml:
4725         * docs/plugins/inspect/plugin-gio.xml:
4726         * docs/plugins/inspect/plugin-gnomevfs.xml:
4727         * docs/plugins/inspect/plugin-libvisual.xml:
4728         * docs/plugins/inspect/plugin-ogg.xml:
4729         * docs/plugins/inspect/plugin-pango.xml:
4730         * docs/plugins/inspect/plugin-playback.xml:
4731         * docs/plugins/inspect/plugin-queue2.xml:
4732         * docs/plugins/inspect/plugin-subparse.xml:
4733         * docs/plugins/inspect/plugin-theora.xml:
4734         * docs/plugins/inspect/plugin-uridecodebin.xml:
4735         * docs/plugins/inspect/plugin-videorate.xml:
4736         * docs/plugins/inspect/plugin-videoscale.xml:
4737         * docs/plugins/inspect/plugin-volume.xml:
4738         * docs/plugins/inspect/plugin-vorbis.xml:
4739         Add the GIO documentation again and while at that run make update.
4740
4741 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4744         * ext/alsa/gstalsasink.c: (set_swparams):
4745         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4746           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4747           against libasound >= 1.0.16, since it's been deprecated in
4748           0.10.16, and alignment is always 1 then, apparently. (#512899)
4749
4750 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         * gst/playback/gstplaybin.c: (gen_audio_element):
4753         * gst/playback/gstplaysink.c: (gen_audio_chain):
4754           Handle case where we can't create the volume element a bit
4755           better (#514307).
4756
4757 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4760         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4761           Add support for https protocol. Fixes #510229.
4762
4763 2008-02-11  Julien Moutte  <julien@fluendo.com>
4764         
4765         Patch by: Alan Peevers <peeves@pacbell.net>
4766
4767         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4768         lock when calling alsa methods.
4769
4770 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4771
4772         * gst/typefind/gsttypefindfunctions.c:
4773           Bump rank of jpeg and png typefinders, which will return maximum
4774           probability in the most common cases (thus short-circuiting more
4775           expensive typefinders like the mp3 one for these two quite common
4776           image types).
4777
4778 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4779
4780         * ext/theora/theoraparse.c:
4781         Fix long description of the theora parser to be more verbose than just
4782         the type name.
4783
4784 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         Patch by: Branko Čibej <brane at xbc dot nu>
4787
4788         * sys/xvimage/xvimagesink.c:
4789         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4790         Fixes bug #515654.
4791
4792 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4793
4794         * gst/playback/gstplaybasebin.c:
4795         Set is_dynamic as True if there are elements with both request
4796         and sometimes src pad templates instead of breaking out when it
4797         finds the first pad template that is a src.
4798
4799 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4800
4801         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4802         (update_streams), (video_combo_cb), (audio_combo_cb),
4803         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4804         Add some stream switching and volume gui for playbin2.
4805
4806 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4807
4808         * gst/playback/gstplay-marshal.list:
4809         Added marshal for streamselector Tags.
4810
4811         * gst/playback/gstplaybasebin.c: (set_active_source):
4812         Streamselector now selects pads based on the pad object instead of its
4813         name.
4814
4815         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4816         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4817         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4818         (gst_play_bin_get_text_tags),
4819         (gst_play_bin_set_current_video_stream),
4820         (gst_play_bin_set_current_audio_stream),
4821         (gst_play_bin_set_current_text_stream),
4822         (gst_play_bin_set_property), (gst_play_bin_get_property),
4823         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4824         Remove option to mute streams with the current-a/v/t property, we have
4825         this functionality in the flags.
4826         Add signals to notify when the number of A/V/T channels changed.
4827         Add action signals to get tags for the A/V/T streams.
4828         Implement setting the current A/V/T stream.
4829         Rearrange some things to simplify stream selection.
4830         Implement volume.
4831
4832         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4833         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4834         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4835         (activate_vis), (gst_play_sink_reconfigure):
4836         * gst/playback/gstplaysink.h:
4837         Add and implement volume setting methods.
4838
4839         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4840         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4841         (gst_selector_pad_event), (gst_stream_selector_class_init),
4842         (gst_stream_selector_init), (gst_stream_selector_finalize),
4843         (gst_stream_selector_set_property),
4844         (gst_stream_selector_get_property),
4845         (gst_stream_selector_get_linked_pad),
4846         (gst_stream_selector_request_new_pad):
4847         * gst/playback/gststreamselector.h:
4848         Add pad properties for tags and status of pads.
4849         Keep tags on pads.
4850         Make active pad selection based on pad object instead of name.
4851
4852 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4853
4854         * configure.ac:
4855           Revert last change as we now check in gtk-doc.m4 for sed.
4856
4857 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4858
4859         * configure.ac:
4860         Find and subst SED when building the docs.
4861
4862 2008-02-08  Julien Moutte  <julien@fluendo.com>
4863
4864         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4865         (main): Make sure bus signals are reconnected when pressing STOP
4866         and then PLAY again for a parse launch pipeline. Fix a ref leak
4867         on the bus.
4868         * win32/common/config.h: Updated.
4869
4870 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4871
4872         * configure.ac:
4873         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4874         pre-releases or releases.
4875
4876 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4877
4878         * configure.ac:
4879         * ext/gio/Makefile.am:
4880         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4881         reporting
4882
4883 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4884
4885         * docs/plugins/Makefile.am:
4886         Add the headers which need scanning for the GIO plugin. The rest of
4887         the docs still need migrating.
4888
4889 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4890
4891         * ext/Makefile.am:
4892         * tests/check/Makefile.am:
4893         * tests/check/pipelines/.cvsignore:
4894         Add gio in a few more places.
4895
4896 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4897
4898         * configure.ac:
4899         * ext/Makefile.am:
4900         * tests/check/Makefile.am:
4901         Move gio plugin from -bad and mark as experimental.
4902
4903 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4904
4905         * gst-libs/gst/interfaces/mixeroptions.c:
4906         * gst-libs/gst/interfaces/mixertrack.c:
4907         Comment out a couple of other things which break the build when
4908         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4909
4910 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4911
4912         * docs/libs/gst-plugins-base-libs-sections.txt:
4913           Fix pbutils header.
4914
4915 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4916
4917         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4918         Fix compiler warning.
4919
4920 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4921
4922         Patch by: Peter Kjellerstedt  <pkj at axis com>
4923
4924         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4925         Clear the addrinfo struct using memset. Fixes #514937.
4926
4927 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4928
4929         * gst/tcp/gstfdset.h:
4930         Remove unused field to same some memory.
4931
4932         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4933         Mark action signals as such.
4934
4935 2008-02-06  Michael Smith <msmith@fluendo.com>
4936
4937         * ext/theora/theoradec.c: (_theora_granule_frame),
4938         (_inc_granulepos):
4939           Increment granulepos for new-bitstream versions appropriately.
4940           Fixes #514623.
4941
4942 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4943
4944         * tests/examples/seek/seek.c: (do_seek),
4945         (rate_spinbutton_changed_cb), (update_streams), (main):
4946         Remove obsolete stream_time reset after flushing seek, core does that
4947         automatically now.
4948         Improve accuracy of speed spinbutton.
4949         Only do playbin2 stuff when we actually use it.
4950
4951 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         * tests/check/Makefile.am:
4954           Revert previous change of the test environment's GST_PLUGIN_PATH.
4955           The problem is not with the plugins, but with element factories
4956           and only occurs if elements are split out from existing plugins
4957           or if plugins change name (see #512740).
4958
4959 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         * tests/check/Makefile.am:
4962           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4963           with the core's plugins first and our local build directories last,
4964           since we might be building against an installed core, and that
4965           core's plugin directory may contain older or other versions of
4966           our own -base plugins, but we really do want to test our local
4967           ones (if there are multiple plugins or element factories with the
4968           same name, those inspected last will trump those read in earlier).
4969           Fixes #512740 for the most part.
4970
4971 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4972
4973         * configure.ac:
4974         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4975         Use gmtime_r if available as gmtime is not MT-safe.
4976         Fixes bug #511810.
4977
4978 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4979
4980         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4981         Cast glong to time_t as time_t might have a different type on
4982         other platforms, like FreeBSD, and we get a compiler warning
4983         otherwise. Fixes bug #511825.
4984
4985 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4986
4987         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4988         (get_group), (get_n_pads), (gst_play_bin_get_property),
4989         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4990         (autoplug_select_cb), (deactivate_group):
4991         Remove stream-info, we going for something easier.
4992         Refactor getting the current group.
4993         Implement getting the number of audio/video/text streams.
4994
4995         * gst/playback/gststreamselector.c:
4996         (gst_stream_selector_class_init), (gst_stream_selector_init),
4997         (gst_stream_selector_get_property),
4998         (gst_stream_selector_request_new_pad),
4999         (gst_stream_selector_release_pad):
5000         * gst/playback/gststreamselector.h:
5001         Add property for number of pads.
5002
5003         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5004         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5005         (text_toggle_cb), (update_streams), (msg_async_done),
5006         (msg_state_changed), (main):
5007         Block slider callback when updating the slider position.
5008         Add gui elements for controlling playbin2.
5009         Add callback for async_done that updates position/duration.
5010
5011 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5012
5013         * docs/plugins/Makefile.am:
5014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5016         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5017         * docs/plugins/gst-plugins-base-plugins.interfaces:
5018         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5019           First round of plugin docs cleansups.
5020
5021         * docs/plugins/inspect/plugin-adder.xml:
5022         * docs/plugins/inspect/plugin-alsa.xml:
5023         * docs/plugins/inspect/plugin-audioconvert.xml:
5024         * docs/plugins/inspect/plugin-audiorate.xml:
5025         * docs/plugins/inspect/plugin-audioresample.xml:
5026         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5027         * docs/plugins/inspect/plugin-cdparanoia.xml:
5028         * docs/plugins/inspect/plugin-decodebin.xml:
5029         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5030         * docs/plugins/inspect/plugin-gdp.xml:
5031         * docs/plugins/inspect/plugin-gnomevfs.xml:
5032         * docs/plugins/inspect/plugin-libvisual.xml:
5033         * docs/plugins/inspect/plugin-ogg.xml:
5034         * docs/plugins/inspect/plugin-pango.xml:
5035         * docs/plugins/inspect/plugin-subparse.xml:
5036         * docs/plugins/inspect/plugin-tcp.xml:
5037         * docs/plugins/inspect/plugin-theora.xml:
5038         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5039         * docs/plugins/inspect/plugin-video4linux.xml:
5040         * docs/plugins/inspect/plugin-videorate.xml:
5041         * docs/plugins/inspect/plugin-videoscale.xml:
5042         * docs/plugins/inspect/plugin-videotestsrc.xml:
5043         * docs/plugins/inspect/plugin-volume.xml:
5044         * docs/plugins/inspect/plugin-vorbis.xml:
5045         * docs/plugins/inspect/plugin-ximagesink.xml:
5046         * docs/plugins/inspect/plugin-xvimagesink.xml:
5047           Regenerate.
5048
5049         * ext/ogg/Makefile.am:
5050         * ext/ogg/gstoggmux.c:
5051         * ext/ogg/gstoggmux.h:
5052           Add header for oggmux. the c-file needs a doc blob still.
5053
5054 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5055
5056         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5057
5058         * gst-libs/gst/rtp/gstrtpbuffer.c:
5059         (gst_rtp_buffer_set_extension_data):
5060         * gst-libs/gst/rtp/gstrtpbuffer.h:
5061         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5062         Add gst_rtp_buffer_set_extension_data() 
5063         Add a unit test for this addition. Fixes #511478.
5064         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5065
5066 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5067
5068         * configure.ac:
5069         Back to CVS
5070
5071 === release 0.10.17 ===
5072
5073 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5074
5075         * configure.ac:
5076           releasing 0.10.17, "Peanut Butter and Jelly"
5077
5078 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5079
5080         * gst-libs/gst/interfaces/mixeroptions.c:
5081         * gst-libs/gst/interfaces/mixertrack.c:
5082         Also remove the conditional registration of the signals
5083         that disappeared with the ABI change in 0.10.14
5084
5085 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5086
5087         * gst-libs/gst/rtsp/gstrtspconnection.c:
5088         Revert patch to gstrtspconnection.c for brown paper bag
5089         release of -base. Re-opens: #511825
5090
5091 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5092
5093         * gst-libs/gst/interfaces/mixeroptions.h:
5094         * gst-libs/gst/interfaces/mixertrack.h:
5095         Change the way these deprecated function pointers are removed
5096         so that the compiled ABI is unconditionally smaller. This 
5097         sets in stone an ABI break that actually occurred when the
5098         things were deprecated in 0.10.14, which seems to be the best
5099         fix as the only known users are oss-mixer and sunaudio-mixer in 
5100         gst-plugins-good.
5101         Fixes: #513018
5102
5103 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * win32/common/libgstpbutils.def:
5106           Export the two new _get_type() functions which are needed
5107           by the python bindings.
5108
5109 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5110
5111         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5112         Cast glong to time_t as time_t might have a different type on
5113         other platforms, like FreeBSD, and we get a compiler warning
5114         otherwise. Fixes bug #511825.
5115
5116 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5117
5118         * gst-libs/gst/audio/gstaudiofilter.c:
5119         (gst_audio_filter_class_init):
5120         Initialize the GstRingerBuffer class to get it's debug category
5121         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5122         category and otherwise we get some g_critical(). Fixes bug #512334.
5123
5124 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5125
5126         * configure.ac:
5127         Back to CVS
5128
5129 === release 0.10.16 ===
5130
5131 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5132
5133         * configure.ac:
5134           releasing 0.10.16, "Scheduled Interruption"
5135
5136 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5137
5138         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5139
5140         * gst-libs/gst/rtp/gstrtpbuffer.c:
5141         (gst_rtp_buffer_get_extension_data):
5142         Fix typos and wrong extension check. Fixes #511274.
5143
5144 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5145
5146         * po/sk.po:
5147         Oops - add new sk.po mentioned in the LINGUAS I just committed
5148
5149 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5150
5151         * po/LINGUAS:
5152         Add ca translation to the disted list.
5153
5154         * win32/vs6/libgstsdp.dsp:
5155         Convert line endings to CRLF
5156
5157 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5158
5159         * win32/MANIFEST:
5160         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5161
5162 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5163
5164         * win32/common/libgstsdp.def:
5165         * win32/common/libgstvideo.def:
5166         Add new API declarations
5167
5168 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5169
5170         * ext/theora/gsttheoradec.h:
5171         * ext/theora/gsttheoraparse.h:
5172         * ext/theora/theoradec.c:
5173         * ext/theora/theoraparse.c:
5174         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5175         and parser by inspecting the bitstream version of the incoming data.
5176
5177 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5178
5179         * configure.ac:
5180         * pkgconfig/Makefile.am:
5181         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5182         * pkgconfig/gstreamer-audio.pc.in:
5183         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5184         * pkgconfig/gstreamer-cdda.pc.in:
5185         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5186         * pkgconfig/gstreamer-fft.pc.in:
5187         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5188         * pkgconfig/gstreamer-floatcast.pc.in:
5189         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5190         * pkgconfig/gstreamer-interfaces.pc.in:
5191         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5192         * pkgconfig/gstreamer-netbuffer.pc.in:
5193         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5194         * pkgconfig/gstreamer-pbutils.pc.in:
5195         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5196         * pkgconfig/gstreamer-riff.pc.in:
5197         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5198         * pkgconfig/gstreamer-rtp.pc.in:
5199         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5200         * pkgconfig/gstreamer-rtsp.pc.in:
5201         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5202         * pkgconfig/gstreamer-sdp.pc.in:
5203         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5204         * pkgconfig/gstreamer-tag.pc.in:
5205         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5206         * pkgconfig/gstreamer-video.pc.in:
5207         Provide one pkg-config file for every gst-plugins-base library.
5208         This makes linking to those libraries much more intuitive and
5209         provides standard pkg-config behaviour for them. Fixes bug #499697.
5210
5211 2008-01-13  David Schleef  <ds@schleef.org>
5212
5213         * gst/videoscale/vs_4tap.c:
5214           Fix valgrind error on 4tap scaling method.
5215
5216 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5217
5218         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5219         Include Winsock2.h for VS6 and use a different way initialize
5220         hints structure so it can build with VS6.
5221         * win32/MANIFEST:
5222         * win32/vs6/libgstsdp.dsp:
5223         * win32/common/libgstsdp.def:
5224         Add new files for libgstsdp.
5225         * win32/vs6/grammar.dsp:
5226         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5227         * win32/vs6/gst_plugins_base.dsw:
5228         * win32/vs6/libgstdecodebin.dsp:
5229         * win32/vs6/libgstdecodebin2.dsp:
5230         * win32/vs6/libgstplaybin.dsp:
5231         * win32/vs6/libgstvolume.dsp:
5232         Add new dependencies to the link list.
5233
5234 2008-01-13  Julien Moutte  <julien@fluendo.com>
5235
5236         * win32/common/config.h:
5237         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5238         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5239         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5240         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5241         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5242         * win32/common/interfaces-enumtypes.c:
5243         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5244         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5245         (gst_mixer_track_flags_get_type),
5246         (gst_tuner_channel_flags_get_type):
5247         * win32/common/multichannel-enumtypes.c:
5248         (gst_audio_channel_position_get_type):
5249         * win32/common/pbutils-enumtypes.c:
5250         (gst_install_plugins_return_get_type):
5251         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5252         in the win32 build directory.
5253
5254 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5255
5256         * tests/check/Makefile.am:
5257         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5258
5259         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5260         * tests/check/elements/playbin.c:
5261         * tests/check/libs/mixer.c: (test_element_interface_supported),
5262         (gst_implements_interface_init):
5263         * tests/check/libs/rtp.c: (GST_START_TEST):
5264         Fix various assignment type mismatches.
5265
5266 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5267
5268         * configure.ac:
5269         * gst-libs/gst/rtsp/Makefile.am:
5270         Add test to see if hstrerror is available or if we need libresolv
5271         (Solaris) for it, then use it in libgstrtsp.
5272
5273 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5274
5275         * gst-libs/gst/tag/Makefile.am:
5276         Fix include path order
5277
5278 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5279
5280         * gst-libs/gst/pbutils/install-plugins.c:
5281         (gst_install_plugins_context_copy),
5282         (gst_install_plugins_context_get_type):
5283         * gst-libs/gst/pbutils/install-plugins.h:
5284         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5285         for bindings.
5286
5287 2008-01-11  Michael Smith <msmith@fluendo.com>
5288
5289         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5290         (_theora_granule_frame), (_theora_granule_start_time),
5291         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5292           Adapt for post-alpha meaning of granulepos, when we
5293           have a newer version of libtheora.
5294         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5295         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5296         (theora_enc_is_discontinuous), (theora_enc_chain):
5297           Likewise.
5298         * tests/check/Makefile.am:
5299           Link libtheora into theoraenc test so we can check which version of
5300           libtheora we're testing against.
5301         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5302         (check_buffer_granulepos),
5303         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5304         (theoraenc_suite):
5305           Adapt tests to check the values that are now defined for theora; make
5306           the tests backwards-adapt the passed values if we're running against an
5307           old libtheora.
5308           Fixes #497964
5309
5310 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * gst-libs/gst/audio/gstbaseaudiosink.c:
5313           (gst_base_audio_sink_class_init):
5314         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5315           (gst_base_audio_src_class_init):
5316           Ref audio clock class from a thread-safe context to make sure
5317           we're not bit by GObjects lack of thread-safety here (#349410),
5318            however unlikely that may be in practice.
5319
5320 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5321
5322         * autogen.sh:
5323           Add -Wno-portability to the automake parameters to stop warnings
5324           about GNU make extensions being used. We require GNU make in almost
5325           every Makefile anyway.
5326           
5327         * configure.ac:
5328           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5329           at the same time is required for per target flags.
5330
5331 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5334           Post an error message if we can't pull as many bytes as we need
5335           for the tag. This makes sure the user gets to see a proper error
5336           message if a file with a partial ID3 tag is fed to decodebin, and
5337           not a 'no ID3 tag demuxer' error, which would be confusing
5338           (see #508138).
5339
5340 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         * gst-libs/gst/pbutils/descriptions.c: (formats):
5343           Add description strings for ID3, APE, and ICY tags.
5344
5345 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * gst/playback/gstdecodebin.c: (try_to_link_1):
5348           Make sure we error out correctly if we can't activate one of
5349           the elements we've added.  Fixes #508138.
5350           
5351 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         Patch by: Bastien Nocera <hadess at hadess net>
5354
5355         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5356           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5357           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5358           the volume is the same for all channels. This works around
5359           some problem in alsa that leaves us with inconsistent state
5360           for some reason (#486840).
5361
5362 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         Patch by: Jerone Young <jerone at gmail com>
5365
5366         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5367           If there's no mixer track by the name of 'Master' or 'Front',
5368           check if there's one called 'PCM' before trying the generic
5369           fallback logic (fixes #506928, where we pick 'Mic' as master
5370           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5371
5372 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5373
5374         * gst/playback/gstplay-enum.c:
5375         (register_gst_autoplug_select_result),
5376         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5377         (gst_play_flags_get_type):
5378         * gst/playback/gstplay-enum.h:
5379         Add enums for configuration flags.
5380
5381         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5382         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5383         (gst_play_bin_get_property), (no_more_pads_cb),
5384         (autoplug_select_cb), (gst_play_bin_change_state):
5385         Merge mode with flags.
5386         Add more property getters/setters, defaults and docs.
5387         Add properties to get number of audio/video/text streams.
5388         Create sink object in _init so that we can always rely on it being
5389         there.
5390
5391         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5392         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5393         (activate_vis), (gst_play_sink_reconfigure),
5394         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5395         (gst_play_sink_change_state):
5396         * gst/playback/gstplaysink.h:
5397         Use flags to configure the sink pipelines.
5398         Add tee before audio pipeline so that we can use it for visualisations.
5399         Start working on integrating visualisations.
5400         Remove mode, we can do everything with the flags now.
5401         Add method to configue the sink pipeline.
5402
5403 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5404
5405         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5406           (check_buffer_timestamp), (check_buffer_duration):
5407           Turn these functions into macros so we can see right away
5408           where the failure occured.
5409
5410 2008-01-05  Julien Moutte  <julien@fluendo.com>
5411
5412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5413         debugging information to understand how X calculates the stride
5414         for XvImages.
5415
5416 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5417
5418         * gst/volume/Makefile.am:
5419         * gst/volume/gstvolume.c: (volume_choose_func),
5420         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5421         (volume_setup):
5422         * gst/volume/gstvolume.h:
5423         Use GstAudioFilter as base class for the volume element instead of
5424         plain GstBaseTransform.
5425
5426 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5429         Don't set element details for the abstract GstAudioFilter class.
5430
5431 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5432
5433         * gst-libs/gst/audio/gstaudiofilter.c:
5434         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5435         Implement get_unit_size() vmethod of GstBaseTransform.
5436
5437 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5438
5439         * gst-libs/gst/pbutils/Makefile.am:
5440         * gst-libs/gst/pbutils/pbutils.h:
5441         Use glib-enum generator to have a proper enum GType for
5442         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5443
5444 2007-12-31  David Schleef  <ds@schleef.org>
5445
5446         * tests/check/Makefile.am:
5447         * tests/check/pipelines/theoraenc.c:
5448           Reenable theoraenc test, which fails on the buildbot but
5449           not locally.
5450
5451 2007-12-31  David Schleef  <ds@schleef.org>
5452
5453         * docs/libs/.cvsignore:
5454         * docs/plugins/.cvsignore:
5455           Add *-undeclared.txt to fix buildbot.
5456
5457 2007-12-31  David Schleef  <ds@schleef.org>
5458
5459         * tests/check/Makefile.am:
5460           Second attempt at disabling theoraenc test long enough to
5461           get buildbot to compile -base.
5462
5463 2007-12-31  David Schleef  <ds@schleef.org>
5464
5465         * tests/check/pipelines/theoraenc.c:
5466           Disable theoraenc test long enough to get the buildbot to
5467           compile a recent -base.
5468
5469 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5470
5471         * tests/examples/seek/seek.c: (stop_cb):
5472         Make sure we reset the slider value to 0.0 without racing against a
5473         possible g_idle that sets it to something else.
5474
5475 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5476
5477         * sys/ximage/ximagesink.c:
5478         fix typo
5479
5480 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5481
5482         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5483         * gst-libs/gst/rtsp/gstrtspdefs.h:
5484         Add Location header so that we can start implementing redirects.
5485         See #506025.
5486
5487 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5488
5489         * gst/subparse/gstssaparse.c:
5490         combine if's
5491
5492 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5493
5494         * gst/subparse/gstssaparse.c:
5495         remove duplicate log message
5496
5497 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5498
5499         * ext/libvisual/visual.c: (gst_visual_chain):
5500         Fix 'xyz may be used uninitialized' compiler warnings caused
5501         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5502         abort() in any case but properly report the error.
5503
5504 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5505
5506         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5507         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5508         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5509         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5510         (autoplug_select_cb), (activate_group), (deactivate_group),
5511         (setup_next_source), (save_current_group),
5512         (gst_play_bin_change_state):
5513         Code cleanups.
5514         Remove next-uri, we can use the uri property just fine.
5515         Fix some crasher.
5516         Unref uridecodebin when switching.
5517         Fix going to READY.
5518
5519         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5520         (gst_play_sink_init), (gst_play_sink_dispose),
5521         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5522         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5523         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5524         (gst_play_sink_set_property), (gst_play_sink_get_property),
5525         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5526         (gen_vis_element), (gst_play_sink_get_mode),
5527         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5528         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5529         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5530         (gst_play_sink_change_state):
5531         * gst/playback/gstplaysink.h:
5532         Add some locking to make things threadsafe.
5533
5534         * gst/playback/test7.c: (about_to_finish_cb):
5535         Fix test.
5536
5537 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5540           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5541           (gst_video_scale_transform):
5542           Don't claim to be able to handle/transform caps that can't really
5543           be handled by the currently selected scaling method (here: RGB or
5544           packed YUV with 4-tap method). Also add locking to method property.
5545
5546         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5547           (test_basetransform_based):
5548           Some test pipelines for the above (not entirely valgrind clean yet
5549           apparently).
5550
5551 2007-12-21  David Schleef  <ds@schleef.org>
5552
5553         * gst-libs/gst/video/video.c:
5554         * gst-libs/gst/video/video.h:
5555           Add additional RGBA and RGB-24 video formats.
5556
5557 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5560           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5561           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5562         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5563           (cddabasesrc_suite):
5564           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5565           deprecated in the future (see #498924).
5566
5567 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5568
5569         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5570           Don't leak event.
5571
5572 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5573
5574         * gst-libs/gst/riff/riff-read.c:
5575         Use GST_ROUND_UP_2 macro
5576
5577 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * gst/playback/.cvsignore:
5580           Ignore more.
5581
5582 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5585         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5586           (set_active_source):
5587         * gst/playback/gstplaybasebin.h:
5588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5589           (setup_sinks), (playbin_set_subtitles_visible):
5590           Make switching off of subtitles work. To avoid all kind of
5591           problems with unlinking of the subtitle input, we just keep
5592           the subtitle inputs linked as they are and tell textoverlay
5593           not to render them. Fixes #373011.
5594           Other subtitle switching issues (esp. when there are both
5595           external and in-stream subtitles) remain. They'll be solved
5596           in playbin2.
5597
5598 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5599
5600         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5601         Init the pad segment too.
5602
5603 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5604
5605         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5606         (gst_audioringbuffer_open_device),
5607         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5608         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5609         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5610         (gst_audio_sink_create_ringbuffer):
5611         Improve debug output.
5612
5613         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5614         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5615         Prevent some functions from doing things and failing when the
5616         ringbuffer is not yet acquired.
5617
5618 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5619
5620         * gst-libs/gst/interfaces/interfaces.h:
5621           Also remove interfaces.h from CVS as it is not needed anymore.
5622
5623 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5624
5625         * gst-libs/gst/interfaces/Makefile.am:
5626           interfaces.h is not used anymore so remove it from the build
5627           process.
5628
5629 2007-12-17  David Schleef  <ds@schleef.org>
5630
5631         * gst/videotestsrc/gstvideotestsrc.c:
5632         * gst/videotestsrc/gstvideotestsrc.h:
5633           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5634           for testing vertical refresh synchronization.
5635
5636 2007-12-17  David Schleef  <ds@schleef.org>
5637
5638         * docs/libs/gst-plugins-base-libs-sections.txt:
5639         * gst-libs/gst/video/video.c:
5640         * gst-libs/gst/video/video.h:
5641           Add new GstVideFormat enum and write a bunch of helper functions
5642           based around it.
5643
5644 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5645
5646         * Makefile.am:
5647           Use new common/win32.mak.
5648
5649 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5650
5651         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5652         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5653         Add debug info.
5654         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5655         the parent state change function, just like the audiosink, because the
5656         parent waits for the element to finish its processing before completing
5657         the state change. This makes going to PAUSED a lot snappier.
5658         When going from READY to PAUSED, don't allow the ringbuffer to start
5659         yet.
5660
5661 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5662
5663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5664         Yet another fix for broken software that produce files with an empty
5665         blockalign field. Instead of completely failing, make a second attempt
5666         at guessing the width/depth by looking at strf->size.
5667
5668 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5669
5670         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5671           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5672         * gst-libs/gst/pbutils/install-plugins.c:
5673           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5674         * gst-libs/gst/pbutils/missing-plugins.c:
5675           (gst_missing_plugin_message_get_installer_detail),
5676           (gst_missing_encoder_installer_detail_new):
5677         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5678         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5679           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5680           avoid compiler warnings (#503930).
5681
5682 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5683
5684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5685         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5686         for jpeg video streams.
5687         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5688         for the above modification.
5689
5690 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5693           (gst_x_overlay_handle_events):
5694           More guards (we don't want klass to end up being NULL).
5695
5696 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5697
5698         * configure.ac:
5699         * gst/volume/gstvolume.c: (gst_volume_init):
5700           Use new gst_base_transform_set_gap_aware() function as volume
5701           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5702           for this.
5703
5704 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5705
5706         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5707         Don't go to READY on EOS as this avoids testing of seeking and
5708         restarting after EOS, use the stop button when you want to READY.
5709         Don't try to do a flushing seek in segment-done, it does not make
5710         sense to use this for gapless playback and is not needed.
5711
5712 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5713
5714         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5715         (reset_rate_timer), (update_in_rates), (update_out_rates),
5716         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5717         (gst_queue_chain), (gst_queue_loop):
5718         Use separate timers for input and output rates.
5719         Pause measuring the output rate when we block for more data.
5720         See #503262.
5721
5722 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5723
5724         * gst/playback/gstqueue2.c: (gst_queue_chain):
5725         Pause the timer to measure the input rate when we block because the
5726         queue is filled. See #503262.
5727
5728 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5729
5730         Patch by: Peter Kjellerstedt  <pkj at axis com>
5731
5732         * gst-libs/gst/rtsp/gstrtspconnection.c:
5733         (gst_rtsp_connection_free):
5734         Close control sockets. Fixes #503440.
5735
5736 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5737
5738         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5739         Expose the right pad in the right place with the right element.
5740
5741 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5742
5743         * gst-libs/gst/pbutils/descriptions.c: (formats):
5744           Add description for 'private' dts caps (who come up with that name?).
5745
5746 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * Makefile.am:
5749           Add check-exports target and run it with 'make check'.
5750
5751         * configure.ac:
5752           Be stricter about what we export in our libraries: change regexp so that
5753           we only export _gst_foo(), but not __gst_foo().
5754
5755         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5756         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5757           Change internal functions to __gst_foo so they dont' get exported.
5758
5759         * win32/common/libgstaudio.def:
5760           Add missing symbols.
5761
5762 2007-12-11  David Schleef  <ds@schleef.org>
5763
5764         * ChangeLog: remove conflict markers
5765
5766 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         * ext/gnomevfs/Makefile.am:
5769         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5770           Use gst_tag_freeform_string_to_utf8() here, which also takes
5771           into account any character sets specified by the user via
5772           environment variables.
5773
5774 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5775
5776         * gst/audioconvert/Makefile.am:
5777         Also link to libm.
5778
5779 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5780
5781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5782         No need for floating point operations here. avoids having to link
5783         against the math library too.
5784
5785 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5786
5787         * gst-libs/gst/pbutils/descriptions.c: (formats),
5788           (format_info_get_desc):
5789         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5790           (GST_START_TEST):
5791           Add one or two missing formats.  Generate ADPCM description
5792           dynamically depending on layout/format.
5793
5794 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5795
5796         * configure.ac:
5797           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5798
5799 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5802
5803         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5804           Some .srt files start with chunk number 0 and not chunk number 1,
5805           recognise and accept those as well (fixes #502497).
5806
5807         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5808           (test_src):
5809           Add unit test for the above.
5810
5811 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5812
5813         * gst/playback/gstplay-enum.c:
5814         (register_gst_autoplug_select_result),
5815         (gst_autoplug_select_result_get_type):
5816         * gst/playback/gstplay-enum.h:
5817         Add missing files.
5818
5819 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5820
5821         * gst/playback/Makefile.am:
5822         Group decodebin2 and uridecodebin into the same plugin so that they
5823         can share the GEnumType.
5824
5825         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5826         (_gst_select_accumulator), (gst_decode_bin_class_init),
5827         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5828         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5829         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5830         Add signal to sort factories instead of the more awkward autoplug-select
5831         signal.
5832         Modify autoplug_select so that we can try, skip or expose the
5833         autopluggin of an element on a pad.
5834
5835         * gst/playback/gstfactorylists.c: (compare_ranks),
5836         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5837         (element_filter), (gst_factory_list_get_elements),
5838         (gst_factory_list_debug), (gst_factory_list_filter):
5839         * gst/playback/gstfactorylists.h:
5840         Simplify the API, allow getting elements based on mask.
5841
5842         * gst/playback/gstplay-marshal.list:
5843         Add some more marshallers.
5844
5845         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5846         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5847         (autoplug_select_cb), (activate_group):
5848         Add support for managing non-raw sinks by providing a custom element and
5849         sink list to decodebin2.
5850         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5851         decodebin2.
5852
5853         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5854         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5855         * gst/playback/gstplaysink.h:
5856         Add support for raw and non-raw sinks. 
5857         Add support to force sinks selected by playbin2.
5858         Don't plug raw converters for non-raw sinks.
5859
5860         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5861         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5862         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5863         (plugin_init):
5864         Use right accumulators.
5865         Proxy new signal.
5866
5867 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5868
5869         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5870         Use runnning time as the base time instead of the timestamp.
5871         Spotted by Saur on IRC.
5872
5873 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5874
5875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5876         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5877
5878 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5879
5880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5881         (gst_ogg_demux_read_chain):
5882         If we find a new serial number but it does not contain a BOS page, make
5883         sure we initialize the chain to NULL because else we will try to scan it
5884         and crash. Fixes #500763
5885
5886 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5887
5888         * gst/playback/Makefile.am:
5889         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5890         (get_feature_array), (decoders_filter), (sinks_filter),
5891         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5892         (gst_factory_list_filter):
5893         * gst/playback/gstfactorylists.h:
5894         Refactor some common code to filter factories and check caps compat.
5895
5896         * gst/playback/gstdecodebin.c:
5897         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5898         (gst_decode_bin_init), (gst_decode_bin_dispose),
5899         (gst_decode_bin_autoplug_continue),
5900         (gst_decode_bin_autoplug_factories),
5901         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5902         (find_compatibles):
5903         * gst/playback/gstplaybin.c:
5904         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5905         (gst_play_bin_init), (gst_play_bin_finalize),
5906         (autoplug_factories_cb), (activate_group):
5907         * gst/playback/gstqueue2.c:
5908         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5909         (proxy_autoplug_continue_signal),
5910         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5911         (proxy_drained_signal):
5912         Add some more debug info and use factor filtering code.
5913
5914 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5915
5916         * gst/audiotestsrc/gstaudiotestsrc.c:
5917         * gst/volume/gstvolume.c:
5918         * gst/volume/gstvolume.h:
5919           Add GAP-flag support.
5920
5921 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5922
5923         * tests/examples/seek/seek.c: (main): Increase the range of the
5924         rate selector as I would like to test QOS behavior at higher
5925         forward and reverse playback speed like say 64x.
5926
5927 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5928
5929         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5930         (audioresample_query), (audioresample_query_type),
5931         (gst_audioresample_set_property):
5932         Implement latency query.
5933
5934 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5935
5936         * gst-libs/gst/audio/gstbaseaudiosink.c:
5937         (gst_base_audio_sink_drain):
5938         Our EOS time contains the base_time, _wait_eos() expects a running_time
5939         so we have to subtract the base_time again before calling the function.
5940         This fixes an EOS regression where the base_time was added twice and EOS
5941         took longer and longer in certain situations.
5942         Fixes #498767.
5943
5944 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5945
5946         * docs/libs/gst-plugins-base-libs-sections.txt:
5947         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5948         (gst_base_audio_sink_set_provide_clock),
5949         (gst_base_audio_sink_get_provide_clock),
5950         (gst_base_audio_sink_set_slave_method),
5951         (gst_base_audio_sink_get_slave_method),
5952         (gst_base_audio_sink_set_property),
5953         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5954         (gst_base_audio_sink_none_slaving),
5955         (gst_base_audio_sink_handle_slaving):
5956         * gst-libs/gst/audio/gstbaseaudiosink.h:
5957         Expose methods for some object properties so that subclasses can more
5958         easily configure them.
5959         Added slave method none, that completely disables slaving to the
5960         internal clock.
5961         API: gst_base_audio_sink_set_provide_clock()
5962         API: gst_base_audio_sink_get_provide_clock()
5963         API: gst_base_audio_sink_set_slave_method()
5964         API: gst_base_audio_sink_get_slave_method()
5965
5966         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5967         (gst_base_audio_src_set_provide_clock),
5968         (gst_base_audio_src_get_provide_clock),
5969         (gst_base_audio_src_set_property),
5970         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5971         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5972         Expose methods for some object properties so that subclasses can more
5973         easily configure them.
5974         API: gst_base_audio_src_set_provide_clock()
5975         API: gst_base_audio_src_get_provide_clock()
5976
5977 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5978
5979         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5980
5981         * gst-libs/gst/sdp/gstsdpmessage.c:
5982         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5983
5984 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5985
5986         * tests/check/libs/fft.c: (GST_START_TEST):
5987         Fix scaling to really have dB instead of something else.
5988
5989 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5990
5991         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5992         GTK version, use it.
5993
5994 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5995
5996         * tests/examples/seek/seek.c: (main): Try to support stable version
5997         of GTK.
5998
5999 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6000
6001         * gst/playback/README:
6002         * gst/playback/test7.c:
6003           Fix the build + little README update.
6004
6005 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6006
6007         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6008         Add playbin2 seek pipeline.
6009
6010 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6011
6012         * gst/playback/Makefile.am:
6013         * gst/playback/gstplayback.c: (plugin_init):
6014         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6015         (eos_cb), (about_to_finish_cb), (main):
6016         Add playbin2.
6017         Added gapless playback example.
6018
6019         * gst/playback/gstplaybasebin.c:
6020         * gst/playback/gstplaybasebin.h:
6021         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6022         * gst/playback/gstqueue2.c:
6023         * gst/playback/test.c:
6024         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6025         (pad_removed_cb):
6026         * gst/playback/gststreaminfo.h:
6027         Change email.
6028
6029         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6030         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6031         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6032         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6033         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6034         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6035         (drained_cb), (unlink_group), (activate_group),
6036         (setup_next_source), (gst_play_bin_change_state),
6037         (gst_play_bin2_plugin_init):
6038         Added raw first version of playbin2. Does chained oggs and gapless
6039         playback fine. No support for raw sinks yet. No visualisations or
6040         subtitles yet.
6041
6042         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6043         (gst_play_sink_class_init), (gst_play_sink_init),
6044         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6045         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6046         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6047         (gst_play_sink_set_property), (gst_play_sink_get_property),
6048         (post_missing_element_message), (free_chain), (add_chain),
6049         (activate_chain), (gen_video_chain), (gen_text_element),
6050         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6051         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6052         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6053         (gst_play_sink_send_event), (gst_play_sink_change_state):
6054         * gst/playback/gstplaysink.h:
6055         Added Element that abstracts the sinks and their pipelines for playbin2.
6056
6057 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6058
6059         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6060         (gst_selector_pad_class_init), (gst_selector_pad_init),
6061         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6062         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6063         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6064         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6065         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6066         (gst_stream_selector_init), (gst_stream_selector_set_property),
6067         (gst_stream_selector_get_linked_pad),
6068         (gst_stream_selector_getcaps),
6069         (gst_stream_selector_is_active_sinkpad),
6070         (gst_stream_selector_activate_sinkpad),
6071         (gst_stream_selector_get_linked_pads),
6072         (gst_stream_selector_request_new_pad),
6073         (gst_stream_selector_release_pad):
6074         * gst/playback/gststreamselector.h:
6075         Improve streamselector, make it select and unselect the current pad more
6076         intelligently. 
6077         Subclass GstPad for the sinkpads of the selector.
6078         Handle segments more correctly.
6079         Fix caps negotiation.
6080         Implement release_pad.
6081
6082 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6083
6084         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6085         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6086         (remove_fakesink):
6087         Add drained signal fired when decodebin finishes decoding the data.
6088         Remove deprecated STATE_DIRTY message.
6089
6090         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6091         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6092         (analyse_source), (proxy_drained_signal), (make_decoder),
6093         (source_new_pad), (value_list_append_structure_list),
6094         (handle_redirect_message), (handle_message):
6095         Proxy the new drained signal.
6096         Handle pad removed from decodebin.
6097         Handle redirect messages by sorting multiple redirections based on the
6098         connection speed.
6099
6100 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6101
6102         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6103
6104         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6105         Fix leaking headers. Fixes #496761.
6106
6107 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6108
6109         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6110
6111         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6112         (gst_ximagesink_change_state):
6113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6114         Don't leak the PAR on errors. Fixes #496731.
6115
6116 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6119           (gst_tag_from_id3_user_tag):
6120           Add mapping for audio cd discid tags, so we can extract
6121           them from tags as well (see #347848). Also compare identifiers
6122           in ID3v2 TXXX frames in a case-insensitive way to increase
6123           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6124
6125 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6126
6127         * gst-plugins-base.doap:
6128         Oops, fix the release name.
6129
6130 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6131
6132         * gst-plugins-base.doap:
6133         Add 0.10.15 release
6134
6135 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6136
6137         * configure.ac:
6138         Back to CVS
6139
6140 === release 0.10.15 ===
6141
6142 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6143
6144         * configure.ac:
6145           releasing 0.10.15, "No need to argue"
6146
6147 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6148
6149         * win32/vs6/libgstfft.dsp:
6150         Convert line endings to DOS.
6151
6152 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6153
6154         * win32/vs6/gst_plugins_base.dsw:
6155         * win32/vs6/libgstfft.dsp:
6156         * win32/MANIFEST:
6157         Add a project file for fft plugin and remove socket
6158         based plugin which don't build from the workspace.
6159         * win32/vs6/libgstaudio.dsp:
6160         * win32/vs6/libgstrtp.dsp:
6161         * win32/vs6/libgsttag.dsp:
6162         Convert line endings back to DOS.
6163         Fixes #496724
6164
6165 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6166
6167         * win32/vs6/libgstinterfaces.dsp:
6168         * win32/vs6/libgstrtsp.dsp:
6169         Convert line endings back to DOS
6170
6171 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6172
6173         * gst-libs/gst/fft/kiss_fft_f32.h:
6174         * gst-libs/gst/fft/kiss_fft_f64.h:
6175         * gst-libs/gst/fft/kiss_fft_s16.h:
6176         * gst-libs/gst/fft/kiss_fft_s32.h:
6177         Don't include malloc.h which doesn't exist on Mac OSX.
6178         Instead, pull in glib.h and use g_malloc/g_free for 
6179         consistency. Fixes: #496548
6180
6181 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6182
6183         * gst/playback/gstdecodebin2.c:
6184           Dont leak ghostpad. Fixes #475451.
6185
6186 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6187
6188         * docs/design/design-decodebin.txt:
6189         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6190         Update some more docs and comments.
6191
6192 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6193
6194         Patch by: Sebastien Moutte  <sebastien moutte net>
6195
6196         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6197           (gst_rtcp_unix_to_ntp):
6198         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6199           Fix some C99-isms and and a missing function that some versions of
6200           MSVC don't like too much (#494346).
6201
6202         * win32/vs6/gst_plugins_base.dsw:
6203         * win32/vs6/libgstaudio.dsp:
6204         * win32/vs6/libgstrtp.dsp:
6205         * win32/vs6/libgsttag.dsp:
6206           Update vs6 projects files (#494346).
6207
6208 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6209
6210         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6211
6212         * win32/common/libgstaudio.def:
6213         * win32/common/libgstcdda.def:
6214         * win32/common/libgstinterfaces.def:
6215         * win32/common/libgstnetbuffer.def:
6216         * win32/common/libgstpbutils.def:
6217         * win32/common/libgstrtp.def:
6218         * win32/common/libgstrtsp.def:
6219         * win32/common/libgsttag.def:
6220         * win32/common/libgstvideo.def:
6221           More missing symbols to export (fixes #493986).
6222
6223 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6224
6225         * docs/libs/gst-plugins-base-libs-sections.txt:
6226         * gst-libs/gst/fft/gstfftf32.c:
6227         * gst-libs/gst/fft/gstfftf32.h:
6228         * gst-libs/gst/fft/gstfftf64.c:
6229         * gst-libs/gst/fft/gstfftf64.h:
6230         * gst-libs/gst/fft/gstffts16.c:
6231         * gst-libs/gst/fft/gstffts16.h:
6232         * gst-libs/gst/fft/gstffts32.c:
6233         * gst-libs/gst/fft/gstffts32.h:
6234         * tests/check/libs/fft.c: (GST_START_TEST):
6235         Remove the magnitude and phase calculation functions as these have
6236         very special use cases and can't even be used for the spectrum
6237         element. Also adjust the docs to mention some properties of the used
6238         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6239
6240 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6243           (finish_source):
6244           Avoid crash when there are external subtitles (fixes #491722).
6245
6246 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6247
6248         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6249         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6250           'Could not open resource for writing' is not an acceptable
6251           error message when we can't open the audio device (see #492334),
6252           even less so when we're trying to open it to record something.
6253
6254 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6255
6256         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6257
6258         * win32/common/libgstrtp.def:
6259           Add some more missing symbols (#492813).
6260
6261 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6262
6263         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6264
6265         * tests/check/elements/audioconvert.c: (verify_convert):
6266           Add check to make sure that the out caps have a channel layout
6267           set on them where they should have one.
6268
6269 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6272
6273         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6274         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6275           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6276           (#492306).
6277
6278         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6279           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6280           (it disappeared in GLib 2.14.0) (#492306).
6281
6282         * gst-libs/gst/sdp/Makefile.am:
6283         * gst-libs/gst/sdp/gstsdpmessage.c:
6284           Fix includes and LIBS for win32/Mingw (#492306).
6285
6286         * tests/examples/dynamic/addstream.c (pause_play_stream):
6287           Use more portable g_usleep() instead of sleep() (#492306).
6288
6289 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6290
6291         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6292
6293         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6294           (gst_ring_buffer_parse_caps):
6295           Return NULL instead of an enum that happens to be 0, fixes warning
6296           on MSVC (#492114).
6297
6298         * gst-libs/gst/audio/gstringbuffer.h:
6299           No trailing commas in enum list (for gcc-2.9x).
6300
6301         * gst/videotestsrc/videotestsrc.c: (random_char):
6302           Make information loss explicit instead of implicitly truncating to
6303           eight bits via the return value.  Fixes runtime error on MSVC when
6304           using the debug CRT (#492114).
6305
6306         * win32/common/config.h.in:
6307           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6308
6309         * win32/common/libgstinterfaces.def:
6310         * win32/common/libgstrtp.def:
6311           Export a few more symbols (#492114).
6312
6313 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6314
6315         * gst-libs/gst/audio/audio.c:
6316         * gst-libs/gst/audio/audio.h:
6317           Readd the deprecation guards, but preserve compilability.
6318
6319 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6322           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6323           Preserve channel layout when fixating the number of channels in the
6324           output caps, or make sure there's a suitable channel position layout
6325           set on the caps if required. Fixes #430677.
6326
6327 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6330           Make sure the pipeline really operates in push mode as it should
6331           in this case.
6332
6333 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * gst-libs/gst/audio/audio.h:
6336           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6337           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6338           (ie. normal cvs builds) will fail.
6339
6340 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6341
6342         * docs/libs/Makefile.am:
6343         * gst-libs/gst/audio/audio.c:
6344         * gst-libs/gst/audio/audio.h:
6345         * gst-libs/gst/interfaces/mixer.c:
6346           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6347
6348 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6351           (test_channel_layout_value_intersect), (audio_suite):
6352           Add simple unit test to make sure GstValue intersection
6353           of channel layouts works the way I think it does.
6354
6355 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6356
6357         * docs/libs/gst-plugins-base-libs-sections.txt:
6358         * gst-libs/gst/audio/gstaudiofilter.h:
6359         * gst-libs/gst/interfaces/mixer.h:
6360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6361         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6362         * gst-libs/gst/sdp/gstsdpmessage.c:
6363           Fix the docs according to what gtk-doc complained about.
6364
6365 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6366
6367         * tests/icles/stress-playbin.c:
6368           Fix the build.
6369
6370 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6371
6372         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6373         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6374           Post nice/more useful error message if we don't have a decoder for
6375           the primary type.
6376
6377 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6378
6379         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6380         Be a bit more useful, unblock the pads after we fired the no-more-pads
6381         signal so that we can use the signal to inspect and connect all pads
6382         without having to keep extra state outside of decodebin.
6383
6384 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6385
6386         * gst/playback/gsturidecodebin.c:
6387         (gst_uri_decode_bin_autoplug_continue),
6388         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6389         Implement default signal handler so that we return TRUE when nothing is
6390         connected.
6391
6392 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6393
6394         * gst-libs/gst/riff/riff-media.c:
6395         (gst_riff_wavext_add_channel_layout),
6396         (gst_riff_wave_add_default_channel_layout),
6397         (gst_riff_wavext_get_default_channel_mask),
6398         (gst_riff_create_audio_caps):
6399         Use the ALSA channel layout as default for wav files without channel
6400         layout information. This fixes playback of chan-id.wav on 5.1 systems
6401         for example. Also refactor the channel layout setting a bit and add
6402         more default channel orders. Fixes #489010.
6403
6404 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6407           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6408           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6409           instead.
6410
6411 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6412
6413         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6414         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6415         (gst_decode_bin_set_subs_encoding),
6416         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6417         (gst_decode_bin_get_property), (analyze_new_pad):
6418         Move subtitle encoding property to decodebin2 so that it can set the
6419         property value on all elements that it autoplugs and that require it.
6420         Make caps refcounting more consistent in get/set.
6421
6422         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6423         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6424         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6425         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6426         (proxy_autoplug_continue_signal),
6427         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6428         (make_decoder):
6429         Proxy properties and relevant signals from the internal decodebin.
6430         Make properties MT safe.
6431
6432 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6433
6434         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6435         * gst-libs/gst/tag/tags.c:
6436           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6437           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6438
6439         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6440           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6441
6442         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6443           (gst_tag_to_vorbis_comments):
6444           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6445           just mapping everything I found in the wild) (#414539).
6446
6447 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6448
6449         Inspired by patch of: René Stadler <mail at renestadler dot de>
6450
6451         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6452         (gst_decode_bin_autoplug_continue),
6453         (gst_decode_bin_autoplug_factories),
6454         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6455         (find_compatibles):
6456         * gst/playback/gstplay-marshal.list:
6457         Remove the autoplug-sort signal and replace it with a binding friendly
6458         autoplug-select signal.
6459         Add an autoplug-factories signal that can be used to generate a list of
6460         factories to try to autoplug.
6461         Add the GstPad to the autoplugging signal args as it might be needed to
6462         make a good factory selection.
6463         Fix up the marshallers for this. Fixes #407282.
6464
6465 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * gst-libs/gst/tag/gsttagdemux.c:
6468           Don't abort with an assertion if we receive a seek event with
6469           a start type of NONE (see launchpad bug #155878).
6470
6471 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6472
6473         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6474         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6475         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6477         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6478         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6479         Make sure that before we clean up the X resources, we shutdown and join
6480         the event thread.
6481         Also make sure the event thread does not shut down immediatly after
6482         startup because the running variable is not yet correctly set.
6483         Fixes #378770. 
6484
6485 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6486
6487         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6488         Make the window for a race in typefind and shutting down smaller until
6489         we figure out the right locking here. Avoids #485753 usually.
6490
6491         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6492         Remove unneeded lock causing a race in typefind and shutting down.
6493         Fixes #485753.
6494
6495         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6496         Also remove sinks when going to NULL because we might not complete the
6497         state change to PAUSED, causing the PAUSED->READY state change not to
6498         happen.
6499
6500 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6501
6502         * gst-libs/gst/audio/gstbaseaudiosink.c:
6503         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6504         Also explicitly release the ringbuffer when going to NULL because it
6505         is required in the setcaps function, before the state change to PAUSED
6506         completes.
6507
6508 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6509
6510         * tests/icles/.cvsignore:
6511         * tests/icles/Makefile.am:
6512         * tests/icles/stress-playbin.c:
6513           Does what it says on the tin.
6514
6515 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6516
6517         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6518         Fix queue negotiation. See #486758.
6519
6520 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6521
6522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6523         (gst_xvimagesink_xwindow_new),
6524         (gst_xvimagesink_update_colorbalance),
6525         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6526
6527         Fix handling of some of the X atoms. If the last parameter is True,
6528         XInternAtom won't create the atom if it doesn't exist, and therefore
6529         might return None. This causes X errors on Xv implementations that
6530         don't provide the colour balance attributes.
6531
6532 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst-libs/gst/tag/gstvorbistag.c:
6535         * tests/check/libs/tag.c:
6536           Extract vorbis comment LICENSE tags correctly.
6537
6538 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6541
6542         * gst-libs/gst/tag/gstid3tag.c:
6543         * tests/check/libs/tag.c:
6544           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6545
6546 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst-libs/gst/tag/gsttagdemux.c:
6549           Don't error out when a buggy downstream element doesn't
6550           handle the newsegment event we send properly (especially
6551           not without posting a meaningful error message on the
6552           bus). See bug #471370 and launchpad bug #136264.
6553
6554 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * gst-libs/gst/audio/gstbaseaudiosink.c:
6557         (gst_base_audio_sink_drain):
6558         Use new basesink method to make our EOS drain interruptable.
6559
6560 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6561
6562         * gst-libs/gst/rtp/gstrtppayloads.c:
6563         Fix silly search-replace oversight.
6564
6565 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6566
6567         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6568
6569         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6570         (gst_basertppayload_set_outcaps):
6571         Fix caps memleak. Fixes #484989.
6572
6573
6574 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6575
6576         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6577         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6578         Fix debug output.
6579
6580 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6583         (gst_base_audio_src_create):
6584         Also handle the case where there is no clock set on the audio source,
6585         like in the unit tests.
6586
6587 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6588
6589         * gst-libs/gst/rtp/gstrtppayloads.c:
6590         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6591         to avoid compiler warnings
6592
6593 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6594
6595         * gst/playback/gstdecodebin.c: (type_found),
6596         (gst_decode_bin_change_state):
6597         * gst/playback/gstdecodebin2.c: (type_found),
6598         (gst_decode_bin_change_state):
6599         Don't disconnect the have_type signal because we never reconnect it
6600         later on. Instead keep a variable to see if we already detected a type.
6601
6602 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6603
6604         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6605         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6606         (type_found):
6607         Unlink the signal handler when we found the type, we're not going to do
6608         anything sensible with more type_found signals anyway.
6609
6610 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6611
6612         * gst-libs/gst/tag/gsttagdemux.c:
6613           Don't leak caps.
6614
6615 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * gst-libs/gst/tag/Makefile.am:
6618         * gst-libs/gst/tag/gsttagdemux.c:
6619         * gst-libs/gst/tag/gsttagdemux.h:
6620           API: add GstTagDemux base class for simple tag demuxers.
6621
6622         * docs/libs/gst-plugins-base-libs-docs.sgml:
6623         * docs/libs/gst-plugins-base-libs-sections.txt:
6624           Add GstTagDemux to docs.
6625
6626 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6627
6628         * gst-libs/gst/rtp/gstrtpbuffer.c:
6629         (gst_rtp_buffer_get_payload_subbuffer):
6630         Fix bug introduced with last commit which inverted the logic and
6631         caused all buffers to be dropped. Fixes #483620.
6632         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6633
6634 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6635
6636         * gst-libs/gst/rtp/gstrtpbuffer.c:
6637           Replace g_return_if_val (as it could be disabled), with regular return
6638           and warning.
6639
6640 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6641
6642         * tests/check/pipelines/simple-launch-lines.c:
6643           Print message name and not just number.
6644
6645 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6646
6647         * gst-libs/gst/audio/gstbaseaudiosink.c:
6648         (gst_base_audio_sink_async_play):
6649         When slaved to the clock, don't try to align a sample with the previous
6650         one when going to PLAYING again.
6651
6652 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6653
6654         * tests/examples/snapshot/snapshot.c:
6655           Fix the build.
6656
6657 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6658
6659         * gst-libs/gst/sdp/gstsdpmessage.h:
6660         Add RFC 3556 bandwidth modifiers.
6661
6662 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6663
6664         * docs/libs/gst-plugins-base-libs-docs.sgml:
6665         * docs/libs/gst-plugins-base-libs-sections.txt:
6666         * gst-libs/gst/rtp/gstrtppayloads.c:
6667         Update documentation.
6668
6669 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6670
6671         * gst-libs/gst/rtp/Makefile.am:
6672         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6673         (gst_rtp_payload_info_for_name):
6674         * gst-libs/gst/rtp/gstrtppayloads.h:
6675         Added new file and header to deal with payload info.
6676
6677         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6678         (gst_rtp_buffer_default_clock_rate):
6679         * gst-libs/gst/rtp/gstrtpbuffer.h:
6680         Payload specific stuff is move to new headers.
6681         Implement _default_clock rate using the new payload function.
6682
6683         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6684         (gst_sdp_parse_line):
6685         * gst-libs/gst/sdp/gstsdpmessage.h:
6686         Add some more comments.
6687
6688 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6689
6690         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6691         (sdp_check_header), (sdp_type_find), (plugin_init):
6692         Add typefind function for application/sdp.
6693         Remove some old dirac typefind code that was ifdeffed out.
6694
6695 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6696
6697         * win32/common/libgstaudio.def:
6698         Add new exported functions.
6699         * win32/vs6/grammar.dsp:
6700         Add autogeneration and copy of some autegenerated files from win32/common
6701         for rtsp library.
6702         * win32/vs6/libgstaudioconvert.dsp:
6703         Add gstaudioquantize.c to the build.
6704         * win32/vs6/libgstinterfaces.dsp:
6705         Add videoorientation.c to the build.
6706         * win32/vs6/libgstriff.dsp:
6707         Add libgsttag to the link libraries list.
6708         * win32/vs6/libgstvolume.dsp:
6709         Add liboil to the link.
6710         * win32/vs6/gst_plugins_base.dsw:
6711         * win32/vs6/libgstrtsp.dsp:
6712         * win32/common/libgstrtsp.def:
6713         Add files to build libgstrtsp library.
6714         
6715 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * tests/examples/snapshot/snapshot.c: (main):
6718         Print error when pipeline failed to construct.
6719
6720 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * configure.ac:
6723         * gst-libs/gst/tag/gstid3tag.c:
6724         * gst-libs/gst/tag/gstvorbistag.c:
6725           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6726           and ID3v2 tags.
6727
6728 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * gst-libs/gst/floatcast/floatcast.h:
6731           Don't include config.h in an installed public header, this
6732           might break compilation of applications that don't have such
6733           a header and doesn't necessarily do what it's supposed to do
6734           anyway (ie. check for the lrint/lrintf defines) (#442065).
6735           Add docs for the various macros and document how this header
6736           has to be used (link against libm, etc.); add a few FIXMEs;
6737           include math.h for non-c99 code path.  Based on patch by
6738           Jan Schmidt.
6739           
6740 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6741
6742         * configure.ac:
6743         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6744         of duplicating these macros in configure.ac.
6745
6746 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6747
6748         * po/hu.po:
6749         * po/sv.po:
6750         * po/uk.po:
6751           Updated translations to 0.10.14
6752
6753 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6754
6755         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6756
6757         * po/pl.po:
6758           Added Polish translation.
6759
6760 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6761
6762         translated by: Ilkka Tuohela <hile@iki.fi>
6763
6764         * po/fi.po:
6765           Added Finnish translation.
6766
6767 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6768
6769         translated by: Jorge González González <aloriel@gmail.com>
6770
6771         * po/es.po:
6772           Added Spanish translation.
6773
6774 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6775
6776         translated by: Mogens Jaeger <mogens@jaeger.tf>
6777
6778         * po/da.po:
6779           Added Danish translation.
6780
6781 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6782
6783         translated by: Funda Wang <fundawang@linux.net.cn>
6784
6785         * po/zh_CN.po:
6786           Added Chinese (simplified) translation.
6787
6788 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6789
6790         translated by: Alexander Shopov <ash@contact.bg>
6791
6792         * po/bg.po:
6793           Added Bulgarian translation.
6794
6795 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6796
6797         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6798         Fix compilation wrt printf arguments.
6799
6800 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6801
6802         * configure.ac:
6803         * tests/examples/Makefile.am:
6804         * tests/examples/snapshot/.cvsignore:
6805         * tests/examples/snapshot/Makefile.am:
6806         * tests/examples/snapshot/snapshot.c: (main):
6807         Add simple snapshot example program using appsink.
6808
6809 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6810
6811         * tests/check/generic/states.c:
6812           Improved state change unit test.
6813
6814 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6815
6816         * docs/plugins/.cvsignore:
6817         * tests/check/.cvsignore:
6818           Ignore registries in any format.
6819
6820 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6821
6822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6823         (gst_base_rtp_depayload_chain),
6824         (gst_base_rtp_depayload_set_gst_timestamp):
6825         Only copy timestamp on outgoing packets if the depayloader did not set
6826         one.
6827         Also copy duration on outgoing packets.
6828
6829 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6830
6831         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6832         (gst_basertppayload_set_outcaps):
6833         Fix compilation because of missing %d in printf.
6834         When fixating caps, fixate what we can and throw away all remaining
6835         unfixed caps, subclasses should do something smart if they need to.
6836
6837 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6838
6839         * ext/gnomevfs/gstgnomevfssrc.c:
6840           Improve debug logs a bit and be more verbose if things go wrong.
6841
6842 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6843
6844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6845         (gst_text_overlay_set_property):
6846         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6847         * gst-libs/gst/audio/gstbaseaudiosink.c:
6848         (gst_base_audio_sink_render):
6849         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6850         (gst_rtcp_unix_to_ntp):
6851         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6852         * gst/playback/gstqueue2.c:
6853         * tests/examples/seek/seek.c: (set_scale):
6854         Fix a bunch of compile warnings shown with Forte.
6855
6856         * gst/audiorate/gstaudiorate.c:
6857         Always pull in config.h before including any system headers.
6858
6859 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6860
6861         * gst/playback/gstqueue2.c: (update_buffering),
6862         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6863         (gst_queue_handle_sink_event), (gst_queue_chain),
6864         (gst_queue_push_one), (gst_queue_sink_activate_push),
6865         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6866         Also fix #476514 for queue2.
6867
6868 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6869
6870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6871         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6872         (gst_base_rtp_depayload_chain),
6873         (gst_base_rtp_depayload_handle_sink_event),
6874         (gst_base_rtp_depayload_push_full),
6875         (gst_base_rtp_depayload_set_gst_timestamp),
6876         (gst_base_rtp_depayload_change_state):
6877         Remove code to deal with RTP to GST time conversion, we now just copy
6878         the GST timestamp we receive to the outgoing buffers.
6879         Handle segment and flushes correctly.
6880
6881         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6882         When we have no valid input timestamp, use the previous rtp timestamp on
6883         the outgoing RTP packet instead of the RTP base time.
6884
6885 2007-09-15  David Schleef  <ds@schleef.org>
6886
6887         * ext/alsa/gstalsa.c:
6888         * ext/alsa/gstalsadeviceprobe.c:
6889         * ext/alsa/gstalsamixer.c:
6890         * ext/alsa/gstalsasink.c:
6891         * ext/alsa/gstalsasrc.c:
6892           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6893
6894 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst-libs/gst/rtp/gstbasertppayload.c:
6897         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6898         Add some debug info when negotiating caps.
6899
6900 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6901
6902         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6903         A buffer with an empty payload is also a valid buffer.
6904
6905 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6906
6907         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6908         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6909         (gst_basertppayload_change_state):
6910         Make sure we start our RTP timestamp from the random base RTP
6911         timestamp even if the buffer timestamp starts from some random value.
6912
6913 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * configure.ac:
6916         * tests/examples/Makefile.am:
6917         * tests/examples/dynamic/.cvsignore:
6918         * tests/examples/dynamic/Makefile.am:
6919         * tests/examples/dynamic/addstream.c: (create_stream),
6920         (pause_play_stream), (message_received), (eos_message_received),
6921         (perform_step), (main):
6922         Add simple exmple app to demonstrate starting and pausing live and
6923         non-live bins in a PLAYING pipeline.
6924
6925 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6926
6927         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6928         typefind for QCP files (RFC #3625)
6929
6930 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6931
6932         * gst-libs/gst/audio/gstbaseaudiosink.c:
6933         (gst_base_audio_sink_init):
6934         Disable pull mode scheduling, we're not ready for it yet and it subtly
6935         breaks a lot of things.
6936
6937 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         * tests/check/elements/libvisual.c:
6940           Test all libvisual plugins, not just the first one; this reproduces
6941           bug #450336 quite easily.  Looks like a problem with the 'jess'
6942           visualisation.
6943
6944 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * tests/check/Makefile.am:
6947         * tests/check/elements/.cvsignore:
6948         * tests/check/elements/libvisual.c:
6949           Add basic libvisual test case in an attempt to reproduce bug #450336.
6950           Doesn't reproduce that bug, but some other crasher instead (invalid
6951           free), at least with make elements/libvisual.forever and the bumscope
6952           plugin on x86-64/gutsy. Leaving test disabled for now.
6953
6954 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6955
6956         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6957
6958         * gst-libs/gst/rtsp/gstrtspconnection.c:
6959         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6960         (read_body), (gst_rtsp_connection_receive):
6961         Make sure we can not cancel in the middle of receiving a message.
6962         Fixes #475731.
6963
6964 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6965
6966         Patch by: Josep Torra Valles <josep@fluendo.com>
6967
6968         * gst/playback/gstplaybasebin.c:
6969           Increase upper limit for audio queue a bit; fixes preroll problem
6970           with playbin and decodebin2 when playing a quicktime trailer with
6971           multichannel audio via http (#464666).
6972
6973 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6974
6975         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6976         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6977         (gst_base_audio_src_provide_clock),
6978         (gst_base_audio_src_set_property),
6979         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6980         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6981         Allow othe clocks than the internal clock to be used for the pipeline.
6982         Add property to disable clock provide.
6983         API: GstBaseAudioSrc::provide-clock
6984
6985 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6986
6987         * gst/playback/gstdecodebin2.c:
6988           Don't leak request pads. Fixes #475395.
6989
6990 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6991
6992         Patch by: René Stadler <mail at renestadler dot de>
6993
6994         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6995         (gst_ximage_buffer_class_init):
6996         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6997         (gst_xvimage_buffer_class_init):
6998         Correctly chain up finalize with the parent class to prevent
6999         memory leaks. Fixes #474880.
7000
7001 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7002
7003         * gst/volume/gstvolume.c: (volume_choose_func):
7004         * tests/check/elements/volume.c: (GST_START_TEST):
7005         Revert the latest change: floating point samples are allowed to
7006         have any value, not only values in the range [-1,1]. Thanks to Andy
7007         Wingo for noticing.
7008         Also fix processing of int32 samples with volumes > 4 by making the
7009         unity value smaller which prevents overflows.
7010
7011 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         * gst-libs/gst/rtp/gstrtpbuffer.c:
7014         * tests/check/libs/rtp.c:
7015           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7016
7017 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7020
7021         * gst-libs/gst/rtp/gstrtpbuffer.c:
7022           Fix up GstRTPHeader helper struct so that compilers will not under
7023           any circumstances add padding in between our fields, as currently
7024           happens with MSVC on win32, because that would lead to us sending
7025           out RTP payloads with broken RTP headers (#471194).
7026           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7027           
7028         * tests/check/Makefile.am:
7029         * tests/check/libs/.cvsignore:
7030         * tests/check/libs/rtp.c:
7031           Add some simple unit tests for GstRTPBuffer. Some are disabled
7032           because the code tested still needs fixing (set_csrc() does not work).
7033
7034 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * win32/MANIFEST:
7037         * win32/common/gstrtsp-enumtypes.c:
7038         * win32/common/gstrtsp-enumtypes.h:
7039         * win32/common/interfaces-enumtypes.c:
7040         * win32/common/interfaces-enumtypes.h:
7041         * win32/common/multichannel-enumtypes.c:
7042           Add rtsp enumtypes (#474384) and update others.
7043
7044 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7045
7046         * configure.ac:
7047           Fix configure check for HAVE_LIBXML_HTML.
7048
7049 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * tests/check/libs/.cvsignore:
7052           Ignore more, in case the build bots work again one day.
7053
7054 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7055
7056         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7057
7058         * configure.ac:
7059         * gst-libs/gst/Makefile.am:
7060         * gst-libs/gst/fft/Makefile.am:
7061         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7062         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7063         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7064         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7065         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7066         * gst-libs/gst/fft/gstfft.h:
7067         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7068         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7069         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7070         * gst-libs/gst/fft/gstfftf32.h:
7071         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7072         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7073         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7074         * gst-libs/gst/fft/gstfftf64.h:
7075         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7076         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7077         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7078         * gst-libs/gst/fft/gstffts16.h:
7079         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7080         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7081         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7082         * gst-libs/gst/fft/gstffts32.h:
7083         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7084         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7085         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7086         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7087         * gst-libs/gst/fft/kiss_fft_f32.h:
7088         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7089         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7090         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7091         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7092         * gst-libs/gst/fft/kiss_fft_f64.h:
7093         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7094         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7095         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7096         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7097         * gst-libs/gst/fft/kiss_fft_s16.h:
7098         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7099         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7100         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7101         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7102         * gst-libs/gst/fft/kiss_fft_s32.h:
7103         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7104         (kiss_fftr_f32), (kiss_fftri_f32):
7105         * gst-libs/gst/fft/kiss_fftr_f32.h:
7106         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7107         (kiss_fftr_f64), (kiss_fftri_f64):
7108         * gst-libs/gst/fft/kiss_fftr_f64.h:
7109         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7110         (kiss_fftr_s16), (kiss_fftri_s16):
7111         * gst-libs/gst/fft/kiss_fftr_s16.h:
7112         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7113         (kiss_fftr_s32), (kiss_fftri_s32):
7114         * gst-libs/gst/fft/kiss_fftr_s32.h:
7115         * gst-libs/gst/fft/kiss_version:
7116         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7117         * pkgconfig/gstreamer-plugins-base.pc.in:
7118         Add libgstfft, a FFT library based on Kiss FFT which is
7119         BSD licensed. Supported sample formats are int16, int32,
7120         float and double. For those formats a real FFT and IFFT
7121         can be done, different windowing functions can be applied
7122         and functions for extracting the magnitude and phase exist.
7123         Fixes #468619.
7124
7125         * docs/libs/Makefile.am:
7126         * docs/libs/gst-plugins-base-libs-docs.sgml:
7127         * docs/libs/gst-plugins-base-libs-sections.txt:
7128         Integrate libgstfft into the docs.
7129
7130         * tests/check/Makefile.am:
7131         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7132         Add unit tests for libgstfft, currently only testing the FFT.
7133         Unit tests for IFFT will follow soon.
7134
7135 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7136
7137         Patch by: Peter Kjellerstedt  <pkj at axis com>
7138
7139         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7140         (gst_sdp_message_init), (gst_sdp_message_uninit),
7141         (is_multicast_address), (gst_sdp_message_as_text),
7142         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7143         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7144         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7145         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7146         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7147         (gst_sdp_media_init), (gst_sdp_media_uninit),
7148         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7149         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7150         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7151         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7152         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7153         * gst-libs/gst/sdp/gstsdpmessage.h:
7154         Separate INIT_ARRAY() and related macros into two versions, one for
7155         structures and one for pointers (e.g., INIT_ARRAY() and
7156         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7157         lists of emails and phone numbers.
7158         Add missing const as appropriate.
7159         Change all gint to guint since they all actually represent unsigned
7160         values.
7161         Do not use time as a variable name as it shadows the global time().
7162         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7163         Actually implement gst_sdp_message_add_time().
7164         Make gst_sdp_message_add_time() take repeat times as an argument.
7165         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7166         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7167         misspelled as badwidth).
7168         gst-indented and a little clean up. Fixes #471067.
7169
7170 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7171
7172         * gst/volume/gstvolume.c: (volume_choose_func),
7173         (volume_process_double), (volume_process_double_clamp),
7174         (volume_process_float_clamp):
7175         Correctly clamp float/double samples in the [-1.0,1.0] range to
7176         prevent weird effects.
7177         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7178         Add unit tests for all samples types that had none before.
7179
7180 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * gst-libs/gst/rtp/gstrtpbuffer.c:
7183           Need to include stdlib.h for abs() here too.
7184
7185 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * gst/playback/gststreaminfo.c:
7188           Fix build.
7189
7190 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7191
7192         * gst/playback/gststreaminfo.c:
7193           Clean up some half-disabled code and comment.
7194
7195 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7198
7199         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7200         (gst_base_rtp_payload_audio_handle_event):
7201         Return FALSE from the event handler to let the parent class handle the
7202         event. Fixes #446766.
7203
7204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7205         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7206         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7207
7208         * gst-libs/gst/rtp/gstbasertppayload.c:
7209         Bump the MTU to 1400.
7210
7211 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7212
7213         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7214         Add an audio/x-nsf typefind function for the nsfdec element.
7215
7216 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7217         * gst/playback/gstplaybasebin.c:
7218         Included "myth://" on stream_uris list for enable buffering to mythtv files
7219
7220 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7221
7222         * docs/libs/gst-plugins-base-libs-sections.txt:
7223         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7224         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7225         (gst_rtcp_unix_to_ntp):
7226         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7227         Fix parsing of RB blocks.
7228         Fix docs.
7229         Added helper functions to convert to/from UNIX and NTP time.
7230         API: gst_rtcp_ntp_to_unix()
7231         API: gst_rtcp_unix_to_ntp()
7232
7233         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7234         (gst_rtp_buffer_get_header_len),
7235         (gst_rtp_buffer_get_extension_data),
7236         (gst_rtp_buffer_get_payload_subbuffer),
7237         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7238         (gst_rtp_buffer_ext_timestamp):
7239         * gst-libs/gst/rtp/gstrtpbuffer.h:
7240         Fix some more docs.
7241         Implement handling of packets with extensions.
7242         Fix padding check in _validate().
7243         Added function to get extension data.
7244         API: gst_rtp_buffer_get_header_len()
7245         API: gst_rtp_buffer_get_extension_data()
7246
7247 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7248
7249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7250         (gst_base_rtp_depayload_class_init),
7251         (gst_base_rtp_depayload_set_gst_timestamp):
7252         Add some more docs for the queue-delay property and fix a typo in a
7253         comment.
7254
7255         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7256         Fix typo.
7257
7258 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7259
7260         * gst-libs/gst/audio/gstbaseaudiosink.c:
7261         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7262         (gst_base_audio_sink_change_state):
7263         When skew slaving, try to hover around the middle of a segment so that
7264         we at most drift by half a segment.
7265         If we are aligning in the oposite direction of the clock skew, we don't
7266         have to resync.
7267
7268 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7269
7270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7271         (gst_base_rtp_depayload_setcaps),
7272         (gst_base_rtp_depayload_set_gst_timestamp):
7273         Be less silly with the segment start, just apply the clock-base to the
7274         timestamp.
7275
7276 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7279         (gst_base_rtp_depayload_class_init),
7280         (gst_base_rtp_depayload_finalize),
7281         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7282         (gst_base_rtp_depayload_handle_sink_event),
7283         (gst_base_rtp_depayload_set_gst_timestamp),
7284         (gst_base_rtp_depayload_change_state):
7285         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7286         Deprecate the queue handling thread thing and remove the code.
7287         Use new method to calculate the extended timestamp.
7288
7289 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7290
7291         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7292         (gst_rtcp_packet_sdes_copy_entry):
7293         Use g_strndup which does exactly what we want.
7294
7295         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7296         (gst_rtp_buffer_ext_timestamp):
7297         * gst-libs/gst/rtp/gstrtpbuffer.h:
7298         Add helper function to compare seqnums.
7299         Add helper function to calculate extended timestamps.
7300         API: gst_rtp_buffer_compare_seqnum()
7301         API: gst_rtp_buffer_ext_timestamp()
7302
7303 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7304
7305         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7306         (gst_rtcp_packet_sdes_get_entry),
7307         (gst_rtcp_packet_sdes_copy_entry):
7308         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7309         Fix and document SDES item data function.
7310         Add new function that makes a proper copy of SDES item data.
7311         API: gst_rtcp_packet_sdes_copy_entry()
7312
7313 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7314
7315         * configure.ac:
7316         * gst/Makefile.am:
7317           The tcp and subparse plugins are under gst, but not totaly free of
7318           dependencies. Handle selection inconfigure.ac, so that they show up
7319           on the final list of what is build and what is not. Maybe they should
7320           better be moved to ext.
7321
7322 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7323
7324         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7325
7326         * configure.ac:
7327         * gst/Makefile.am:
7328           Check if libxml provides HTML parser which subparse needs.
7329           Fixes #451970.
7330
7331 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * ext/alsa/gstalsa.c:
7334           Fix typo and compilation on big endian systems.
7335
7336 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst/subparse/gstssaparse.c:
7339           Convert SSA newline codes into actual newline characters (#470766).
7340
7341 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         * docs/libs/gst-plugins-base-libs-sections.txt:
7344         * gst-libs/gst/pbutils/install-plugins.c:
7345         * gst-libs/gst/pbutils/install-plugins.h:
7346         * tests/check/libs/pbutils.c:
7347           API: also add gst_install_plugins_supported() while we're at it
7348           (see #470456).
7349
7350 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * docs/libs/gst-plugins-base-libs-sections.txt:
7353         * gst-libs/gst/pbutils/missing-plugins.c:
7354         * gst-libs/gst/pbutils/missing-plugins.h:
7355         * tests/check/libs/pbutils.c:
7356           API: add gst_missing_*_installer_detail_new() convenience API so
7357           that applications that know exactly what they're missing can request
7358           installer detail strings for those items directly instead of having
7359           to first create a dummy missing-plugin message and then get the
7360           installer detail string from that.  Fixes #470456.
7361
7362 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7363
7364         * gst/playback/gstdecodebin.c: (close_pad_link):
7365         We need to set up delayed-linking whenever the caps are non-fixed,
7366         not just when there are multiple types - use gst_pad_is_fixed()
7367         to test.
7368
7369 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * gst-libs/gst/pbutils/missing-plugins.c:
7372           (gst_missing_plugin_message_get_installer_detail):
7373           Add missing separator in PID fallback case.
7374
7375 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7376
7377         * ext/alsa/Makefile.am:
7378         There is no GST_PLUGINS_BASE_LIBS defined.
7379         
7380         * ext/alsa/gstalsa.c:
7381         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7382         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7383         Add support for ALSA 24-bit formats.
7384         snd_pcm_delay can return an error code, especially
7385         during XRUNS. In that case, the best we can do is assume
7386         delay = 0.
7387
7388         * gst/audioconvert/Makefile.am:
7389         Add flags from -base before any more-remote dependencies.
7390
7391 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7392
7393         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7394
7395         * gst/volume/gstvolume.c: (volume_choose_func),
7396         (volume_update_real_volume), (gst_volume_set_volume),
7397         (gst_volume_init), (volume_process_int32),
7398         (volume_process_int32_clamp), (volume_process_int24),
7399         (volume_process_int24_clamp), (volume_process_int16),
7400         (volume_process_int16_clamp), (volume_process_int8),
7401         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7402         * gst/volume/gstvolume.h:
7403         Add support for int32, int24 and int8 to the volume element.
7404         Fixes #445529.
7405
7406 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         * tests/examples/Makefile.am:
7409           Fix even more.
7410
7411 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7412
7413         * configure.ac:
7414         * docs/libs/Makefile.am:
7415         * docs/libs/gst-plugins-base-libs-docs.sgml:
7416         * docs/libs/gst-plugins-base-libs-sections.txt:
7417         * ext/gnomevfs/gstgnomevfssrc.c:
7418         * ext/gnomevfs/gstgnomevfssrc.h:
7419         * gst-libs/gst/Makefile.am:
7420         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7421         * pkgconfig/gstreamer-plugins-base.pc.in:
7422         * sys/v4l/v4lsrc_calls.c:
7423         * tests/examples/Makefile.am:
7424         * win32/common/config.h:
7425           Revert unwanted commit. many thanks to moap. I want a fix for 
7426           https://thomas.apestaart.org/moap/trac/ticket/239
7427
7428 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7429
7430         * gst/volume/gstvolume.c:
7431           Move passthrough below gst_object_sync_values(). Fixes #442654.
7432
7433 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7434
7435         * gst-libs/gst/audio/audio.c:
7436         Clarify the docs a little.
7437
7438 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7439
7440         * gst/volume/gstvolume.c:
7441           Enable liboil for float and add more details about problems with
7442           int16.
7443
7444 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7445
7446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7447         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7448
7449 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7450
7451         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7452         When calculating the first timestamp of the buffers, don't go below 0
7453         and clip the samples because the offset was on the eos page.
7454         Fixes #466717.
7455
7456 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7457
7458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7459         (gst_ogg_demux_collect_chain_info):
7460         Also submit the eos page when trying to find the first timestamp.
7461         See #466717.
7462
7463 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7464
7465         * gst-libs/gst/audio/audio.h:
7466         Use gst_util_uint64_scale() instead of doing the math
7467         with double for GST_FRAMES_TO_CLOCK_TIME() and
7468         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7469         prevents rounding errors. Fixes #467667.
7470
7471 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7472
7473         * gst-libs/gst/rtsp/gstrtspconnection.c:
7474         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7475         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7476         * gst-libs/gst/rtsp/gstrtspconnection.h:
7477         Small cleanups.
7478         On shutdown, don't read the control socket yet.
7479         Set timeout value correctly in all cases.
7480         Add function to check if the server accepts reads or writes.
7481         API: gst_rtsp_connection_poll()
7482
7483         * gst-libs/gst/rtsp/gstrtspdefs.h:
7484         Fix compilation with -pedantic.
7485         Add enum for _poll.
7486
7487 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7488
7489         Patch by: Olivier Crete  <tester at tester ca>
7490
7491         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7492         (gst_basertppayload_getcaps):
7493         * gst-libs/gst/rtp/gstbasertppayload.h:
7494         Add getcaps vfunc to basertppayload. See #465146.
7495
7496 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7497
7498         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7499         Only post buffering messages when we are a stream.
7500
7501 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         * gst-libs/gst/pbutils/install-plugins.c:
7504         * gst-libs/gst/pbutils/missing-plugins.c:
7505           Small docs fix and addition.
7506
7507 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7508
7509         * tests/icles/.cvsignore:
7510         * tests/icles/Makefile.am:
7511         * tests/icles/test-textoverlay.c:
7512           Add a dumb little test for textoverlay alignments.
7513
7514 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         Patch by: Dan Williams  <dcbw redhat com>
7517
7518         * ext/pango/gsttextoverlay.c:
7519         * ext/pango/gsttextoverlay.h:
7520           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7521           "silent" property so there's a Since tag in the API reference.
7522
7523 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7524
7525         * gst-libs/gst/rtp/gstbasertppayload.c:
7526         (gst_basertppayload_set_outcaps):
7527         * gst-libs/gst/rtp/gstbasertppayload.h:
7528         Improve caps negotiation so that downstream elements can confiure
7529         certain RTP properties by fixing them on the caps. See #465146.
7530         Add docs.
7531
7532 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7533
7534         * docs/libs/gst-plugins-base-libs-sections.txt:
7535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7536         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7537           Mark as deprecated some macros which were presumably meant to be
7538           private API and accidentally exposed in the public header file.
7539           Also actually _init() lock (only works at the moment because the
7540           struct is zeroed out when created and the initial values in the
7541           mutex struct are zeroes too). (#459585)
7542
7543 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7544
7545         * docs/libs/Makefile.am:
7546           Remove cruft and do some cleanups.
7547
7548         * docs/libs/gst-plugins-base-libs-docs.sgml:
7549           Prepare for comming gtkdoc features (rebase against online docs).
7550
7551 2007-08-10  Michael Smith <msmith@fluendo.com>
7552
7553         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7554           Debug output fixes.
7555         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7556         (GST_START_TEST):
7557           Change the number of buffers used; 500 is too many and leads to
7558           timeouts.
7559
7560 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/playback/gstqueue2.c:
7563         * gst/videorate/gstvideorate.c:
7564           Printf format fixes (#465028).
7565
7566 2007-08-09  Michael Smith <msmith@fluendo.com>
7567
7568         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7569           If we have a large (> 1 second) discontinuity, push a series of
7570           smaller buffers rather than a single very large buffer. Avoids
7571           unreasonably large single buffer allocations when encountering a
7572           large gap.
7573         * tests/check/elements/audiorate.c: (GST_START_TEST),
7574         (audiorate_suite):
7575           Add a test for this.
7576
7577 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7578
7579         * gst/playback/gstplaybasebin.c: (group_commit),
7580         (queue_remove_probe), (queue_threshold_reached):
7581
7582         Patch by: Josep Torra Valles <josep@fluendo.com>
7583         Fixes: #465015
7584         Make sure we remove the check_queues buffer probe from the 
7585         correct queue to avoid racily going back to "buffering 99%" when
7586         buffering is actually complete.
7587
7588         Also, fix the spelling of Josep's surname in the ChangeLog.
7589
7590 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7591
7592         * ext/ogg/gstoggmux.c:
7593           Do not leak oggmux instance.
7594         
7595         * ext/vorbis/vorbisenc.c:
7596           Also log values.
7597
7598 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7599
7600         * po/hu.po:
7601         * po/it.po:
7602         * po/nl.po:
7603         * po/uk.po:
7604         * po/vi.po:
7605           Updated translations.
7606
7607 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7608
7609         patch by: Yang Hong <hongyang@redflag-linux.com>
7610
7611         * ext/pango/gsttextoverlay.c:
7612         * ext/pango/gsttextoverlay.h:
7613           Add 'silent' property to GstTimeOverlay. Fixes #462979
7614
7615 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         Patch by: Josep Torra Valles <josep@fluendo.com>
7618
7619         * docs/plugins/gst-plugins-base-plugins.args:
7620         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7621         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7622         (gst_uri_decode_bin_get_property), (gen_source_element):
7623         Add connection-speed property. Fixes #464690.
7624
7625 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7626
7627         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7628
7629         * configure.ac:
7630         * gst-libs/gst/rtsp/Makefile.am:
7631         * gst-libs/gst/rtsp/gstrtspconnection.c:
7632         (gst_rtsp_connection_connect):
7633         Fix compilation on windows. Fixes #464320.
7634
7635 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7636
7637         Patch by: Josep Torra Valles <josep@fluendo.com>
7638
7639         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7640         (gst_play_base_bin_init), (queue_threshold_reached),
7641         (gen_source_element), (setup_substreams),
7642         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7643         (gst_play_base_bin_get_streaminfo_value_array):
7644         * gst/playback/gstplaybasebin.h:
7645         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7646         (gst_play_bin_set_property), (gst_play_bin_get_property),
7647         (gst_play_bin_handle_redirect_message):
7648         Move connection-speed property from playbin to playbasebin so that we
7649         can also configure it in source elements that have the connection-speed
7650         property. Fixes #464028.
7651         Add some debug info here and there.
7652
7653 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7654
7655         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7656         Properly respond to conversion queries. Fixes #464079.
7657
7658 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7659
7660         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7661         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7662         (gst_audio_test_src_init_sine_table),
7663         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7664         * gst/audiotestsrc/gstaudiotestsrc.h:
7665         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7666         Also set the default volume to the default value specified in the
7667         GParamSpec.
7668
7669 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7670
7671         Patch by: Jens Granseuer <jensgr at gmx dot net>
7672
7673         * gst/audioconvert/gstaudioquantize.c:
7674         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7675
7676 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7679         Add rdt manager for rdt transport.
7680         Fix parsing of RDT transport.
7681
7682 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7683
7684         * configure.ac:
7685         Back to CVS
7686
7687 === release 0.10.14 ===
7688
7689 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7690
7691         * configure.ac:
7692           releasing 0.10.14, "Light Years Ahead"
7693
7694 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7695
7696         * tests/check/libs/audio.c: (GST_START_TEST):
7697         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7698
7699 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7700
7701         * gst-libs/gst/audio/audio.c:
7702         When clipping a buffer with no timestamp, assume it is
7703         within the segment without warnings.
7704
7705         Fixes: #460978
7706
7707 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7708
7709         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7710         Fire the signal on the object, not the interface.
7711
7712 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7713
7714         * gst-libs/gst/rtsp/.cvsignore:
7715         Ber. Don't include the full path, idiot.
7716
7717 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7718
7719         * gst-libs/gst/rtsp/.cvsignore:
7720         Ignore generated files.
7721
7722 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7723
7724         * gst-libs/gst/interfaces/Makefile.am:
7725         * gst-libs/gst/interfaces/interfaces-marshal.list:
7726         * gst-libs/gst/interfaces/rtspextension.c:
7727         * gst-libs/gst/interfaces/rtspextension.h:
7728         * gst-libs/gst/rtsp/Makefile.am:
7729         * gst-libs/gst/rtsp/gstrtsp.h:
7730         * gst-libs/gst/rtsp/gstrtspextension.c:
7731         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7732         (gst_rtsp_extension_detect_server),
7733         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7734         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7735         (gst_rtsp_extension_configure_stream),
7736         (gst_rtsp_extension_get_transports),
7737         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7738         * gst-libs/gst/rtsp/gstrtspextension.h:
7739         * gst-libs/gst/rtsp/rtsp-marshal.list:
7740         Move the rtspextension.h interface into gstrtspextension.h
7741         as part of libgstrtsp instead of libgstinterfaces, because it's
7742         only for use within plugins, not applications. 
7743         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7744         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7745         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7746         is abstract.
7747
7748 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7749
7750         * gst-libs/gst/interfaces/Makefile.am:
7751         * gst-libs/gst/interfaces/interfaces-marshal.list:
7752         * gst-libs/gst/interfaces/rtspextension.c:
7753         (gst_rtsp_extension_iface_init),
7754         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7755         * gst-libs/gst/interfaces/rtspextension.h:
7756         Fix marshaller for the send signal.
7757         Add URL to stream selection interface method.
7758
7759 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7760
7761         * gst-libs/gst/riff/Makefile.am:
7762         Pull in our dependencies from -base before those from outside.
7763
7764 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         * docs/libs/gst-plugins-base-libs-sections.txt:
7767         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7768         * gst-libs/gst/rtsp/gstrtspbase64.h:
7769         API: gst_rtsp_base64_decode_ip()
7770         Added function to decode Base64 in-place.
7771
7772 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7773
7774         * tests/check/libs/.cvsignore:
7775         Ignore the mixer test binary.
7776
7777 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7778
7779         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7780         Gratuitous comment change to trigger a rebuild on the buildbots.
7781
7782 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7783
7784         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7785         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7786         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7787         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7788         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7789         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7790         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7791         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7792         (gst_sdp_media_get_attribute_val):
7793         * gst-libs/gst/sdp/gstsdpmessage.h:
7794         Constify args where we can.
7795
7796 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7797
7798         * gst-libs/gst/interfaces/Makefile.am:
7799         * gst-libs/gst/interfaces/rtspextension.c:
7800         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7801         (gst_rtsp_extension_detect_server),
7802         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7803         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7804         (gst_rtsp_extension_configure_stream),
7805         (gst_rtsp_extension_get_transports),
7806         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7807         * gst-libs/gst/interfaces/rtspextension.h:
7808         Move interface for RTSP extensions from -good to here.
7809         Added helper methods to invoke interface methods.
7810
7811 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7812
7813         * docs/libs/gst-plugins-base-libs-sections.txt:
7814         * gst-libs/gst/rtsp/gstrtspdefs.h:
7815         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7816         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7817         (gst_rtsp_message_init_response),
7818         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7819         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7820         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7821         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7822         (gst_rtsp_message_get_body), (dump_key_value):
7823         * gst-libs/gst/rtsp/gstrtspmessage.h:
7824         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7825         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7826         (gst_rtsp_range_parse):
7827         * gst-libs/gst/rtsp/gstrtsprange.h:
7828         * gst-libs/gst/rtsp/gstrtsptransport.c:
7829         * gst-libs/gst/rtsp/gstrtspurl.c:
7830         Fix some more RTSP docs.
7831         Add some missing methods for dealing with messages.
7832
7833 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * docs/libs/gst-plugins-base-libs-docs.sgml:
7836         * docs/libs/gst-plugins-base-libs-sections.txt:
7837         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7838         * gst-libs/gst/rtsp/gstrtspbase64.h:
7839         * gst-libs/gst/rtsp/gstrtspconnection.c:
7840         (gst_rtsp_connection_connect), (add_auth_header),
7841         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7842         (read_body), (gst_rtsp_connection_receive),
7843         (gst_rtsp_connection_next_timeout),
7844         (gst_rtsp_connection_reset_timeout),
7845         (gst_rtsp_connection_set_auth):
7846         * gst-libs/gst/rtsp/gstrtspconnection.h:
7847         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7848         * gst-libs/gst/rtsp/gstrtspdefs.h:
7849         * gst-libs/gst/rtsp/gstrtspmessage.h:
7850         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7851         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7852         (gst_rtsp_range_parse):
7853         * gst-libs/gst/rtsp/gstrtspurl.h:
7854         Added beginnings of RTSP documentation.
7855
7856 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * docs/libs/Makefile.am:
7859         * docs/libs/gst-plugins-base-libs-docs.sgml:
7860         * docs/libs/gst-plugins-base-libs-sections.txt:
7861         * gst-libs/gst/sdp/gstsdp.h:
7862         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7863         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7864         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7865         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7866         (gst_sdp_message_get_attribute_val),
7867         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7868         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7869         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7870         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7871         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7872         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7873         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7874         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7875         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7876         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7877         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7878         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7879         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7880         (gst_sdp_media_get_attribute_val_n),
7881         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7882         (print_media), (gst_sdp_message_dump):
7883         * gst-libs/gst/sdp/gstsdpmessage.h:
7884         Document the SDP library.
7885         Add some of the missing SDPMedia methods.
7886
7887 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7888
7889         * configure.ac:
7890         * gst-libs/gst/Makefile.am:
7891         * gst-libs/gst/rtsp/Makefile.am:
7892         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7893         * gst-libs/gst/rtsp/gstrtspbase64.h:
7894         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7895         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7896         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7897         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7898         (parse_response_status), (parse_request_line), (parse_line),
7899         (gst_rtsp_connection_read), (read_body),
7900         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7901         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7902         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7903         (gst_rtsp_connection_set_auth):
7904         * gst-libs/gst/rtsp/gstrtspconnection.h:
7905         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7906         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7907         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7908         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7909         (gst_rtsp_find_method):
7910         * gst-libs/gst/rtsp/gstrtspdefs.h:
7911         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7912         (gst_rtsp_message_new), (gst_rtsp_message_init),
7913         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7914         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7915         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7916         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7917         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7918         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7919         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7920         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7921         (gst_rtsp_message_dump):
7922         * gst-libs/gst/rtsp/gstrtspmessage.h:
7923         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7924         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7925         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7926         * gst-libs/gst/rtsp/gstrtsprange.h:
7927         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7928         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7929         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7930         (range_as_text), (rtsp_transport_mode_as_text),
7931         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7932         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7933         (gst_rtsp_transport_free):
7934         * gst-libs/gst/rtsp/gstrtsptransport.h:
7935         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7936         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7937         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7938         * gst-libs/gst/rtsp/gstrtspurl.h:
7939         * gst-libs/gst/sdp/Makefile.am:
7940         * gst-libs/gst/sdp/gstsdp.h:
7941         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7942         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7943         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7944         (gst_sdp_attribute_init), (gst_sdp_message_new),
7945         (gst_sdp_message_init), (gst_sdp_message_uninit),
7946         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7947         (gst_sdp_media_uninit), (gst_sdp_media_free),
7948         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7949         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7950         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7951         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7952         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7953         (gst_sdp_message_get_attribute_val),
7954         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7955         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7956         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7957         (gst_sdp_media_get_attribute_val_n),
7958         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7959         (read_string), (read_string_del), (gst_sdp_parse_line),
7960         (gst_sdp_message_parse_buffer), (print_media),
7961         (gst_sdp_message_dump):
7962         * gst-libs/gst/sdp/gstsdpmessage.h:
7963         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7964         Move SDP and RTSP from helper objects in -good to a reusable library.
7965         Use a proper gst_ namespace.
7966
7967 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7968
7969         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7970         (vorbis_dec_flush_decode):
7971         Use the new buffer clipping function from gstaudio here.
7972
7973 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7974
7975         * docs/libs/gst-plugins-base-libs-sections.txt:
7976         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7977         * gst-libs/gst/audio/audio.h:
7978         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7979         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7980         Also add deprecation guards for gst_audio_structure_set_int() to the
7981         header.
7982
7983 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7984
7985         * docs/libs/gst-plugins-base-libs-sections.txt:
7986           Cleanup the docs.
7987
7988 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7989
7990         Patch by: Dan Williams <dcbw at redhat dot com>
7991
7992         * gst/playback/gstplaybasebin.c:
7993         (gst_play_base_bin_get_streaminfo_value_array):
7994         Don't return NULL when querying the stream info value array but instead
7995         return an empty array. Fixes #459204.
7996
7997 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7998
7999         * gst/playback/gsturidecodebin.c:
8000           Init debug category before using it.
8001
8002 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8003
8004         * gst-libs/gst/interfaces/mixer.h:
8005         Add padding vars in place of the signal pointers
8006         when building with DISABLE_DEPRECATED so that the
8007         interface structure doesn't change size.
8008
8009 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8010
8011         * docs/libs/gst-plugins-base-libs-sections.txt:
8012         * ext/alsa/gstalsamixer.c:
8013         * ext/alsa/gstalsamixer.h:
8014         * ext/alsa/gstalsamixerelement.c:
8015         * ext/alsa/gstalsamixertrack.c:
8016         * gst-libs/gst/interfaces/mixer.c:
8017         * gst-libs/gst/interfaces/mixer.h:
8018         * gst-libs/gst/interfaces/mixeroptions.c:
8019         * gst-libs/gst/interfaces/mixeroptions.h:
8020         * gst-libs/gst/interfaces/mixertrack.c:
8021         * gst-libs/gst/interfaces/mixertrack.h:
8022         * tests/check/Makefile.am:
8023         * tests/check/libs/mixer.c:
8024
8025         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8026         Fixes: #152864 
8027
8028         Add support for notifying mixer changes on the message bus, and
8029         implement it in alsamixer.
8030
8031         API: gst_mixer_get_mixer_flags
8032         API: gst_mixer_message_parse_mute_toggled
8033         API: gst_mixer_message_parse_record_toggled
8034         API: gst_mixer_message_parse_volume_changed
8035         API: gst_mixer_message_parse_option_changed
8036         API: GstMixerMessageType
8037         API: GstMixerFlags
8038
8039 2007-07-20  Michael Smith <msmith@fluendo.com>
8040
8041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8042         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8043           xcontext->im_format is only for testing XShm support (as the header
8044           file comments document). Use xvimage->im_format for everything else.
8045           Avoids spurious warnings on buffer allocation before setcaps.
8046
8047 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8048
8049         * tests/examples/volume/Makefile.am:
8050         * tests/icles/Makefile.am:
8051           We should use $(LIBM).
8052
8053 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8054
8055         * tests/icles/Makefile.am:
8056           This needs -lm.
8057
8058 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8059
8060         * gst-libs/gst/rtp/gstbasertppayload.c:
8061         (gst_basertppayload_class_init), (gst_basertppayload_init),
8062         (gst_basertppayload_set_property),
8063         (gst_basertppayload_get_property):
8064         Don't break ABI, restore previous ranges. Keep the default random
8065         selection of timestamp and seqnum offset but as soon as the app sets a
8066         specific value, use that one.
8067
8068 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8069
8070         Patch by: Bastien Nocera <hadess at hadess dot net>
8071
8072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8073         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8074         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8075         * sys/xvimage/xvimagesink.h:
8076         Add option to turn off double-buffering for debugging purposes.
8077         Fixes #437169.
8078
8079 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8080
8081         Patch by: Jorn Baayen <jorn at openedhand dot com>
8082
8083         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8084         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8085         (gst_ximagesink_init), (gst_ximagesink_class_init):
8086         * sys/ximage/ximagesink.h:
8087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8088         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8089         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8090         * sys/xvimage/xvimagesink.h:
8091         add 'handle-expose' property. Useful for video widgets which may want to
8092         be in control of Expose behaviour. Fixes #380625
8093
8094 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8095
8096         * gst-libs/gst/rtp/gstbasertppayload.c:
8097         (gst_basertppayload_class_init), (gst_basertppayload_init),
8098         (gst_basertppayload_event), (gst_basertppayload_push),
8099         (gst_basertppayload_set_property),
8100         (gst_basertppayload_get_property),
8101         (gst_basertppayload_change_state):
8102         * gst-libs/gst/rtp/gstbasertppayload.h:
8103         Fix ranges of rtp payloader properties so that the full range can be
8104         used in addition to -1 (random).
8105         Fix wrong seqnum reporting in caps.
8106         Fixes #420326.
8107
8108 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8109
8110         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8111         (gst_video_rate_query):
8112         Use boilerplate.
8113         Add latency query, might not be perfect yet but already works a lot
8114         better. Fixes #442557.
8115
8116 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8117
8118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8119         (gst_xvimagesink_setcaps):
8120         * sys/xvimage/xvimagesink.h:
8121         After a caps change, redraw our borders to avoid garbage left there
8122         when the image format changes to a smaller size, like 16:9 -> 4:3
8123         Also, hold the flow_lock a bit longer in the set_caps while we're
8124         fiddling with the xcontext.
8125
8126 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8127
8128         * Makefile.am:
8129         * configure.ac:
8130         * tests/Makefile.am:
8131         Remove bogus check for libcheck, since we check for
8132         gstreamer-check and it pulls in the required info from there, and we
8133         weren't actually _using_ the information for libcheck ourselves
8134         anyway.
8135
8136 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8137
8138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8139         (gst_ffmpeg_caps_to_pixfmt):
8140         Fix the r_mask test for RGBA32 on little-endian.
8141         Fix a stupid typo that would have obviously broken 
8142         compilation on big-endian, if anyone was testing.
8143
8144 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8145
8146         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8147         (paint_hline_str4):
8148         * gst/videotestsrc/videotestsrc.h:
8149         Add alpha to the color struct.
8150         Use a default alpha value of 255 instead of 128.
8151
8152 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8155         (setup_source):
8156         Clear the dynamic pads counter when starting a new uri. This makes
8157         reusing playbin work again.
8158         Fixes #454264.
8159
8160 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8161
8162         * configure.ac:
8163           Use pkg-config to locate check.
8164
8165 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8166
8167         * configure.ac:
8168         * tests/check/elements/volume.c: (GST_START_TEST):
8169           Fix 'make check' build against core CVS.
8170
8171 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8172
8173         * gst-libs/gst/interfaces/propertyprobe.c:
8174         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8175         * gst-libs/gst/tag/gstvorbistag.c:
8176           Make gtk-doc happy.
8177
8178 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8179
8180         * gst-libs/gst/audio/gstbaseaudiosink.c:
8181         (gst_base_audio_sink_callback):
8182           Quick hack to make audiosinks stop at EOS when operating in
8183           pull-mode; needs to be fixed properly some day.
8184
8185 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8186
8187         * docs/libs/gst-plugins-base-libs-sections.txt:
8188           Fix location of includes in the docs.
8189
8190 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8191
8192         * gst/ffmpegcolorspace/avcodec.h:
8193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8194         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8195         (gst_ffmpegcsp_avpicture_fill):
8196         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8197         (img_get_alpha_info):
8198         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8199         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8200         end of the word. Partially fixes #451908
8201
8202 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8203
8204         * docs/libs/Makefile.am:
8205         * docs/plugins/Makefile.am:
8206           Simplify --extra-dir as gtkdoc scans recursively.
8207
8208 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8209
8210         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8211         (gst_adder_request_new_pad):
8212         Make getcaps more robust by not using the proxycaps function. This makes
8213         sure that we don't end up recursively calling getcaps upstream.
8214         See #316248.
8215
8216 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst/audioconvert/audioconvert.c:
8219         Include math.h to fix compilation.
8220
8221 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8222
8223         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8224         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8225         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8226         format, as produced by some dc1394 cameras like the iSight.
8227         See http://www.fourcc.org/yuv.php#IYU1
8228
8229 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8230
8231         * gst/audioconvert/Makefile.am:
8232         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8233         (check_default), (audio_convert_prepare_context),
8234         (audio_convert_clean_context), (audio_convert_convert):
8235         * gst/audioconvert/audioconvert.h:
8236         * gst/audioconvert/gstaudioconvert.c:
8237         (gst_audio_convert_dithering_get_type),
8238         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8239         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8240         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8241         * gst/audioconvert/gstaudioconvert.h:
8242         * gst/audioconvert/gstaudioquantize.c:
8243         (gst_audio_quantize_setup_noise_shaping),
8244         (gst_audio_quantize_free_noise_shaping),
8245         (gst_audio_quantize_setup_dither),
8246         (gst_audio_quantize_free_dither),
8247         (gst_audio_quantize_setup_quantize_func),
8248         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8249         * gst/audioconvert/gstaudioquantize.h:
8250         Implement dithering and noise shaping in audioconvert. By default now
8251         TPDF dithering (and no noise shaping) will be used when converting
8252         from a higher bit depth to 20 bit depth or smaller, otherwise
8253         everything will be as it is now.
8254         For the last audioconvert in a pipeline it would make sense to
8255         use some kind of noise shaping, enabling it by default for all
8256         conversions would give undesired results though. Fixes #360246.
8257         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8258         (GST_START_TEST):
8259         Adjust unit test for the new audioconvert.
8260
8261 2007-06-28  Wim Taymans  <wim@fluendo.com>
8262
8263         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8264         Use other metrics as well when estimating the buffer level.
8265
8266 2007-06-28  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8269         Small debug improvement.
8270
8271         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8272         (plugin_init):
8273         Tweak the rate estimation period.
8274         When calculating the buffer filledness in rate estimation mode, don't
8275         mix it with other metrics.
8276
8277 2007-06-28  Wim Taymans  <wim@fluendo.com>
8278
8279         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8280         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8281         When creating the groups, allow for a 5 second, unlimited buffers
8282         preroll phase after which we expose the group.
8283         When the group is exposed, use a small number of buffers up to a 2
8284         second limit. Also disconnect the overrun signal from multiqueue when we
8285         exposed the group because it is not needed anymore.
8286
8287 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8288
8289         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8290           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8291           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8292           (#451707); also, output some debugging info when dealing with
8293           freeform strings.
8294
8295         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8296           Add unit test for the above.
8297
8298 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8301           Add description for Windows Media RTP caps.
8302
8303         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8304           Remove RTP fields that don't define the format from caps.
8305
8306 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8309           Skip empty buffers, but not empty header buffers. That way the original
8310           vorbisdec unit test still passes (#451145); also, take into account
8311           that those empty packets might carry a granulepos.
8312
8313         * tests/check/Makefile.am:
8314         * tests/check/elements/vorbisdec.c:
8315         (_create_codebook_header_buffer), (_create_audio_buffer),
8316         (GST_START_TEST), (vorbisdec_suite):
8317           Add unit test that sends an empty packet.
8318
8319 2007-06-27  Wim Taymans  <wim@fluendo.com>
8320
8321         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8322         Don't error out on 0-sized packets, just emit a warning because this is
8323         not a fatal error. Fixes #451145.
8324
8325 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8326
8327         * docs/plugins/gst-plugins-base-plugins.args:
8328         * docs/plugins/gst-plugins-base-plugins.signals:
8329         * docs/plugins/inspect/plugin-adder.xml:
8330         * docs/plugins/inspect/plugin-alsa.xml:
8331         * docs/plugins/inspect/plugin-audioconvert.xml:
8332         * docs/plugins/inspect/plugin-audiorate.xml:
8333         * docs/plugins/inspect/plugin-audioresample.xml:
8334         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8335         * docs/plugins/inspect/plugin-cdparanoia.xml:
8336         * docs/plugins/inspect/plugin-decodebin.xml:
8337         * docs/plugins/inspect/plugin-decodebin2.xml:
8338         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8339         * docs/plugins/inspect/plugin-gdp.xml:
8340         * docs/plugins/inspect/plugin-gnomevfs.xml:
8341         * docs/plugins/inspect/plugin-libvisual.xml:
8342         * docs/plugins/inspect/plugin-ogg.xml:
8343         * docs/plugins/inspect/plugin-pango.xml:
8344         * docs/plugins/inspect/plugin-playbin.xml:
8345         * docs/plugins/inspect/plugin-subparse.xml:
8346         * docs/plugins/inspect/plugin-tcp.xml:
8347         * docs/plugins/inspect/plugin-theora.xml:
8348         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8349         * docs/plugins/inspect/plugin-video4linux.xml:
8350         * docs/plugins/inspect/plugin-videorate.xml:
8351         * docs/plugins/inspect/plugin-videoscale.xml:
8352         * docs/plugins/inspect/plugin-videotestsrc.xml:
8353         * docs/plugins/inspect/plugin-volume.xml:
8354         * docs/plugins/inspect/plugin-vorbis.xml:
8355         * docs/plugins/inspect/plugin-ximagesink.xml:
8356         * docs/plugins/inspect/plugin-xvimagesink.xml:
8357           Update docs with caps info.
8358
8359 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * po/POTFILES.in:
8362           Add more files with translatable strings (#450875).
8363
8364 2007-06-23  Edward Hervey  <edward@fluendo.com>
8365
8366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8367         The chain should be freed if we error out here, else it will leak.
8368         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8369         (cleanup_decodebin):
8370         Don't forget to *properly* remove the signals, else it will leak.
8371
8372 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8373
8374         * MAINTAINERS:
8375         Updating all the maintainers files
8376
8377 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8378
8379         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8380         (main):
8381           Destroy and recreate parse-launch based pipeline after stop to be able
8382           to play again. Reorder some code and add more comments.
8383
8384 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8385
8386         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8387         When handling a delayed-caps notification case, mark
8388         the group as dynamic so that the nbdynamic count is
8389         incremented and decremented correctly. Fixes: #449156
8390         Patch by: Wim Taymans <wim@fluendo.com>
8391
8392 2007-06-19  Andy Wingo  <wingo@pobox.com>
8393
8394         * gst-libs/gst/audio/gstbaseaudiosink.c
8395         (gst_base_audio_sink_init): Enable pull-mode operation.
8396
8397 2007-06-19  Michael Smith <msmith@fluendo.com>
8398
8399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8400           Change minimum rate back to 1000 to allow low-sample-rate wav files
8401           to play back.
8402
8403 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8404
8405         * po/vi.po:
8406           Update translations.
8407
8408 2007-06-15  David Schleef  <ds@schleef.org>
8409
8410         * gst/playback/gstqueue2.c:
8411           Fix compile error from ignored return value.
8412
8413 2007-06-15  Michael Smith <msmith@fluendo.com>
8414
8415         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8416           Update tmpbuf for all neccesary rows, not just one, as is required
8417           when downscaling.
8418           Fixes #402076.
8419
8420 2007-06-15  Michael Smith <msmith@fluendo.com>
8421
8422         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8423         (eos_buffer_probe):
8424           Add a test that ensures we set DELTA_UNIT on all non-header,
8425           non-video buffers, if we have a video stream.
8426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8427         (gst_ogg_mux_process_best_pad):
8428           Move setting delta_pad to earlier, where we inspect all pads, so
8429           that leading audio pages don't get DELTA_UNIT unset if they come
8430           before the first DELTA_UNIT from video pages. Fixes the newly-added
8431           test. Fixes #385527.
8432
8433 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8434
8435         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8436           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8437           fails on the p5-ppc64 build bot and the failure looks like it is due
8438           to the same issue as #348114, ie. a compiler bug.
8439
8440 2007-06-13  Edward Hervey  <edward@fluendo.com>
8441
8442         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8443         Fix build on MacOSX.
8444
8445 2007-06-13  Wim Taymans  <wim@fluendo.com>
8446
8447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8448         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8449         Fix compilation on mingw. Fixes #446972.
8450
8451 2007-06-12  Wim Taymans  <wim@fluendo.com>
8452
8453         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8454
8455         * gst/playback/gstqueue2.c: (update_buffering),
8456         (gst_queue_locked_enqueue):
8457         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8458         also update the buffering status when receiving events. Fixes #446551.
8459
8460 2007-06-11  Wim Taymans  <wim@fluendo.com>
8461
8462         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8463
8464         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8465         (gst_queue_handle_src_query):
8466         Wait for preroll before attempting to forward a duration query upstream.
8467         Fixes #445505.
8468
8469 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8470
8471         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8472         (gst_base_rtp_depayload_set_gst_timestamp):
8473         Use G_GINT64_CONSTANT macro for int64 constant.
8474         * win32/common/libgstinterfaces.def:
8475         * win32/common/libgsttag.def:
8476         Add new exported functions.
8477
8478 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8479
8480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8481           The BOS page of the first Dirac video stream needs to come before
8482           the BOS page of any Vorbis streams or other audio streams, just like
8483           it is with Theora.
8484
8485 2007-06-07  Wim Taymans  <wim@fluendo.com>
8486
8487         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8488         Fix compilation.
8489
8490 2007-06-06  Wim Taymans  <wim@fluendo.com>
8491
8492         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8493
8494         * gst/playback/gstqueue2.c: (gst_queue_init),
8495         (gst_queue_handle_sink_event), (gst_queue_chain),
8496         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8497         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8498         (gst_queue_src_activate_pull):
8499         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8500         Does not yet completely work because duration queries upstream won't
8501         block yet.
8502
8503 2007-06-06  Wim Taymans  <wim@fluendo.com>
8504
8505         * configure.ac:
8506         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8507         Some more fseeko checks.
8508
8509 2007-06-06  Wim Taymans  <wim@fluendo.com>
8510
8511         * configure.ac:
8512         check for large file support.
8513
8514 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8515
8516         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8517
8518         * gst/subparse/gstsubparse.c: (parse_subrip),
8519         (subviewer_unescape_newlines), (parse_subviewer),
8520         (gst_sub_parse_data_format_autodetect),
8521         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8522         * gst/subparse/gstsubparse.h:
8523         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8524         * tests/check/elements/subparse.c: (GST_START_TEST),
8525         (subparse_suite):
8526         Add a unit test for both SubViewer formats.
8527
8528 2007-06-01  Michael Smith <msmith@fluendo.com>
8529
8530         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8531           Don't overflow intermediate values when seeking to large time values
8532           in audiotestsrc.
8533
8534 2007-06-05  Wim Taymans  <wim@fluendo.com>
8535
8536         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8537         (gst_queue_create_read), (gst_queue_read_item_from_file),
8538         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8539         Include stdio to define fseeko.
8540
8541 2007-06-05  Wim Taymans  <wim@fluendo.com>
8542
8543         Patch by: Edward Hervey  <edward@fluendo.com>
8544
8545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8546         (gst_v4lsrc_query):
8547         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8548
8549 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         * gst-libs/gst/riff/Makefile.am:
8552         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8553           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8554           our own implementation.
8555
8556 2007-06-05  Wim Taymans  <wim@fluendo.com>
8557
8558         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8559         (gst_base_rtp_depayload_setcaps),
8560         (gst_base_rtp_depayload_set_gst_timestamp),
8561         (gst_base_rtp_depayload_change_state):
8562         Handle timestamp wraparound.
8563
8564 2007-06-05  Wim Taymans  <wim@fluendo.com>
8565
8566         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8567         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8568         (gst_uri_decode_bin_change_state):
8569         Make sure we name srcpads uniquely even when using different internal
8570         decodebins.
8571         Signal no-more-pads when no more dynamic elements exist.
8572         Remove pads on cleanup.
8573
8574 2007-06-05  Wim Taymans  <wim@fluendo.com>
8575
8576         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8577
8578         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8579         (gst_queue_init), (gst_queue_finalize),
8580         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8581         (gst_queue_create_read), (gst_queue_read_item_from_file),
8582         (gst_queue_open_temp_location_file),
8583         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8584         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8585         (gst_queue_is_empty), (gst_queue_is_filled),
8586         (gst_queue_change_state), (gst_queue_set_temp_location),
8587         (gst_queue_set_property):
8588         Add support for filebased buffering. Fixes #441264.
8589
8590 2007-06-05  Wim Taymans  <wim@fluendo.com>
8591
8592         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8593         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8594         (caps_notify_group_cb), (gst_decode_group_new),
8595         (gst_decode_group_free):
8596         Add support for delayed caps fixation when autoplugging.
8597         Optimize cases where a multiqueue is not needed/wanted, like right after
8598         anything that is not a demuxer.
8599
8600 2007-06-05  Wim Taymans  <wim@fluendo.com>
8601
8602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8603         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8604         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8605         consideratly speedup ogg chain detection by not trying to find a base
8606         timestamp for skeleton streams. 
8607
8608 2007-06-05  Wim Taymans  <wim@fluendo.com>
8609
8610         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8611         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8612         (gst_multi_fd_sink_remove_flush),
8613         (gst_multi_fd_sink_remove_client_link),
8614         (gst_multi_fd_sink_handle_client_write),
8615         (gst_multi_fd_sink_handle_clients):
8616         * gst/tcp/gstmultifdsink.h:
8617         Add support for remove_flush.
8618
8619 2007-06-05  Wim Taymans  <wim@fluendo.com>
8620
8621         * docs/design/draft-keyframe-force.txt:
8622         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8623         (theora_enc_chain):
8624         Add draft design for forcing keyframes in encoders and implement in
8625         theoraenc.
8626
8627 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8628
8629         * configure.ac:
8630           Back to CVS
8631
8632 === release 0.10.13 ===
8633
8634 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8635
8636         * configure.ac:
8637           releasing 0.10.13, "What's Going on?"
8638
8639 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8642         In riff, the depth is stored in the size field but it just means that
8643         the least significant bits are cleared. We can therefore just play
8644         the sample as if it had a depth == width. Fixes: #440997
8645
8646         Patch by: Wim Taymans <wim@fluendo.com> 
8647         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8648
8649 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8650
8651         * gst-libs/gst/floatcast/floatcast.h:
8652         Define inline when needed on win32 builds. Fixes: #441295
8653         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8654
8655 2007-05-29  Wim Taymans  <wim@fluendo.com>
8656
8657         * gst/playback/gstplaybasebin.c: (queue_overrun),
8658         (no_more_pads_full):
8659         Stop buffering when the group is commited because the queues filled up.
8660         Fixes #442024.
8661
8662 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8663
8664         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8665         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8666         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8667         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8668         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8669         * ext/alsa/gstalsamixer.h:
8670         * ext/alsa/gstalsamixerelement.c:
8671         (gst_alsa_mixer_element_interface_supported),
8672         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8673         (gst_alsa_mixer_element_set_property),
8674         (gst_alsa_mixer_element_get_property),
8675         (gst_alsa_mixer_element_change_state):
8676         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8677         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8678         (gst_mixer_option_changed):
8679         * gst-libs/gst/interfaces/mixer.h:
8680         Revert commits towards #152864 made so far. We'll pick it up again
8681         after the 0.10.13 release.
8682
8683 2007-05-24  Wim Taymans  <wim@fluendo.com>
8684
8685         * gst-libs/gst/audio/gstbaseaudiosink.c:
8686         (gst_base_audio_sink_render):
8687         After an interrupt (PAUSED/flush) assume that the next sample should not
8688         be aligned to the previous sample. Fixes #417992.
8689
8690 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8691
8692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8693           Don't add channels and rate fields to the template caps for
8694           audio/x-dts, as wavparse might not always be able to set them,
8695           which would then lead to 'caps are not a real subset of the
8696           template caps' warnings.
8697
8698 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8699
8700         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8701         Handle unknown or invalid pads without crashing, as might occur if
8702         a media file like an mp3 is specified as a subtitle file.
8703         Fixes: #410039
8704
8705 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8706
8707         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8708         (setup_sinks):
8709         Block the subtitle bin output queue before ghosting it and linking,
8710         then unblock after. This avoids spurious not-linked errors caused 
8711         by the queue starting up (because it gets linked when it is ghosted). 
8712         Fixes: #350299
8713
8714 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8715
8716         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8717         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8718         file. Avoids flukes where the input gets typefound to some valid but
8719         useless type.
8720
8721 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8722
8723         * tests/check/Makefile.am:
8724         * tests/check/elements/.cvsignore:
8725         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8726         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8727           Add unit test for gnomevfssink seeking and position reporting for
8728           file:// URIs.
8729
8730 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8731
8732         Patch by: Mark Nauwelaerts <manauw at skynet be>
8733
8734         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8735         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8736         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8737         * ext/gnomevfs/gstgnomevfssink.h:
8738           Fix position reporting, especially after a seek (from upstream),
8739           see #412648.
8740
8741 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8742
8743         * ext/cdparanoia/gstcdparanoiasrc.c:
8744           Repair umlaut.
8745
8746 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8747
8748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8749         Specify the full valid range for MP3 samplerates. Fixes a regression
8750         caused by extra header checks since the last release.
8751
8752 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8753
8754         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8756         Fix a locking-order bug I introduced with my changes the other day.
8757         Patch by Mike Smith.
8758
8759 2007-05-21  Michael Smith <msmith@fluendo.com>
8760
8761         * ext/theora/theoradec.c: (theora_handle_data_packet):
8762           Don't look inside 0-length packets (which indicate duplicated
8763           frames)
8764
8765 2007-05-21  Wim Taymans  <wim@fluendo.com>
8766
8767         * ext/cdparanoia/gstcdparanoiasrc.c:
8768         (gst_cd_paranoia_src_read_sector):
8769         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8770         (gst_base_audio_src_create):
8771         Small cleanups.
8772
8773         * ext/theora/theoradec.c: (theora_dec_sink_event):
8774         Fix typo.
8775
8776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8777         (gst_base_rtp_depayload_set_gst_timestamp):
8778         Add some FIXME
8779
8780         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8781         And some debug info when a FIXME path is hit.
8782
8783 2007-05-21  Wim Taymans  <wim@fluendo.com>
8784
8785         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8786         (gst_base_rtp_audio_payload_class_init),
8787         (gst_base_rtp_audio_payload_init),
8788         (gst_base_rtp_audio_payload_finalize),
8789         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8790         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8791         (gst_base_rtp_payload_audio_handle_event):
8792         Some cleanups, remove minptime property as it is now in the parent
8793         class.
8794         Override parent class event function.
8795
8796         * gst-libs/gst/rtp/gstbasertppayload.c:
8797         (gst_basertppayload_class_init), (gst_basertppayload_init),
8798         (gst_basertppayload_event), (gst_basertppayload_set_property),
8799         (gst_basertppayload_get_property):
8800         * gst-libs/gst/rtp/gstbasertppayload.h:
8801         Add min-ptime property.
8802         Add handle-event vmethod. Fixes #415001.
8803
8804 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8805
8806         * gst-libs/gst/audio/gstbaseaudiosink.c
8807           (gst_base_audio_sink_change_state):
8808           Fix typo in comment.
8809
8810         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8811           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8812           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8813           close_link):
8814         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8815           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8816           Remove trailing whitespaces in comments.
8817
8818         * gst/volume/Makefile.am:
8819           Fix tabs.
8820
8821 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8822
8823         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8824
8825         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8826           set_option, get_option, _gst_reserved):
8827           Revert reordering functions (keep ABI).
8828
8829 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8830
8831         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8832         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8833         (gst_ximagesink_show_frame):
8834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8835         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8836         (gst_xvimagesink_show_frame):
8837         When we create our own window, indicate that we handle the 
8838         WM_DELETE client message from the window manager, so that it won't 
8839         kill our window (and our app) along with it. Handle ClientMessage,
8840         post an error on the bus, and close the window. Further buffers
8841         arriving will result in a FlowError because the window has been
8842         destroyed.
8843
8844         Fixes: #393975
8845
8846         Clean up the X event handling loop and make them the same for
8847         both xvimagesink and ximagesink while I'm at it.
8848
8849 2007-05-17  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8852         Make decodebin2 autoplug depayloaders too.
8853
8854         * gst/playback/gsturidecodebin.c: (source_new_pad):
8855         Set the newly created decoder in a usable state when autoplugging a
8856         dynamic source such as RTSP.
8857
8858 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         * gst/playback/gststreaminfo.c: (cb_probe):
8861           Ignore video-codec tag for audio streams and ignore audio-codec tags
8862           for video streams. Should make codec name collection a bit more
8863           robust against sloppy demuxers that send tag events containing both
8864           tags down each pad.
8865
8866 2007-05-17  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst/playback/gstqueue2.c: (update_rates):
8869         Tweak the buffering thresholds a little.
8870         Update the buffer size with the previously calculate rate instead of
8871         only when we calculate a new rate so that we get smoother buffering
8872         updates.
8873
8874         * gst/playback/Makefile.am:
8875         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8876         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8877         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8878         (gst_uri_decode_bin_get_property), (unknown_type),
8879         (add_element_stream), (no_more_pads_full), (no_more_pads),
8880         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8881         (gen_source_element), (has_all_raw_caps), (analyse_source),
8882         (remove_decoders), (make_decoder), (remove_source),
8883         (source_new_pad), (setup_source), (decoder_query_init),
8884         (decoder_query_duration_fold), (decoder_query_duration_done),
8885         (decoder_query_position_fold), (decoder_query_position_done),
8886         (decoder_query_latency_fold), (decoder_query_latency_done),
8887         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8888         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8889         (gst_uri_decode_bin_change_state), (plugin_init):
8890         New element that intergrates a source, optional buffering element and
8891         decodebin.
8892
8893 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8894
8895         * configure.ac:
8896           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8897           (also has a .pc file, so we don't need the fallback check any
8898           longer). Fixes #438840.
8899
8900 2007-05-17  Wim Taymans  <wim@fluendo.com>
8901
8902         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8903         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8904         (apply_segment), (apply_buffer), (update_buffering),
8905         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8906         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8907         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8908         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8909         (plugin_init):
8910         fix build.
8911
8912 2007-05-17  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/playback/Makefile.am:
8915         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8916         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8917         (gst_queue_getcaps), (gst_queue_bufferalloc),
8918         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8919         (apply_buffer), (update_buffering), (reset_rate_timer),
8920         (update_rates), (gst_queue_locked_flush),
8921         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8922         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8923         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8924         (gst_queue_loop), (gst_queue_handle_src_event),
8925         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8926         (gst_queue_src_activate_push), (gst_queue_change_state),
8927         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8928         On our way to playbin2 this is the new network queue that does buffering
8929         all by itself using high and low watermarks. It can also measure up and
8930         downstream bandwidth to optimally size the queue.
8931
8932 2007-05-17  Michael Smith <msmith@fluendo.com>
8933
8934         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8935         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8936           Use the segment->last_stop value to calculate the next timestamp to
8937           generate after a seek; not the segment->start value.
8938
8939 2007-05-15  David Schleef  <ds@schleef.org>
8940
8941         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8942           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8943
8944 2007-05-15  Wim Taymans  <wim@fluendo.com>
8945
8946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8947         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8948         Some more chained streaming ogg timestamp fixes.
8949
8950 2007-05-15  Wim Taymans  <wim@fluendo.com>
8951
8952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8953         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8954         (gst_ogg_demux_handle_page):
8955         Add some FIXMEs.
8956         Fix chain start/stop segment handling based on patch by
8957         <ahalda at cs dot mcgill dot ca> see #320984.
8958
8959 2007-05-15  Michael Smith <msmith@fluendo.com>
8960
8961         * configure.ac:
8962           We don't require a C++ compiler. So don't require one.
8963
8964 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8965
8966         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8967           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8968           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8969           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8970           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8971           gst_alsa_mixer_update_track):
8972           Apply some of the cleanup Tim suggested in #152864 afterwards.
8973
8974 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8975
8976         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8977
8978         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8979           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8980           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8981           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8982           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8983           gst_alsa_mixer_handle_source_callback,
8984           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8985           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8986           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8987           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8988           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8989           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8990         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8991         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8992           gst_alsa_mixer_element_interface_supported,
8993           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8994           gst_alsa_mixer_element_set_property,
8995           gst_alsa_mixer_element_get_property,
8996           gst_alsa_mixer_element_change_state):
8997         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8998         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8999           gst_mixer_option_changed):
9000         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9001           volume_changed, option_changed, _gst_reserved):
9002           Implement notification for alsamixer. Fixes #152864
9003
9004 2007-05-14  David Schleef  <ds@schleef.org>
9005
9006         * gst/videotestsrc/videotestsrc.c:
9007         * gst/videotestsrc/videotestsrc.h:
9008           Add support for video/x-raw-bayer.
9009
9010 2007-05-12  David Schleef  <ds@schleef.org>
9011
9012         * sys/xvimage/xvimagesink.c:
9013           Add some sanity checking for the XVImage size returned by X.
9014           Related to #377400.
9015
9016 2007-05-12  Wim Taymans  <wim@fluendo.com>
9017
9018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9019         (gst_base_rtp_depayload_setcaps),
9020         (gst_base_rtp_depayload_set_gst_timestamp):
9021         Parse and use additional caps fields as described in updated
9022         application/x-rtp caps spec.
9023
9024 2007-05-12  Wim Taymans  <wim@fluendo.com>
9025
9026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9027         (gst_ogg_demux_collect_chain_info):
9028         If there is a stream in a chain without any data packets, ignore the
9029         stream in the total length calculations. Might be related to #436820.
9030
9031 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9032
9033         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9034         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9035         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9036         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9037         (plugin_init):
9038
9039         Consolidate and re-work our mpeg system stream detection to probe
9040         more packets and produce a higher confidence result. Fixes a
9041         regression caused by lowering the typefind probability last year
9042         - related to bug #397810. Remove the redundant MPEG-1 specific 
9043         typefind function, as the new one detects both MPEG-1 & MPEG-2
9044         happily.
9045
9046         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9047         little. 
9048
9049         Tested against my media test directory, with some improvements and
9050         no regressions.
9051
9052 2007-05-10  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9055         (queue_out_of_data):
9056         Connect to the new queue "pushing" signal instead of the broken
9057         "running" one.
9058
9059 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9060
9061         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9062         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9063         Move variable declaration before the first instruction.
9064         * gst/videotestsrc/videotestsrc.c:
9065         Define M_PI if it's not defined yet.
9066         * win32/common/libgstrtp.def:
9067         Add new exported functions.
9068
9069 2007-05-09  Michael Smith <msmith@fluendo.com>
9070
9071         * ext/theora/theoradec.c: (theora_handle_type_packet):
9072           gst_pad_push_event() does not return a GstFlowReturn!
9073
9074 2007-05-09  Wim Taymans  <wim@fluendo.com>
9075
9076         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9077         * tests/examples/seek/seek.c: (do_seek):
9078         Some small cosmetic changes.
9079
9080 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9081
9082         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9083           gst_adder_change_state):
9084         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9085           segment_pending, segment_position, segment_rate):
9086           Handle playback-rate on adder.
9087
9088 2007-05-07  Michael Smith <msmith@fluendo.com>
9089
9090         * ext/theora/gsttheoradec.h:
9091         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9092         (theora_dec_sink_event), (theora_handle_comment_packet),
9093         (theora_handle_type_packet), (theora_dec_change_state):
9094           Don't push events (newsegment, tags) before initialising the
9095           decoder.
9096           This is neccesary for seeking to work correctly in gnonlin.
9097
9098 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9099
9100         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9101         * gst/adder/gstadder.c:
9102         * gst/audiotestsrc/gstaudiotestsrc.c
9103           (gst_audio_test_src_create_white_noise):
9104         * gst/videotestsrc/gstvideotestsrc.c:
9105         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9106           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9107           volume_sink_template, volume_src_template, gst_volume_init,
9108           volume_process_double, volume_process_int16,
9109           volume_process_int16_clamp):
9110           Doc fixes and formatting.
9111
9112 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         * tests/check/Makefile.am:
9115         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9116           Minimal check for volume's GstController usability; also another
9117           test for #422295.
9118
9119 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst-libs/gst/cdda/gstcddabasesrc.c:
9122         (gst_cdda_base_src_add_track):
9123           Fix it so that it (a) makes sense and (b) doesn't break
9124           everything cdda-related including the unit test.
9125
9126 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9127
9128         * gst-libs/gst/cdda/gstcddabasesrc.c:
9129         (gst_cdda_base_src_add_track):
9130           Fix build when disabling asserts.
9131
9132 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9133
9134         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9135           When XShm is not available, we might get row strides that are not
9136           rounded up to multiples of four; this is bad, because virtually
9137           every RGB-processing element in GStreamer assumes rowstrides are
9138           rounded up to multiples of four, so let's allocate at least enough
9139           memory to avoid crashes in this case. The image will still be
9140           displayed distorted though if this happens, so that still needs
9141           fixing (maybe by allocating a bigger image with an 'even' width
9142           and then clipping it appropriately when rendering - something for
9143           Xlib aficionados in any case).
9144
9145 2007-05-03  Michael Smith <msmith@fluendo.com>
9146
9147         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9148           If a buffer doesn't have a timestamp, assume it's contiguous with
9149           the previous buffer, and synthesise timestamps appropriately.
9150
9151 2007-05-03  Edward Hervey  <edward@fluendo.com>
9152
9153         * tests/check/elements/videorate.c: (GST_START_TEST):
9154         Set buffer timestamp to a valid value in order to test the buffer
9155         really does stay in videorate.
9156
9157 2007-05-03  Edward Hervey  <edward@fluendo.com>
9158
9159         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9160         There is no sensible way to handle incoming buffers which don't have a
9161         valid timestamp. We therefore discard them and wait for the next one.
9162
9163 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9166         * gst/playback/gstdecodebin2.c: (plugin_init):
9167           Better error message for text files.
9168
9169 2007-04-29  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9172         Fix offset bug in generation RR packets.
9173
9174 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9175
9176         * ext/theora/theoradec.c: (_theora_granule_time),
9177         (theora_dec_push_forward), (theora_handle_data_packet),
9178         (theora_dec_decode_buffer): Calculate buffer duration correctly
9179         to generate a perfect stream (#433888).
9180         * gst/audioresample/gstaudioresample.c:
9181         (audioresample_check_discont): Glib provides ABS.
9182
9183 2007-04-27  Wim Taymans  <wim@fluendo.com>
9184
9185         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9186         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9187         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9188         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9189         (gst_rtcp_packet_bye_set_reason):
9190         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9191         Fix RB block parsing and writing.
9192         Add support for constructing BYE packets.
9193
9194 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9197         (gst_base_audio_src_create):
9198         * po/POTFILES.in:
9199           When posting a warning message because samples were dropped, post
9200           something more intelligible than he default error message for clock
9201           errors which is just confusing in this context (#432984).
9202
9203 2007-04-25  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9206         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9207         (read_packet_header), (gst_rtcp_packet_move_to_next),
9208         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9209         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9210         (gst_rtcp_packet_sdes_get_item_count),
9211         (gst_rtcp_packet_sdes_first_item),
9212         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9213         (gst_rtcp_packet_sdes_first_entry),
9214         (gst_rtcp_packet_sdes_next_entry),
9215         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9216         (gst_rtcp_packet_sdes_add_entry):
9217         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9218         Implement code to write SR, RR and SDES packets.
9219
9220 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9221
9222         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9223
9224         * sys/ximage/ximagesink.c:
9225           Fix build if XShm is not available (#432362).
9226
9227 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9228
9229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9230         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9231         pointers to random memory which are passed to g_free() when
9232         audio_convert_prepare_context() is called the first time.
9233
9234 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9235
9236         Patch by: Dan Williams <dcbw redhat com>
9237
9238         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9239           Don't leak incoming buffer if gst_pad_push() returns a
9240           non-OK flow. Fixes #432755.
9241          
9242         * tests/check/elements/videorate.c: (GST_START_TEST),
9243         (videorate_suite):
9244           Unit test for the above by Yours Truly.
9245
9246 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9247
9248         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9249         (gst_adder_sink_event), (gst_adder_collected):
9250           Fix non-flushing segmented seeks, Fixes #340060 for me
9251
9252 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         Patch by: Olivier Crete  <tester at tester ca>
9255
9256         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9257         (gst_base_rtp_audio_payload_class_init),
9258         (gst_base_rtp_audio_payload_init),
9259         (gst_base_rtp_audio_payload_dispose):
9260           Chain up to parent class in dispose function; get rid of
9261           unnecessary 'diposed' flag in private structure (#415001).
9262
9263 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * docs/libs/gst-plugins-base-libs.types:
9266         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9267         (gst_base_rtp_audio_payload_class_init):
9268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9269         * gst-libs/gst/rtp/gstbasertppayload.c:
9270           Some minor docs fixes and additions; also add missing 'Since' bits.
9271
9272 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         Patch by: Zeeshan Ali  <zeenix gmail com>
9275
9276         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9277         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9278         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9279         (gst_base_rtp_audio_payload_push):
9280         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9281           The recently-added gst_base_rtp_audio_payload_push() should take an
9282           object of type GstBaseRTPAudioPayload as first argument (#431672).
9283
9284 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * gst/audioresample/gstaudioresample.c:
9287           Make more functions static, just because we can.
9288
9289 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         * tests/check/elements/audioresample.c:
9292           Add unit test for audioresample shutdown crasher (#420106).
9293
9294 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9295
9296         * gst/subparse/gstsubparse.c:
9297         * gst/subparse/samiparse.c:
9298           Use GST_DISABLE_XML here
9299
9300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9301         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9302         (gst_xvimagesink_buffer_alloc),
9303         (gst_xvimagesink_navigation_send_event):
9304         * sys/xvimage/xvimagesink.h:
9305           Include stdlib.h when using atoi.
9306           
9307         * tests/check/elements/playbin.c: (playbin_suite):
9308           Use GST_DISABLE_REGISTRY here
9309
9310 2007-04-19  Michael Smith  <msmith@fluendo.com>
9311
9312         * ext/theora/gsttheoraenc.h:
9313         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9314         (theora_enc_sink_event), (theora_enc_change_state):
9315           Track initialisation state; don't try to use encoder state if we're
9316           not initialised (it'll segfault).
9317
9318 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9319
9320         * tests/check/pipelines/.cvsignore:
9321         Fix build.
9322
9323 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9324
9325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9326         Allow random depths between 1 and 32 instead of only multiplies of 8.
9327
9328 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9329
9330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9331         Set the maximum number of channels for PCM and float in the correct
9332         place to have it also used when creating the template caps.
9333
9334 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9335
9336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9337         Correctly support 4, 6 and 8 channels with normal PCM and float
9338         wav files.
9339
9340         Fix the depth and signedness calculation in extensible wav files and
9341         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9342         mask is found.
9343
9344         Add support for float, alaw and mulaw in extensible wav files.
9345
9346         This allows correct playback of all but 5 files from
9347         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9348         
9349         (gst_riff_create_audio_template_caps):
9350         Add voxware and float formats to the template caps.     
9351
9352 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9353
9354         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9355
9356         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9357         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9358
9359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9360         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9361         Use the correct format strings for integer formats.
9362
9363 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9364
9365         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9366           Don't use pad_alloc_buffer_and_set_caps to create a small header
9367           packet, or, worse, to create a big temporary video buffer using the
9368           src pad.
9369
9370 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9371
9372         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9373         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9374           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9375           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9376
9377 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9380           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9381           streamheader_suite):
9382           Add another test set up for failure
9383
9384 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9385
9386         * tests/check/Makefile.am:
9387         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9388           GST_START_TEST, streamheader_suite, main):
9389           Add a test for the streamheader bug Wim fixed.
9390
9391 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9392
9393         * ext/theora/theoradec.c: (theora_dec_sink_event):
9394         Fix misleading comment.
9395
9396 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9397
9398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9399           More sanity checks for the header fields.
9400
9401 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9404           Try encodings from all environment variables, not just those in the
9405           first environment variable that is set.
9406
9407 2007-04-12  Wim Taymans  <wim@fluendo.com>
9408
9409         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9410         (gst_video_rate_chain):
9411         Add some debug.
9412
9413         * tests/check/elements/videorate.c: (GST_START_TEST),
9414         (videorate_suite):
9415         Added check for videorate changing caps handling. Closes #421834.
9416
9417 2007-04-12  Michael Smith  <msmith@fluendo.com>
9418
9419         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9420           Use scale functions to avoid overflow when calculating duration of 
9421           vorbis buffers.
9422
9423 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9424
9425         * docs/libs/gst-plugins-base-libs-sections.txt:
9426         * gst-libs/gst/tag/tag.h:
9427         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9428           API: add gst_tag_freeform_string_to_utf8() (#405072).
9429
9430         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9431           Use gst_tag_freeform_string_to_utf8() here.
9432
9433 2007-04-12  Wim Taymans  <wim@fluendo.com>
9434
9435         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9436         (gst_gdp_pay_sink_event):
9437         Make sure we set the IN_CAPS flag correctly.
9438
9439         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9440         Get the IN_CAPS flag before we call functions that mess with the flags.
9441
9442 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9443
9444         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9445           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9446           Only stamp buffers with offset/offset_end right before they get
9447           pushed.  This ensures offset continuity, which was not the case
9448           before as shown by
9449           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9450
9451 2007-04-06  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst/playback/gstplaybin.c: (add_sink),
9454         (gst_play_bin_change_state):
9455         Activate sync in playbin, we are ready to handle it for live streams.
9456
9457 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9458
9459         * tests/check/elements/playbin.c:
9460         (test_sink_usage_video_only_stream), (playbin_suite):
9461           Add small test for stream-info-value-array code paths.
9462
9463 2007-04-05  Wim Taymans  <wim@fluendo.com>
9464
9465         * gst-libs/gst/audio/gstbaseaudiosink.c:
9466         (gst_base_audio_sink_skew_slaving):
9467         Don't try to create invalid calibration parameters by making the
9468         internal time go backwards, instead make external time go forward.
9469
9470 2007-04-05  Wim Taymans  <wim@fluendo.com>
9471
9472         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9473
9474         * gst/playback/gstplaybasebin.c: (add_stream):
9475         Fix leak in add_stream(), when g_value_set_object() increases the
9476         refcount of streaminfo object. Fixes #426250.
9477
9478 2007-04-03  David Schleef  <ds@schleef.org>
9479
9480         * gst/videotestsrc/gstvideotestsrc.c:
9481         * gst/videotestsrc/gstvideotestsrc.h:
9482         * gst/videotestsrc/videotestsrc.c:
9483         * gst/videotestsrc/videotestsrc.h:
9484           Add a test pattern called "circular", which has concentric
9485           rings with varying radial frequency.  The main purpose of this
9486           pattern is to test fidelity loss in a filter or scaler element.
9487           Notably, this pattern is scale invariant, and is optimally viewed
9488           with a width (and height) of 400.
9489
9490 2007-04-03  Wim Taymans  <wim@fluendo.com>
9491
9492         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9493
9494         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9495         (deactivate_free_recursive):
9496         Decodebin2 doesn't unref pads it obtains in some occasions:
9497         - multiqueue src pads, when either connecting further or exposing
9498         - sink pads of new autoplugged elements
9499         - peer pads when recursively freeing elements
9500         Fixes #425455.
9501
9502 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9503
9504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9505         Add audio/x-raw-float support, now that audioconvert support
9506         non-native endianness floats.
9507
9508 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * docs/libs/gst-plugins-base-libs-docs.sgml:
9511           gstreamer-plugins-base.pc doesn't exist, it's
9512           gstreamer-plugins-base-0.10.pc.
9513
9514 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9515
9516         Patch by: René Stadler <mail at renestadler dot de>
9517         with some minor changes
9518
9519         * gst-libs/gst/floatcast/floatcast.h:
9520         Use more efficient float endianness conversion functions that don't
9521         involve 2 function calls per value.
9522         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9523         (check_default), (audio_convert_prepare_context):
9524         * gst/audioconvert/gstaudioconvert.c:
9525         (gst_audio_convert_parse_caps), (make_lossless_changes):
9526         Support non-native endianness floats as input and output.
9527         Fixes #339838.
9528         * tests/check/elements/audioconvert.c: (verify_convert),
9529         (GST_START_TEST):
9530         Add unit tests for the non-native endianness float conversions.
9531
9532 2007-03-29  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9535         (gst_base_rtp_depayload_base_init),
9536         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9537         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9538         (gst_base_rtp_depayload_set_gst_timestamp),
9539         (gst_base_rtp_depayload_change_state),
9540         (gst_base_rtp_depayload_set_property),
9541         (gst_base_rtp_depayload_get_property):
9542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9543         Add Private structure.
9544         Bring element code to 2007.
9545         Parse clock-base caps param and use it when generating the
9546         newsegment.
9547         Reset variables before going to PAUSED.
9548         Fix some docs.
9549
9550 2007-03-29  Wim Taymans  <wim@fluendo.com>
9551
9552         * docs/libs/gst-plugins-base-libs-docs.sgml:
9553         * docs/libs/gst-plugins-base-libs-sections.txt:
9554         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9555         (gst_base_rtp_audio_payload_get_adapter):
9556         Add RTCP docs.
9557         Fix some more docs.
9558
9559         * gst-libs/gst/rtp/Makefile.am:
9560         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9561         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9562         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9563         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9564         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9565         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9566         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9567         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9568         (gst_rtcp_packet_sr_get_sender_info),
9569         (gst_rtcp_packet_sr_set_sender_info),
9570         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9571         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9572         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9573         (gst_rtcp_packet_sdes_get_chunk_count),
9574         (gst_rtcp_packet_sdes_first_chunk),
9575         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9576         (gst_rtcp_packet_sdes_first_item),
9577         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9578         (gst_rtcp_packet_bye_get_ssrc_count),
9579         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9580         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9581         (gst_rtcp_packet_bye_get_reason_len),
9582         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9583         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9584         Add new helper object for parsing and creating RTCP messages.
9585
9586 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9587
9588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9589         PCM samples with width=8 must be always unsigned, no matter what
9590         depth they have.
9591
9592 2007-03-29  Andy Wingo  <wingo@pobox.com>
9593
9594         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9595         perfect offsets also, not just timestamps.
9596
9597         * tests/check/elements/videorate.c (test_more): Test that given
9598         any incoming offsets, that videorate produces perfect offsets.
9599
9600 2007-03-29  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst-libs/gst/riff/riff-ids.h:
9603         Add some more RIFF formats.
9604
9605 2007-03-29  Wim Taymans  <wim@fluendo.com>
9606
9607         * gst-libs/gst/rtp/gstrtpbuffer.c:
9608         (gst_rtp_buffer_default_clock_rate):
9609         * gst-libs/gst/rtp/gstrtpbuffer.h:
9610         Fix fixed payload names and docs.
9611         Added method to get the default clock rates of fixed payload types.
9612         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9613
9614 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9615
9616         * tests/check/pipelines/.cvsignore:
9617         Add new vorbisdec test to cvsignore.
9618
9619 2007-03-28  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9622         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9623         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9624         (gst_base_audio_sink_set_property),
9625         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9626         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9627         (gst_base_audio_sink_skew_slaving),
9628         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9629         (gst_base_audio_sink_async_play):
9630         * gst-libs/gst/audio/gstbaseaudiosink.h:
9631         Store private stuff in GstBaseAudioSinkPrivate.
9632         Add configurable clock slaving modes property.
9633         API:: GstBaseAudioSink::slave-method property
9634         Some more latency reporting tweaks.
9635         Added skew based clock slaving correction and make it the default until
9636         the resampling method is more robust.
9637
9638 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9639
9640         * gst/audioconvert/audioconvert.c:
9641         Add docs to the integer pack functions and implement proper
9642         rounding. Before we had rounding towards negative infinity, i.e.
9643         always the smaller number was taken. Now we use natural rounding,
9644         i.e. rounding to the nearest integer and to the one with the largest
9645         absolute value for X.5. The old rounding introduced some minor
9646         distortions. Fixes #420079
9647         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9648         Fix one unit test that assumed the old rounding and added unit tests
9649         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9650         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9651         rounding from signed int32 to signed/unsigned int16.
9652
9653 2007-03-27  Michael Smith  <msmith@fluendo.com>
9654
9655         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9656         (gst_audio_convert_transform_caps):
9657           Fix typo in debug line introduced recently, as pointed out on irc.
9658
9659 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9662         * tests/check/libs/tag.c: (GST_START_TEST):
9663           Make sure we parse floating-point numbers in vorbis comments
9664           correctly with either '.' or ',' as separator, no matter what
9665           the current locale is. Add unit test for this too.
9666
9667 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         Patch by: René Stadler  <mail at renestadler de>
9670
9671         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9672           When writing out floating-point numbers to vorbis comment tags, always
9673           use the same character as separator no matter what the current locale is
9674           (fixes #423051).
9675
9676         * tests/check/libs/tag.c: (GST_START_TEST):
9677           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9678
9679 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9680
9681         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9682           vorbis_handle_data_packet):
9683           Correctly set DURATION to generate a timestamp-continuous stream.
9684           One bug left at the end; see
9685           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9686         * tests/check/Makefile.am:
9687         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9688           Add a test to check this.  Without the above patch this test fails.
9689
9690 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9691
9692         * gst-libs/gst/rtp/Makefile.am:
9693         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9694
9695 2007-03-23  Michael Smith  <msmith@fluendo.com>
9696
9697         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9698         (gst_video_rate_reset), (gst_video_rate_chain):
9699           If videorate changes caps, we can no longer use the old buffer
9700           (which may have a different size, incompatible with our caps).
9701           So don't do that; just duplicate the new frame more times.
9702
9703 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9704
9705         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9706         Remove playbin's override of the set_clock vmethod. It's irrelevant
9707         after Wim's commit on the 19th.
9708
9709 2007-03-22  Wim Taymans  <wim@fluendo.com>
9710
9711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9712         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9713         * ext/gnomevfs/gstgnomevfssrc.h:
9714         Don't cache file sizes. Fixes #341078.
9715
9716 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * gst/playback/gstplaybin.c: (add_sink):
9719           Use GST_PTR_FORMAT to log caps. 
9720
9721 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9722
9723         Patch by: Young-Ho Cha <ganadist at chollian net>
9724
9725         * gst/subparse/samiparse.c: (handle_start_font):
9726           Special-case some more colour names that pango doesn't handle by
9727           default. Fixes #420578.
9728
9729 2007-03-20  Michael Smith  <msmith@fluendo.com>
9730
9731         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9732           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9733           that marks EOS internally. After that, libvorbis will buffer all
9734           input data, and encode none of it, eventually leading to memory
9735           exhaustion.
9736
9737 2007-03-19  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst/playback/gstdecodebin.c: (remove_fakesink):
9740         Don't post STATE_DIRTY anymore.
9741
9742         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9743         (gst_play_bin_change_state):
9744         Remove stream_time reset in seek handling, core does that now.
9745         Disable clocking for live pipelines by forcing a NULL clock to the
9746         complete pipeline, core is too smart now for our previous hack.
9747         We can always autoplug in PAUSED now.
9748
9749 2007-03-17  David Schleef  <ds@schleef.org>
9750
9751         * REQUIREMENTS:  Update this file, change the formatting to make
9752         it more consistent, plus more machine readable.
9753
9754 2007-03-16  Michael Smith  <msmith@fluendo.com>
9755
9756         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9757         (strip_width_64), (append_with_other_format):
9758           Previous fix was too simplistic, and broke the tests. Use a better
9759           approach; only strip 64 from widths for integer audio.
9760
9761 2007-03-16  Michael Smith  <msmith@fluendo.com>
9762
9763         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9764         (gst_audio_convert_transform_caps):
9765           We don't support 64 bit integer audio, so don't try to claim we can.
9766           Stops us producing caps don't match our template caps.
9767           Update comments.
9768
9769 2007-03-15  Michael Smith  <msmith@fluendo.com>
9770
9771         * gst/audioresample/gstaudioresample.c:
9772         (audioresample_check_discont), (audioresample_transform):
9773           Don't trigger discontinuities for very small imperfections; a filter
9774           flush will sound bad, and many plugins have rounding errors leading
9775           to these.
9776
9777 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9778
9779         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9780
9781         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9782         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9783         API: add "min-ptime" property to RTP base audio payloader.
9784         API: add gst_base_rtp_audio_payload_push().
9785         API: add gst_base_rtp_audio_payload_get_adapter().
9786         Fixes #415001
9787         Indentation/whitespace/documentation fixes.
9788
9789 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9790
9791         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9792         (audioresample_transform_size), (audioresample_do_output),
9793         (audioresample_transform), (audioresample_pushthrough): Handle
9794         discontinuous streams.
9795         * gst/audioresample/gstaudioresample.h:
9796         * tests/check/elements/audioresample.c:
9797         (test_discont_stream_instance), (GST_START_TEST),
9798         (audioresample_suite): Add a test for discontinuous streams.
9799         * win32/common/config.h: Updated.
9800
9801 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9802
9803         * po/af.po:
9804         * po/az.po:
9805         * po/cs.po:
9806         * po/en_GB.po:
9807         * po/it.po:
9808         * po/nb.po:
9809         * po/nl.po:
9810         * po/or.po:
9811         * po/sq.po:
9812         * po/sr.po:
9813         * po/sv.po:
9814         * po/uk.po:
9815         * po/vi.po:
9816           Update translations from translation project.
9817
9818 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9819
9820         * gst/audioresample/debug.h:
9821         * gst/audioresample/resample.c: (resample_init):
9822           Since I really am not interested in a debug line for each sample
9823           being processed, move the library's debugging to its own category,
9824           libaudioresample
9825
9826 2007-03-13  Michael Smith  <msmith@fluendo.com>
9827
9828         * ext/theora/theoradec.c: (theora_handle_type_packet):
9829           Since the plugin doesn't support anything other than 4:2:0 right
9830           now, post an error and fail if we get something else. Won't matter
9831           until libtheora supports the other pixel formats, but hopefully
9832           that'll be soon...
9833
9834 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9835
9836         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9837         Use gst_guint64_to_gdouble for conversion.
9838         * win32/MANIFEST:
9839         Add new files to the win32 MANIFEST.
9840         * win32/common/libgstaudio.def:
9841         * win32/common/libgstpbutils.def:
9842         Add new exported functions.
9843         * win32/vs6/gst_plugins_base.dsw:
9844         * win32/vs6/libgstdecodebin.dsp:
9845         * win32/vs6/libgstplaybin.dsp:
9846         Change the link to libgstpbutils.lib.
9847         * win32/vs6/libgstdecodebin2.dsp:
9848         Add a new project for decodebin2.
9849         * win32/vs6/libgstpbutils.dsp:
9850         Add a new project for pbutils.
9851
9852 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9855           Also accept partial dates with only year and month,
9856           like 1999-12-00 (fixes #410396 even more).
9857
9858         * tests/check/libs/tag.c: (GST_START_TEST):
9859           Add unit test for the above.
9860
9861 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * tests/check/elements/subparse.c: (GST_START_TEST),
9864         (subparse_suite):
9865           Add unit test for MPL2 subtitle format (#413799).
9866
9867 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9868
9869         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9870
9871         * gst/subparse/Makefile.am:
9872         * gst/subparse/gstsubparse.c:
9873         (gst_sub_parse_data_format_autodetect),
9874         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9875         (gst_subparse_type_find):
9876         * gst/subparse/gstsubparse.h:
9877         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9878         * gst/subparse/mpl2parse.h:
9879           Add support for MPL2 subtitle format (#413799).
9880
9881 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9882
9883         * configure.ac:
9884           We require core CVS for the new buffer metadata copy functions.
9885
9886 2007-03-09  Wim Taymans  <wim@fluendo.com>
9887
9888         * gst-libs/gst/tag/gstid3tag.c:
9889         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9890         Fixes #414496.
9891
9892         Patch by: Alex Lancaster <alexl at users sourceforge net>
9893
9894 2007-03-09  Wim Taymans  <wim@fluendo.com>
9895
9896         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9897         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9898         Improve adapter usage and comments.
9899
9900 2007-03-09  Wim Taymans  <wim@fluendo.com>
9901
9902         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9903         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9904         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9905         Use new metadata copy function.
9906
9907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9908         (gst_ffmpegcsp_transform):
9909         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9910         Basetransform copied the metadata for us.
9911
9912 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9913
9914         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9915         (gst_text_overlay_video_event):
9916           Some more logging. Only accept newsegment events in TIME format and
9917           send a WARNING message if they are not in TIME format.
9918
9919         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9920         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9921         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9922         * gst/subparse/gstsubparse.h:
9923           No need to allocate GstSegment structure dynamically, just put it
9924           into the instance structure; ignore newsegment events in BYTE
9925           format and in particular don't let it overwrite our saved TIME
9926           segment from the last seek.
9927
9928 2007-03-09  Michael Smith  <msmith@fluendo.com>
9929
9930         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9931           Replace AC3 typefinder with one that isn't terrible, and actually
9932           works usefully.
9933
9934 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9935
9936         * gst/audioconvert/gstaudioconvert.c:
9937         (gst_audio_convert_transform):
9938           fix error category and translatable string
9939           
9940
9941 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9942
9943         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9944         * pkgconfig/gstreamer-plugins-base.pc.in:
9945           Fix up utils => pbutils here too.
9946
9947 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * gst/subparse/gstsubparse.c: (handle_buffer):
9950           Break out of loop in chain function as soon as possible if we get
9951           a non-OK flow return.
9952
9953 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9954
9955         * tests/check/elements/alsa.c: (GST_START_TEST):
9956         Unref the mixer if the state change fails too (if the
9957         alsa devices are inaccessible, for example)
9958
9959 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9960
9961         * tests/check/Makefile.am:
9962         Don't test libvisual elements in the states check, because libvisual
9963         seems to leak internally.
9964
9965         Re-enable the alsa and states tests now that there's new suppressions
9966         in gst.supp.
9967
9968         * tests/check/elements/alsa.c: (GST_START_TEST):
9969         Don't leak the alsamixer we instantiated.
9970
9971 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9974         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9975         (gst_ximagesink_finalize):
9976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9977         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9978         Move some cleanup stuff from the state change handler into a _reset()
9979         function that can be called from _finalize(). This ensures that things
9980         get freed even if (for some reason) the NULL->READY state transition
9981         fails in the parent class.
9982         Even if a parent state change fails, process our downward state change
9983         logic instead of bailing out early.
9984         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9985
9986 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9987
9988         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9989         Extra log line.
9990
9991         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9992         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9993         Use pango_font_description_set_family_static instead of 
9994         pango_font_description_set_family to save a string copy (it was
9995         leaking due to the strdup anyway)
9996
9997         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9998         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9999         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10000         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10001         Chain up in finalize.
10002
10003 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         * gst-libs/gst/interfaces/mixertrack.c:
10006         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10007         (gst_mixer_track_set_property):
10008           API: add "untranslated-label" property which should be set by
10009           implementations at construct time (#414645).
10010
10011         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10012         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10013           Set "untranslated-label" when constructing mixer track objects.
10014
10015         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10016           Unit test to check the above.
10017
10018 2007-03-07  Wim Taymans  <wim@fluendo.com>
10019
10020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10021         Fix confusing debug message.
10022
10023 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10024
10025         * gst-plugins-base.doap:
10026         update doap file with new version
10027
10028 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10029
10030         * configure.ac:
10031         Back to CVS
10032
10033 === release 0.10.12 ===
10034
10035 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10036
10037         * configure.ac:
10038           releasing 0.10.12, "Zombie Horde"
10039
10040 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10041
10042         * configure.ac:
10043         Bump version to 0.10.11.4 pre-release
10044
10045 2007-03-06  Wim Taymans  <wim@fluendo.com>
10046
10047         * gst-libs/gst/audio/gstbaseaudiosink.c:
10048         (gst_base_audio_sink_async_play):
10049         Fix regression that made GStreamer skip the first samples of audio.
10050         Fixes #414684.
10051
10052 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10053
10054         * configure.ac:
10055         Bump version to 0.10.11.3 pre-release
10056
10057 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10058
10059         * po/POTFILES.in:
10060           Update paths for the rename from utils to pbutils to fix the build.
10061
10062 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * gst-libs/gst/pbutils/Makefile.am:
10065           Change directory to install headers in from gst/utils to gst/pbutils
10066           as well.
10067
10068 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10069
10070         * configure.ac:
10071         * docs/libs/gst-plugins-base-libs-docs.sgml:
10072         * docs/libs/gst-plugins-base-libs-sections.txt:
10073         * gst-libs/gst/Makefile.am:
10074         * gst-libs/gst/interfaces/mixer.c:
10075         * gst-libs/gst/pbutils/Makefile.am:
10076         * gst-libs/gst/pbutils/descriptions.c:
10077         (gst_pb_utils_get_source_description),
10078         (gst_pb_utils_get_sink_description),
10079         (gst_pb_utils_get_decoder_description),
10080         (gst_pb_utils_get_encoder_description),
10081         (gst_pb_utils_get_element_description),
10082         (gst_pb_utils_add_codec_description_to_tag_list),
10083         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10084         * gst-libs/gst/pbutils/descriptions.h:
10085         * gst-libs/gst/pbutils/install-plugins.c:
10086         * gst-libs/gst/pbutils/install-plugins.h:
10087         * gst-libs/gst/pbutils/missing-plugins.c:
10088         (gst_missing_uri_source_message_new),
10089         (gst_missing_uri_sink_message_new),
10090         (gst_missing_element_message_new),
10091         (gst_missing_decoder_message_new),
10092         (gst_missing_encoder_message_new),
10093         (gst_missing_plugin_message_get_description):
10094         * gst-libs/gst/pbutils/missing-plugins.h:
10095         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10096         * gst-libs/gst/pbutils/pbutils.h:
10097         * gst-libs/gst/utils/Makefile.am:
10098         * gst-libs/gst/utils/base-utils.c:
10099         * gst-libs/gst/utils/base-utils.h:
10100         * gst-libs/gst/utils/descriptions.c:
10101         * gst-libs/gst/utils/descriptions.h:
10102         * gst-libs/gst/utils/install-plugins.c:
10103         * gst-libs/gst/utils/install-plugins.h:
10104         * gst-libs/gst/utils/missing-plugins.c:
10105         * gst-libs/gst/utils/missing-plugins.h:
10106         * gst-plugins-base.spec.in:
10107         * gst/playback/Makefile.am:
10108         * gst/playback/gstdecodebin.c:
10109         * gst/playback/gstdecodebin2.c:
10110         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10111         (gen_source_element):
10112         * gst/playback/gstplaybin.c: (plugin_init):
10113         * tests/check/Makefile.am:
10114         * tests/check/libs/pbutils.c: (GST_START_TEST),
10115         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10116         * tests/check/libs/utils.c:
10117           rename utils to pbutils
10118
10119 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10120
10121         * docs/plugins/Makefile.am:
10122         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10123         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10124         * docs/plugins/inspect/plugin-decodebin2.xml:
10125         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10126         Add documentation for decodebin2 that indicates that the API
10127         is still unstable.
10128
10129 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10130
10131         * configure.ac:
10132         Update to 0.10.11.2 (0.10.12 pre-release)
10133
10134 2007-03-01  Wim Taymans  <wim@fluendo.com>
10135
10136         * gst-libs/gst/audio/gstbaseaudiosink.c:
10137         (gst_base_audio_sink_async_play):
10138         base time is irrelevant here.
10139
10140 2007-03-01  Wim Taymans  <wim@fluendo.com>
10141
10142         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10143         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10144         Improve debugging.
10145
10146         * gst-libs/gst/audio/gstbaseaudiosink.c:
10147         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10148         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10149         Improve latency and clock slaving calculations.
10150         Improve slave clock calibration.
10151
10152         * gst-libs/gst/audio/gstringbuffer.c:
10153         (gst_ring_buffer_commit_full):
10154         When we are asked to render N sample to 0 bytes, return N.
10155
10156 2007-03-01  Wim Taymans  <wim@fluendo.com>
10157
10158         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10159         (gst_alsasink_write), (gst_alsasink_reset):
10160         * ext/alsa/gstalsasink.h:
10161         Remove unused dispose function.
10162         Rename lock to not interfere with alsasrc lock.
10163
10164         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10165         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10166         (gst_alsasrc_read), (gst_alsasrc_reset):
10167         * ext/alsa/gstalsasrc.h:
10168         Implement finalize function.
10169         Use lock to protect alsa access.
10170         Implement _reset.
10171         Fine tune sw params.
10172
10173 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10174
10175         * configure.ac:
10176           Convert to new AG_GST style.
10177
10178 2007-02-28  Wim Taymans  <wim@fluendo.com>
10179
10180         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10181
10182         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10183         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10184         Fix race condition when rapidly switching visualisations in playbin.
10185         Fixes #401029.
10186
10187 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10188
10189         * tests/check/Makefile.am:
10190         Include local stuff before system installed things in LDFLAGS and
10191         CFLAGS.
10192
10193 2007-02-28  Wim Taymans  <wim@fluendo.com>
10194
10195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10196         Improve debugging.
10197
10198 2007-02-28  Wim Taymans  <wim@fluendo.com>
10199
10200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10201         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10202         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10203         Fix duration and timestamping, taking latency into account.
10204         Implement latency query.
10205
10206 2007-02-28  Wim Taymans  <wim@fluendo.com>
10207
10208         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10209         (gst_audio_clock_new):
10210         Fix clock name.
10211
10212         * gst-libs/gst/audio/gstbaseaudiosink.c:
10213         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10214         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10215         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10216         (gst_base_audio_src_create):
10217         Improve latency query code.
10218         Use proper clock names.
10219
10220 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10221
10222         * tests/check/generic/states.c: (GST_START_TEST):
10223           Copy the states.c test from core again
10224         * tests/check/Makefile.am:
10225           ignore cdio and cdparanoiasrc
10226
10227 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10228
10229         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10230         (double_hq), (audio_convert_get_func_index), (check_default),
10231         (audio_convert_prepare_context), (audio_convert_convert):
10232           Also make valgrind happy and avoid copying data in some cases.
10233
10234 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10235
10236         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10237         (double_hq), (audio_convert_get_func_index),
10238         (audio_convert_prepare_context), (audio_convert_convert):
10239         * gst/audioconvert/gstaudioconvert.c:
10240         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10241         (gst_audio_convert_transform_caps):
10242         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10243         (audioconvert_suite):
10244           Don't run inplace if that overwrites source data as we go. Add more
10245           tests. Fixes #339837 even more.
10246
10247 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10248
10249         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10250         (msg_segment_done): Fix various seeking bugs (Slider was not
10251         updating when doing a non flushing seek, Reverse playback 
10252         on segment seek was wrong).
10253
10254 2007-02-26  Wim Taymans  <wim@fluendo.com>
10255
10256         * tests/examples/seek/seek.c: (stop_seek):
10257         When we stop scrubbing, don't leave the pipeline PLAYING when we
10258         requested a PAUSED state.
10259
10260 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10261
10262         Patch by: René Stadler <mail at renestadler de>
10263
10264         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10265           Parse date strings in vorbis comments that have an invalid (zero)
10266           month or day (#410396).
10267
10268         * tests/check/libs/tag.c: (GST_START_TEST):
10269           Test case for the above.
10270
10271 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10274
10275         * configure.ac:
10276         * ext/alsa/Makefile.am:
10277         * gst/audiotestsrc/Makefile.am:
10278           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10279
10280 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         * gst/playback/gstplaybin.c:
10283           Improve docs: point out that the application needs to assist playbin
10284           with buffering.
10285
10286 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10287
10288         * gst-libs/gst/utils/install-plugins.c:
10289         * gst-libs/gst/utils/missing-plugins.c:
10290         * tests/check/libs/utils.c: (missing_msg_check_getters):
10291           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10292           to just 'gstreamer'. Document the caps string component of the
10293           decoder/encoder detail a bit better, since not everyone will be
10294           familiar with the GStreamer media type/caps system (but they better
10295           enjoy nested itemized lists).
10296
10297 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10300         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10301           Fix copying of GstNetBuffer (would crash before, or at least lead to
10302           invalid memory access, #410772), for now by copying the GstBuffer copy
10303           code from the core over here so we can copy the GstBuffer fields on a
10304           provided buffer instance (of type GstNetBuffer in this case). Would be
10305           better to fix this with some support by the core though (and in the long
10306           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10307
10308         * tests/check/Makefile.am:
10309           Enable unit test for GstNetBuffer.
10310
10311 2007-02-22  Andy Wingo  <wingo@pobox.com>
10312
10313         * gst-libs/gst/audio/gstbaseaudiosink.c
10314         (gst_base_audio_sink_init): Disable pull-mode activation until we
10315         figure out how to make audio sinks go to PLAYING.
10316
10317 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10318
10319         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10320         (double_hq), (audio_convert_get_func_index),
10321         (audio_convert_prepare_context), (audio_convert_convert):
10322         * gst/audioconvert/audioconvert.h:
10323         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10324         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10325         * gst/audioconvert/gstchannelmix.h:
10326         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10327           Add float as an intermediate format, as well as float mixing. Enable
10328           test that was failing before. Fixes #339837
10329
10330 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10331
10332         * tests/examples/seek/seek.c: (do_seek):
10333         Undo the previous commit: -1 as a stop time implies that the stop
10334         time is the end of file, clearing any previously configured segment.
10335
10336 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10337
10338         * tests/examples/seek/seek.c: (do_seek):
10339         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10340
10341 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10342
10343         * gst/volume/gstvolume.c: (volume_process_int16),
10344         (volume_process_int16_clamp), (volume_set_caps):
10345           Unbreak volume, value remains gint.
10346
10347 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10348
10349         * gst/volume/gstvolume.c: (volume_choose_func),
10350         (volume_update_real_volume), (gst_volume_set_volume),
10351         (gst_volume_init), (volume_process_double), (volume_process_float),
10352         (volume_process_int16), (volume_process_int16_clamp),
10353         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10354         * gst/volume/gstvolume.h:
10355           Extend float audio support (double) and some int->uint cleanups.
10356
10357 2007-02-20  Edward Hervey  <edward@fluendo.com>
10358
10359         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10360         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10361         (sort_end_pads), (gst_decode_group_expose),
10362         (gst_decode_group_hide):
10363         Don't free groups from the streaming threads. Just put them aside and
10364         free them in dispose.
10365
10366 2007-02-20  Edward Hervey  <edward@fluendo.com>
10367
10368         * gst/playback/gstdecodebin2.c: (connect_element),
10369         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10370         (sort_end_pads), (gst_decode_group_expose):
10371         Handle dynamic pads within groups.
10372         Sort pads before exposing them in order to make playbin happy.
10373         There still is a race with the multiqueue filling up. This should be
10374         solved separately.
10375         Fixes #398721
10376
10377 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * gst-libs/gst/utils/base-utils.c:
10380         * gst-libs/gst/utils/descriptions.c:
10381         * gst-libs/gst/utils/install-plugins.c:
10382         * gst-libs/gst/utils/missing-plugins.c:
10383           Some more docs (and descriptions for two subtitle formats).
10384
10385 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         * gst-libs/gst/audio/audio.c:
10388           Fix documentation.
10389
10390 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         Patch by: Yves Lefebvre  <ivanohe abacom com>
10393
10394         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10395           Don't leak caps. Fixes #408278.
10396
10397 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * ext/cdparanoia/gstcdparanoiasrc.h:
10400         * ext/ogg/gstoggdemux.h:
10401         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10402         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10403         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10404         * gst-libs/gst/audio/audio.h:
10405         * gst-libs/gst/audio/gstaudiofilter.h:
10406         * gst-libs/gst/interfaces/videoorientation.h:
10407         * gst/adder/gstadder.h:
10408           More docs coverage and some ChangeLog surgery (add missing names)
10409
10410 2007-02-15  Wim Taymans  <wim@fluendo.com>
10411
10412         * sys/ximage/ximagesink.c:
10413         (gst_ximagesink_calculate_pixel_aspect_ratio):
10414         * sys/xvimage/xvimagesink.c:
10415         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10416         Small constifications.
10417
10418 2007-02-15  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst-libs/gst/audio/gstbaseaudiosink.c:
10421         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10422         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10423         (gst_base_audio_sink_async_play),
10424         (gst_base_audio_sink_change_state):
10425         Answer latency query.
10426         Use configured latency when syncing.
10427         Fix clock slaving.
10428
10429         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10430         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10431         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10432         Fix possible memleak.
10433         Implement latency query.
10434         Small cleanups.
10435
10436 2007-02-15  Wim Taymans  <wim@fluendo.com>
10437
10438         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10439         Ignore errors in reset, these are not fatal. They also grab the element
10440         lock which is already taking when this function is called. Fixes
10441         #405451.
10442
10443 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10444
10445         * configure.ac:
10446           Remove 'tests/examples/xerror/Makefile' from output files again.
10447
10448 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10449
10450         * configure.ac:
10451         * docs/plugins/Makefile.am:
10452           Also crossref against gst-plugins-base-libs.
10453
10454 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10455
10456         * configure.ac:
10457         * docs/libs/Makefile.am:
10458         * docs/plugins/Makefile.am:
10459           Add crossreferences to glib/gobject/gstream docs.
10460
10461         * gst-libs/gst/audio/audio.h:
10462           Source formatting.
10463
10464         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10465           Add own debug category.
10466
10467 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         Patch by: René Stadler <mail at renestadler de>
10470
10471         * gst-libs/gst/tag/gstvorbistag.c:
10472           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10473           (#403597).
10474
10475 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         * gst/playback/gstplaybasebin.c: (setup_source):
10478           When we have external subtitles and wait for the subtitle decodebin
10479           to get up and running, we set up a (sync) bus handler for the
10480           subtitle decodebin, so we can stop waiting when it posts an error
10481           message. However, we should do that before we set the subtitle
10482           decodebin's state to playing, otherwise things are racy and we might
10483           miss error messages posted before we had a chance to set up the bus.
10484           This should finally fix totem hanging on .txt pseudo-subtitle files.
10485           
10486 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10487
10488         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10489           Use gst_gdouble_to_guint64 for conversions.
10490         * win32/common/config.h.in:
10491           Add a define for GST_INSTALL_PLUGINS_HELPER
10492         * win32/common/libgstaudio.def:
10493         * win32/common/libgstcdda.def:
10494         * win32/common/libgstnetbuffer.def:
10495         * win32/common/libgstrtp.def:
10496         * win32/common/libgutils.def:
10497           Add new exported functions.
10498         * win32/vs6/gst_plugins_base.dsw:
10499         * win32/vs6/libgstdecodebin.dsp:
10500         * win32/vs6/libgstnetbuffer.dsp:
10501         * win32/vs6/libgstplaybin.dsp:
10502         * win32/vs6/libgstrtp.dsp:
10503         * win32/vs6/libgstvorbis.dsp:
10504         * win32/vs6/libgstcdda.dsp:
10505         * win32/vs6/libgstgdp.dsp:
10506         * win32/vs6/libgstutils.dsp:
10507           Update and add new project files.
10508
10509 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10510
10511         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10512         (subrip_remove_unhandled_tags), (parse_subrip):
10513           For SubRip (.srt) subtitles, ignore all markup tags we don't
10514           handle (like font tags, for example).
10515
10516         * tests/check/elements/subparse.c:
10517           Add test for this.
10518
10519 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * gst/playback/gstdecodebin.c: (add_fakesink),
10522         (gst_decode_bin_change_state):
10523         * gst/playback/gstdecodebin2.c: (add_fakesink),
10524         (gst_decode_bin_change_state):
10525           Don't error out if there is no fakesink in the NULL to READY state
10526           change, since when decodebin is re-used, we're only adding the
10527           fakesink element in READY to PAUSED.
10528
10529         * tests/check/elements/decodebin.c:
10530         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10531         (decodebin_suite):
10532           Minimal unit test to make sure we can use the same decodebin
10533           instance twice (at least with audiotestsrc input).
10534
10535 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10538           Try to get devic-name from device string first, and from handle only
10539           as fallback (seems to yield better results and is more robust
10540           against buggy probing code on the application side).
10541
10542 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10545
10546         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10547         (gst_alsa_find_device_name):
10548         * ext/alsa/gstalsa.h:
10549         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10550         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10551           Improve device-name detection a bit, especially in the case where
10552           the device is not actually open (#405020, #405024). Move common code
10553           into gstalsa.c instead of duplicating it.
10554
10555 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10556
10557         * gst/audioconvert/gstaudioconvert.c:
10558           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10559
10560 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10561
10562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10563         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10564         (gst_xvimagesink_interface_supported),
10565         (gst_xvimagesink_probe_get_properties),
10566         (gst_xvimagesink_probe_probe_property),
10567         (gst_xvimagesink_probe_needs_probe),
10568         (gst_xvimagesink_probe_get_values),
10569         (gst_xvimagesink_property_probe_interface_init),
10570         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10571         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10572         (gst_xvimagesink_get_type):
10573         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10574         for XVAdaptors so that one can choose the adaptor to use with 
10575         gstreamer-properties.
10576
10577 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10578
10579         * gst/audioconvert/gstaudioconvert.c:
10580           Also mention that a conversion from double to float is suboptimal still.
10581
10582 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * gst-libs/gst/audio/gstaudiofilter.c:
10585         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10586           Clear our formats structure and free the caps contained in it when
10587           shutting down.
10588
10589 2007-02-05  Andy Wingo  <wingo@pobox.com>
10590
10591         * gst-libs/gst/audio/gstbaseaudiosink.c
10592         (gst_base_audio_sink_callback): Update basesink->offset so that we
10593         pull monotonically increasing offsets instead of, um, seeking back
10594         to 0 each time. Fixes alsasrc ! alsasink!
10595
10596 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10597
10598         * gst/videoscale/gstvideoscale.c:
10599           A width and height of 1 makes us crash, so increase minimum size to
10600           2x2 pixels until someone feels like fixing this (#404512).
10601
10602 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10605           Add small test to make sure request pads are cleaned up properly
10606           even if oggmux never changes state out of NULL.
10607
10608 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10609
10610         * tests/check/libs/utils.c: (GST_START_TEST):
10611           Fix unit test. Turns out things work much better when you
10612           NULL-terminate string arrays. Should make p5 build bot happy again.
10613
10614 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst-libs/gst/audio/Makefile.am:
10617         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10618         (gst_audio_filter_template_base_init),
10619         (gst_audio_filter_template_class_init),
10620         (gst_audio_filter_template_init),
10621         (gst_audio_filter_template_set_property),
10622         (gst_audio_filter_template_get_property),
10623         (gst_audio_filter_template_setup),
10624         (gst_audio_filter_template_filter),
10625         (gst_audio_filter_template_filter_inplace), (plugin_init):
10626           Oops, forgot to commit fixed-up example.
10627
10628 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * docs/libs/gst-plugins-base-libs-sections.txt:
10631         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10632         (gst_audio_filter_class_init), (gst_audio_filter_init),
10633         (gst_audio_filter_set_caps),
10634         (gst_audio_filter_class_add_pad_templates):
10635         * gst-libs/gst/audio/gstaudiofilter.h:
10636           Port GstAudioFilter to 0.10. This change technically breaks
10637           API and ABI (and thus also every library developer's heart),
10638           but seems justifiable on the grounds that the base class was
10639           completely unusable before (ie. would crash immediately when
10640           actually used). Fixes #403963 (and eventually also #403572).
10641           Also document all of this a bit.
10642
10643 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst-libs/gst/utils/install-plugins.c:
10646         (gst_install_plugins_spawn_child):
10647         * tests/check/libs/utils.c:
10648         (test_base_utils_install_plugins_do_callout):
10649           Lowering log level to see why things fail on the p5 build bot;
10650           fix some typos in unit test messages.
10651
10652 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * tests/check/libs/utils.c:
10655         (test_base_utils_install_plugins_do_callout):
10656           Don't hard-code temp directory for test helper; use GLib functions
10657           to write out file and do error checking etc.
10658
10659 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * gst-libs/gst/utils/Makefile.am:
10662         * gst-libs/gst/utils/base-utils.h:
10663         * gst-libs/gst/utils/install-plugins.c:
10664         (gst_install_plugins_context_set_xid),
10665         (gst_install_plugins_context_new),
10666         (gst_install_plugins_context_free),
10667         (gst_install_plugins_get_helper),
10668         (gst_install_plugins_spawn_child),
10669         (gst_install_plugins_return_from_status),
10670         (gst_install_plugins_installer_exited),
10671         (gst_install_plugins_async), (gst_install_plugins_sync),
10672         (gst_install_plugins_return_get_name),
10673         (gst_install_plugins_installation_in_progress):
10674         * gst-libs/gst/utils/install-plugins.h:
10675           API: add API for applications to initiate installation of missing
10676           plugins, ie. gst_install_plugins_async() primarily.
10677           Based on libgimme-codec by Ryan Lortie.
10678
10679         * configure.ac:
10680           Add --with-install-plugins-helper configure option so distros can specify
10681           the path of the helper script or program to call when plugin installation
10682           is requested (distros: please do any argument munging in this helper
10683           script instead of patching GStreamer to pass arguments differently
10684           to another program directly).
10685
10686         * docs/libs/gst-plugins-base-libs-docs.sgml:
10687         * docs/libs/gst-plugins-base-libs-sections.txt:
10688           Build and document new API.
10689
10690         * tests/check/libs/utils.c: (result_cb),
10691         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10692         (libgstbaseutils_suite):
10693           Some simple checks for the new API.
10694
10695 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * tests/check/elements/audioconvert.c: (test_float_conversion):
10698           Add small test for 32bit float <=> 64bit float conversion (works
10699           only one way so far, 32=>64 produces structured noise).
10700
10701 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         * gst/audioconvert/gstaudioconvert.c:
10704         (set_structure_widths_32_and_64), (make_lossless_changes):
10705           We don't support floats with a width of 40, 48 or 56 bits.
10706
10707 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10708
10709         * gst/audioconvert/audioconvert.c: (float), (double),
10710         (audio_convert_get_func_index):
10711         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10712         (make_lossless_changes):
10713           Support for 64-bit float audio in audioconvert (#339837)
10714
10715 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         Patch by: Holger Wansing  <linux wansing-online de>
10718
10719         * po/LINGUAS:
10720         * po/de.po:
10721           Add German translation (#352069).
10722
10723 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10724
10725         reviewed by: Wim Taymans <wim@fluendo.com>
10726
10727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10728         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10729         Use newly added GstCollectPads API to free the allocated resources in
10730         the GstOggPad structures (#402393).
10731
10732 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10733
10734         * gst/playback/gstplaybin.c: (gen_vis_element):
10735           Add audioresample+audioconvert in front of the visualisation
10736           element, so that elements like libvisual 0.4 that don't support all
10737           samplerates can work.
10738
10739           Fixes: #402505
10740
10741 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10744         (gst_play_base_bin_get_streaminfo_value_array):
10745           Take some locks and make a copy of the streaminfo value array we
10746           maintain while holding the lock, so that the application can
10747           retrieve the stream-info as a value array in a thread-safe way.
10748
10749 2007-01-30  Wim Taymans  <wim@fluendo.com>
10750
10751         * gst/audioconvert/gstaudioconvert.c:
10752         Don't fail on 0 sized buffers. Fixes #396835.
10753
10754 2007-01-29  David Schleef  <ds@schleef.org>
10755
10756         * gst/typefind/gsttypefindfunctions.c:
10757           Detect BBCD as video/x-dirac, so we can play raw dirac
10758           streams.
10759
10760 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * ext/theora/theoraenc.c: (theora_enc_chain):
10763           Check return value of theora_encode_header(), or we might try to
10764           allocate a random number of bytes. theora_encode_header() can fail
10765           if libtheora has been compiled with encoding support disabled.
10766           Fixes #398110.
10767
10768 2007-01-29  Wim Taymans  <wim@fluendo.com>
10769
10770         * tests/check/gst/.cvsignore:
10771         Do as buildbot says.
10772
10773 2007-01-29  Wim Taymans  <wim@fluendo.com>
10774
10775         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10776         Fix strides in libvisual. Gst uses X strides.
10777         Inspired by: <ed at catmur dot co dot uk> and 
10778         <tim at centricular dot net>
10779         Fixes #401118.
10780
10781 2007-01-27  Wim Taymans  <wim@fluendo.com>
10782
10783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10784         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10785         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10786         (gst_ogg_demux_perform_seek),
10787         (gst_ogg_demux_bisect_forward_serialno),
10788         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10789         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10790         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10791         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10792         * ext/ogg/gstoggdemux.h:
10793         Properly propagate streaming errors when we are scanning the file for
10794         chains so that we don't crash when shut down. Might fix some crashers
10795         when quickly switching oggs in RB such as #332503 and #378436.
10796
10797 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10800           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10801           error code as well.
10802
10803 2007-01-25  Wim Taymans  <wim@fluendo.com>
10804
10805         * gst/playback/gstplaybasebin.c: (remove_source):
10806         Don't try to disconnect a signal from a finalized object.
10807
10808 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10811           Cast lock macro parameters to make sure we're actually accessing the
10812           lock member at the right class level. Free list itself in _dispose()
10813           as well and NULL it in case dispose gets called multiple times.
10814
10815 2007-01-25  Edward Hervey  <edward@fluendo.com>
10816
10817         * gst/playback/gstdecodebin2.c:
10818         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10819         Free GstDecodeGroups no longer used.
10820         (gst_decode_group_expose):
10821         Don't unlock too many times !
10822         (deactivate_free_recursive):
10823         Free iterator once we're done with it.
10824         Fix for recursively deactivating elements (stop at ghostpads).
10825
10826 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * gst/playback/gstplaybin.c: (handoff):
10829           Fix up caps on the frame buffer before we save it and potentially
10830           make it accessible to other threads via g_object_get; also use
10831           gst_buffer_replace() instead of gst_mini_object_replace().
10832
10833 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10836           Make getting the current frame thread-safe.
10837
10838 2007-01-25  Edward Hervey  <edward@fluendo.com>
10839
10840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10841         (gst_decode_group_new), (gst_decode_group_free):
10842         Set queues to bigger sizes to cope with HD contents.
10843         Fix some mutex freeing and add comment about MT safe methods.
10844
10845 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10848         (gst_text_overlay_text_event):
10849           Don't unnecessarily ref (and then leak) upstream events if the text
10850           pad is not linked. Fixes #399948.
10851
10852         * tests/check/gst-plugins-base.supp:
10853           Add suppression for pango on edgy/x86 for textoverlay test.
10854
10855 2007-01-24  Wim Taymans  <wim@fluendo.com>
10856
10857         * gst-libs/gst/rtp/gstrtpbuffer.h:
10858         Add some more fixed payloads.
10859
10860 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10861
10862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10863           Error out properly if we get an error from libogg while reading the
10864           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10865
10866 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10869           Don't leak mutex.
10870
10871         * tests/check/elements/playbin.c:
10872         (test_sink_usage_video_only_stream),
10873         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10874         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10875         (test_missing_suburisource_handler),
10876         (test_missing_primary_decoder), (playbin_suite):
10877           Run all tests once with decodebin and once with decodebin2.
10878           One test does not pass yet with decodebin2.
10879
10880 2007-01-23  Edward Hervey  <edward@fluendo.com>
10881
10882         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10883         Fix the cases where oggmux doesn't properly figure out that all
10884         sinkpads have gone EOS, and therefore doesn't push out the remaining
10885         buffers and the final EOS event.
10886         Fixes #363379
10887
10888 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10889
10890         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10892         Don't lock on navigation event push, just on keysym to string.
10893         Fixes #397673 again.
10894
10895 2007-01-22  Edward Hervey  <edward@fluendo.com>
10896
10897         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10898         (get_current_group), (group_demuxer_event_probe),
10899         (gst_decode_group_expose), (deactivate_free_recursive),
10900         (gst_decode_group_free):
10901         Cleanups.
10902         Don't forget to emit 'no-more-pads' once a group is exposed.
10903         Cleanup elements from a DecodeGroup once we remove it.
10904         Protect call to gst_decode_group_expose() with the decodebin lock.
10905
10906 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10907
10908         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10910         Looking at Xorg code i can't figure out if that XKeysymToString
10911         function is thread sensible or not. Lock it just in case as
10912         recommended by Radek Doulik <rodo at ximian dot com>.
10913
10914 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10915
10916         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10918         Lock that X Call as well. Fixes #397673.
10919
10920 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10923           Don't go into an endless loop if the file starts with 00 00 01 2X,
10924           like quicktime redirect files might. Fixes #396042.
10925
10926         * tests/check/Makefile.am:
10927         * tests/check/gst/.cvsignore:
10928         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10929         (typefindfunctions_suite):
10930           Add unit test for the above.
10931
10932 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10935           On second thought, use "depth" field rather than "bpp" field.
10936
10937 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10940           Camtasia caps apparently need a bpp field (#398875).
10941
10942 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10945         (gen_source_element), (gst_play_base_bin_change_state):
10946           Attempt at a better error message in case we don't have the required
10947           URI handler installed; post missing-plugin message also when we're
10948           missing an URI handler for the subtitle URI; clean up properly also
10949           when an error occurs and we never made it to PAUSED state.
10950
10951         * tests/check/elements/playbin.c: (GST_START_TEST),
10952         (playbin_suite):
10953           Check that we're also getting a missing-plugin messsage for a
10954           missing subtitle URI handler (and clean up properly).
10955
10956 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10959           Plug a few reference leaks.
10960
10961 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10964           Lower probability a bit if the marker isn't right at the start,
10965           to decrease the chance of false positives.
10966
10967 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10970           Small mpeg2 system stream typefinding improvement: make typefinder
10971           probe a bit into the stream instead of just looking for a marker
10972           at the beginning. Fixes #397810.
10973
10974 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * gst/audioconvert/gstchannelmix.c:
10977           Remove compatibility cruft for prehistoric GLib versions.
10978
10979 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * gst/playback/Makefile.am:
10982         * gst/playback/gstdecodebin.c: (close_pad_link):
10983         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10985         (gst_play_base_bin_handle_message_func), (unknown_type):
10986           Let decodebin be the element to post missing-plugin messages for
10987           missing decoders (rather than playbin); make playbin implement
10988           GstBin::handle_message so we can suppress missing-plugin messages
10989           for types we're not handling on purpose (don't want to bring up an
10990           installer in those cases).
10991
10992 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10995         * gst-libs/gst/tag/gstvorbistag.c:
10996         (gst_tag_list_to_vorbiscomment_buffer):
10997         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10998           Fix potentially unaligned access (#397207).
10999
11000 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11001
11002         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11003         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11004         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11005         (main):
11006           Allow to toggle looping while it plays. Fix callback prototype. Clean
11007           up code a bit more. Add copyright header.
11008
11009 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11010
11011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11012           Red and blue mask was swapped (spotted by Dan Williams).
11013
11014 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11015
11016         * gst-libs/gst/tag/gstid3tag.c:
11017         * gst-libs/gst/tag/gstvorbistag.c:
11018           Use new beats-per-minute tag from core.
11019
11020 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * po/POTFILES.in:
11023           Add new files with translatable strings, so they actually make it
11024           into the template file one day.
11025
11026 2007-01-12  Andy Wingo  <wingo@pobox.com>
11027
11028         * gst-libs/gst/audio/gstbaseaudiosink.c
11029         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11030         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11031         stuff, as the base class handles this now. Actually tell the ring
11032         buffer to start.
11033         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11034         How did this work before? Maybe I'm not as awesome a programmer as
11035         I think.
11036
11037         * gst-libs/gst/audio/gstbaseaudiosrc.c
11038         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11039         of a pad function.
11040
11041 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11044           Remove more fields so that the application can better blacklist
11045           formats that have been tried before.
11046
11047 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * gst-libs/gst/audio/mixerutils.h:
11050           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11051           used when compiling with c++ compilers as well.
11052
11053 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         * gst/typefind/gsttypefindfunctions.c:
11056           Fix comment.
11057
11058 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * gst/playback/gstplaybin.c: (post_missing_element_message),
11061         (gen_video_element), (gen_text_element), (gen_audio_element),
11062         (gen_vis_element):
11063           Post missing-plugin messages also when we error out because
11064           converters, textoverlay or auto*sinks are missing (#161922).
11065
11066 2007-01-10  Wim Taymans  <wim@fluendo.com>
11067
11068         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11069         (is_demuxer_element), (new_caps):
11070         * gst/playback/gstplaybasebin.c: (source_new_pad):
11071         Fix the case where we try to ref a NULL element when we delay a link
11072         because of unfixed caps.
11073         Set the state of autoplugged decodebins to PAUSED.
11074         RTSP now works in playbin, we can remove it from the blacklist.
11075
11076 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * gst/playback/Makefile.am:
11079         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11080         (unknown_type), (setup_subtitle), (gen_source_element):
11081         * gst/playback/gstplaybin.c: (plugin_init):
11082           Post missing-plugin messages on the bus for missing sources and
11083           missing decoders/demuxers/depayloaders; fix error code used when
11084           we're missing an URI handler source; for media types that we are not
11085           handling on purpose at the moment, don't print "don't know how to
11086           handle xyz" messages to the terminal or post missing-plugin
11087           messages on the bus.
11088
11089         * tests/check/elements/playbin.c: (create_playbin),
11090         (GST_START_TEST), (gst_codec_src_uri_get_type),
11091         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11092         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11093         (gst_codec_src_init_type), (gst_codec_src_base_init),
11094         (gst_codec_src_create), (gst_codec_src_class_init),
11095         (gst_codec_src_init), (plugin_init), (playbin_suite):
11096           Add some tests for the missing-plugin stuff.
11097
11098 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * configure.ac:
11101         * gst-libs/gst/Makefile.am:
11102         * gst-libs/gst/utils/Makefile.am:
11103         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11104         * gst-libs/gst/utils/base-utils.h:
11105         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11106         (find_format_info), (caps_are_rtp_caps),
11107         (gst_base_utils_get_source_description),
11108         (gst_base_utils_get_sink_description),
11109         (gst_base_utils_get_decoder_description),
11110         (gst_base_utils_get_encoder_description),
11111         (gst_base_utils_get_element_description),
11112         (gst_base_utils_add_codec_description_to_tag_list),
11113         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11114         * gst-libs/gst/utils/descriptions.h:
11115         * gst-libs/gst/utils/missing-plugins.c:
11116         (missing_structure_get_type), (copy_and_clean_caps),
11117         (gst_missing_uri_source_message_new),
11118         (gst_missing_uri_sink_message_new),
11119         (gst_missing_element_message_new),
11120         (gst_missing_decoder_message_new),
11121         (gst_missing_encoder_message_new),
11122         (missing_structure_get_string_detail),
11123         (missing_structure_get_caps_detail),
11124         (gst_missing_plugin_message_get_installer_detail),
11125         (gst_missing_plugin_message_get_description),
11126         (gst_is_missing_plugin_message):
11127         * gst-libs/gst/utils/missing-plugins.h:
11128           API: add new libgstbaseutils library with functions
11129           - to create and parse missing-plugins messages
11130           - that provide (translated) descriptions for caps/decoders/sources/etc.
11131           Closes #392393.
11132
11133         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11134         * pkgconfig/gstreamer-plugins-base.pc.in:
11135           Add new lib.
11136
11137         * docs/libs/gst-plugins-base-libs-docs.sgml:
11138         * docs/libs/gst-plugins-base-libs-sections.txt:
11139           Generate docs for new lib and API.
11140
11141         * tests/check/Makefile.am:
11142         * tests/check/libs/.cvsignore:
11143         * tests/check/libs/utils.c: (missing_msg_check_getters),
11144         (GST_START_TEST), (libgstbaseutils_suite):
11145           Add some basic unit tests.
11146
11147 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11148
11149         * ext/ogg/Makefile.am:
11150           Dist gstoggdemux.h to fix 'make distcheck'.
11151
11152         * sys/v4l/Makefile.am:
11153           Fix 'make distcheck' even more.
11154
11155 2007-01-09  Wim Taymans  <wim@fluendo.com>
11156
11157         * docs/plugins/Makefile.am:
11158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11159         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11160         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11161         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11162         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11163         (gst_ogg_demux_perform_seek):
11164         * ext/ogg/gstoggdemux.h:
11165         Added docs.
11166         Add some more comments.
11167         Small cleanups.
11168
11169 2007-01-09  Wim Taymans  <wim@fluendo.com>
11170
11171         * ext/theora/theoradec.c:
11172         * ext/vorbis/vorbisdec.c:
11173         * gst-libs/gst/audio/gstringbuffer.c:
11174         (gst_ring_buffer_commit_full):
11175         * gst-libs/gst/audio/gstringbuffer.h:
11176         * gst-libs/gst/rtp/gstrtpbuffer.c:
11177         * gst-libs/gst/tag/gstvorbistag.c:
11178         Small documentation updates/fixes
11179
11180 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11181
11182         * configure.ac:
11183           Require core CVS HEAD for Andy's basesrc/sink API additions.
11184
11185 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11186
11187         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11188
11189         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11190         (plugin_init):
11191           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11192           on flac.sf.net (there appear to be other versions of the first
11193           ogg page in the wild) (#391365).
11194
11195 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         * configure.ac:
11198           Check if localtime_r() is available.
11199
11200         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11201           If localtime_r() is not available, fall back to localtime(). Should
11202           fix build on MingW (#393310).
11203
11204 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11207         * gst/subparse/gstsubparse.h:
11208           Remove spurious 1000 subtrahend when calculating the timestamp from
11209           the frame number and the frame rate . Also, use the frames/second
11210           value specified in the first line of the file, if one is specified
11211           there. Should fix #357503.
11212
11213         * tests/check/elements/subparse.c: (do_test),
11214         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11215         (subparse_suite):
11216           Add some basic unit tests for the microdvd subtitle format.
11217
11218 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11219
11220         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11221
11222         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11223         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11224         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11225         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11226         (gst_xvimagesink_set_xwindow_id),
11227         (gst_xvimagesink_set_event_handling),
11228         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11229         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11230         Fixes: #390076.
11231         Add an adaptor property to select a specific XV adaptor.
11232         * sys/xvimage/xvimagesink.h:
11233
11234 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11235
11236         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11237         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11238         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11239         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11240         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11241         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11242         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11243         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11244         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11245         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11246         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11247         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11248         Use flow_lock much more to protect every access to xwindow.
11249         Try to catch erros while creating images in case some drivers are
11250         just generating an XError when the requested image is too big.
11251         Should fix : #354698, #384008, #384060.
11252         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11253         Implement some stress testing of setting window xid.
11254
11255 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11256
11257         * win32/common/libgsaudio.def:
11258           Add new exported function.
11259         * win32/common/libgstogg.dsp:
11260           Add gstoggaviparse.c to the build.
11261         * win32/common/libgstvideoscale.dsp:
11262           Add vs_4tap.c to the build.
11263         * win32/common/libgstvorbis.dsp:
11264           Add vorbistag.c to the build.
11265         
11266 2007-01-06  Andy Wingo  <wingo@pobox.com>
11267
11268         * gst-libs/gst/audio/gstbaseaudiosink.c
11269         (gst_base_audio_sink_class_init)
11270         (gst_base_audio_sink_init): 
11271         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11272         to baseaudiosink, and tell basesink that we can work in pull mode.
11273         This way the ring buffer thread drives the pipeline directly, if
11274         pull mode is possible. There is some lingering nastiness regarding
11275         capsnego, however.
11276         (gst_base_audio_sink_callback): Implement the callback to pull
11277         data. This interface is a bit light, though -- it should get a
11278         GstFlowReturn return value at least.
11279
11280 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11283         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11284         * gst/playback/gstdecodebin2.c:
11285         (gst_decode_group_check_if_blocked):
11286           Printf format and missing argument fixes.
11287
11288 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11289
11290         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11291         (gst_ogm_parse_change_state):
11292         Activate pads before adding them to the element.
11293
11294 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * tests/examples/seek/scrubby.c: (main):
11297         * tests/examples/seek/seek.c: (main):
11298           Call g_thread_init() first thing in main() (see #391278).
11299
11300 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * tests/check/Makefile.am:
11303         * tests/check/libs/.cvsignore:
11304         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11305         (netbuffer_suite):
11306           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11307           for the time being, since it's broken, see #393099.
11308
11309 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11310
11311         * tests/check/Makefile.am:
11312           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11313
11314 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11315
11316         * configure.ac:
11317           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11318           so that GST_BASE_CFLAGS can go inbetween them, making sure
11319           we use uninstalled gst-libs headers
11320         * docs/libs/Makefile.am:
11321         * ext/alsa/Makefile.am:
11322         * ext/cdparanoia/Makefile.am:
11323         * ext/gnomevfs/Makefile.am:
11324         * ext/libvisual/Makefile.am:
11325         * ext/ogg/Makefile.am:
11326         * ext/theora/Makefile.am:
11327         * ext/vorbis/Makefile.am:
11328         * gst-libs/gst/audio/Makefile.am:
11329         * gst-libs/gst/cdda/Makefile.am:
11330         * gst-libs/gst/interfaces/Makefile.am:
11331         * gst-libs/gst/riff/Makefile.am:
11332         * gst-libs/gst/rtp/Makefile.am:
11333         * gst-libs/gst/tag/Makefile.am:
11334         * gst/adder/Makefile.am:
11335         * gst/audioconvert/Makefile.am:
11336         * gst/audiorate/Makefile.am:
11337         * gst/audioresample/Makefile.am:
11338         * gst/playback/Makefile.am:
11339         * gst/tcp/Makefile.am:
11340         * gst/videoscale/Makefile.am:
11341         * gst/volume/Makefile.am:
11342         * sys/ximage/Makefile.am:
11343         * sys/xvimage/Makefile.am:
11344         * tests/icles/Makefile.am:
11345           adapt
11346
11347 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11348
11349         * gst-libs/gst/interfaces/xoverlay.c:
11350         (gst_x_overlay_handle_events):
11351         * gst-libs/gst/interfaces/xoverlay.h:
11352         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11353         (gst_ximagesink_set_xwindow_id),
11354         (gst_ximagesink_set_event_handling),
11355         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11356         (gst_ximagesink_get_property), (gst_ximagesink_init),
11357         (gst_ximagesink_class_init):
11358         * sys/ximage/ximagesink.h:
11359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11360         (gst_xvimagesink_set_xwindow_id),
11361         (gst_xvimagesink_set_event_handling),
11362         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11363         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11364         (gst_xvimagesink_class_init):
11365         * sys/xvimage/xvimagesink.h:
11366         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11367         Add a method to the XOverlay interface to allow disabling of 
11368         event handling in x[v]imagesink elements. This will let X events
11369         propagate to parent windows which can be usefull in some cases.
11370         Be carefull that the application is then responsible of pushing
11371         navigation events and expose events to the video sink.
11372         Fixes: #387138.
11373
11374 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst-libs/gst/tag/gstvorbistag.c:
11377         * tests/check/libs/tag.c: (GST_START_TEST):
11378           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11379           (fixes #392070).
11380
11381 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * configure.ac:
11384         * docs/Makefile.am:
11385         * docs/design/Makefile.am:
11386           Dist design docs.
11387
11388 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11389
11390         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11391         typo. Fixes: #390063.
11392
11393 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11394
11395         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11397         caps leak.
11398         * win32/common/config.h: Updated.
11399
11400 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11401
11402         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11403         (setup_gdpdepay_streamheader):
11404         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11405         (setup_gdppay_streamheader):
11406           Fix the dp tests, but activating the pads for the streamheader tests
11407           too and cleaning up conditionaly
11408
11409 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11410
11411         * gst/ffmpegcolorspace/avcodec.h:
11412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11413         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11414         (gst_ffmpegcsp_avpicture_fill):
11415         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11416         (img_get_alpha_info):
11417         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11418         other end of the word. Fixes: #387073.
11419
11420         Add some inconsequential branch hints in a couple of places.
11421
11422 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11425         (gst_ffmpeg_caps_to_smpfmt):
11426           The "signed" field in raw audio caps is of boolean type, trying to
11427           extract the value with _get_int() will fail (fix to keep in sync with
11428           the copy in gst-ffmpeg)
11429
11430 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11431
11432         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11433         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11434         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11435         (cleanup_gdpdepay):
11436         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11437         * tests/check/elements/subparse.c: (teardown_subparse):
11438         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11439         * tests/check/elements/videorate.c: (cleanup_videorate):
11440         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11441         * tests/check/elements/volume.c: (cleanup_volume):
11442         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11443         (cleanup_vorbisdec):
11444         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11445         (cleanup_vorbistag):
11446           consistent pad (de)activation
11447
11448 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11451           Forgot to register the extensions.
11452
11453 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11456         (plugin_init):
11457           Add typefinder for VIVO files (my christmas present to the 90s).
11458
11459 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * gst/playback/gstdecodebin.c: (type_found):
11462           Special-case the text/plain media type: we only want to recognise it
11463           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11464           parser, but not if the entire stream is of text/plain type. If the
11465           entire stream is text/plain, we should just error out.
11466
11467           This fixes playback of audio files with lyrics in totem. Totem can't
11468           distinguish between text files and subtitle files and passes any
11469           .txt file with the same basename as the main file to playbin as
11470           suburi, and playbin will then throw a 'subtitle found, but no video
11471           stream' error, which isn't entirely helpful. See #380342.
11472
11473           Also, with this change we'll show a slightly more correct error
11474           message in case totem passes a playlist file to us (although a
11475           custom error message wording instead of the default text would
11476           probably not be a bad idea either).
11477
11478           Same problem also needs to be fixed for playbin+decodebin2.
11479
11480         * tests/check/Makefile.am:
11481         * tests/check/elements/decodebin.c: (src_handoff_cb),
11482         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11483         (decodebin_suite):
11484           Add simple unit test for decodebin for the above.
11485
11486 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11489         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11490           Refuse to change state to READY when we failed to create any of the
11491           required elements in our instance init function.
11492
11493 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * docs/libs/gst-plugins-base-libs-sections.txt:
11496           Small docs fixes/updates.
11497
11498         * gst-libs/gst/video/gstvideosink.h:
11499           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11500           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11501           removed from the base sink API between 0.9.6 and 0.9.7).
11502           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11503           accessor macros, so we don't do a runtime GObject type check every
11504           time we use them.
11505
11506 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11507
11508         * Makefile.am:
11509         * gst-plugins-base.doap:
11510         * gst-plugins-base.spec.in:
11511           add doap file
11512
11513 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         Patch by: Jens Granseuer <jensgr at gmx net>
11516
11517         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11518         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11519         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11520         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11522           Declare variables at the beginning of a block. Fixes #383195.
11523
11524 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11525
11526         * configure.ac:
11527         Bump version nano - back to CVS.
11528
11529
11530 === release 0.10.11 ===
11531
11532 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11533
11534         * configure.ac:
11535           releasing 0.10.11, "Dumb things"
11536
11537 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11538
11539         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11540         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11541         Handle the case where an element has multiple pads with 
11542         unfixed caps as well as still possibly producing more dynamic 
11543         pads by storing each case as a distinct entry in the dynamic list.
11544         Fixes #38223 again.
11545
11546 2006-12-04  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst/playback/gstdecodebin.c: (close_pad_link):
11549         Fix #382223, add more dynamic caps handling.
11550
11551 2006-12-04  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst-libs/gst/audio/gstringbuffer.h:
11554         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11555         (gst_netaddress_set_ip4_interface),
11556         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11557         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11558         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11559         (gst_netaddress_get_ttl):
11560         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11561         * gst/playback/gstdecodebin.c: (close_pad_link):
11562         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11563         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11564         * win32/common/config.h:
11565
11566 2006-12-01  Michael Smith  <msmith@fluendo.com>
11567
11568         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11569           Delete bad debug code.
11570           Fixes #381219
11571
11572 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11573
11574         * gst/videoscale/vs_4tap.c:
11575         * win32/MANIFEST:
11576         * win32/common/config.h:
11577         * win32/vs8/libgstvideoscale.vcproj:
11578         Fix compilation on win32 under VS8
11579         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11580         Partially fixes #381175
11581
11582 2006-11-30  Michael Smith  <msmith@fluendo.com>
11583
11584         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11585         (GST_START_TEST):
11586           It would be very bad if, after a discont buffer, we thought every
11587           single following buffer was also discont. So, add to the test to
11588           ensure that this isn't the case.
11589           
11590         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11591           ... it was the case. So fix it.
11592
11593 2006-11-28  Wim Taymans  <wim@fluendo.com>
11594
11595         * gst/playback/gstplaybasebin.c: (check_queue_event):
11596         Improve debug.
11597
11598         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11599         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11600         padtemplate caps. Refixes #357577.
11601
11602 2006-11-28  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/playback/gstplaybasebin.c: (check_queue_event),
11605         (queue_threshold_reached), (queue_out_of_data),
11606         (gen_preroll_element):
11607         Add event probe to see when EOS is in a queue and we can disable the
11608         underrun signals. Fixes #357577.
11609
11610 2006-11-28  Edward Hervey  <edward@fluendo.com>
11611
11612         * gst/playback/Makefile.am:
11613         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11614         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11615         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11616         (gst_decode_bin_init), (gst_decode_bin_dispose),
11617         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11618         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11619         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11620         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11621         (connect_element), (expose_pad), (type_found),
11622         (pad_added_group_cb), (pad_removed_group_cb),
11623         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11624         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11625         (are_raw_caps), (multi_queue_overrun_cb),
11626         (multi_queue_underrun_cb), (gst_decode_group_new),
11627         (get_current_group), (group_demuxer_event_probe),
11628         (gst_decode_group_control_demuxer_pad),
11629         (gst_decode_group_control_source_pad),
11630         (gst_decode_group_check_if_blocked),
11631         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11632         (gst_decode_group_hide), (gst_decode_group_free),
11633         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11634         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11635         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11636         (plugin_init):
11637         New decodebin2 element.
11638         Closes #370092
11639         * gst/playback/gstplay-marshal.list:
11640         Added marshallers for new signals in decodebin2
11641         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11642         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11643         is set.
11644
11645 2006-11-28  Wim Taymans  <wim@fluendo.com>
11646
11647         * gst/playback/gstplaybasebin.c: (setup_source),
11648         (gst_play_base_bin_change_state):
11649         Disable rtsp:// uris for the release, it's not good enough yet.
11650         Remove unused var.
11651
11652 2006-11-26  Wim Taymans  <wim@fluendo.com>
11653
11654         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11655         (theora_dec_push_forward), (theora_dec_push_reverse),
11656         (theora_handle_data_packet), (theora_dec_decode_buffer),
11657         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11658         (theora_dec_chain_forward), (theora_dec_chain):
11659         Implement reverse playback.
11660
11661         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11662         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11663         (vorbis_dec_chain_forward):
11664         Clear buffers used for reverse playback in _reset.
11665         No need to set the eos flag, we clip samples using the segment.
11666
11667 2006-11-24  Wim Taymans  <wim@fluendo.com>
11668
11669         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11670         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11671         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11672         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11673         Some cleanups.
11674         Handle continued pages in reverse mode.
11675
11676 2006-11-24  Wim Taymans  <wim@fluendo.com>
11677
11678         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11679         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11680         (vorbis_dec_flush_decode):
11681         Small cleanups.
11682         Don't try to add invalid timestamps.
11683         Clipping will unref the buffer.
11684
11685 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11686
11687         * gst/adder/gstadder.h:
11688         * gst/audiotestsrc/gstaudiotestsrc.h:
11689           remove obsolete _factory_init protos
11690
11691 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11692
11693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11694           Fix spacing in debug message.
11695
11696 2006-11-23  Wim Taymans  <wim@fluendo.com>
11697
11698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11699         (gst_ogg_demux_chain):
11700         Don't just ignore return values from _pad_push().
11701         Small debug improvements.
11702
11703 2006-11-23  Michael Smith  <msmith@fluendo.com>
11704
11705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11706           If our incoming buffer is marked as DISCONT, then increment the page
11707           number (so that the discontinuity is marked in the final ogg
11708           bitstream) and flush the previous page.
11709
11710 2006-11-22  Michael Smith  <msmith@fluendo.com>
11711
11712         * ext/theora/gsttheoraenc.h:
11713         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11714         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11715         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11716         (theora_enc_chain), (theora_enc_change_state):
11717           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11718
11719         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11720         (GST_START_TEST), (theoraenc_suite):
11721           Enable discontinuity test, fix it.
11722
11723 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11726         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11727         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11728         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11729         (gst_text_overlay_change_state):
11730         * ext/pango/gsttextoverlay.h:
11731           Some textoverlay fixes: for one, in the video chain function,
11732           actually wait for a text buffer to come in if there is none at the
11733           moment and there should be one; also, deal more gracefully with
11734           incoming buffers that do not have a timestamp or duration; discard
11735           text buffer when not needed any longer. Fixes #341681.
11736
11737         * tests/check/Makefile.am:
11738         * tests/check/elements/.cvsignore:
11739         * tests/check/elements/textoverlay.c:
11740         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11741         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11742         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11743         (test_video_waits_for_text_send_text_newsegment_thread),
11744         (test_video_waits_for_text_shutdown_element),
11745         (test_render_continuity_push_video_buffers_thread),
11746         (textoverlay_suite):
11747           Add some unit tests for textoverlay.
11748
11749 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11752           Avoid integer underflow when the found probability for mp3 is
11753           smaller than the 'penalty' we subtract if there's not a clean
11754           mp3 header sync at offset 0.
11755
11756 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11757
11758         * docs/libs/gst-plugins-base-libs-sections.txt:
11759           Add some new symbols to the docs
11760
11761 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * tests/check/Makefile.am:
11764         * tests/check/elements/ffmpegcolorspace.c:
11765         (ffmpegcolorspace_suite):
11766           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11767           (for now not for valgrinding though, since it takes too long).
11768
11769 2006-11-20  Wim Taymans  <wim@fluendo.com>
11770
11771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11772         (gst_ffmpeg_pixfmt_to_caps):
11773         Fix RGBA32 caps. Fixes #357038.
11774
11775 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11776
11777         * gst-libs/gst/interfaces/mixertrack.h:
11778           Add FIXME so we can add some padding here in 0.11
11779
11780 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11783           Fix GstBaseRTPAudioPayload structure so the whole GObject
11784           inheritance business actually works (parent class instance structure
11785           must always come first in the derived class instance structure).
11786
11787 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * gst/videotestsrc/Makefile.am:
11790         * tests/check/Makefile.am:
11791           Make sure our checks and the videotestsrc plugin link against the
11792           local uninstalled gst libs and not any installed gst libs that
11793           might happen to exist as well.
11794
11795         * tests/check/elements/adder.c: (message_received),
11796         (test_event_message_received), (test_play_twice_message_received):
11797         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11798           Fix compiler warnings when compiling against core with disabled
11799           debugging system.
11800
11801 2006-11-16  Michael Smith  <msmith@fluendo.com>
11802
11803         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11804         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11805           Fix audiorate, so that it accurately sets offsets and timestamps.
11806           Doesn't change the fundamental algorithmic decisions; so should be
11807           safe.
11808
11809         * tests/check/Makefile.am:
11810           Enable audiorate test now that it passes.
11811
11812 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11813
11814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11815           clear xv when going to NULL, remove // commented non-existant proto
11816
11817         * tests/examples/seek/seek.c: (main):
11818           add missing tooltip description for scrub and play_scrub
11819
11820 2006-11-14  David Schleef  <ds@schleef.org>
11821
11822         * configure.ac:
11823           Bump liboil requirement to 0.3.8.
11824         * gst-libs/gst/riff/riff-media.c:
11825           Add Dirac fourcc.
11826         * gst/videoscale/vs_image.h:
11827         * gst/videoscale/vs_scanline.h:
11828           Use liboil's stdint.h.
11829         * gst/videotestsrc/videotestsrc.c:
11830           Remove liboil related ifdef's, since they aren't needed now, and
11831           won't work with future versions.
11832
11833 2006-11-14  David Schleef  <ds@schleef.org>
11834
11835         * gst/videoscale/Makefile.am:
11836         * gst/videoscale/gstvideoscale.c:
11837         * gst/videoscale/gstvideoscale.h:
11838         * gst/videoscale/vs_4tap.c:
11839         * gst/videoscale/vs_4tap.h:
11840         * gst/videoscale/vs_image.c:
11841         * gst/videoscale/vs_image.h:
11842         * gst/videoscale/vs_scanline.c:
11843         * gst/videoscale/vs_scanline.h:
11844           Add a 4-tap image scaler.  Theoretically looks much prettier.
11845           The tap calculation could use some improvement.
11846
11847 2006-11-14  Wim Taymans  <wim@fluendo.com>
11848
11849         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11850
11851         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11852         (gst_riff_parse_strf_iavs):
11853         * gst/subparse/gstsubparse.c: (convert_encoding):
11854         * gst/tcp/gstmultifdsink.c:
11855         (gst_multi_fd_sink_handle_client_write):
11856         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11857         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11858         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11859         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11860         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11861         (gst_ximagesink_ximage_new):
11862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11863         Various gsize and gssize printf fixes. Fixes #372507.
11864
11865 2006-11-13  Wim Taymans  <wim@fluendo.com>
11866
11867         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11868         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11869         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11870         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11871         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11872         * ext/vorbis/vorbisdec.h:
11873         First stab at vorbis reverse playback.
11874
11875 2006-11-13  Wim Taymans  <wim@fluendo.com>
11876
11877         * gst-libs/gst/audio/gstbaseaudiosink.c:
11878         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11879         * gst-libs/gst/audio/gstbaseaudiosink.h:
11880         Make the clock sync code more accurate wrt resampling and playback
11881         at different rates.
11882         
11883         * gst-libs/gst/audio/gstringbuffer.c:
11884         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11885         * gst-libs/gst/audio/gstringbuffer.h:
11886         Use better algorithm to interpolate sample rates. 
11887
11888 2006-11-13  Michael Smith  <msmith@fluendo.com>
11889
11890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11891           Improve a debug line slightly.
11892
11893         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11894           Call gst_riff_init() in plugin_init, to avoid getting errors from
11895           the debug system (unrelated changes to another plugin made this turn
11896           up; not sure why).
11897
11898 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11901
11902         * win32/common/libgsttag.def:
11903           Add missing symbol (#366492).
11904
11905 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11908           Don't unref a NULL pad.
11909
11910 2006-11-09  Wim Taymans  <wim@fluendo.com>
11911
11912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11913         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11914         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11915         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11916         (gst_ogg_demux_loop):
11917         Implement first stab at reverse playback.
11918
11919 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11920
11921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11922         (gst_riff_create_video_template_caps):
11923           add h263/h264 variants to the caps, Fixes #363118
11924
11925 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11926
11927         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11928         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11929           Use g_strerror instead of strerror so we get UTF-8.
11930
11931 2006-11-03  David Schleef  <ds@schleef.org>
11932
11933         * ext/ogg/gstoggdemux.c:
11934         * ext/ogg/gstoggmux.c:
11935           Add/remove KW-DIRAC header here, since it is ogg-specific.
11936
11937 2006-11-03  Michael Smith  <msmith@fluendo.com>
11938
11939         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11940           Recognise more mpeg4 elementary video streams.
11941
11942 2006-11-02  Edward Hervey  <edward@fluendo.com>
11943
11944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11945         Lower the probability of mp3 typefinding functions if we don't find a
11946         valid mp3 header at the start of the file.
11947         Closes #369482
11948
11949 2006-11-02  Wim Taymans  <wim@fluendo.com>
11950
11951         * ext/theora/gsttheoradec.h:
11952         * ext/theora/theoradec.c: (gst_theora_dec_init),
11953         (theora_dec_sink_event), (theora_dec_chain_forward),
11954         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11955         (theora_dec_chain):
11956         Document and partially implement an algorithm for doing reverse playback
11957         of theora video.
11958
11959 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11962
11963         * win32/common/config.h:
11964         * win32/common/interfaces-enumtypes.c:
11965         * win32/common/libgsttag.def:
11966         * win32/vs8/gst-plugins-base.sln:
11967         * win32/vs8/libgstaudioresample.vcproj:
11968         * win32/vs8/libgstinterfaces.vcproj:
11969         * win32/vs8/libgstogg.vcproj:
11970         * win32/vs8/libgstriff.vcproj:
11971         * win32/vs8/libgsttag.vcproj:
11972         * win32/vs8/libgsttheora.vcproj:
11973         * win32/vs8/libgstvideoscale.vcproj:
11974         * win32/vs8/libgstvorbis.vcproj:
11975           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11976           to libgsttag.def; add missing dependencies for some vs8 projects;
11977           re-arrange placement of .def files in vs8 projects (#366334).
11978
11979 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * ext/ogg/gstogg.c:
11982           Remove unused variable.
11983
11984         * ext/ogg/gstoggdemux.c:
11985           Fix Wim's surname in plugin description.
11986
11987 2006-10-31  Wim Taymans  <wim@fluendo.com>
11988
11989         * gst-plugins-base.spec.in:
11990         spec new .h file. Fixes #368310.
11991
11992 2006-10-31  Michael Smith  <msmith@fluendo.com>
11993
11994         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11995         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11996         (gst_multi_fd_sink_get_stats),
11997         (gst_multi_fd_sink_remove_client_link),
11998         (gst_multi_fd_sink_queue_buffer),
11999         (gst_multi_fd_sink_handle_clients):
12000         * gst/tcp/gstmultifdsink.h:
12001           Make using the remove or clear signals threadsafe.
12002           Make calling get-stats with an invalid fd not segfault.
12003           Fixes 368273.
12004
12005 2006-10-31  Wim Taymans  <wim@fluendo.com>
12006
12007         * gst-libs/gst/rtp/Makefile.am:
12008         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12009         (gst_base_rtp_audio_payload_init):
12010         Fix and activate base audio payloader.
12011
12012 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12013
12014         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12015         (plugin_init):
12016           Add typefinder for QuickTime Image Files (see #366156).
12017
12018 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12019
12020         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12021           Another typo fix (#366212).
12022
12023 2006-10-27  Wim Taymans  <wim@fluendo.com>
12024
12025         * gst/volume/gstvolume.c: (volume_transform_ip):
12026         Use stream time to synchronize volume property instead of rather random
12027         timestamps. This is needed when gnonlin does its time shifting.
12028
12029 2006-10-27  Wim Taymans  <wim@fluendo.com>
12030
12031         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12032
12033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12034         Remove the pad from the element in release_pad. Fixes #364812.
12035
12036 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12037
12038         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12040           Explicitly create our custom buffer classes at a thread-safe
12041           location as well, since g_type_class_ref() doesn't seem to be
12042           entirely thread-safe either (#365501; also see #349410).
12043
12044 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12047         (gst_riff_parse_info):
12048           If strings in INFO chunk are not UTF-8, do something similar to
12049           what we do for ID3v1 tags: check a number of environment variables
12050           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12051           character sets to try, otherwise try the current locale and/or fall
12052           back on ISO-8859-1. Fixes #360552.
12053
12054 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * gst/videotestsrc/gstvideotestsrc.c:
12057         (gst_video_test_src_pattern_get_type),
12058         (gst_video_test_src_set_pattern):
12059         * gst/videotestsrc/gstvideotestsrc.h:
12060         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12061         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12062         (gst_video_test_src_checkers8):
12063         * gst/videotestsrc/videotestsrc.h:
12064           Add a bunch of exciting new checkers patterns.
12065
12066 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * gst/subparse/Makefile.am:
12069         * gst/subparse/gstsubparse.c:
12070         (gst_sub_parse_data_format_autodetect),
12071         (gst_sub_parse_format_autodetect), (handle_buffer),
12072         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12073         * gst/subparse/gstsubparse.h:
12074         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12075         (parse_tmplayer):
12076         * gst/subparse/tmplayerparse.h:
12077           Add support for TMPlayer-type subtitles (#362845).
12078
12079         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12080         (GST_START_TEST), (subparse_suite):
12081           Add some basic unit tests for the above.
12082
12083 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * tests/check/elements/audiorate.c: (test_injector_base_init),
12086         (test_injector_class_init), (test_injector_chain),
12087         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12088         (GST_START_TEST), (audiorate_suite):
12089           More tests for audiorate: inject buffers to check behaviour when
12090           buffers overlap.
12091
12092 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * tests/check/Makefile.am:
12095         * tests/check/elements/.cvsignore:
12096         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12097         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12098           Add some basic unit tests for audiorate. Disabled at the moment
12099           since it doesn't pass yet (see bug #363119).
12100
12101 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12104         (parse_subrip), (handle_buffer):
12105           Add missing closing tags for markup and fix broken markup,
12106           otherwise pango won't render anything (fixes #357531). Also,
12107           make sure the text we send out is always NUL-terminated
12108           (better safe than sorry etc.).
12109
12110         * tests/check/elements/subparse.c: (test_srt_do_test),
12111         (test_srt):
12112           Some more tests for .srt incl. tests for the above stuff.
12113
12114 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12115
12116         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12118         Patch by: Stefan Kost  <ensonic@users.sf.net>
12119         Try to redraw borders only when needed. Apparently this consumes
12120         resources on small devices... :-O (#363607)
12121
12122 2006-10-20  Michael Smith  <msmith@fluendo.com>
12123
12124         * gst/tcp/gstmultifdsink.c:
12125         (gst_multi_fd_sink_client_queue_buffer):
12126           If caps change, then update the client's idea of the caps so that we
12127           don't end up re-sending streamheaders for every single buffer after
12128           the caps change.
12129
12130 2006-10-20  Michael Smith  <msmith@fluendo.com>
12131
12132         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12133         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12134           Set caps on pushed buffers; fix up refcounting of caps objects.
12135
12136 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12139         (plugin_init):
12140           Typefind mmsh header data packet to application/x-mmsh (#362625).
12141
12142 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         * tests/check/Makefile.am:
12145         * tests/check/elements/.cvsignore:
12146         * tests/check/elements/subparse.c: (buffer_from_static_string),
12147         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12148         (GST_START_TEST), (subparse_suite):
12149           Add very simple unit test for subparse.
12150
12151 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12152
12153         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12154         (parse_subrip):
12155           Strip trailing newlines from subtitle text output.
12156
12157 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12160         (gst_sub_parse_change_state):
12161           Fix memleak; clear subparse->textbuf n state change function.
12162
12163 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * gst/subparse/gstsubparse.c:
12166         (gst_sub_parse_data_format_autodetect):
12167           Don't require subrip (.srt) files to start with a chunk number of 1.
12168
12169 2006-10-18  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst-libs/gst/audio/gstbaseaudiosink.c:
12172         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12173         * gst-libs/gst/audio/gstbaseaudiosink.h:
12174         Extract rate from the NEWSEGMENT event.
12175         Use commit_full to also take rate adjustment into account when writing
12176         samples to the ringbuffer.
12177         
12178         * gst-libs/gst/audio/gstringbuffer.c:
12179         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12180         (gst_ring_buffer_read):
12181         * gst-libs/gst/audio/gstringbuffer.h:
12182         Added _commit_full() to also take rate into account.
12183         Use simple interpolation algorithm to resample audio.
12184         API: gst_ring_buffer_commit_full()
12185
12186         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12187         * tests/examples/seek/seek.c: (segment_done):
12188         Don't try to seek with 0.0 rate, just pause instead.
12189         Remove bogus debug line.
12190
12191 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12194         (setup_source):
12195           Catch async errors when starting up the subtitle bin, so we can
12196           stop waiting and continue with the main film instead of hanging
12197           forever. Fixes #339366.
12198
12199         * tests/check/elements/playbin.c: (playbin_suite):
12200           Enable unit test for the above.
12201
12202 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * tests/check/Makefile.am:
12205         * tests/check/elements/.cvsignore:
12206         * tests/check/elements/playbin.c: (GST_START_TEST),
12207         (gst_red_video_src_uri_get_type),
12208         (gst_red_video_src_uri_get_protocols),
12209         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12210         (gst_red_video_src_uri_handler_init),
12211         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12212         (gst_red_video_src_create), (gst_red_video_src_class_init),
12213         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12214           Some small and basic unit tests for playbin; not very useful yet,
12215           but at least a start.
12216
12217 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12218
12219         * gst/playback/gstplaybin.c: (setup_sinks):
12220           The old pad activation spiel.
12221
12222 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/playback/gstplaybasebin.c: (setup_source):
12225           Don't hang forever if the subbin already fails to start up in 
12226           the state change to PAUSED (#339366).
12227
12228 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12231         (gst_tuner_set_channel), (gst_tuner_get_channel),
12232         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12233         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12234         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12235         (gst_tuner_find_channel_by_name):
12236           Fix some function guards, add some more function guards.
12237
12238 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12239
12240         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12241         (remove_element_chain):
12242         Don't return a pad from get_our_ghost_pad unless it is actually the
12243         one we want.
12244         Change a cast in remove_element_chain slightly.
12245
12246 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12247
12248         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12249         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12250         Segment seeking needs to use the rate and set stop to -1.
12251
12252 2006-10-13  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst-libs/gst/audio/gstbaseaudiosink.c:
12255         (gst_base_audio_sink_setcaps):
12256         Don't crash when ringbuffer is not yet created.
12257         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12258         Fixes #361634.
12259
12260         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12261         * gst/playback/gststreamselector.c:
12262         (gst_stream_selector_request_new_pad):
12263         Activate pads befre adding them to running elements.
12264
12265 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12266
12267         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12268         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12269         updater when we start grabing the slider. Don't wait for the
12270         pipeline to be PAUSED.
12271
12272 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12273
12274         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12275         (gst_mixer_set_volume), (gst_mixer_get_volume),
12276         (gst_mixer_set_mute), (gst_mixer_set_option),
12277         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12278         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12279         (gst_mixer_option_changed):
12280           Guard mixer interface functions against bogus arguments.
12281
12282 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12283
12284         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12285         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12286         (msg_state_changed), (main): Use state-changed messages to trigger
12287         start/stop of scale update timer. Indeed the scale slider was
12288         jumping here and there because the update timer was activated 
12289         before seek completed. This fixes instant applying of rate changes
12290         by pressing the spinbutton like a crazy man !
12291
12292 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12295
12296         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12297         (gst_basertppayload_finalize):
12298           Fix two small memory leaks (#361456).
12299
12300 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12301
12302         * tests/examples/seek/seek.c: (do_seek),
12303         (rate_spinbutton_changed_cb): When changing spinbutton we try
12304         to change the rate on the fly.
12305
12306 2006-10-10  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst-libs/gst/riff/riff-ids.h:
12309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12310         (gst_riff_create_audio_template_caps):
12311         Add WMS caps.
12312
12313 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12314
12315         Patch by: Josep Torra Valles <josep@fluendo.com>
12316
12317         * ext/gnomevfs/gstgnomevfssink.c:
12318         * ext/gnomevfs/gstgnomevfssrc.c:
12319         Fix URI interface implementation return type.
12320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12321         Fix what looks like a copy/paste issue when assigning values.
12322         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12323         (gst_audio_filter_template_get_type):
12324         Cast to prevent Forte warnings.
12325         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12326         Fix URI interface implementation return type.
12327         gst_pad_query_position requires a signed integer pointer as
12328         3rd parameter, GstClockTime is unsigned.
12329         * gst/audioconvert/audioconvert.c:
12330         Fix integer overflow when treated as signed.
12331         * gst/audioresample/resample.c: (resample_add_input_data):
12332         Cast to prevent warnings on Forte.
12333         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12334         Fix integer overflow when treated as signed.
12335         * gst/ffmpegcolorspace/imgconvert_template.h:
12336         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12337         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12338         (cleanup_decodebin):
12339         Who initialises a guint to -1!
12340         Cast function pointers to prevent warnings on Forte.
12341         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12342         (queue_threshold_reached):
12343         Cast function pointers correctly to prevent warnings on Forte.
12344         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12345         Cast function pointers correctly to prevent warnings on Forte.
12346         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12347         Obvious change to unsigned, 0xEF > max signed char.
12348         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12349         GstClockTime is unsigned, initialise correctly.
12350         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12351         Cast so pointer arithemetic doesn't cause warnings on Forte.
12352         * gst/videorate/gstvideorate.c:
12353         Use correct return value.
12354         * tests/examples/seek/scrubby.c:
12355         GstClockTime is unsigned, initialise correctly.
12356
12357 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12358
12359         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12360
12361         * gst/typefind/gsttypefindfunctions.c:
12362           Recognise XML files and XML-like files shorter than 256 bytes as
12363           well (fixes #359237).
12364
12365 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12366
12367         Patch by: Renato Filho <renato.filho@indt.org.br>
12368         
12369         * gst/typefind/gsttypefindfunctions.c:
12370         Added typefind functions to video/x-nuv media.
12371         
12372 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * gst-libs/gst/interfaces/xoverlay.c:
12375         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12376           Some more guards against invalid input.
12377
12378 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12379
12380         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12381         Useless goto.
12382         * tests/examples/seek/seek.c: (do_seek),
12383         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12384         seek example to experiment with rates != 1.0 (reverse playback !)
12385
12386 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12387
12388         * gst-libs/gst/interfaces/xoverlay.c:
12389           Unref message in doc-example (spotted by Robert McQueen)
12390
12391 2006-10-06  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12394         (mpeg1_parse_header), (mpeg1_sys_type_find):
12395         printf fix.
12396
12397 2006-10-06  Wim Taymans  <wim@fluendo.com>
12398
12399         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12400         (close_pad_link):
12401         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12402         Activate dynamic pads before adding them to the element.
12403
12404 2006-10-06  Michael Smith  <msmith@fluendo.com>
12405
12406         * gst-libs/gst/floatcast/floatcast.h:
12407           Fix obviously-bogus macros; use the correct types.
12408
12409 2006-10-06  Wim Taymans  <wim@fluendo.com>
12410
12411         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12412         (gst_base_rtp_depayload_change_state):
12413         Also call parent state change function to activate pads.
12414
12415         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12416         (mpeg1_parse_header), (mpeg1_sys_type_find):
12417         Add some more debug info in mpeg typefinding.
12418
12419 2006-10-06  Michael Smith  <msmith@fluendo.com>
12420
12421         * ext/theora/theoradec.c: (theora_dec_chain):
12422           Zero byte theora packets are valid and well-defined; don't warn on
12423           them.
12424
12425 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12426
12427         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12428         (gst_multi_fd_sink_get_stats), (find_limits),
12429         (gst_multi_fd_sink_queue_buffer):
12430           API: add dropped_buffers to the get-stats GValueArray
12431
12432 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         * ext/alsa/gstalsadeviceprobe.c:
12435         (gst_alsa_device_property_probe_get_values):
12436         * ext/alsa/gstalsasink.c: (set_hwparams):
12437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12438         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12440         (gst_ogg_mux_process_best_pad):
12441         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12442         (gst_ogg_parse_chain):
12443         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12444         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12445         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12446         (gst_vorbis_enc_buffer_check_discontinuous):
12447         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12448         * gst-libs/gst/audio/gstbaseaudiosink.c:
12449         (gst_base_audio_sink_render):
12450         * gst-libs/gst/cdda/gstcddabasesrc.c:
12451         (gst_cdda_base_src_handle_track_seek):
12452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12453         (gst_base_rtp_depayload_push_full):
12454         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12455         * gst/audioresample/resample.c: (resample_input_pushthrough):
12456         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12457         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12458         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12459         (wavpack_type_find):
12460         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12461         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12462         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12463         * tests/check/elements/volume.c: (GST_START_TEST):
12464           Printf format fixes.
12465
12466 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12469           Fix a simple mistake (see the docs)
12470           Fixes #359580
12471
12472 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * docs/plugins/Makefile.am:
12475         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12476         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12477         * docs/plugins/gst-plugins-base-plugins.args:
12478         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12479         * docs/plugins/inspect/plugin-adder.xml:
12480         * docs/plugins/inspect/plugin-alsa.xml:
12481         * docs/plugins/inspect/plugin-audioconvert.xml:
12482         * docs/plugins/inspect/plugin-audiorate.xml:
12483         * docs/plugins/inspect/plugin-audioresample.xml:
12484         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12485         * docs/plugins/inspect/plugin-cdparanoia.xml:
12486         * docs/plugins/inspect/plugin-decodebin.xml:
12487         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12488         * docs/plugins/inspect/plugin-gdp.xml:
12489         * docs/plugins/inspect/plugin-gnomevfs.xml:
12490         * docs/plugins/inspect/plugin-libvisual.xml:
12491         * docs/plugins/inspect/plugin-ogg.xml:
12492         * docs/plugins/inspect/plugin-pango.xml:
12493         * docs/plugins/inspect/plugin-playbin.xml:
12494         * docs/plugins/inspect/plugin-subparse.xml:
12495         * docs/plugins/inspect/plugin-tcp.xml:
12496         * docs/plugins/inspect/plugin-theora.xml:
12497         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12498         * docs/plugins/inspect/plugin-video4linux.xml:
12499         * docs/plugins/inspect/plugin-videorate.xml:
12500         * docs/plugins/inspect/plugin-videoscale.xml:
12501         * docs/plugins/inspect/plugin-videotestsrc.xml:
12502         * docs/plugins/inspect/plugin-volume.xml:
12503         * docs/plugins/inspect/plugin-vorbis.xml:
12504         * docs/plugins/inspect/plugin-ximagesink.xml:
12505         * docs/plugins/inspect/plugin-xvimagesink.xml:
12506           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12507
12508 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12509
12510         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12511
12512         * ext/vorbis/Makefile.am:
12513         * ext/vorbis/vorbis.c: (plugin_init):
12514         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12515         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12516         * ext/vorbis/vorbisparse.h:
12517         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12518         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12519         (gst_vorbis_tag_parse_packet):
12520         * ext/vorbis/vorbistag.h:
12521           Add new vorbistag element which derives from vorbisparse
12522           and is essentially the same as well, only that it implements
12523           the GstTagSetter interface and can modify the stream's
12524           vorbiscomment on the fly (#335635).
12525
12526         * tests/check/Makefile.am:
12527         * tests/check/elements/.cvsignore:
12528         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12529         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12530         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12531         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12532           Add unit test for new vorbistag element.
12533
12534 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12537         (vorbis_parse_push_headers), (vorbis_parse_chain):
12538           Set BOS flag in packet structure to fix 'jump depends
12539           on unitialized value' errors in valgrind; various minor
12540           clean-ups.
12541
12542 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12543
12544         * gst/playback/gstdecodebin.c: (close_pad_link):
12545         Fix typo in a debug statement.
12546
12547         * gst/playback/gstplaybasebin.c: (probe_triggered),
12548         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12549         (gen_source_element), (source_new_pad), (analyse_source),
12550         (setup_source):
12551         When handling no_more_pads in new_decoded_pad, make sure to treat
12552         subtitle pads correctly. Fixes playback with subtitle files.
12553
12554         Move a recurring message to LOG level.
12555
12556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12557         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12558         which ends up as -1 when cast to an int. Make the logic handle the
12559         max value as an unsigned mask and only change the colorkey when it's
12560         a value we recognise.
12561
12562 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12563
12564         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12565         Removed empty * between paragraphs
12566
12567 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12568
12569         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12570         * gst-libs/gst/rtp/README:
12571         Moved some documentation into .c file
12572
12573 2006-09-29  Wim Taymans  <wim@fluendo.com>
12574
12575         * gst/playback/gstdecodebin.c: (no_more_pads):
12576         Fix compilation.
12577
12578 2006-09-29  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst/playback/gstdecodebin.c: (new_caps):
12581         Remove g_print
12582
12583         * gst/playback/gstplaybin.c:
12584         Add some docs.
12585
12586 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         * tests/check/Makefile.am:
12589           Re-enable cddabasesrc test to see if it works again
12590           now.
12591
12592 2006-09-29  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12595         (gen_source_element):
12596         Handle invalid URIs a bit more gracefully.
12597
12598 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12599
12600         * tests/check/pipelines/oggmux.c:
12601           Remove obsolete comment.
12602
12603 2006-09-29  Michael Smith  <msmith@fluendo.com>
12604
12605         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12606         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12607         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12608         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12609         (gst_ogg_mux_collected):
12610           Commit patch from James "Doc" Livingston, adds proper EOS handling
12611           in oggmux. GStreamer can, for the first time ever, create a valid
12612           Ogg file! Yay!
12613
12614         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12615         (oggmux_suite):
12616           Reenable tests now that they pass.
12617
12618 2006-09-29  Wim Taymans  <wim@fluendo.com>
12619
12620         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12621         Stop reading commands when EOF (we read 0) as well.
12622
12623 2006-09-28  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12626         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12627         (find_dynamic), (unlinked), (close_link):
12628         Implement delayed caps linking needed for element with a lot of
12629         different caps on the src pads that get fixed at runtime.
12630         Improve management of dynamic elements.
12631
12632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12633         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12634         (gen_preroll_element), (remove_groups), (unknown_type),
12635         (add_element_stream), (no_more_pads_full), (no_more_pads),
12636         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12637         (new_decoded_pad), (setup_subtitle), (array_has_value),
12638         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12639         (analyse_source), (remove_decoders), (make_decoder),
12640         (remove_source), (setup_source), (finish_source), (prepare_output),
12641         (gst_play_base_bin_change_state):
12642         * gst/playback/gstplaybasebin.h:
12643         Use more _CAST instead of full type checking casts.
12644         Small cleanups, plug some leaks.
12645         Handle dynamic sources.
12646         Add some helper functions to create lists of strings used for
12647         blacklisting and other stuff.
12648         Refactor some code dealing with analysing the source.
12649         Re-enable sources without pads (like cd:// or other selfcontained
12650         elements).
12651
12652 2006-09-28  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst-libs/gst/audio/gstbaseaudiosink.c:
12655         (gst_base_audio_sink_render):
12656         When we have a timestamp, we can still perform clipping.
12657         When we have no clock, we must play the sample ASAP.
12658
12659 2006-09-28  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12662         Set caps on outgoing buffers.
12663
12664         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12665         (gst_video_rate_event), (gst_video_rate_chain):
12666         * gst/videorate/gstvideorate.h:
12667         Fix videorate some more. Fixes #357977
12668
12669 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12670
12671         * tests/check/elements/adder.c: (adder_suite):
12672           Don't set timeout to 6 seconds when we're running
12673           in valgrind ... (and how is 6 seconds longer than
12674           the default anyway?)
12675
12676 2006-09-28  Wim Taymans  <wim@fluendo.com>
12677
12678         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12679         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12680         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12681         Keep sink and src segment to keep track of time and support more
12682         input formats.
12683         Fix bogus next_offset and run_time calculation, don't understand how
12684         this could have worked before. Fixes #357976.
12685         Remove some unneeded vars.
12686
12687 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12688
12689         * gst/playback/gstplaybin.c: (remove_sinks):
12690           Only remove visualisation from visbin if there is a visbin (or:
12691           don't throw warnings when closing totem without playing a file).
12692
12693 2006-09-27  Wim Taymans  <wim@fluendo.com>
12694
12695         * gst-libs/gst/audio/gstbaseaudiosink.c:
12696         (gst_base_audio_sink_render):
12697         Add some more info in a WARNING.
12698
12699         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12700         (gst_base_audio_src_create):
12701         Handle PAUSE in create function, use new -core addition to
12702         wait for playing. Fixes pausing and resuming capture from an
12703         audiosrc.
12704
12705         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12706         (gst_ring_buffer_read):
12707         Constify some more.
12708         Caller supports interrupted reads now.
12709
12710 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * tests/check/Makefile.am:
12713           Another attempt to make the gen64 buildbot happy.
12714
12715 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12716
12717         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12718
12719         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12720         (gst_visual_chain), (gst_visual_change_state):
12721           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12722           correctly. Fixes #357800
12723
12724 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12725
12726         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12727           Add timeout to _get_state() so we see which pipeline it is
12728           that causes trouble on the gen64 build bot.
12729
12730 2006-09-27  Wim Taymans  <wim@fluendo.com>
12731
12732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12733         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12734         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12735         (gst_base_rtp_depayload_set_gst_timestamp):
12736         the source pad always uses fixed caps.
12737
12738 2006-09-27  Wim Taymans  <wim@fluendo.com>
12739
12740         * docs/libs/gst-plugins-base-libs-docs.sgml:
12741         * docs/libs/gst-plugins-base-libs-sections.txt:
12742         * gst-libs/gst/audio/gstaudioclock.c:
12743         * gst-libs/gst/audio/gstaudioclock.h:
12744         * gst-libs/gst/audio/gstaudiosink.c:
12745         * gst-libs/gst/audio/gstaudiosink.h:
12746         * gst-libs/gst/audio/gstaudiosrc.c:
12747         * gst-libs/gst/audio/gstbaseaudiosink.c:
12748         (gst_base_audio_sink_render):
12749         * gst-libs/gst/audio/gstbaseaudiosink.h:
12750         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12751         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12752         * gst-libs/gst/audio/gstringbuffer.h:
12753         Added docs for the audio libs.
12754
12755 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * tests/check/Makefile.am:
12758           Temporarily disable test that fails on the bots for unknown reasons.
12759
12760 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12761
12762         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12763         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12764         Moved AudioCodecType into priv
12765         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12766
12767 2006-09-25  Wim Taymans  <wim@fluendo.com>
12768
12769         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12770         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12771         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12772         (new_pad):
12773         Cleanups and small leak fixes.
12774         Added Depayloaders to valid list of autopluggable elements.
12775
12776 2006-09-25  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12779         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12780         (gen_video_element), (gen_text_element), (gen_audio_element),
12781         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12782         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12783         Detect NO_PREROLL state change returns and disable clock distribution to
12784         the sinks so that sync is disabled.
12785         Avoid some type checking and do simple casts instead.
12786         Small cleanups, fix some FIXMEs.
12787         Be more robust when linking user specified elements, catch an report
12788         errors. Fixes #357404.
12789         Fix some leaks in the error paths.
12790
12791 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12792
12793         * ChangeLog:
12794           ChangeLog surgery for missing bug-number
12795
12796 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12797
12798         Patch by: Peter Kjellerstedt  <pkj at axis com>
12799
12800         * gst/playback/test.c:
12801           Fix compilation with uClibc and -Werror (#357591).
12802
12803 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12806           Parse dates that are followed by a time as well (#357532).
12807
12808         * tests/check/libs/tag.c: (test_vorbis_tags):
12809           Add unit test for this.
12810
12811 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12812
12813         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12814         (gst_audio_convert_transform_caps):
12815         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12816         * gst/videotestsrc/videotestsrc.h:
12817           A few array const-ifications.
12818
12819 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12820
12821         * tests/check/Makefile.am:
12822           See if this makes the build bots happy.
12823
12824         * tests/check/libs/cddabasesrc.c:
12825           UTF8-ise my name.
12826
12827 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12828
12829         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12830
12831         * gst/subparse/samiparse.c: (handle_start_font),
12832         (fix_invalid_entities):
12833           More case-insensitivity for certain tags; recognise entities with
12834           decimal codes as special entities as well (#357330).
12835
12836 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * gst-libs/gst/Makefile.am:
12839           Need to build tag directory before cdda.
12840
12841 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12842
12843         * docs/libs/gst-plugins-base-libs-sections.txt:
12844         * gst-libs/gst/cdda/Makefile.am:
12845         * gst-libs/gst/cdda/gstcddabasesrc.c:
12846         (gst_cdda_base_src_base_init):
12847         * gst-libs/gst/cdda/gstcddabasesrc.h:
12848         * gst-libs/gst/tag/tag.h:
12849         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12850         (gst_tag_register_musicbrainz_tags):
12851           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12852           depend on libgsttag. This is required so we can extract/read tags like
12853           DISCID without depending on libgstcddabasesrc (which used to register
12854           them).
12855
12856         * gst-libs/gst/tag/gstvorbistag.c:
12857           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12858           tags (also see #347848).
12859
12860         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12861           Log vorbis comments we are actually writing. Const-ify array.
12862
12863 2006-09-23  Wim Taymans  <wim@fluendo.com>
12864
12865         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12866         Improve buffering a bit by avoiding a deadlock because we cannot assume
12867         the underrun is always called.
12868
12869 2006-09-23  Wim Taymans  <wim@fluendo.com>
12870
12871         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12872
12873         * gst-libs/gst/riff/riff-ids.h:
12874         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12875         (gst_riff_create_audio_template_caps):
12876         Added MPEG-4 AAC and id and caps. Fixes #357289
12877         Added WMA9 Lossless id.
12878
12879 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * ext/gnomevfs/gstgnomevfssrc.c:
12882           Fix misleading docs addition.
12883
12884         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12885           Get rid of compiler warning the right way.
12886
12887 2006-09-22  Wim Taymans  <wim@fluendo.com>
12888
12889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12890         (gst_base_rtp_depayload_finalize),
12891         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12892         (gst_base_rtp_depayload_push_full),
12893         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12894         (gst_base_rtp_depayload_process),
12895         (gst_base_rtp_depayload_set_gst_timestamp),
12896         (gst_base_rtp_depayload_queue_release):
12897         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12898         Small cleanups.
12899         Fix some leaks.
12900         Refactored the process method and added methods to push from the process
12901         vmethod.
12902         Use _scale functions.
12903         API: gst_base_rtp_depayload_push_ts
12904         API: gst_base_rtp_depayload_push
12905
12906         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12907         timestamps are uint.
12908
12909 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12910
12911         * gst-libs/gst/interfaces/xoverlay.c:
12912           Remove unused statement from doc example.
12913
12914 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12915
12916         * gst-libs/gst/interfaces/videoorientation.c:
12917         (gst_video_orientation_iface_init),
12918         (gst_video_orientation_get_hflip),
12919         (gst_video_orientation_get_vflip),
12920         (gst_video_orientation_get_hcenter),
12921         (gst_video_orientation_get_vcenter),
12922         (gst_video_orientation_set_hflip),
12923         (gst_video_orientation_set_vflip),
12924         (gst_video_orientation_set_hcenter),
12925         (gst_video_orientation_set_vcenter):
12926           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12927           in ChangeLog)
12928
12929 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * tests/check/Makefile.am:
12932         * tests/check/elements/.cvsignore:
12933         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12934         (create_rgb_conversions), (rgb_conversion_free),
12935         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12936         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12937           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12938           but disable for now since it doesn't pass (something wrong with
12939           RGBA somewhere).
12940
12941 2006-09-21  Wim Taymans  <wim@fluendo.com>
12942
12943         * gst/playback/gstplaybasebin.c: (group_commit),
12944         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12945         (queue_out_of_data), (gen_preroll_element),
12946         (preroll_remove_overrun), (probe_triggered):
12947         Refactor handling of overrun detection.
12948         Separate handling of group completion and deadlock detection when doing
12949         network buffering. This should fix some deadlocks that were not detected
12950         because the group was completed.
12951         Add more comments, improve debugging.
12952
12953 2006-09-21  Wim Taymans  <wim@fluendo.com>
12954
12955         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12956         * tests/check/libs/audio.c:
12957         Some more compilation fixes.
12958
12959 2006-09-21  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst-libs/gst/audio/gstringbuffer.c:
12962         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12963         (gst_ring_buffer_read):
12964         Early morning compilation fix.
12965
12966 2006-09-20  Wim Taymans  <wim@fluendo.com>
12967
12968         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12969         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12970         * tests/check/elements/videorate.c: (GST_START_TEST):
12971         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12972         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12973         Fix some warnings.
12974
12975 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12976
12977         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12978         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12979         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12980           Handcrafted merge to help CVS understanding what I changed and what
12981           not.
12982
12983 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12984
12985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12986         (gst_xvimagesink_get_times):
12987           change colorkey behaviour back according to #354773 comment 6/7
12988
12989 2006-09-19  Michael Smith  <msmith@fluendo.com>
12990
12991         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12992         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12993         (gst_multi_fd_sink_recover_client),
12994         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12995         (gst_multi_fd_sink_get_property):
12996         * gst/tcp/gstmultifdsink.h:
12997           Implement stubbed out properties unit-type, units-soft-max,
12998           units-max, to allow specifying maximum sizes in units other than
12999           buffers.
13000           Fixes #355935
13001
13002 2006-09-19  Wim Taymans  <wim@fluendo.com>
13003
13004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13005         (gst_riff_create_audio_template_caps):
13006         Reorder the audio formats a bit for clarity.
13007         Detect and create caps for MSGSM and MSN (WAV49).
13008         Fixes #356596.
13009
13010         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13011         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13012         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13013         Small cleanups, move error handling out of normal flow for clarity.
13014
13015 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13016
13017         * docs/libs/gst-plugins-base-libs-docs.sgml:
13018         * docs/libs/gst-plugins-base-libs.types:
13019         * gst-libs/gst/interfaces/Makefile.am:
13020         * gst-libs/gst/interfaces/videoorientation.c:
13021         (gst_video_orientation_get_type),
13022         (gst_video_orientation_iface_init),
13023         (gst_video_orientation_get_hflip),
13024         (gst_video_orientation_get_vflip),
13025         (gst_video_orientation_get_hcenter),
13026         (gst_video_orientation_get_vcenter),
13027         (gst_video_orientation_set_hflip),
13028         (gst_video_orientation_set_vflip),
13029         (gst_video_orientation_set_hcenter),
13030         (gst_video_orientation_set_vcenter):
13031         * gst-libs/gst/interfaces/videoorientation.h:
13032           API: Add new interface to control video orientation (fixes #354908)
13033
13034 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13035
13036         * gst/videotestsrc/gstvideotestsrc.c:
13037           Use G_UNLIKELY in _create and log one more detail.
13038           
13039         (gst_video_test_src_get_times), (gst_video_test_src_create):
13040         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13041           Use gst_util_uint64_scale_int in _get_times().
13042
13043 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13044
13045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13046           Give better warning message (add object and detail).
13047
13048 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13049
13050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13051         (gst_xvimagesink_get_times):
13052           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13053           #354773), use gst_util_uint64_scale_int in _get_times()
13054
13055 2006-09-18  Michael Smith  <msmith@fluendo.com>
13056
13057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13058           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13059           always true, leading to dropping all timestamps.
13060
13061 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13062
13063         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13064         (gst_visual_chain), (gst_visual_change_state):
13065           update to work also with libvisual 0.4 API, fix double unref (#355914)
13066           
13067         * tools/gst-launch-ext.1.in:
13068         * tools/gst-visualise.1.in:
13069           remove references to old man-pages
13070
13071         * tests/examples/seek/seek.c: (main):
13072           add real meadi-buttons, add tool-tips for the seek-options, arrange
13073           seek options in a table
13074
13075 2006-09-18  Michael Smith  <msmith@fluendo.com>
13076
13077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13078         (gst_ogg_mux_push_buffer):
13079           Don't generate out-of-order timestamps from oggmux, instead clamp
13080           output timestamps to be >= the previously output ts.
13081           Fixes #355595
13082
13083 2006-09-18  Michael Smith  <msmith@fluendo.com>
13084
13085         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13086         (gst_multi_fd_sink_class_init):
13087           Updates, fixes, and typo corrections for multifdsink. No functional
13088           changes.
13089
13090 2006-09-17  Michael Smith  <msmith@fluendo.com>
13091
13092         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13093           Don't crash on truncated files - check that we got an 8 byte buffer
13094           before trying to memcmp it.
13095
13096 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         * gst/playback/gstplaybasebin.c: (get_active_source):
13099           Make stream-switching appear instant to the application
13100           (ie. make sure that a g_object_get on 'current-foo' returns
13101           the stream previously set with g_object_set(). Totem needs
13102           this to update stream-related meta-info (like audio-codec)
13103           correctly when switching streams.
13104
13105 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13108         (gst_alsa_mixer_ensure_track_list):
13109           Try harder to guess which mixer track is the master mixer
13110           track (instead of just taking the first one that has a pvolume).
13111           Fixes #342228.
13112
13113 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13114
13115         reviewed by: <delete if not using a buddy>
13116
13117         * gst-libs/gst/audio/audio.h:
13118         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13119
13120 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13121
13122         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13123         (gst_audio_convert_transform_caps):
13124           Get structure-name just once.
13125
13126 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13127
13128         * tests/check/elements/audioresample.c: (GST_START_TEST):
13129         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13130         * tests/check/elements/volume.c: (GST_START_TEST):
13131         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13132         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13133         (test_pipeline), (GST_START_TEST):
13134         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13135         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13136           Fix big batch of compiler warnings.
13137
13138 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13139
13140         * ext/gnomevfs/gstgnomevfssrc.c:
13141           Add docs about icydemux usage in connection with gnomevfssrc
13142
13143         * ext/libvisual/visual.c:
13144         * ext/ogg/gstoggaviparse.c:
13145         * ext/ogg/gstoggdemux.c:
13146         * ext/ogg/gstoggmux.c:
13147         * ext/ogg/gstoggparse.c:
13148         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13149         * gst-libs/gst/audio/gstaudiosink.c:
13150         * gst-libs/gst/audio/gstaudiosrc.c:
13151         * gst/audiorate/gstaudiorate.c:
13152           More G_OBJECT macro fixing.
13153
13154         * gst/audiotestsrc/gstaudiotestsrc.h:
13155           Fix wrong info in header due to copy & paste
13156
13157 2006-09-15  Wim Taymans  <wim@fluendo.com>
13158
13159         * gst-libs/gst/audio/gstbaseaudiosink.c:
13160         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13161         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13162         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13163         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13164         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13165         Do the delay calculation in the source/sink base classes as this is
13166         specific for the capture/playback mode.
13167         Try to fixate a bit better, like round depth up to a multiple of 8
13168         bigger than width.
13169         Handle underruns correctly by marking DISCONT on buffers and adjusting
13170         timestamps to handle the gap.
13171         Set offset/offset_end correctly on buffers.
13172
13173         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13174         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13175         (gst_ring_buffer_read):
13176         Remove resync and underrun recovery from the ringbuffer.
13177         Fix ringbuffer read code on under/overrun.
13178
13179 2006-09-15  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13182         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13183         (queue_threshold_reached), (gst_play_base_bin_set_property),
13184         (gst_play_base_bin_get_property):
13185         * gst/playback/gstplaybasebin.h:
13186         Don't use a 0 low watermark when buffering, it is catching starvation
13187         way too late. Instead, use a 3 second queue with 30 and 95
13188         percent low/high watermarks. 
13189         Added queue-min-threshold property to configure low watermark.
13190         Use new _buffering message API.
13191         Make queue_threshold variable big enough to store a uint64 time value.
13192         API: playbin::queue-min-threshold property.
13193
13194 2006-09-15  Wim Taymans  <wim@fluendo.com>
13195
13196         * configure.ac:
13197         We require 0.10.10.1 now because of _wait_preroll().
13198
13199         * gst-libs/gst/audio/gstbaseaudiosink.c:
13200         (gst_base_audio_sink_render):
13201         Use gst_base_sink_wait_preroll().
13202
13203 2006-09-15  Wim Taymans  <wim@fluendo.com>
13204
13205         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13206         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13207         Use DEBUG_OBJECT more.
13208
13209 === release 0.10.10 ===
13210
13211 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13212
13213         patch by: Michael Smith <msmith at fluendo dot com>
13214
13215         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13216         (gst_multi_fd_sink_client_queue_buffer),
13217         (gst_multi_fd_sink_new_client):
13218         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13219         (multifdsink_suite):
13220           Fix implementation of sync-method 'next-keyframe'
13221           Closes #354594
13222
13223 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13224
13225         patch by: Wim Taymans <wim at fluendo dot com>
13226
13227         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13228         This patch removes the RANDOM flag that was incorrectly introduced with
13229         revision 1.91.  Fixes #354590
13230
13231 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13232
13233         * tests/check/Makefile.am:
13234           Random variation in Makefile line to see if it makes the
13235           gen64-base-full bot any happier.
13236
13237 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13238
13239         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13240           Disable test that fails at the moment (killed after timeout).
13241
13242 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13243
13244         Patch by: James Livingston  <doclivingston at gmail.com>
13245
13246         * tests/check/Makefile.am:
13247         * tests/check/pipelines/.cvsignore:
13248         * tests/check/pipelines/oggmux.c: (get_page_codec),
13249         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13250         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13251         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13252         (test_theora_vorbis), (oggmux_suite):
13253           Add simple unit test for oggmux from #337026 with checking for the
13254           EOS flags disabled for the time being.
13255
13256 2006-09-04  Wim Taymans  <wim@fluendo.com>
13257
13258         patch by: Alessandro Dessina <alessandro nnva org>
13259
13260         * ext/ogg/gstoggmux.c:
13261         Add cmml caps to oggmux. Fixes #353912
13262
13263 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13266           Returning a return value often helps. In this case, we
13267           don't need the return value anyway, so just get rid of it.
13268           Should make build bots much happier.
13269
13270 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13271
13272         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13273         (paint_get_structure), (gst_video_test_src_get_size),
13274         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13275         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13276         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13277         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13278         * gst/videotestsrc/videotestsrc.h:
13279           Add support for AYUV and the various RGBA formats. Initialise
13280           fields of paintinfo structs allocated on the stack.
13281
13282         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13283         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13284         (check_rgb_buf), (videotestsrc_suite):
13285           Add unit tests for videotestsrc's RGB output.
13286
13287 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * gst/videotestsrc/gstvideotestsrc.c:
13290         (gst_video_test_src_pattern_get_type),
13291         (gst_video_test_src_set_pattern):
13292         * gst/videotestsrc/gstvideotestsrc.h:
13293         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13294         (gst_video_test_src_black), (gst_video_test_src_white),
13295         (gst_video_test_src_red), (gst_video_test_src_green),
13296         (gst_video_test_src_blue):
13297         * gst/videotestsrc/videotestsrc.h:
13298           Add more uni-colour patterns ("white", "red", "green", and "blue").
13299
13300 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13303           Fix stride for YVYU, should be word-aligned (#353658).
13304
13305 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13306
13307         * gst/adder/gstadder.c: (gst_adder_src_event):
13308           Fix build.
13309
13310 2006-08-31  Edward Hervey  <edward@fluendo.com>
13311
13312         * gst/adder/gstadder.c: (forward_event_func),
13313         (gst_adder_src_event), (gst_adder_collected),
13314         (gst_adder_change_state):
13315         * gst/adder/gstadder.h:
13316         Remember the start position asked in the incoming seeks, so we can
13317         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13318         of assuming it will always be 0).
13319
13320 2006-08-31  Edward Hervey  <edward@fluendo.com>
13321
13322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13323         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13324         (gst_ogg_demux_loop):
13325         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13326
13327 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13330         (gst_ffmpegcsp_get_unit_size):
13331           Return FALSE instead of returning a random false unit
13332           size when the format isn't known/supported (even if
13333           this shouldn't happen under normal circumstances).
13334
13335 2006-08-29  Wim Taymans  <wim@fluendo.com>
13336
13337         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13338
13339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13340         (gst_gnome_vfs_src_start):
13341         Try harder to get the size from a uri by using _info_uri() when
13342         _info_from_handle() does not give us enough info. 
13343         Also follow symlinks when getting the size.
13344         Partially Fixes #332864.
13345
13346 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13347
13348         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13349
13350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13351         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13352         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13353         (gst_alsa_mixer_set_record):
13354         * ext/alsa/gstalsamixertrack.c:
13355         (gst_alsa_mixer_track_update_alsa_capabilities),
13356         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13357         (gst_alsa_mixer_track_update):
13358         * ext/alsa/gstalsamixertrack.h:
13359           Improve and fix mixer track handling, in particular better handling
13360           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13361           separate track objects for tracks that have both capture and playback
13362           volume (and label them differently as well so they're not mistakenly
13363           assumed to be duplicates); classify mixer tracks that only affect
13364           the audible volume of something (rather than the capture volume)
13365           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13366           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13367           (following the meaning documented in the mixer interface header
13368           file); add support for alsa's exclusive cswitch groups; update/sync
13369           state/flags better if mixer settings are changed by another
13370           application. Fixes #336075.
13371
13372 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * gst/playback/gstplaybin.c:
13375           Improve docs: add section about BUFFERING messages sent by playbin.
13376
13377 2006-08-29  Michael Smith  <msmith@fluendo.com>
13378
13379         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13380         (gst_vorbis_enc_buffer_check_discontinuous),
13381         (gst_vorbis_enc_chain):
13382           Ignore explicit DISCONT marked on buffers (which is often spurious,
13383           particularly when using multiple segments), in favour of solely
13384           using the timestamps/durations.
13385
13386 2006-08-29  Edward Hervey  <edward@fluendo.com>
13387
13388         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13389         Don't rely on incoming buffers offset anymore, since it is completely
13390         broken when using multiple segments.
13391         Instead convert the incoming buffers timestamp to running time, and
13392         then convert that value to the offsets.
13393         Also inform GstSegment of the last outputted stop position, which is
13394         needed if we received several segments with an unknown stop value.
13395
13396 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13397
13398         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13399           fix buffer unreffing on a header push failure
13400
13401 2006-08-28  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13404         (gst_audio_rate_chain):
13405         Make the metadata of the buffer writable before changing its
13406         flags.
13407
13408 2006-08-28  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13411         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13412         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13413         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13414         Fix audiorate some more.
13415         Reset and resync counters on flush and READY.
13416         Handle the DISCONT flag correctly.
13417         Use GstSegment to track position.
13418         Fail when not negotiated.
13419         Fixes #353234.
13420
13421 2006-08-25  Michael Smith  <msmith@fluendo.com>
13422
13423         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13424           Fix spelling.
13425           Remove accidently included debug line.
13426
13427 2006-08-25  Wim Taymans  <wim@fluendo.com>
13428
13429         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13430         Small cleanups.
13431         If a buffer is received with no caps, make the buffer metadata
13432         writable and set the caps, making sure that we don't screw up the
13433         refcounts.
13434
13435 2006-08-25  Michael Smith  <msmith@fluendo.com>
13436
13437         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13438         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13439           Fix memory leaks and misleading debug messages, add a couple of
13440           comments.
13441
13442         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13443         (gst_multi_fd_sink_render):
13444           Do not use gst_buffer_make_writable() in a basesink render method,
13445           as it may incorrectly unref the buffer. Instead, use convoluted
13446           dance to avoid copying the buffer except when we need to.
13447
13448 2006-08-25  Michael Smith  <msmith@fluendo.com>
13449
13450         * ext/vorbis/vorbisenc.c:
13451         (gst_vorbis_enc_buffer_check_discontinuous):
13452           Allow very small discontinuities in the timestamps. These we can't
13453           do anything useful with anyway (because vorbis's timestamps have
13454           only sample granularity), and are commonly produced by elements with
13455           minor bugs. Allow up to 1/2 a sample out.
13456           Fixes #351742.
13457
13458 2006-08-24  Wim Taymans  <wim@fluendo.com>
13459
13460         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13461         (play_scrub_toggle_cb), (main):
13462         Add a checkbox to enable play scrubbing. Makes it possible to disable
13463         normal scrubbing.
13464
13465 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13466
13467         * tests/check/elements/.cvsignore:
13468           make buildbot happy
13469
13470 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13473         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13474         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13475         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13476         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13477         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13478         (gst_ogm_text_parse_strip_trailing_zeroes),
13479         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13480         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13481           Refactor ogm parse, do better input checking, misc. clean-ups.
13482           Cache incoming events and push them once the source pad has
13483           been created. Don't pass unterminated strings to sscanf().
13484           Strip trailing zeroes from subtitle text output, since they
13485           are not valid UTF-8. Don't push vorbiscomment packets on
13486           the subtitle text pad. Output perfect streams if possible.
13487
13488 2006-08-23  Wim Taymans  <wim@fluendo.com>
13489
13490         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13491         Waits for tasks to settle down so that we clean up correctly for 
13492         valgrind.
13493
13494 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13497           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13498           actually return return value in taglists_are_equal.
13499
13500 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13501
13502         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13503           Fix crash due to broken bitstream parsing on x86-64: can't make
13504           any assumptions about sizeof(struct) due to alignment/packing
13505           differences on different architectures. Fixes #351790.
13506
13507 2006-08-22  Wim Taymans  <wim@fluendo.com>
13508
13509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13510         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13511         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13512         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13513         (gst_riff_parse_info):
13514         Protect public functions against bad input.
13515         Do some cleanups.
13516         Fix documentation.
13517
13518 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         * gst-libs/gst/riff/riff-ids.h:
13521         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13522           Add voxware audio IDs (even if we can't play it) (#351795).
13523
13524 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13525
13526         * gst-libs/gst/riff/riff-media.c:
13527         (gst_riff_create_video_template_caps),
13528         (gst_riff_create_audio_template_caps),
13529         (gst_riff_create_iavs_template_caps):
13530           Const-ify some arrays and use G_N_ELEMENTS instead
13531           of wasting oodles of RAM on terminator bits.
13532
13533 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * gst-libs/gst/tag/gstvorbistag.c:
13536         (gst_tag_list_to_vorbiscomment_buffer):
13537         * tests/check/libs/tag.c: (GST_START_TEST):
13538           And the same for _to_vorbiscomment_buffer(): allow
13539           id_data_len == 0 for speex.
13540
13541 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13542
13543         * configure.ac:
13544         * docs/plugins/Makefile.am:
13545         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13546         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13547         * docs/plugins/inspect/plugin-gdp.xml:
13548         * gst/gdp/Makefile.am:
13549         * tests/check/Makefile.am:
13550           Move GDP plugin to -base from -bad.  Closes #347783.
13551
13552 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13553
13554         * gst-libs/gst/tag/gstvorbistag.c:
13555         (gst_tag_list_from_vorbiscomment_buffer):
13556           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13557           Also add some checks to make sure we don't memcmp() beyond the end of
13558           vorbiscomment buffer if the ID to check for is larger than the buffer.
13559
13560         * tests/check/libs/tag.c: (GST_START_TEST):
13561           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13562
13563 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13564
13565         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13566         (gst_vorbis_enc_set_metadata):
13567           Use vorbis comment utility functions from libgsttag
13568           instead of re-inventing the wheel (partially fixes #347091).
13569
13570 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13571
13572         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13573         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13574         as some that won't.
13575
13576 2006-08-21  Wim Taymans  <wim@fluendo.com>
13577
13578         * docs/libs/Makefile.am:
13579         * docs/libs/gst-plugins-base-libs-sections.txt:
13580         * docs/libs/gst-plugins-base-libs.types:
13581         Don't try to GObject scan the netbuffer as it's not a GObject.
13582         Fixes #351308.
13583
13584         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13585         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13586         Document GstNetBuffer.
13587
13588 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13589
13590         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13591         (audioconvert_suite):
13592           Add testcase for caps-size-explosion
13593
13594 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13595
13596         * gst/audioconvert/gstaudioconvert.c:
13597         (gst_audio_convert_get_unit_size), (set_structure_widths):
13598           Lower debug, use g_assert in _get_unit_size
13599
13600         * gst/audioresample/gstaudioresample.c:
13601         (audioresample_get_unit_size):
13602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13603         (gst_ffmpegcsp_get_unit_size):
13604         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13605           use g_assert in _get_unit_size
13606
13607 2006-08-18  Wim Taymans  <wim@fluendo.com>
13608
13609         * docs/libs/gst-plugins-base-libs-sections.txt:
13610         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13611         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13612         (gst_rtp_buffer_get_payload_buffer):
13613         * gst-libs/gst/rtp/gstrtpbuffer.h:
13614         Document GstRTPBuffer.
13615         Added function to efficiently strip payload headers.
13616         API: gst_rtp_buffer_get_payload_subbuffer()
13617
13618 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13621         (gst_tag_to_vorbis_comments):
13622           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13623           tags and deserialise them properly as well (#347091).
13624           Add some more gtk-doc blurbs and also some g_return_if_fail().
13625
13626         * tests/check/libs/tag.c: (GST_START_TEST),
13627         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13628           More tests.
13629
13630 2006-08-17  Wim Taymans  <wim@fluendo.com>
13631
13632         * ext/ogg/Makefile.am:
13633         * ext/ogg/gstogg.c: (plugin_init):
13634         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13635         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13636         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13637         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13638         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13639         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13640         Added ogg-in-avi parser element. Fixes #140139.
13641
13642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13643         Fixed a bug in oggdemux debug code.
13644
13645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13646         (gst_riff_create_audio_template_caps):
13647         Recognise Ogg in the AVI extensible wave format.
13648
13649 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13650
13651         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13652           Make buffer durations add up (duration should be next_ts-ts for
13653           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13654           from CVS.
13655
13656         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13657         (test_buffer_timestamps), (cddabasesrc_suite):
13658           Add unit test for the above.
13659
13660         * tests/check/Makefile.am:
13661           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13662           to see what happens.
13663
13664 2006-08-16  Wim Taymans  <wim@fluendo.com>
13665
13666         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13667         (gst_alsasink_open):
13668         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13669         (gst_alsasrc_open):
13670         Avoid setting and using a NULL device name.
13671         Print more info when we fail to open a device.
13672
13673 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13674
13675         * docs/libs/gst-plugins-base-libs-sections.txt:
13676         * gst-libs/gst/tag/tag.h:
13677         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13678           API: add gst_tag_parse_extended_comment() (#351426).
13679
13680         * tests/check/Makefile.am:
13681         * tests/check/libs/.cvsignore:
13682         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13683           Add unit test for gst_tag_parse_extended_comment().
13684
13685 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13689           Fix leak (#351502).
13690
13691 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13692
13693         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13694         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13695         * docs/plugins/gst-plugins-base-plugins.args:
13696         * gst/playback/gstplaybin.c:
13697           Document playbin.
13698           
13699         * docs/plugins/inspect/plugin-adder.xml:
13700         * docs/plugins/inspect/plugin-alsa.xml:
13701         * docs/plugins/inspect/plugin-audioconvert.xml:
13702         * docs/plugins/inspect/plugin-audiorate.xml:
13703         * docs/plugins/inspect/plugin-audioresample.xml:
13704         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13705         * docs/plugins/inspect/plugin-cdparanoia.xml:
13706         * docs/plugins/inspect/plugin-decodebin.xml:
13707         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13708         * docs/plugins/inspect/plugin-gnomevfs.xml:
13709         * docs/plugins/inspect/plugin-ogg.xml:
13710         * docs/plugins/inspect/plugin-pango.xml:
13711         * docs/plugins/inspect/plugin-playbin.xml:
13712         * docs/plugins/inspect/plugin-subparse.xml:
13713         * docs/plugins/inspect/plugin-tcp.xml:
13714         * docs/plugins/inspect/plugin-theora.xml:
13715         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13716         * docs/plugins/inspect/plugin-video4linux.xml:
13717         * docs/plugins/inspect/plugin-videorate.xml:
13718         * docs/plugins/inspect/plugin-videoscale.xml:
13719         * docs/plugins/inspect/plugin-videotestsrc.xml:
13720         * docs/plugins/inspect/plugin-volume.xml:
13721         * docs/plugins/inspect/plugin-vorbis.xml:
13722         * docs/plugins/inspect/plugin-ximagesink.xml:
13723         * docs/plugins/inspect/plugin-xvimagesink.xml:
13724           Update to CVS version.
13725
13726 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13729         (gst_play_bin_set_property), (gst_play_bin_get_property),
13730         (value_list_append_structure_list),
13731         (gst_play_bin_handle_redirect_message),
13732         (gst_play_bin_handle_message):
13733           API: GstPlayBin::connection-speed
13734           Add "connection-speed" property; re-order redirect messages with
13735           multiple redirect locations depending on the minimum bitrate if
13736           that information is available and a connection speed is set
13737           (#350399).
13738
13739 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * gst/playback/gstplaybin.c:
13742           Update max volume to the same value that the volume element uses.
13743
13744 2006-08-14  Wim Taymans  <wim@fluendo.com>
13745
13746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13747         Less uglyness..
13748
13749 2006-08-14  Wim Taymans  <wim@fluendo.com>
13750
13751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13752         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13753         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13754         Add some more debug info.
13755         Don't crash when a seek failed.
13756         Actually return the result of the seek instead of TRUE.
13757         Ignore multiple BOS pages with the same serial so that we don't create
13758         the same stream multiple times.
13759         Post an error when we fail to do the initial seek.
13760
13761 2006-08-13  Wim Taymans  <wim@fluendo.com>
13762
13763         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13764         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13765         Small code cleanup.
13766
13767         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13768         (gst_alsa_mixer_new):
13769         Remove hack that always set the device to hw:0*.
13770         Properly find the card name for whatever device was configured.
13771         Do some better debugging.
13772         Fixes #350784.
13773
13774         * ext/alsa/gstalsamixerelement.c:
13775         (gst_alsa_mixer_element_set_property),
13776         (gst_alsa_mixer_element_change_state):
13777         Cleanups.
13778         Handle setting of a NULL device name better.
13779
13780 2006-08-11  Wim Taymans  <wim@fluendo.com>
13781
13782         * gst/adder/gstadder.c:
13783         Don't clip float values. Fixes #350900.
13784
13785 2006-08-11  Andy Wingo  <wingo@pobox.com>
13786
13787         * gst/tcp/gsttcp.c: Really fix the build?
13788
13789         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13790         fixes the build.
13791
13792 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13795           Float caps shouldn't have a "signed" field.
13796
13797 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13800           Implement SEEKING query in its most basic form, so that we can
13801           at least check if we're seekable or not (#350655).
13802
13803 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13806           The checks here are not even close to anything that would
13807           justify MAXIMUM probability, lowering to POSSIBLE until someone
13808           fixes the checks (case at hand: quicktime redirection files
13809           might start with 00 00 01 XX and pass the checks here just
13810           fine, see #350399).
13811
13812 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         Patch by: Sjoerd Simons  <sjoerd at luon net>
13815
13816         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13817           Better detection for multipart/x-mixed-replace: accept leading
13818           whitespaces before the boundary marker as well (as our very own
13819           multipartmux used to produce) (#349068).
13820
13821 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13822
13823         Patch by: Young-Ho Cha  <ganadist at chollian net>
13824
13825         * gst-libs/gst/riff/riff-ids.h:
13826         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13827         (gst_riff_create_audio_template_caps):
13828           Detect DTS audio streams (#350157).
13829
13830 2006-08-05  Andy Wingo  <wingo@pobox.com>
13831
13832         * ext/theora/gsttheoraparse.h:
13833         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13834         (theora_parse_dispose, theora_parse_set_property)
13835         (theora_parse_get_property, theora_parse_munge_granulepos)
13836         (theora_parse_push_buffer, theora_parse_change_state):
13837         API: GstTheoraParse::synchronization-points
13838         Add a property 'synchronization-points' to fix badly synchronized oggs.
13839
13840 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13841
13842         * tests/check/Makefile.am:
13843         * tests/check/libs/.cvsignore:
13844         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13845         (fixed_caps_have_channel_positions), (GST_START_TEST),
13846         (audio_suite), (main):
13847           Add a few tests for the channel position stuff in libgstaudio.
13848
13849 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13850
13851         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13852         (gst_alsa_detect_channels):
13853         * ext/alsa/gstalsasink.c:
13854           Add support for cards that (only) do more than 8 channels,
13855           like the Delta 44 (#345188).
13856
13857         * gst-libs/gst/audio/multichannel.c:
13858         (gst_audio_check_channel_positions):
13859         * gst-libs/gst/audio/multichannel.h:
13860           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13861           unspecified channel position and cannot be combined with any
13862           of the other audio channel positions; adjust position layout
13863           checks accordingly (#345188).
13864
13865 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13868           Recognise ancient RealAudio files (see #349779).
13869
13870 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         Patch by: Jens Granseuer  <jensgr at gmx net>
13873
13874         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13875           Add typefinder for Interplay's MVE format (#348973).
13876
13877 2006-08-02  Wim Taymans  <wim@fluendo.com>
13878
13879         Patch by: Marcel Moreaux <marcelm at luon dot net>
13880
13881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13882         (gst_base_rtp_depayload_add_to_queue):
13883         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13884         Handle RTP sequence number rollover.
13885         Disable jitterbuffer by default.
13886
13887 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13888
13889         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13890         (audioresample_set_caps):
13891         Don't leak references to the incoming caps. Clean them up when
13892         stopping.
13893
13894         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13895         (gst_video_scale_finalize):
13896         Don't leak our temporary pixel buffer.
13897
13898         * tests/check/Makefile.am:
13899         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13900         (GST_START_TEST), (simple_launch_lines_suite):
13901
13902         Fix leaks and re-enable the test for valgrind checking.
13903
13904 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         Patch by: Sjoerd Simons  <sjoerd at luon net>
13907
13908         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13909         (plugin_init):
13910           Add typefind function for multipart/x-mixed-replace (#348916).
13911
13912 2006-07-28  Wim Taymans  <wim@fluendo.com>
13913
13914         * gst/adder/gstadder.c: (gst_adder_setcaps),
13915         (gst_adder_query_duration):
13916         Fix leak in duration query.
13917         Reflow some docs and notes.
13918
13919 2006-07-28  Michael Smith  <msmith@fluendo.com>
13920
13921         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13922         (vorbisenc_suite):
13923           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13924           aspect of it.
13925
13926 2006-07-28  Michael Smith  <msmith@fluendo.com>
13927
13928         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13929         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13930         (gst_vorbis_enc_push_buffer),
13931         (gst_vorbis_enc_buffer_check_discontinuous),
13932         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13933         * ext/vorbis/vorbisenc.h:
13934           Handle discontinuities in the input vorbis stream correctly,
13935           so that the output is properly timestamped (and has good granulepos
13936           values). Needs some oggmux fixes too.
13937
13938 2006-07-27  Wim Taymans  <wim@fluendo.com>
13939
13940         patch by: Kai Vehmanen <kv2004 eca cx>
13941
13942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13943         (gst_base_rtp_depayload_chain),
13944         (gst_base_rtp_depayload_handle_sink_event),
13945         (gst_base_rtp_depayload_change_state):
13946         Don't send multiple newsegments with different formats.
13947         Fixes #348677.
13948
13949 2006-07-26  Wim Taymans  <wim@fluendo.com>
13950
13951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13952         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13953         Make seeking in ogg more accurate again by doing the more correct
13954         granuletime to stream time conversion.
13955
13956 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13957
13958         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13959         (gst_multi_fd_sink_new_client):
13960           debug a little more understandably
13961           do not use goto as a substitute for break, especially if
13962           break is also being used
13963
13964 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13965
13966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13967         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13968           Remove GLib-2.6 compatibility cruft.
13969
13970 2006-07-24  Wim Taymans  <wim@fluendo.com>
13971
13972         * gst-libs/gst/audio/gstbaseaudiosink.c:
13973         (gst_base_audio_sink_render):
13974         Don't try to align a sample to an unknown value.
13975
13976 2006-07-24  Wim Taymans  <wim@fluendo.com>
13977
13978         * gst-libs/gst/audio/gstbaseaudiosink.c:
13979         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13980         When the audio clock is slaved to another clock, never try to align
13981         samples but trust the rate interpolation algorithm.
13982
13983 2006-07-24  Wim Taymans  <wim@fluendo.com>
13984
13985         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13986         Don't try to calculate silence samples, base class does this much
13987         better now.
13988
13989         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13990         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13991         (gst_ring_buffer_acquire):
13992         Calculate silence samples correctly.
13993
13994         * gst-libs/gst/audio/gstringbuffer.h:
13995         Add _CAST macro.
13996
13997 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13998
13999         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14000           Limit search for the first markup tag to the first few kB of
14001           the file. If we don't find one there, it's highly unlikely that
14002           this is an XML(-ish) file.
14003
14004 2006-07-21  Andy Wingo  <wingo@pobox.com>
14005
14006         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14007         test to the one in vorbisenc. Also commented out.
14008
14009         * tests/check/pipelines/vorbisenc.c: 
14010         (test_discontinuity): New test, commented out until Mike lands
14011         some elite vorbisenc patches.
14012
14013         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14014         Bufferstraw was actually factored out of these tests. Now we share
14015         code yay.
14016
14017         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14018         for bufferstraw addition to gstcheck.
14019
14020 2006-07-21  Wim Taymans  <wim@fluendo.com>
14021
14022         * ext/theora/theoradec.c: (clip_buffer):
14023         Better clipping.
14024
14025 2006-07-21  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14028         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14029         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14030         Fix leak.
14031         Avoid type casting when we can.
14032
14033         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14034         Fix mem leak.
14035
14036 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14037
14038         * ext/alsa/gstalsamixerelement.c:
14039         (gst_alsa_mixer_element_change_state):
14040           Make state change fail if the specified device can't be opened
14041           for some reason.
14042
14043 2006-07-20  Wim Taymans  <wim@fluendo.com>
14044
14045         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14046         (cb_newpad), (main):
14047         Example of a small audio/video player using decodebin.
14048
14049 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14050
14051         * gst-libs/gst/riff/riff-ids.h:
14052           Add 'fact' chunk id
14053
14054 2006-07-19  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14057         (gst_base_rtp_depayload_chain),
14058         (gst_base_rtp_depayload_change_state):
14059         Don't assert when not negotiated but post a meaningfull 
14060         error message. Fixes #347918.
14061
14062         * gst-libs/gst/rtp/gstbasertppayload.c:
14063         Add comment about better default MTU size.
14064
14065         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14066         Small cleanups, start docs.
14067
14068 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14069
14070         Patch by: Martin Szulecki
14071
14072         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14073           If "device-name" is requested and the device is not
14074           open, try to temporarily open it to obtain this
14075           information (#342494).
14076
14077 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14078
14079         * gst-libs/gst/tag/gstid3tag.c:
14080           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14081
14082         * gst-libs/gst/tag/gsttageditingprivate.h:
14083         * gst-libs/gst/tag/gstvorbistag.c:
14084           Some more random const-ifications.
14085
14086 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14087
14088         * gst-libs/gst/riff/riff-ids.h:
14089         * gst-libs/gst/riff/riff-media.c:
14090         (gst_riff_create_video_template_caps):
14091           Add more FOURCCs (sort list to make stuff easier to find),
14092           add comment what those 16 bytes in struct _gst_riff_strh according to
14093           one avi-dumper are
14094
14095 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14096
14097         * gst-libs/gst/audio/multichannel.c:
14098         (gst_audio_check_channel_positions),
14099         (gst_audio_fixate_channel_positions):
14100           Const-ify two arrays.
14101
14102 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14103
14104         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14105           Fix typo, so that alsasink also advertises 8 channels
14106           if that's supported (tags: can, worms, open, alsa, ph34r).
14107
14108 2006-07-17  Wim Taymans  <wim@fluendo.com>
14109
14110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14111         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14112         *sigh*, when is the compiler going to warn when the comments
14113         are out-of-sync with the code.. Refix case of busted theora
14114         headers with 0 granule pos.
14115
14116 2006-07-14  Wim Taymans  <wim@fluendo.com>
14117
14118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14119         (gst_base_rtp_depayload_wait),
14120         (gst_base_rtp_depayload_change_state),
14121         (gst_base_rtp_depayload_set_property),
14122         (gst_base_rtp_depayload_get_property):
14123         Fix 99% cpu load by waiting for absolute times on the
14124         clock. Fixes #347300.
14125
14126 2006-07-14  Andy Wingo  <wingo@pobox.com>
14127
14128         * ext/theora/gsttheoraparse.h: 
14129         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14130         (theora_parse_push_headers, theora_parse_clear_queue)
14131         (theora_parse_drain_queue_prematurely, )
14132         (theora_parse_sink_event, theora_parse_change_state): Queue events
14133         until we initialized our state, like in vorbisparse.
14134
14135         * ext/vorbis/vorbisparse.h: 
14136         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14137         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14138         (vorbis_parse_drain_queue_prematurely, )
14139         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14140         until we have initialized our state. Fixes seeking after an
14141         initial pad block.
14142
14143 2006-07-14  Andy Wingo  <wingo@pobox.com>
14144
14145         Patch by: Iain Holmes <iaingnome@gmail.com>
14146         
14147         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14148
14149 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14150
14151         * configure.ac:
14152         Bump nano back to CVS
14153
14154 === release 0.10.9 ===
14155
14156 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14157
14158         * configure.ac:
14159           releasing 0.10.9, "I walk the line"
14160
14161 2006-07-14  Michael Smith  <msmith@fluendo.com>
14162
14163         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14164           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14165           (commonly happens when running this test under valgrind) when trying
14166           to remove the buffer probe.
14167
14168 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14169
14170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14171         Fix missing g_unlock from the previous commit
14172
14173 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14174
14175         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14176         (gst_ximagesink_change_state):
14177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14178         (gst_xvimagesink_change_state):
14179         Implement a locking order to ensure we always take the object lock
14180         before the x_lock and never vice-versa.
14181
14182 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14183
14184         * gst/playback/gstdecodebin.c: (find_compatibles):
14185         Fix a caps leak when linking (#347304)
14186
14187         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14188         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14189         (gst_ximagesink_change_state):
14190         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14191         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14192         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14193         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14194         Don't leak shared memory resources. Use the object lock to protect
14195         against the xcontext disappearing while returning a buffer from the
14196         pipeline. (#347304)
14197
14198 2006-07-12  Edward Hervey  <edward@fluendo.com>
14199
14200         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14201         (vorbis_handle_comment_packet):
14202         gst_tag_list_merge() returns a new object. Take that into account when
14203         using it. This avoids memleak.
14204         Revert previous commit which is not needed.
14205
14206 2006-07-12  Edward Hervey  <edward@fluendo.com>
14207
14208         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14209         Reset the decoder in finalize so that all fields get cleared.
14210
14211 2006-07-12  Wim Taymans  <wim@fluendo.com>
14212
14213         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14214         (gst_base_audio_src_set_clock),
14215         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14216         Don't try to post an error message when setting the clock fails
14217         as this can happen when adding an element to a bin which will then
14218         deadlock. Fixes #347296.
14219
14220 2006-07-12  Edward Hervey  <edward@fluendo.com>
14221
14222         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14223         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14224         (vorbis_handle_type_packet):
14225         Post tag messages on the bus even if we're not initialized.
14226         If we're not initialized, we still postpone the event pushing of tags.
14227
14228 2006-07-12  Wim Taymans  <wim@fluendo.com>
14229
14230         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14231         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14232         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14233         Revert last two changes that broke the freeze.
14234
14235 2006-07-12  Wim Taymans  <wim@fluendo.com>
14236
14237         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14238         basesink calculates silence sample correctly for us.
14239
14240 2006-07-12  Wim Taymans  <wim@fluendo.com>
14241
14242         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14243         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14244         Calculate correct silence samples so we don't fill our ringbuffer
14245         with noise.
14246
14247 2006-07-12  Edward Hervey  <edward@fluendo.com>
14248
14249         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14250         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14251         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14252         * ext/vorbis/vorbisdec.h:
14253         Delay sending events (newsegment, tags) until the decoder is properly
14254         initialized.
14255         Fixes #347295
14256
14257 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14258
14259         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14260         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14261           Patch from #347221 adding a test for audioconvert
14262           channel remappings.
14263
14264 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14267         (gst_ssa_parse_parse_line):
14268           Don't include the terminating NUL in the buffer size,
14269           it's only there for extra paranoia (would add random
14270           '*' characters at the end of each subtitle since the
14271           terminator itself is not valid UTF-8 technically).
14272           Also fix indenting after boilerplate macro.
14273
14274 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * gst/playback/gstdecodebin.c: (close_pad_link):
14277           Also emit 'unknown-type' signal (which should really be
14278           called unhandled-type) if we found potential decoders/demuxers
14279           in the registry but none of them worked in the end (as in the
14280           case where the plugins don't exist any longer but are still
14281           listed in the registry). Fixes #329798.
14282
14283 2006-07-08  Andy Wingo  <wingo@pobox.com>
14284
14285         * theoraparse.c (theora_parse_push_buffer)
14286         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14287         Add some more debugging. Fix granulepos reconstruction in the face
14288         of discontinuities.
14289
14290 2006-07-06  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst-libs/gst/audio/gstbaseaudiosink.c:
14293         (gst_base_audio_sink_class_init),
14294         (gst_base_audio_sink_provide_clock):
14295         Use gobject_class instead of G_OBJECT_CLASS (klass)
14296
14297         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14298         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14299         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14300         (gst_base_audio_src_get_time),
14301         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14302         (gst_base_audio_src_create_ringbuffer):
14303         Fix latency and buffer-time constants and properties ala basesink.
14304         Implement pull based scheduling. Fixes #346527.
14305         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14306         one segment.
14307         Refuse slaving to another clock instead of silently not working.
14308         Only provide a clock when we are actually able to do so.
14309         Various small cleanups and compiler hints.
14310
14311 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         Patch by: Lutz Mueller <lutz at topfrose de>
14314
14315         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14316         (plugin_init):
14317           Add typefinding for text/html (#346581).
14318
14319 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14322         (xml_check_first_element), (xml_type_find), (smil_type_find):
14323           Fix SMIL typefinding, make xml_check_first_element() more
14324           useful.
14325
14326 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14327
14328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14329         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14330         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14331         * gst/playback/gstplaybasebin.h:
14332           Protect list of elements with a subtitle-encoding property and
14333           the subtitle encoding member itself with a lock of their own
14334           instead of using the object lock. This prevents a dead-lock in
14335           the element-remove callback in some circumstances when shutting
14336           down playbin.
14337
14338 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14339
14340         * win32/common/libgsttag.def:
14341         Export some new functions.
14342         * win32/vs6/libgstogg.dsp:
14343         Add a link to libgsttag-0.10.lib.
14344
14345 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14348           Some const-ification.
14349
14350 2006-07-04  Wim Taymans  <wim@fluendo.com>
14351
14352         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14353         Improve checking if we are dealing with a stream. Added some
14354         more uris that need buffering.
14355
14356 2006-07-03  Edward Hervey  <edward@fluendo.com>
14357
14358         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14359         Remove unused variable.
14360
14361 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14362
14363         * Makefile.am:
14364           include lcov.mak
14365         * configure.ac:
14366           add GCOV_LIBS to GST_LIBS
14367
14368 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14371
14372         * ext/alsa/gstalsasrc.c:
14373           Add 32 bps to template caps and increase channels range
14374           from [1,2] to [1,MAX]. See #346326.
14375
14376 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14379           Recognise 'WMVA' video codec fourcc (#345879).
14380           
14381 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14382          
14383         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14384           Fixed nasty memory leak
14385
14386 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14387
14388         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14389         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14390           fix logging
14391
14392 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14393
14394         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14395         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14396         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14397         Protect remove_fakesink using a mutex, so that we don't try and
14398         remove the fakesink simultaneously from multiple threads.
14399
14400         When going from READY to PAUSED, restore the fakesink, so that
14401         it is there when decodebin gets reused.
14402
14403 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14407         * gst-libs/gst/rtp/gstbasertppayload.c:
14408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14409         * gst/tcp/gstmultifdsink.c:
14410         * gst/tcp/gsttcpclientsink.c:
14411         * gst/tcp/gsttcpclientsrc.c:
14412         * gst/tcp/gsttcpserversink.c:
14413         * gst/tcp/gsttcpserversrc.c:
14414         * gst/videorate/gstvideorate.c:
14415         * gst/videotestsrc/gstvideotestsrc.c:
14416         * sys/v4l/gstv4ljpegsrc.c:
14417         * sys/v4l/gstv4lmjpegsink.c:
14418         * sys/v4l/gstv4lsrc.c:
14419         * tests/examples/seek/scrubby.c:
14420         * tests/examples/seek/seek.c:
14421           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14422
14423 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14426           Second field in GEnumValue shouldn't be a description,
14427           but a stringified version of the enum value.
14428
14429 2006-06-22  Wim Taymans  <wim@fluendo.com>
14430
14431         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14432         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14433         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14434         Avoid type checking in buffer casts.
14435         Avoid caps copy in buffer_alloc when we can.
14436         Use pad_peer_accept.
14437
14438 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * gst-libs/gst/tag/tag.h:
14441           Oops, make that 'Since: 0.10.9'.
14442
14443 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14444
14445         * docs/libs/gst-plugins-base-libs-sections.txt:
14446         * gst-libs/gst/tag/tag.h:
14447         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14448         (gst_tag_image_type_get_type):
14449           API: add GstTagImageType enum to describe images contained
14450           in image tags (#345641).
14451
14452 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14453
14454         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14455           Fix warnings with gst-inspect: "buffers-min" property
14456           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14457           typo in property description.
14458
14459 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14460
14461         Patch by: Cody Russell <bratsche at gnome org>
14462
14463         * gst/audioresample/gstaudioresample.c:
14464         (gst_audioresample_class_init):
14465         * gst/playback/gststreamselector.c:
14466         (gst_stream_selector_class_init):
14467         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14468         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14469         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14470         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14471         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14472         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14473         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14474         * gst/videotestsrc/gstvideotestsrc.c:
14475         (gst_video_test_src_class_init):
14476         * gst/volume/gstvolume.c: (gst_volume_class_init):
14477           Avoid unnecessary class cast check in class_init
14478           functions (#337747).
14479
14480 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14481
14482         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14483         (gst_text_overlay_video_chain):
14484           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14485           and doesn't validate its input either (and neither did
14486           textoverlay it seems). Let's do that then and fix #345206.
14487
14488 2006-06-19  Wim Taymans  <wim@fluendo.com>
14489
14490         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14491         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14492         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14493         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14494         (find_syncframe), (find_limits), (assign_value),
14495         (count_burst_unit), (gst_multi_fd_sink_new_client),
14496         (gst_multi_fd_sink_handle_client_write),
14497         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14498         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14499         (gst_multi_fd_sink_change_state):
14500         * gst/tcp/gstmultifdsink.h:
14501         Added shiny new burst-on-connect methods.
14502         Add properties to control the minimal amount of data queued.
14503         Small cleanups.
14504         API: bytes-min property
14505         API: time-min property
14506         API: buffers-min property
14507         API: burst-unit property
14508         API: burst-value property
14509         API: add-full signal
14510
14511         * gst/tcp/gsttcp-marshal.list:
14512         Added new marshaller code for the new signal.
14513
14514         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14515         (multifdsink_suite):
14516         Added testcases for new burst methods.
14517
14518 2006-06-19  Edward Hervey  <edward@fluendo.com>
14519
14520         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14521         Implement clipping for accurate seeking.
14522         Closes #345225
14523
14524 2006-06-19  Wim Taymans  <wim@fluendo.com>
14525
14526         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14527
14528         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14529         (gst_video_scale_transform):
14530         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14531
14532 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14533
14534         * configure.ac:
14535           Fix --disable-external (can't set conditionals conditionally,
14536           #343602).
14537
14538 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * tests/check/elements/audioresample.c: (test_reuse),
14541         (audioresample_suite):
14542           Add test case for bug #342789 fixed below.
14543
14544 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14545
14546         * gst/audioresample/gstaudioresample.c:
14547         (gst_audioresample_class_init), (gst_audioresample_init),
14548         (audioresample_start), (audioresample_stop),
14549         (gst_audioresample_set_property), (gst_audioresample_get_property):
14550           Implement GstBaseTransform::start and ::stop so that audioresample
14551           can clear its internal state properly and be reused instead of
14552           causing non-negotiated errors with playbin under some circumstances
14553           (#342789).
14554
14555         * tests/check/elements/audioresample.c: (setup_audioresample),
14556         (cleanup_audioresample):
14557           Need to set element state here so that ::start and ::stop are
14558           called.
14559
14560 2006-06-16  Wim Taymans  <wim@fluendo.com>
14561
14562         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14563
14564         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14565         Parse extra data better, apparently it's right behind
14566         the normal strf header size. Fixes #343500.
14567
14568 2006-06-16  Wim Taymans  <wim@fluendo.com>
14569
14570         * ext/alsa/gstalsasink.c: (set_hwparams):
14571         If we fail to set the buffer_time and period_time alsa
14572         parameters, post a warning and leave alsa select a 
14573         default instead of failing. Fixes #342085
14574
14575 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14576
14577         * docs/libs/gst-plugins-base-libs-sections.txt:
14578         * gst-libs/gst/cdda/gstcddabasesrc.h:
14579           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14580           out in the header file and shouldn't be listed in the docs.
14581
14582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14583           Must dereference pointer to fourcc in the debug statement.
14584
14585 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14586
14587         * docs/libs/Makefile.am:
14588         * docs/libs/gst-plugins-base-libs-docs.sgml:
14589         * docs/libs/gst-plugins-base-libs-sections.txt:
14590         * docs/libs/gst-plugins-base-libs.types:
14591         add remaining symbols into correct setions
14592         
14593         * gst-libs/gst/audio/gstringbuffer.c:
14594         fix incomplete docs
14595         
14596         * gst-libs/gst/audio/gstringbuffer.h:
14597         comment out not yet implemented function
14598         
14599         
14600         * gst-libs/gst/floatcast/floatcast.h:
14601         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14602         add short descriptions
14603         
14604         
14605         * gst-libs/gst/interfaces/propertyprobe.c:
14606         fix return value docs   
14607         
14608         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14609         simplify debug logging
14610         
14611         * gst-libs/gst/riff/riff-read.h:
14612         sync function prototype and docs
14613         
14614         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14615         remove left over symbol
14616
14617 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * autogen.sh:
14620         * configure.ac:
14621         * docs/Makefile.am:
14622           Use GST_PLUGIN_DOCS macro in configure.ac, add
14623           --enable-plugin-docs default to autogen.sh and use
14624           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14625
14626 2006-06-15  Wim Taymans  <wim@fluendo.com>
14627
14628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14630         (gst_ogg_demux_loop):
14631         Combine GstFlowReturn from the source pads to give a
14632         meaningfull result to the upstream peer or to stop the
14633         processing task in case of errors.
14634
14635 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * gst/playback/gststreaminfo.c: (cb_probe):
14638           Try GST_TAG_CODEC as fallback when extracting the
14639           codec name; more debug info.
14640
14641 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * ext/ogg/Makefile.am:
14644         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14645           Extract language tags from ogm subtitle streams, so that
14646           the subtitle menu choices are labelled correctly in
14647           Totem (fixes #344708).
14648
14649 2006-06-14  Wim Taymans  <wim@fluendo.com>
14650
14651         Patch by: Alessandro Decina <alessandro at nnva dot org>
14652
14653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14654         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14655         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14656         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14657         Fix various leaks. Fixes #343699.
14658         Add x-smoke mime type.
14659
14660 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14661
14662         * gst-libs/gst/riff/riff-ids.h:
14663           Add IDs for 'bext' chunks (see #343837).
14664
14665 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         Patch by: Young-Ho Cha  <ganadist at chollian net>
14668
14669         * gst/subparse/samiparse.c: (sami_context_pop_state),
14670         (handle_start_font), (end_sami_element):
14671           Honour font face tags in SAMI subtitles (#344503).
14672
14673 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14674
14675         * po/POTFILES.in:
14676           add missing files containing translatable strings
14677
14678 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14679
14680         * docs/libs/tmpl/.cvsignore:
14681           we don't want those *.sgml files in CVS either
14682
14683 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14684
14685         * docs/libs/.cvsignore:
14686         * tests/check/elements/.cvsignore:
14687         * tests/check/libs/.cvsignore:
14688           ignore more
14689
14690 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14691
14692         * docs/libs/Makefile.am:
14693           also commiting the changed Makefile.am (added more libs to the
14694           doc-build)
14695
14696 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14697
14698         * docs/libs/gst-plugins-base-libs-docs.sgml:
14699         * docs/libs/gst-plugins-base-libs-sections.txt:
14700         * docs/libs/gst-plugins-base-libs.types:
14701           first batch of reordering things, add index & hierarchy
14702
14703 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14704
14705         * configure.ac:
14706           use GST_PKG_CHECK_MODULES, cleans up output
14707
14708 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14709
14710         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14711           Add support for burn:// URIs (#343385); const-ify things a bit,
14712           use G_N_ELEMENTS instead of hard-coded array size.
14713
14714 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         Patch by: Young-Ho Cha  <ganadist at chollian net>
14717
14718         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14719           Fix up broken entities before passing them to libxml *sigh*.
14720           (#343303).
14721           
14722 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14723
14724         * configure.ac:
14725           back to TRUNK
14726
14727 === release 0.10.8 ===
14728
14729 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14730
14731         * configure.ac:
14732           releasing 0.10.8, "Moar gij ziet mij nie"
14733
14734 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * configure.ac:
14737         * po/af.po:
14738         * po/az.po:
14739         * po/cs.po:
14740         * po/en_GB.po:
14741         * po/hu.po:
14742         * po/it.po:
14743         * po/nb.po:
14744         * po/nl.po:
14745         * po/or.po:
14746         * po/sq.po:
14747         * po/sr.po:
14748         * po/sv.po:
14749         * po/uk.po:
14750         * po/vi.po:
14751         * win32/common/config.h:
14752           0.10.7.2 prerelease
14753
14754 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14755
14756         * docs/libs/tmpl/gstaudio.sgml:
14757         * docs/libs/tmpl/gstcolorbalance.sgml:
14758         * docs/libs/tmpl/gstmixer.sgml:
14759         * docs/libs/tmpl/gstringbuffer.sgml:
14760         * docs/libs/tmpl/gsttuner.sgml:
14761         * docs/libs/tmpl/gstxoverlay.sgml:
14762         * gst-libs/gst/audio/audio.c:
14763         * gst-libs/gst/audio/gstringbuffer.c:
14764         * gst-libs/gst/interfaces/colorbalance.c:
14765         * gst-libs/gst/interfaces/mixer.c:
14766         * gst-libs/gst/interfaces/tuner.c:
14767         * gst-libs/gst/interfaces/xoverlay.c:
14768           move last template doc snippets to source code and delete them
14769
14770 2006-06-06  Michael Smith  <msmith@fluendo.com>
14771
14772         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14773         (theora_parse_drain_queue):
14774           Mark DELTA_UNIT on non-keyframes.
14775
14776 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14777
14778         * gst-libs/gst/audio/gstbaseaudiosink.c:
14779         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14780         * gst-libs/gst/audio/gstbaseaudiosink.h:
14781         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14782         (gst_ring_buffer_samples_done):
14783         * gst-libs/gst/audio/gstringbuffer.h:
14784         Document better the fact that latency_time and buffer_time are values
14785         stored in microseconds, and not the usual GStreamer nanoseconds.
14786         Change the variables (compatibly) that store them from GstClockTime 
14787         to guint64 to make it more clear that they're not storing clock times.
14788         Also, remove the bogus property description that says the user can
14789         specify -1 to get the default value, since that's never been the case.
14790
14791         When computing the default segment size for the ring buffer, make it
14792         an integer number of samples.
14793
14794         When the sub-class indicates a delay greater than the number of
14795         samples we've written return 0 from the audio sink get_time method.
14796
14797 2006-06-02  Michael Smith  <msmith@fluendo.com>
14798
14799         * tests/check/elements/audioconvert.c: (set_channel_positions),
14800         (get_float_mc_caps), (get_int_mc_caps):
14801         * tests/check/elements/audioresample.c:
14802         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14803         * tests/check/elements/videorate.c:
14804         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14805         * tests/check/elements/volume.c:
14806         * tests/check/elements/vorbisdec.c:
14807         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14808           Don't busy-wait in tests; this was causing test timeouts very
14809           frequently when running under valgrind.
14810
14811 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14812
14813         * gst/tcp/README:
14814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14815         (gst_multi_fd_sink_remove_client_link),
14816         (gst_multi_fd_sink_client_queue_caps),
14817         (gst_multi_fd_sink_client_queue_buffer),
14818         (gst_multi_fd_sink_handle_client_write),
14819         (gst_multi_fd_sink_render):
14820         * gst/tcp/gstmultifdsink.h:
14821           make multifdsink properly deal with streamheader:
14822           - streamheader is taken from caps
14823           - buffers marked with IN_CAPS are not sent
14824           - streamheaders are sent, on connection, from the caps of the
14825             buffer where the client gets positioned to
14826           - further streamheader changes are done every time the client
14827             will receive a buffer with different caps
14828         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14829         (gst_multifdsink_create_streamheader):
14830           add tests for this
14831
14832 2006-06-02  Michael Smith  <msmith@fluendo.com>
14833
14834         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14835           Reinstate limit on channel count. Vorbis does not define the meaning
14836           of > 6 channels, so they're just independent channels. Gstreamer
14837           currently has no mechanism to represent N independent channels.
14838
14839 2006-06-02  Michael Smith  <msmith@fluendo.com>
14840
14841         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14842           Don't arbitrarily restrict channel counts and rate in vorbis.
14843           In terms of effects likely on real-world files, this fixes 96kHz
14844           playback of vorbis.
14845
14846 2006-06-02  Michael Smith  <msmith@fluendo.com>
14847
14848         * gst/audioconvert/audioconvert.c: (float):
14849           More correct float->int conversion.
14850
14851 2006-06-02  Michael Smith  <msmith@fluendo.com>
14852
14853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14854           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14855           value. Fixes g-critical on trying to play back ogg containing
14856           unknown codec.
14857
14858 2006-06-02  Wim Taymans  <wim@fluendo.com>
14859
14860         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14861         (setup_source):
14862         * gst/playback/gstplaybasebin.h:
14863         Make the subtitle detection work from any thread so we don't
14864         deadlock. Fixes #343397.
14865
14866 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14867
14868         * gst/volume/Makefile.am:
14869           Seriously, it's not *that* hard to get compilation right.  Even
14870           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14871
14872 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14873
14874         * gst/volume/gstvolume.c: (volume_choose_func),
14875         (volume_update_real_volume), (gst_volume_class_init),
14876         (gst_volume_init), (volume_process_float), (volume_process_int16),
14877         (volume_process_int16_clamp), (volume_set_caps),
14878         (volume_transform_ip), (plugin_init):
14879         * gst/volume/gstvolume.h:
14880         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14881         another property desc., remove unused param from process function
14882         
14883         * tests/check/elements/volume.c: (volume_suite):
14884         reactivate the passthrough test
14885
14886 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14887
14888         * ext/alsa/gstalsamixerelement.h:
14889         * ext/alsa/gstalsamixeroptions.h:
14890         * ext/alsa/gstalsamixertrack.h:
14891         * ext/gnomevfs/gstgnomevfssink.h:
14892         * ext/gnomevfs/gstgnomevfssrc.h:
14893         * ext/theora/gsttheoradec.h:
14894         * ext/theora/gsttheoraenc.h:
14895         * ext/theora/gsttheoraparse.h:
14896         * ext/vorbis/vorbisparse.h:
14897         * gst-libs/gst/audio/gstaudioclock.h:
14898         * gst-libs/gst/audio/gstaudiofilter.h:
14899         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14900         * gst/audioconvert/gstaudioconvert.h:
14901         * gst/audioresample/gstaudioresample.h:
14902         * gst/audiotestsrc/gstaudiotestsrc.h:
14903         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14904         * gst/playback/gststreamselector.h:
14905         * gst/tcp/gstmultifdsink.h:
14906         * gst/tcp/gsttcpclientsink.h:
14907         * gst/tcp/gsttcpclientsrc.h:
14908         * gst/tcp/gsttcpserversink.h:
14909         * gst/tcp/gsttcpserversrc.h:
14910         * gst/videorate/gstvideorate.h:
14911         * gst/videoscale/gstvideoscale.h:
14912         * gst/videotestsrc/gstvideotestsrc.h:
14913         * gst/volume/gstvolume.h:
14914         * sys/v4l/gstv4ljpegsrc.h:
14915         * sys/v4l/gstv4lmjpegsink.h:
14916         * sys/v4l/gstv4lmjpegsrc.h:
14917         * sys/v4l/gstv4lsrc.h:
14918         * sys/ximage/ximagesink.h:
14919         * sys/xvimage/xvimagesink.h:
14920         * tests/old/testsuite/alsa/sinesrc.h:
14921         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14922
14923 2006-05-31  Wim Taymans  <wim@fluendo.com>
14924
14925         * ext/libvisual/visual.c: (gst_visual_reset),
14926         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14927         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14928         Handle DISCONT.
14929         Use running time before doing QoS.
14930         Handle mono too.
14931
14932 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14933
14934         * docs/libs/Makefile.am:
14935           set a magic variable to indicate we know the docs are incomplete
14936
14937 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14938
14939         * win32/common/libgstvideo.def:
14940           export gst_video_calculate_display_ratio
14941         * win32/vs6/libgstvideoscale.dsp:
14942           add link to libgstvideo-0.10.lib
14943
14944 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * gst/playback/gstplaybasebin.c: (gen_source_element):
14947           Throw a more comprehensible error for rtsp:// URIs (rather
14948           than erroring out with a negotiation error later on) until
14949           we fix playbin to handle rtspsrc etc.
14950
14951 2006-05-30  Wim Taymans  <wim@fluendo.com>
14952
14953         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14954         (gst_text_overlay_text_event):
14955         Added some FIXMEs.
14956
14957 2006-05-30  Wim Taymans  <wim@fluendo.com>
14958
14959         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14960         (gst_adder_request_new_pad), (gst_adder_release_pad):
14961         * gst/adder/gstadder.h:
14962         Implement release_request_pad.
14963         Make padcounter atomic.
14964
14965         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14966         Added check for release_pad in adder.
14967
14968 2006-05-30  Wim Taymans  <wim@fluendo.com>
14969
14970         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14971         Fix build again.
14972
14973 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14974
14975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14976         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14977         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14978         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14979         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14980         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14981         (gst_ogg_demux_bisect_forward_serialno),
14982         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14983         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14984           add more debugging
14985           clean up printf formats for granulepos and serialno
14986
14987 2006-05-30  Michael Smith  <msmith@fluendo.com>
14988
14989         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14990         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14991         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14992         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14993         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14994         * ext/vorbis/vorbisenc.h:
14995           Multi-channel caps negotiation, so we can do proper multichannel
14996           vorbis encoding, negotiated through audioconvert.
14997
14998 2006-05-30  Wim Taymans  <wim@fluendo.com>
14999
15000         * tests/check/elements/adder.c: (test_event_message_received),
15001         (test_play_twice_message_received), (GST_START_TEST),
15002         (adder_suite):
15003         Added check to show that #339935 is fixed with ongoing
15004         adder and collectpads fixes.
15005
15006 2006-05-29  Wim Taymans  <wim@fluendo.com>
15007
15008         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15009         Don't leak pad name.
15010
15011 2006-05-29  Wim Taymans  <wim@fluendo.com>
15012
15013         * gst/adder/gstadder.c: (gst_adder_query_duration),
15014         (forward_event_func), (forward_event), (gst_adder_src_event):
15015         Fix adder seeking.
15016         Make query/seeking code threadsafe.
15017
15018         * tests/check/Makefile.am:
15019         * tests/check/elements/adder.c: (test_event_message_received),
15020         (GST_START_TEST), (test_play_twice_message_received):
15021         Fix adder test case.
15022
15023 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         Patch by: Young-Ho Cha  <ganadist at chollian net>
15026
15027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15028         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15029         (set_encoding_element), (decodebin_element_added_cb),
15030         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15031         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15032         * gst/playback/gstplaybasebin.h:
15033           Add 'subtitle-encoding' property to playbin, so applications can
15034           force a subtitle encoding for non-UTF8 subtitles (#342268).
15035
15036         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15037         (gst_sub_parse_set_property):
15038           Rename recently-added 'encoding' property to 'subtitle-encoding'
15039           (so it can be proxied by playbin/decodebin in a generic way
15040           with less danger of false positives).
15041
15042 2006-05-29  Michael Smith  <msmith@fluendo.com>
15043
15044         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15045         (append_with_other_format), (set_structure_widths),
15046         (gst_audio_convert_transform_caps):
15047           Patch from #341562: give more specific audio caps in get_caps, so
15048           that basetransform  can make better decisions on what caps to
15049           negotiate.
15050
15051 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15052
15053         * tests/check/elements/volume.c:
15054         make it compile again
15055
15056 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15057
15058         * tests/check/elements/volume.c: (volume_suite):
15059         disable test until #343196 gets resolved
15060
15061 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15062
15063         * gst/adder/gstadder.c: (gst_adder_get_type):
15064         Make it easier to copy&paste
15065         
15066         * gst/volume/Makefile.am:
15067         * gst/volume/gstvolume.c: (volume_update_real_volume),
15068         (gst_volume_set_volume), (gst_volume_set_mute),
15069         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15070         (volume_transform_ip), (volume_update_mute),
15071         (volume_update_volume):
15072         * gst/volume/gstvolume.h:
15073         Add own debug category, move duplicate code to helper function, fix
15074         property texts, add more comments and prepare ffor liboil-goodness
15075         
15076         * tests/check/Makefile.am:
15077         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15078         add test for mute and passtrough case, be a bit more verbose to track
15079         failure
15080         
15081         * tests/check/generic/states.c: (GST_START_TEST):
15082         catch elements that fail to instantiate
15083
15084 2006-05-28  Edward Hervey  <edward@fluendo.com>
15085
15086         * tests/check/pipelines/simple-launch-lines.c:
15087         * tests/check/pipelines/theoraenc.c:
15088         * tests/check/pipelines/vorbisenc.c:
15089         Comment out tests using parse_launch() if core was built without
15090         parsing capabilities.
15091
15092 2006-05-27  Edward Hervey  <edward@fluendo.com>
15093
15094         * tests/check/Makefile.am:
15095         Extra bonus points for whoever explains to ensonic that you are meant
15096         to test unit tests thoroughly before commiting them, especially if
15097         you know it's going to break.
15098         De-activated element/adder tests.
15099
15100 2006-05-27  Edward Hervey  <edward@fluendo.com>
15101
15102         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15103         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15104         Marking caps conversion issues as GST_WARNING is way too verbose,
15105         Moving them to GST_LOG.
15106
15107 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * README:
15110           Replace current README (containing the release notes from
15111           some 0.9.x version) with a proper README taken from the core.
15112
15113 2006-05-26  Wim Taymans  <wim@fluendo.com>
15114
15115         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15116         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15117         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15118         (vorbis_dec_change_state):
15119         Small cleanups.
15120         Add some FIXMEs
15121         Clip output samples to segment boundaries.
15122
15123 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15124
15125         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15126         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15127         Improve the errors produced on bad output, including some human
15128         readable description strings.
15129         Handle the (theoretical for ximagesink) case where the XServer 
15130         has a different idea about the size required for a particular 
15131         frame and gives us too small a memory allocation.
15132
15133 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15134
15135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15136         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15137         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15138         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15139         Improve the errors produced on bad output, including some human 
15140         readable description strings.
15141         Handle RGB Xv formats properly by transforming them into our 
15142         big-endian caps description.
15143         Use gst_caps_truncate to ensure that we never try and choose a
15144         non-fixed caps in buffer_alloc.
15145         Handle the case where the XServer has a different idea about the size
15146         required for a particular frame and gives us too small a memory
15147         allocation.
15148         Use -1 to indicate 'no image format', because 0 is a valid XServer
15149         image format number.
15150         Put RGB Xv formats at the end of the caps, so that we always prefer
15151         YUV format frames.
15152         Iterate the available Xv Encodings to determine the maximum width and
15153         height, and then return that in our caps.
15154         (Closes #315312, #337544)
15155
15156 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15157
15158         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15159         When there is only one unfinished pad and it receives an event that
15160         doesn't match our requirements, we need to set alldone=FALSE so that
15161         the fakesink is not removed yet.
15162
15163 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15166           Use gst_type_find_helper_for_buffer() to find the type
15167           of stream from the first packet.
15168
15169         * configure.ac:
15170           Bump requirements to core CVS (needed for vorbis
15171           typefinding to work).
15172
15173 2006-05-24  Edward Hervey  <edward@fluendo.com>
15174
15175         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15176         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15177         contain.  Else they play perfectly fine with qtdemux.
15178
15179 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15180
15181         * ext/theora/theoradec.c:
15182         * ext/theora/theoraenc.c:
15183         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15184         * gst/audiorate/gstaudiorate.c:
15185           make more debug catagories static
15186         
15187         * tests/check/Makefile.am:
15188         * tests/check/elements/adder.c: (message_received),
15189         (test_event_message_received), (GST_START_TEST),
15190         (test_play_twice_message_received), (adder_suite):
15191           added test case for using element twice, extra bonus points for anyone
15192           who can make these test run reliably
15193
15194 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         * ext/theora/theoradec.c: (theora_dec_chain):
15197           Make work with time-stamped input buffers that do not
15198           have a granulepos in BUFFER_OFFSET_END (like theora
15199           buffers coming from matroskademux). Fixes #342448.
15200
15201 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         Patch by: Peter Kjellerstedt  <pkj at axis com>
15204
15205         * gst/tcp/Makefile.am:
15206           fdstresstest doesn't need Gtk+, fix compilation if 
15207           gtk is not available (#342566).
15208
15209 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15210          
15211         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15212           80 line columns
15213           Removed redundant floor()
15214
15215 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15216
15217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15218           On second thought, just skip JUNK chunks automatically, so
15219           the caller doesn't have to handle this. Fixes #342345.
15220           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15221           not GST_FLOW_ERROR.
15222
15223 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15224
15225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15226           Don't bail out on JUNK chunks with a size of 0 (would try to
15227           pull_range 0 bytes before, which sources don't like too much).
15228           See #342345.
15229
15230 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15231
15232         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15234         Use the gstutil scaling function to preserve 64 bits while calculating
15235         output width and height from the display-aspect-ratio. (A continuation
15236         of #341542)
15237
15238 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15239
15240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15241         (gst_xvimagesink_buffer_alloc):
15242         * sys/xvimage/xvimagesink.h:
15243         When performing buffer allocations, remember the caps and image format
15244         we return so that if the same caps are asked for next time we can
15245         return them immediately without doing any caps intersections.
15246
15247 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15248          
15249         * gst-libs/gst/rtp/README:
15250           Some new documentation
15251         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15252           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15253         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15254         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15255           New RTP audio base payloader class. Supports frame or sample based
15256           codecs.  Not enabled in Makefile.am until approved.
15257
15258 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15259
15260         * tests/check/elements/alsa.c: (test_device_property_probe):
15261           Fix test case: don't try to free NULL GValueArray when there
15262           are no devices.
15263
15264 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15265
15266         * tests/check/Makefile.am:
15267         * tests/check/elements/alsa.c: (test_device_property_probe),
15268         (alsa_suite), (main):
15269           Add simple test that runs a device property probe on alsasrc,
15270           alsasink and alsamixer. Disable valgrind check for now (too
15271           many leaks in libasound, and valgrind ignored my suppressions
15272           additions).
15273
15274 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15275
15276         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15277         (gst_alsa_device_property_probe_probe_property),
15278         (gst_alsa_device_property_probe_needs_probe),
15279         (gst_alsa_device_property_probe_get_values),
15280         (gst_alsa_type_add_device_property_probe_interface):
15281         * ext/alsa/gstalsadeviceprobe.h:
15282         * ext/alsa/gstalsamixerelement.c:
15283         (gst_alsa_mixer_element_init_interfaces):
15284         * ext/alsa/gstalsamixerelement.h:
15285           Clean up and simplify alsa device probing. Make it actually work
15286           for multiple classes. Don't cache results any longer.
15287
15288         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15289         (gst_alsasink_init):
15290         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15291         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15292         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15293           Make alsasink and alsasrc implement the GstPropertyProbe interface
15294           for device probing (#342181).
15295           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15296
15297 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15298
15299         * gst/subparse/samiparse.c: (handle_start_font):
15300           Don't ignore return value of strtol (++compiler_happiness).
15301
15302 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         Patch by: Young-Ho Cha  <ganadist chollian net>
15305
15306         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15307         (gst_sub_parse_class_init), (gst_sub_parse_init),
15308         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15309         (convert_encoding):
15310         * gst/subparse/gstsubparse.h:
15311           Add 'encoding' property (#341681).
15312
15313         * gst/subparse/samiparse.c: (characters_sami):
15314           Output is pango markup, so we need to escape text
15315           between tags (#342143).
15316
15317 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15318
15319         * gst-libs/gst/audio/multichannel.c:
15320         (gst_audio_check_channel_positions):
15321           It's okay to have caps with channels=1 and a channel position
15322           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15323           (deinterleavers might want to keep the position in the caps,
15324           so that they can be re-interleaved again properly later).
15325           Leave check for unexpected 2-channel layouts intact for now.
15326
15327 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15328
15329         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15330         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15331         basesrc can do its job correctly.
15332
15333 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * ext/alsa/Makefile.am:
15336         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15337         (gst_alsa_detect_formats), (get_channel_free_structure),
15338         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15339         (gst_alsa_probe_supported_formats):
15340         * ext/alsa/gstalsa.h:
15341         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15342           Refactor and improve caps probing code: probe signedness
15343           when we probe the supported formats/widths; set endianness
15344           to the one we actually probed for (ie. cpu endianness).
15345           
15346         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15347         (gst_alsasrc_close):
15348         * ext/alsa/gstalsasrc.h:
15349           Implement caps probing for alsasrc.
15350
15351 2006-05-15  Wim Taymans  <wim@fluendo.com>
15352
15353         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15354         (theora_dec_src_query), (theora_dec_src_event),
15355         (theora_dec_sink_event), (theora_handle_comment_packet),
15356         (theora_handle_data_packet), (theora_dec_change_state):
15357         Cleanups, add some G_LIKELY.
15358         Use segment helpers instead of our own wrong code.
15359         Clear queued buffers on seek and READY.
15360
15361         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15362         (vorbis_dec_convert), (vorbis_dec_src_query),
15363         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15364         (vorbis_handle_comment_packet), (vorbis_dec_push),
15365         (vorbis_handle_data_packet), (vorbis_dec_chain),
15366         (vorbis_dec_change_state):
15367         * ext/vorbis/vorbisdec.h:
15368         Remove old useless packetno variable.
15369         Do position query properly.
15370         Add some G_LIKELY.
15371         Do cleanup of queued buffers in new helper function
15372         and use it.
15373
15374 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15377           Query supported sample rates. Fixes #341732.
15378
15379 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15380
15381         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15382         (gst_decode_bin_change_state): Make decodebin reusable
15383         when going from PAUSE_TO_READY and then back to PAUSED.
15384         Fixes #331678.
15385
15386 2006-05-15  Wim Taymans  <wim@fluendo.com>
15387
15388         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15389         (vorbis_dec_convert), (vorbis_dec_src_query),
15390         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15391         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15392         (vorbis_dec_clean_queued), (vorbis_dec_push),
15393         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15394         Cleanups. Use refcounting and DEBUG_OBJECT.
15395         Reset segment on flush, use code methods instead of our
15396         own wrong version.
15397         Fix potential memleak.
15398
15399 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15402         (gst_alsasink_init):
15403         * ext/alsa/gstalsasink.h:
15404           Don't leak allocated snd_output_t structure if there's
15405           more than one alsasink instance at a time (#341873).
15406           Also fix GObject macros in header file.
15407           
15408 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15409
15410         * gst/subparse/gstsubparse.c:
15411         (gst_sub_parse_data_format_autodetect):
15412           Don't use libxml functions in the typefinding code.
15413
15414 2006-05-15  Wim Taymans  <wim@fluendo.com>
15415
15416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15417         Fix seeking performance in the case where a non-header 
15418         packet has a 0 granulepos (busted theora case). 
15419         Fixes #341719
15420         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15421          the first place, you limelight stealer you)
15422
15423 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15424
15425         * gst/subparse/gstsubparse.c:
15426         (gst_sub_parse_data_format_autodetect):
15427           Improve SAMI typefinding: handle case where there are
15428           whitespaces or newlines in front of the first <SAMI>
15429           tag (#169936).
15430
15431 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * configure.ac:
15434           Build video4linux plugin even if there's no XVIDEO, just
15435           without implementing the GstXOverlay interface (#334002).
15436          
15437 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * configure.ac:
15440         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15441         (plugin_init):
15442           Add tentative support for libvisual-0.4 (#336881).
15443
15444 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         Patch by: Young-Ho Cha <ganadist at chollian net>
15447
15448         * gst/subparse/samiparse.c: (handle_start_font):
15449           Need to map "silver" colour explicitly (#169936).
15450
15451 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15452
15453         Patch by: Young-Ho Cha  <ganadist at chollian net>
15454
15455         * gst/subparse/Makefile.am:
15456         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15457         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15458         (gst_sub_parse_format_autodetect), (feed_textbuf),
15459         (gst_subparse_type_find), (plugin_init):
15460         * gst/subparse/gstsubparse.h:
15461         * gst/subparse/samiparse.c:
15462         * gst/subparse/samiparse.h:
15463           Add support for SAMI subtitles (#169936).
15464
15465 2006-05-14  Michael Smith  <msmith@fluendo.com>
15466
15467         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15468           Fix #341696: crash when mixing L+R+C to mono or stereo.
15469         * tests/check/Makefile.am:
15470         * tests/check/elements/audioconvert.c: (set_channel_positions),
15471         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15472         (audioconvert_suite):
15473           Add test for the above, including some generic framework bits for
15474           testing multichannel things.
15475
15476 === release 0.10.7 ===
15477
15478 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15479
15480         * configure.ac:
15481           releasing 0.10.7, "Leave the gun"
15482
15483 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15484
15485         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15487         Fix the build.
15488
15489 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15490
15491         * docs/libs/gst-plugins-base-libs-docs.sgml:
15492         * docs/libs/gst-plugins-base-libs-sections.txt:
15493         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15494         * gst-libs/gst/video/video.h:
15495         * gst/videoscale/Makefile.am:
15496         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15498         * tests/check/Makefile.am:
15499         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15500         (main):
15501           Fix integer overflow problem with pixel-aspect-ratio calculations
15502           in videoscale and xvimagesink (#341542)
15503
15504 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst-libs/gst/tag/gstid3tag.c:
15507           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15508
15509 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15510
15511         * win32/MANIFEST:
15512           update win32 files listing
15513
15514 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15515
15516         patch by: Sjoerd Simons (sjoerd@luon.net)
15517
15518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15519         (group_create), (group_destroy), (add_stream),
15520         (gst_play_base_bin_get_property),
15521         (gst_play_base_bin_get_streaminfo_value_array):
15522         * gst/playback/gstplaybasebin.h:
15523           API: GstPlayBaseBin::stream-info-value-array property
15524           use a more bindings-friendly way of exposing streaminfo
15525           using a GValueArray.  Tested in ipython.
15526           Closes #341114
15527
15528 2006-05-11  Wim Taymans  <wim@fluendo.com>
15529
15530         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15531         (queue_underrun_cb), (queue_filled_cb):
15532         Also catch queue underruns but don't do anything yet.
15533         Refactor and comment queue enlarging code a bit.
15534
15535         * gst/playback/gstplaybasebin.c: (queue_overrun),
15536         (queue_threshold_reached), (queue_out_of_data),
15537         (gen_preroll_element):
15538         If a queue over/underruns check that we don't create nasty
15539         deadlocks when the min-threshold is not reached but the
15540         max-bytes is. In those cases disable max-bytes when we
15541         know that the queue is fed timed data.
15542         Add more comments.
15543
15544 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         * gst/playback/gstplaybin.c: (gen_audio_element):
15547           Make playbin automatically plug an 'audioresample'
15548           element before the audio sink as well. This solves
15549           problems with sinks that only accept a very specific
15550           sample rate, like esdsink (e.g. #340379).
15551
15552 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15553
15554         * gst/playback/gstplaybasebin.c: (gen_source_element):
15555           Make http sources send special headers so that we receive
15556           icecast metadata if the http stream is an icecast stream
15557           (otherwise the server will just ignore them). This also
15558           means that from now on users will need the 'icydemux'
15559           element from gst-plugins-good installed if they want to
15560           listen to icecast radio streams. (#341432, #333657).
15561
15562 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15563
15564         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15565         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15566           remove stupid example from docs - it should come with a simple
15567           C program instead.
15568           Clean up/fix docs
15569         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15570         (fail_if_can_read), (GST_START_TEST),
15571         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15572           add a test for changing streamheader which exposes a bug in
15573           multifdsink
15574
15575 2006-05-11  Michael Smith  <msmith@fluendo.com>
15576
15577         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15578         (gst_gnome_vfs_src_received_headers_callback):
15579         * ext/gnomevfs/gstgnomevfssrc.h:
15580           Don't set icy-caps unless we have a sane interval value. Move
15581           interval to a local variable; we never use it outside this function.
15582
15583 2006-05-11  Wim Taymans  <wim@fluendo.com>
15584
15585         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15587         Register special buffer types along with the objects so
15588         that they are not registered at runtime from N different
15589         streaming threads since they are not threadsafe.
15590
15591 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15592
15593         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15594         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15595           add two more tests, one doing streamheader
15596
15597 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15598
15599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15600           clean up the bufqueue when shutting down
15601         * tests/check/Makefile.am:
15602         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15603         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15604         (main):
15605           add a test for the leak that was just fixed
15606
15607 2006-05-10  Wim Taymans  <wim@fluendo.com>
15608
15609         * gst/adder/gstadder.c: (gst_adder_setcaps),
15610         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15611         (gst_adder_src_event), (gst_adder_sink_event),
15612         (gst_adder_class_init), (gst_adder_finalize),
15613         (gst_adder_request_new_pad), (gst_adder_collected):
15614         * gst/adder/gstadder.h:
15615         Updated some docs. Added comments and FIXMEs all over the place.
15616         Improve debugging info.
15617         Fix leak on finalize by not calling the parent.
15618         Implement duration query.
15619         Make event forwarding threadsafe.
15620         Correctly send NEWSEGMENT at start and after flush.
15621         Handle EOS correctly.
15622         Post error when not negotiated.
15623
15624         * tests/check/elements/adder.c: (GST_START_TEST):
15625         Added FIXME in the test.
15626
15627 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15630         (gst_text_overlay_halign_get_type),
15631         (gst_text_overlay_wrap_mode_get_type):
15632         * ext/theora/theoradec.c: (theora_handle_type_packet),
15633         (theora_handle_data_packet):
15634         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15635         (theora_enc_sink_setcaps), (theora_enc_chain):
15636         * gst-libs/gst/cdda/gstcddabasesrc.c:
15637         (gst_cdda_base_src_mode_get_type):
15638         * gst/audiotestsrc/gstaudiotestsrc.c:
15639         (gst_audiostestsrc_wave_get_type):
15640         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15641         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15642         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15643         (gst_sync_method_get_type), (gst_unit_type_get_type),
15644         (gst_client_status_get_type):
15645         * gst/videoscale/gstvideoscale.c:
15646         (gst_video_scale_method_get_type):
15647         * gst/videotestsrc/gstvideotestsrc.c:
15648         (gst_video_test_src_pattern_get_type):
15649         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15650         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15651         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15652         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15653         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15654         (paint_setup_RGB565), (paint_setup_xRGB1555):
15655           Const-ify GEnumValue and GFlagsValue arrays. Use
15656           GST_ROUND_UP_* macros instead of home-made ones.
15657
15658 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         * configure.ac:
15661           Require core CVS for the new newsegment stuff.
15662
15663 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15664
15665         Patch by: Sjoerd Simons  <sjoerd at luon net>
15666
15667         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15668           Register nick for enum value (#341160).
15669
15670 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15671
15672         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15673         (plugin_init):
15674          backout typefind patch #340375
15675          
15676         * tests/check/elements/adder.c: (message_received),
15677         (GST_START_TEST), (adder_suite):
15678           redo, signal-handling of test
15679
15680 2006-05-09  Wim Taymans  <wim@fluendo.com>
15681
15682         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15683         (gst_adder_collected):
15684         * gst/adder/gstadder.h:
15685         Remove bogus segment merging and forwarding, we don't
15686         care about timestamps anyway and we just produce a
15687         continuous stream. 
15688         Also create a nice NEWSEGMENT event when we start.
15689         Use _scale_int some more.
15690
15691 2006-05-09  Edward Hervey  <edward@fluendo.com>
15692
15693         * tests/icles/stress-xoverlay.c:
15694         Fix if core was built without parsing support.
15695
15696 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15697
15698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15699           Add SEDG (Samsung MPEG-4) fourcc.
15700
15701 2006-05-09  Edward Hervey  <edward@fluendo.com>
15702
15703         * tests/icles/stress-xoverlay.c:
15704         * tests/examples/volume/volume.c:
15705         Fix if core was built without parsing support.
15706
15707         * tests/examples/seek/seek.c:
15708         Disable the parse_launch example if core was built without parsing
15709         support.
15710
15711 2006-05-08  Edward Hervey  <edward@fluendo.com>
15712
15713         * autogen.sh: (CONFIGURE_DEF_OPT): 
15714         libtoolize on Darwin/MacOSX is called glibtoolize
15715
15716 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15717
15718         * tests/check/Makefile.am:
15719         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15720           Disable the adder test, until the build-slaves posses the kindness to 
15721           either like it or to give valid reason for not doing so 
15722
15723 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15724
15725         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15726         (adder_suite):
15727           Shuffle NULL state change around and raise timeout more
15728
15729 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15730
15731         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15732         (mp4_type_find), (plugin_init):
15733           Add typefind to distinguish between "audio/x-m4a" and new type
15734           "video/mp4". Fixes #340375
15735
15736         * tests/check/elements/adder.c: (adder_suite):
15737           Raise timeout to make buildbot happy
15738
15739 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15740
15741         * gst/adder/gstadder.c: (gst_adder_sink_event),
15742         (gst_adder_request_new_pad), (gst_adder_change_state):
15743         * gst/adder/gstadder.h:
15744         * tests/check/Makefile.am:
15745         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15746         (adder_suite), (main):
15747           Add sink-event handling to adder. It tries to merge incomming
15748           newsegment-events. Added test to check if segment_done is comming
15749           through. Fixes #340060
15750
15751 2006-05-05  Andy Wingo  <wingo@pobox.com>
15752
15753         * ext/theora/theoraparse.c (gst_theora_parse_init)
15754         (theora_parse_src_convert, theora_parse_src_query):
15755         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15756         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15757         query functions on the source pads of the theora and vorbis parse
15758         elements. Fixes position querying when doing a remux.
15759
15760 2006-05-05  Michael Smith  <msmith@fluendo.com>
15761
15762         * ext/theora/theoraparse.c: (parse_granulepos),
15763         (theora_parse_drain_queue_prematurely),
15764         (theora_parse_queue_buffer), (theora_parse_sink_event):
15765           Fix flushing.
15766           Fix invalid granulepos outputs when starting with a non-keyframe.
15767
15768 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15769
15770         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15771         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15772         Rearrange MPEG system stream detection, fixing some memleaks in the
15773         process.
15774         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15775         they clean up their data correctly.
15776         Remove unused ogganx caps and move the 'is_annodex' check to inside
15777         the 'is_ogg' if statement.
15778
15779 2006-05-05  Wim Taymans  <wim@fluendo.com>
15780
15781         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15782         Properly remove ghostpads. Fixes #340392
15783
15784 2006-05-04  David Schleef  <ds@schleef.org>
15785
15786         * gst/typefind/gsttypefindfunctions.c:
15787
15788 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15789
15790         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15791         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15792
15793         When typefinding an MP3 in push-based mode, don't penalise the
15794         probability down to 74% when we found 5 valid frames just because we
15795         can't peek the end of the file.
15796
15797         Make the probability for detecting MPEG Transport Streams based on the
15798         number of sequential headers we successfully detected.
15799
15800 2006-05-03  Wim Taymans  <wim@fluendo.com>
15801
15802         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15803         (vorbis_dec_push), (vorbis_dec_chain):
15804         Still produce an error when we receive an empty packet.
15805
15806 2006-05-03  Wim Taymans  <wim@fluendo.com>
15807
15808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15809         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15810         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15811         Mark buffers with DISCONT after seek and after activating new
15812         chains.
15813
15814         * ext/theora/gsttheoradec.h:
15815         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15816         (theora_get_query_types), (theora_dec_sink_event),
15817         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15818         (theora_dec_change_state):
15819         Fix frame counter.
15820         Detect and mark DISCONT buffers.
15821
15822         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15823         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15824         (vorbis_dec_change_state):
15825         * ext/vorbis/vorbisdec.h:
15826         Use GstSegment.
15827         Detect and mark DISCONT buffers.
15828         Don't crash on 0 sized buffers.
15829
15830 2006-05-03  Wim Taymans  <wim@fluendo.com>
15831
15832         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15833         (volume_transform_ip):
15834         Increase "volume" property to 10.0. Fixes #340369.
15835         Set the process function to NULL when capsnego fails so that
15836         we properly error out.
15837
15838 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15839
15840         * gst/playback/gstplaybin.c: (add_sink):
15841         * gst/playback/test.c: (main):
15842         * gst/playback/test5.c: (dump_element_stats):
15843         * gst/playback/test6.c: (main):
15844           free caps using gst_caps_unref, don't leak caps-strings
15845
15846 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15849         (plugin_init):
15850           Refine musepack typefinding a bit. Return MAXIMUM
15851           probability when we detect stream version 7 to make
15852           sure the mpeg audio typefinder doesn't trump us.
15853
15854 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15857           Protect against unexpected NULL strf_data buffer.
15858
15859 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15860
15861         * tests/check/elements/audioconvert.c: (verify_convert),
15862         (GST_START_TEST):
15863           interpret the out[] buffer in the order the bytes are actually
15864           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15865           Other tests should use BYTE_ORDER since the array is filled in
15866           with actual values
15867
15868 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * tests/check/elements/audioconvert.c: (verify_convert),
15871         (GST_START_TEST):
15872           when a test fails, give an indication of which it is
15873
15874 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * gst-libs/gst/cdda/gstcddabasesrc.c:
15877           compile fix; strtol() needs <stdlib.h>
15878
15879 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15880
15881         * ext/alsa/gstalsamixerelement.c:
15882         * ext/alsa/gstalsasrc.c:
15883         * ext/cdparanoia/gstcdparanoiasrc.c:
15884         * ext/gnomevfs/gstgnomevfssink.c:
15885         * ext/gnomevfs/gstgnomevfssrc.c:
15886         * ext/ogg/gstoggdemux.c:
15887         * ext/ogg/gstoggmux.c:
15888         * ext/ogg/gstoggparse.c:
15889         * ext/ogg/gstogmparse.c:
15890         * ext/pango/gstclockoverlay.c:
15891         * ext/pango/gsttextoverlay.c:
15892         * ext/pango/gsttextrender.c:
15893         * ext/pango/gsttimeoverlay.c:
15894         * ext/theora/theoradec.c:
15895         * ext/theora/theoraenc.c:
15896         * ext/vorbis/vorbisdec.c:
15897         * ext/vorbis/vorbisenc.c:
15898         * gst-libs/gst/audio/gstaudiofilter.c:
15899         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15900         * gst/audioconvert/gstaudioconvert.c:
15901         * gst/audiorate/gstaudiorate.c:
15902         * gst/audioresample/gstaudioresample.c:
15903         * gst/audiotestsrc/gstaudiotestsrc.c:
15904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15905         * gst/playback/gstdecodebin.c:
15906         * gst/playback/gstplaybin.c:
15907         * gst/playback/gststreamselector.c:
15908         * gst/subparse/gstsubparse.c:
15909         * gst/tcp/gstmultifdsink.c:
15910         * gst/tcp/gsttcpclientsink.c:
15911         * gst/tcp/gsttcpclientsrc.c:
15912         * gst/tcp/gsttcpserversink.c:
15913         * gst/tcp/gsttcpserversrc.c:
15914         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15915         * gst/videorate/gstvideorate.c:
15916         * gst/videoscale/gstvideoscale.c:
15917         * gst/videotestsrc/gstvideotestsrc.c:
15918         * gst/volume/gstvolume.c:
15919         * sys/v4l/gstv4ljpegsrc.c:
15920         * sys/v4l/gstv4lmjpegsink.c:
15921         * sys/v4l/gstv4lmjpegsrc.c:
15922         * sys/v4l/gstv4lsrc.c:
15923         * sys/ximage/ximagesink.c:
15924         * sys/xvimage/xvimagesink.c:
15925         * tests/check/libs/cddabasesrc.c:
15926           make GstElementDetails const
15927
15928 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15929
15930         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15931         (gst_adder_init):
15932           send events from src-pad to all sink-pads fixes #338657
15933
15934 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15935
15936         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15937         (alsasink_parse_spec):
15938           query width capabilities from alsa, fixes #338919
15939
15940 2006-04-28  Wim Taymans  <wim@fluendo.com>
15941
15942         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15943         (gst_multi_fd_sink_remove_client_link):
15944         * gst/tcp/gstmultifdsink.h:
15945         Fix race condition in multifdsink that can lead to spurious 
15946         duplicate clients. this patch adds a new signal that is fired when
15947         multifdsink has removed all references to the fd.
15948         Fixes #339574.
15949         Updated documentation.
15950         API: client-fd-removed signal added
15951
15952 2006-04-28  Michael Smith  <msmith@fluendo.com>
15953
15954         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15955           When asking g_value_array_new to prealloc elements, we may as well
15956           ask for the right number of elements.
15957
15958 2006-04-28  Wim Taymans  <wim@fluendo.com>
15959
15960         * gst-libs/gst/audio/gstbaseaudiosink.c:
15961         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15962         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15963         patch to make timestamp checking more tollerant to rounding 
15964         errors given that real discontinuities are to be marked on
15965         buffers. Fixes some asf files and #338778.
15966         Also avoid some crashers when we receive an event in the 
15967         NULL state.
15968
15969 2006-04-28  Michael Smith  <msmith@fluendo.com>
15970
15971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15972         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15973         (gst_gnome_vfs_src_get_property),
15974         (gst_gnome_vfs_src_send_additional_headers_callback),
15975         (gst_gnome_vfs_src_received_headers_callback),
15976         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15977         (gst_gnome_vfs_src_stop):
15978         * ext/gnomevfs/gstgnomevfssrc.h:
15979           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15980           proper shared support within icydemux.
15981
15982 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15985         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15986           fix up docs
15987           fix a leak when no caps negotiated
15988           fix counting of input frames
15989         * tests/check/elements/.cvsignore:
15990         * tests/check/elements/videorate.c: (assert_videorate_stats),
15991         (GST_START_TEST), (videorate_suite):
15992           add tests for these
15993
15994 2006-04-28  Wim Taymans  <wim@fluendo.com>
15995
15996         * gst-libs/gst/audio/gstringbuffer.c:
15997         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15998         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15999         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16000         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16001         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16002         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16003         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16004         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16005         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16006         Check arguments passed to public functions instead of
16007         crashing.
16008
16009 2006-04-28  Wim Taymans  <wim@fluendo.com>
16010
16011         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16012         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16013         GstBaseAudioSrc must be live or it does not work.
16014
16015         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16016         Don't set live to TRUE as this is the default in the parentclass.
16017
16018 2006-04-28  Wim Taymans  <wim@fluendo.com>
16019
16020         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16021         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16022         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16023         fixation cases better. Fixes #338991
16024
16025 2006-04-28  Wim Taymans  <wim@fluendo.com>
16026
16027         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16028         Handle 0/1 framerate correctly Fixes #331901.
16029
16030 2006-04-28  Wim Taymans  <wim@fluendo.com>
16031
16032         * tests/check/elements/audioconvert.c: (get_float_caps),
16033         (GST_START_TEST), (audioconvert_suite):
16034         Added check for correct clipping when doing float samples
16035         in audioconvert.
16036
16037 2006-04-28  Wim Taymans  <wim@fluendo.com>
16038
16039         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16040         (gst_video_rate_chain):
16041         Print more debugging info.
16042
16043 2006-04-28  Wim Taymans  <wim@fluendo.com>
16044
16045         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16046         (resample_set_state_from_caps):
16047         Add support for other formats audioresample can handle such as
16048         32 bits in and float and 64 bits float. Fixes #301759
16049
16050 2006-04-28  Wim Taymans  <wim@fluendo.com>
16051
16052         * gst/audioconvert/audioconvert.c: (float):
16053         correctly clip float samples > 1.0. Fixes #338718
16054
16055 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16056
16057         Patch by: Young-Ho Cha  <ganadist at chollian net>
16058
16059         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16060         (gst_text_overlay_render_text):
16061           Don't strip newlines from the text. Also, center lines
16062           within multi-line paragraphs (#339405).
16063
16064 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16065
16066         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16067           Fix wavpack typefinding to work in more cases (don't peek
16068           for chunks of multiple hundred kBs at once, but process
16069           things step-by-step in smaller units). Fixes #339786.
16070
16071 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * configure.ac:
16074           back to HEAD
16075
16076 === release 0.10.6 ===
16077
16078 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16079
16080         * configure.ac:
16081           releasing 0.10.6, "Chao"
16082
16083 2006-04-26  David Schleef  <ds@schleef.org>
16084
16085         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16086           Fixes #338897.
16087
16088 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16089
16090         * configure.ac:
16091         * win32/common/config.h:
16092           new prerelease
16093
16094 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         patch by: Wim Taymans
16097
16098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16099         (gst_ogg_demux_perform_seek):
16100           make sure correct newsegments are sent, so that the decoder
16101           and the demuxer agree on timestamps.  Fixes playback of a lot
16102           of Ogg files that do not start from 0.  Fixes #339833.
16103
16104 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16105
16106         Patch by: Edward Hervey  <edward@fluendo.com>
16107
16108         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16109         * tests/check/Makefile.am:
16110         * tests/check/elements/videorate.c: (assert_videorate_stats),
16111         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16112         (videorate_suite), (main):
16113           Fix an infinite loop if frames are passed in with wrongly ordered
16114           timestamps.  Fixes #339013.
16115
16116 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16117
16118         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16119
16120         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16121           fix typefinding on some ISO files.  Fixes #339212.
16122
16123 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16124
16125         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16128           add another H264 fourcc.  Fixes #339047.
16129
16130 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16131
16132         Patch by: Jan Schmidt
16133
16134         * gst/playback/gststreamselector.c:
16135         (gst_stream_selector_bufferalloc):
16136           Restore old StreamSelector behaviour.
16137           Fixes #338419.
16138
16139 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16140
16141         * configure.ac:
16142         * win32/common/config.h:
16143           prerelease
16144
16145 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16148
16149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16150         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16151           Fix some memory leaks: on finalize, free buffers left in the queue
16152           before destroying the queue; in _push(), unref rtp_buf even if
16153           the process vfunc returned a NULL buffer as output buffer (#337548);
16154           demote some recuring debug messages to LOG level.
16155
16156 2006-04-11  Wim Taymans  <wim@fluendo.com>
16157
16158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16159         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16160         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16161         (gst_ogg_demux_loop):
16162         More cleanups.
16163         Respect segment stop when emiting EOS or SEGMENT_DONE.
16164         Fixes (#337945).
16165
16166 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16167
16168         * gst/playback/gststreamselector.c:
16169         (gst_stream_selector_get_property):
16170           Don't leak pad name.
16171
16172 2006-04-10  Michael Smith  <msmith@fluendo.com>
16173
16174         * tests/check/Makefile.am:
16175         * tests/check/gst-plugins-base.supp:
16176           Suppress an old libtheora bug (fixed in more recent versions), so 
16177           that FC4 buildslaves can pass.
16178
16179 2006-04-10  Wim Taymans  <wim@fluendo.com>
16180
16181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16182         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16183         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16184         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16185         (gst_ogg_demux_loop):
16186         Don't leak events.
16187         Remember what error we got when finding chains, if we
16188         were shutdown, that would not be an error.
16189
16190 2006-04-10  Wim Taymans  <wim@fluendo.com>
16191
16192         * gst-libs/gst/audio/gstbaseaudiosink.c:
16193         (gst_base_audio_sink_event):
16194         Starting the ringbuffer when we did not acquire it can cause
16195         a deadlock, is pointless and causes nasty things for
16196         subclasses. 
16197         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16198
16199 2006-04-10  Wim Taymans  <wim@fluendo.com>
16200
16201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16202         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16203         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16204         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16205         (gst_ogg_demux_deactivate_current_chain),
16206         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16207         (gst_ogg_demux_bisect_forward_serialno),
16208         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16209         Add some more debugging.
16210
16211 2006-04-10  Wim Taymans  <wim@fluendo.com>
16212
16213         * ext/theora/theoradec.c: (theora_dec_src_event),
16214         (theora_handle_data_packet):
16215         Some more debug info.
16216
16217         * tests/examples/seek/seek.c: (start_seek), (main):
16218         Print element messages too.
16219
16220 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16221
16222         * gst/audioresample/debug.h:
16223           replace debug macros with variable number of parameters
16224           by a simple alias to gstreamer standard debug macros 
16225          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16226           supported by MSVC 6.0 and 7.1)
16227         * gst/audioresample/resample.h:
16228           define M_PI and rint for WIN32
16229         * win32/common/libgstaudio.def:
16230         * win32/common/libgstriff.def:
16231         * win32/common/libgsttag.def:
16232         * win32/common/libgstvideo.def:
16233           add new exported functions
16234         * win32/vs6:
16235           update project files
16236
16237 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16238
16239         * ext/alsa/gstalsamixeroptions.c:
16240         (gst_alsa_mixer_options_class_init):
16241         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16244         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16245         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16246         * gst-libs/gst/audio/gstaudiofilter.c:
16247         (gst_audio_filter_class_init):
16248         * gst-libs/gst/audio/gstaudiosink.c:
16249         (gst_audioringbuffer_class_init):
16250         * gst-libs/gst/audio/gstaudiosrc.c:
16251         (gst_audioringbuffer_class_init):
16252         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16253         * gst-libs/gst/interfaces/colorbalancechannel.c:
16254         (gst_color_balance_channel_class_init):
16255         * gst-libs/gst/interfaces/mixeroptions.c:
16256         (gst_mixer_options_class_init):
16257         * gst-libs/gst/interfaces/mixertrack.c:
16258         (gst_mixer_track_class_init):
16259         * gst-libs/gst/interfaces/tunerchannel.c:
16260         (gst_tuner_channel_class_init):
16261         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16262         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16263         (gst_netbuffer_class_init):
16264         * gst-libs/gst/rtp/gstbasertppayload.c:
16265         (gst_basertppayload_class_init):
16266         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16268         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16269         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16270         * gst/playback/gststreamselector.c:
16271         (gst_stream_selector_class_init):
16272         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16273         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16274         * sys/v4l/gstv4lcolorbalance.c:
16275         (gst_v4l_color_balance_channel_class_init):
16276         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16277         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16278         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16279         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16280         (gst_v4l_tuner_norm_class_init):
16281         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16283         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16284         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16285
16286 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16287
16288         * ext/pango/gsttextrender.h:
16289         * gst-libs/gst/audio/gstaudiosink.h:
16290         * gst-libs/gst/audio/gstaudiosrc.h:
16291         * gst-libs/gst/audio/gstbaseaudiosink.h:
16292         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16293         * gst-libs/gst/audio/gstringbuffer.h:
16294         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16295         * gst-libs/gst/rtp/gstbasertppayload.h:
16296         * gst-libs/gst/video/gstvideofilter.h:
16297         * gst-libs/gst/video/gstvideosink.h:
16298         * gst/playback/gstplaybasebin.h:
16299         * gst/tcp/gstmultifdsink.h:
16300         * sys/v4l/gstv4lelement.h:
16301         Fix broken GObject macros
16302
16303 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16304
16305         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16306         More debug to trace why my USB headset is not working with gst
16307
16308 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16309
16310         * gst/playback/gstplaybasebin.c: (group_destroy):
16311         Clean up our group elements properly in the case where it never 
16312         got committed - it still got added unconditionally to the bin.
16313
16314 2006-04-07  Wim Taymans  <wim@fluendo.com>
16315
16316         * ext/theora/theoradec.c: (theora_dec_sink_event),
16317         (theora_handle_data_packet), (theora_dec_chain):
16318         Unref unhandled events.
16319         Protect against empty buffers.
16320         Perform QoS on running time.
16321
16322 2006-04-07  Michael Smith  <msmith@fluendo.com>
16323
16324         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16325         (gst_vorbis_enc_chain):
16326           Remove leaks from vorbisenc.
16327           Mostly minor changes, the only significant one is that now the
16328           buffers we set as 'streamheader' on the caps are copies of the
16329           original buffers, to avoid circular refcounting problems.
16330
16331 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16332
16333         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16334           Don't remove our mute-probe if someone else already did so.
16335           Don't set a 2nd one if there is already one pending on the pad.
16336
16337         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16338         (do_playbin_seek):
16339           When a seek fails, ensure that playbin is still set back to playing.
16340           
16341         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16342         (mpeg_ts_type_find), (plugin_init):
16343           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16344
16345 2006-04-06  Andy Wingo  <wingo@pobox.com>
16346
16347         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16348         (gst_video_rate_init): Caps-related parameters should not be reset
16349         by a flush -- move their inits to the instance init function.
16350         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16351         is not OK, just return the result.
16352
16353         * gst/audiotestsrc/gstaudiotestsrc.c
16354         (gst_audio_test_src_class_init)
16355         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16356         broken by Stefan's commit on 24 March.
16357
16358         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16359         buffers being pushed out. Fixes oggmux ! multifdsink.
16360
16361 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16364         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16365         * ext/vorbis/vorbisdec.h:
16366         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16367         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16368         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16369         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16370         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16371         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16372         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16373         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16374         (gst_vorbis_enc_buffer_from_packet),
16375         (gst_vorbis_enc_buffer_from_header_packet),
16376         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16377         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16378         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16379         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16380         (gst_vorbis_enc_change_state):
16381         * ext/vorbis/vorbisenc.h:
16382           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16383           vorbisenc adhere to the official nomenclature; use boilerplate
16384           macro.
16385
16386 2006-04-04  Andy Wingo  <wingo@pobox.com>
16387
16388         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16389         Whoops, fix bug introduced. Bad hacker!
16390         
16391         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16392         Properly handle the case where you get EOS before any buffers are
16393         received. Use gst_buffer_make_metadata_writable where appropriate.
16394
16395         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16396         is often negative -- make it signed so as not to wrap around.
16397         Fixes segfaults introduced on 9 March.
16398
16399 2006-04-03  Wim Taymans  <wim@fluendo.com>
16400
16401         * ext/theora/gsttheoradec.h:
16402         * ext/theora/theoradec.c: (theora_dec_src_event):
16403         Don't try to store a gdouble in a gboolean.
16404         Small cleanups.
16405
16406 2006-04-03  Michael Smith  <msmith@fluendo.com>
16407
16408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16409           Oggmux sucks.
16410           Make it suck slightly less by writing out the final page.
16411           Still can't encode a vorbis-in-ogg file correctly, though.
16412
16413 2006-04-03  Andy Wingo  <wingo@pobox.com>
16414
16415         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16416         a g_print.
16417
16418         * ext/theora/theora.c (plugin_init): Register theoraparse.
16419
16420         * ext/theora/gsttheoraparse.h: 
16421         * ext/theora/theoraparse.c: New files implementing a theora
16422         parser. Now we can properly remux ogg/theora+vorbis, yay.
16423
16424         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16425
16426 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16427
16428         * gst/audiotestsrc/gstaudiotestsrc.c:
16429           Fixed the sample pipeline (see #323798)
16430
16431 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * configure.ac:
16434         * win32/common/config.h:
16435         * win32/common/config.h.in:
16436           use AS_VERSION and AS_NANO
16437           more cleanups
16438
16439 2006-03-31  Andy Wingo  <wingo@pobox.com>
16440
16441         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16442         uninitialized variable return that would happen.
16443         
16444         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16445         uninitialized variable return that would never happen.
16446
16447         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16448         (vorbis_parse_sink_event): Add an event function to flush our
16449         state on a seek, and to drain buffers on a premature EOS.
16450         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16451         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16452         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16453         (vorbis_parse_drain_queue): Queue up buffers until we can set
16454         their timestamps and granulepos values.
16455
16456         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16457         and keep track of data needed for deriving granulepos and
16458         timestamps for buffers.
16459
16460 2006-03-29  Wim Taymans  <wim@fluendo.com>
16461
16462         Patch by: j^ <j at bootlab dot org>
16463
16464         * ext/alsa/gstalsamixerelement.c:
16465         (gst_alsa_mixer_element_class_init):
16466         * ext/alsa/gstalsasink.c:
16467         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16468         * ext/ogg/gstoggdemux.c:
16469         * ext/ogg/gstoggmux.c:
16470         * ext/ogg/gstoggparse.c:
16471         * ext/pango/gstclockoverlay.c:
16472         * ext/pango/gsttextoverlay.c:
16473         * ext/pango/gsttextrender.c:
16474         * ext/pango/gsttimeoverlay.c:
16475         * ext/theora/theoradec.c:
16476         * ext/theora/theoraenc.c:
16477         * ext/vorbis/vorbisdec.c:
16478         * ext/vorbis/vorbisenc.c:
16479         * gst/audioconvert/gstaudioconvert.c:
16480         * gst/subparse/gstsubparse.c:
16481         * gst/tcp/gstmultifdsink.c:
16482         * gst/tcp/gsttcpclientsink.c:
16483         * gst/tcp/gsttcpclientsrc.c:
16484         * gst/tcp/gsttcpserversink.c:
16485         * gst/tcp/gsttcpserversrc.c:
16486           better/unified long descriptions
16487           Fixes #336477
16488
16489 2006-03-29  Wim Taymans  <wim@fluendo.com>
16490
16491         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16492         (stop_seek):
16493         Don't let double and triple clicks mess up our state.
16494
16495 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16496
16497         * gst/playback/gstplaybin.c: (gen_video_element),
16498         (gen_text_element), (gen_audio_element), (gen_vis_element):
16499           Error out gracefully when we can't create any of the usual
16500           conversion elements for some reason. Also, don't try to
16501           create an audioscale (sic) element that's not used anyway.
16502
16503 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * gst/playback/gstplaybasebin.c: (setup_source):
16506           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16507           element for a particular protocol, that's confusing for users.
16508           Instead, post a RESOURCE_FAILED error, so that our own error
16509           message is actually shown in totem etc. (#336303).
16510
16511 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16512
16513         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16514
16515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16516         (gst_gnome_vfs_src_get_icy_metadata):
16517           Fix some minor memory leaks (#336194).
16518
16519 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * ext/gnomevfs/gstgnomevfs.c:
16522         (gst_gnome_vfs_location_to_uri_string):
16523         * ext/gnomevfs/gstgnomevfs.h:
16524         * ext/gnomevfs/gstgnomevfssink.c:
16525         (gst_gnome_vfs_sink_set_property):
16526         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16527           Make gnomevfssink accept filenames as well as URIs for the
16528           "location" property, just like gnomevfssrc does (and
16529           filesrc/filesink do) (#336190).
16530
16531 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16532
16533         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16534           set to NULL before unreffing, fixes a valgrind leak.
16535           Why was this not triggering the error that an object needs to
16536           be NULL before unreffing ?
16537         * win32/common/config.h:
16538           update
16539
16540 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * gst/subparse/gstsubparse.c: (convert_encoding),
16543         (gst_sub_parse_change_state):
16544         * gst/subparse/gstsubparse.h:
16545           Text subtitle files may or may not be UTF-8. If it's not, we
16546           don't really want to see '?' characters in place of non-ASCII
16547           characters like accented characters. So let's assume the input
16548           is UTF-8 until we come across text that is clearly not. If it's
16549           not UTF-8, we don't really know what it is, so try the following:
16550           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16551           is set; if not, check (b) if the current locale encoding is
16552           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16553           the current locale encoding is UTF-8 and the environment variable
16554           was not set to any particular encoding. Not perfect, but better
16555           than nothing (and better than before, I think) (fixes #172848).
16556
16557 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16558
16559         * configure.ac:
16560           update core requirement to 0.10.4.1 because of async_playback
16561           vmethod on GstBaseSink
16562
16563 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16564
16565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16566         * gst/adder/gstadder.c: (gst_adder_init):
16567         use DEBUG_FUNCPTR for collectpads
16568
16569 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16570
16571         * docs/plugins/Makefile.am:
16572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16574         * ext/cdparanoia/gstcdparanoiasrc.c:
16575         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16576         (gst_gnome_vfs_sink_class_init):
16577         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16579         * ext/ogg/gstoggmux.c:
16580         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16581         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16582         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16583         * ext/pango/gsttextoverlay.c:
16584         * ext/pango/gsttextrender.c:
16585         * ext/theora/theoradec.c:
16586         * ext/theora/theoraenc.c:
16587         * ext/vorbis/vorbisdec.c:
16588         * ext/vorbis/vorbisenc.c:
16589         * gst-libs/gst/audio/gstaudiofilter.c:
16590         (gst_audio_filter_base_init):
16591         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16592         (gst_audio_filter_template_base_init):
16593         * gst/adder/gstadder.c: (gst_adder_get_type):
16594         * gst/adder/gstadder.h:
16595         * gst/audioconvert/gstaudioconvert.c:
16596         * gst/audiotestsrc/gstaudiotestsrc.c:
16597         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16598         (gst_audio_test_src_create):
16599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16600         * gst/playback/gstdecodebin.c:
16601         * gst/playback/gstplaybin.c:
16602         * gst/playback/gststreamselector.c:
16603         (gst_stream_selector_base_init):
16604         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16605         * gst/volume/gstvolume.c:
16606         * sys/v4l/gstv4lmjpegsink.c:
16607         * sys/v4l/gstv4lmjpegsrc.c:
16608         * tests/check/libs/cddabasesrc.c:
16609         * tests/old/examples/gob/gst-identity2.gob:
16610           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16611           define GstElementDetails at the top
16612
16613 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16614
16615         * win32/common/libgstinterfaces.def:
16616         Add a lot of export functions for gst-python
16617         * win32/vs6/libgstinterfaces.dsp:
16618         Add a missing include folder in the project configuration
16619         
16620 2006-03-23  Wim Taymans  <wim@fluendo.com>
16621
16622         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16623         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16624         (gst_base_audio_src_change_state):
16625         Fix audio sources, forgot to make the ringbuffer
16626         startable...
16627
16628 2006-03-23  Wim Taymans  <wim@fluendo.com>
16629
16630         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16631         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16632         (gst_base_audio_src_change_state):
16633         unparent instead of unref the ringbuffer.
16634
16635 2006-03-23  Wim Taymans  <wim@fluendo.com>
16636
16637         * gst-libs/gst/audio/gstbaseaudiosink.c:
16638         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16639         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16640         Implement new async_play vmethod to start slaving and allow
16641         playback start in case of async PLAY state changes. 
16642
16643         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16644         Enable QoS with new method in base class.
16645
16646 2006-03-23  Wim Taymans  <wim@fluendo.com>
16647
16648         Patch by: Julien MOUTTE <julien at moutte dot net>
16649
16650         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16651         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16652         Partially handle 0 framerate, only EOS after the first frame
16653         is missing.
16654
16655 2006-03-23  Wim Taymans  <wim@fluendo.com>
16656
16657         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16658
16659         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16660         (gst_riff_create_video_template_caps):
16661         * gst/ffmpegcolorspace/avcodec.h:
16662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16663         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16664         (gst_ffmpegcsp_avpicture_fill):
16665         * gst/ffmpegcolorspace/imgconvert.c:
16666         Patch for support of YVU9 AVI files (#334822)
16667
16668 2006-03-22  Edward Hervey  <edward@fluendo.com>
16669
16670         * docs/design/design-decodebin.txt:
16671         Added design document for new decodebin
16672         (Target Caps): text/x-pango-markup is also a default target caps.
16673
16674 2006-03-22  Wim Taymans  <wim@fluendo.com>
16675
16676         * gst-libs/gst/audio/gstbaseaudiosink.c:
16677         (gst_base_audio_sink_dispose):
16678         Since we _parent the ringbuffer, we also need to
16679         _unparent instead of a plain _unref.
16680
16681 2006-03-22  Wim Taymans  <wim@fluendo.com>
16682
16683         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16684         (stop_seek), (scrub_toggle_cb), (main):
16685         Add scrub checkbox.
16686
16687 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16688
16689         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16690         (gst_ogg_parse_chain):
16691           Fix very inefficient usage of linked lists (#335365).
16692
16693 2006-03-21  Edward Hervey  <edward@fluendo.com>
16694
16695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16696         * gst/playback/gstplaybin.c: (handoff):
16697         * gst/playback/gststreamselector.c:
16698         (gst_stream_selector_set_property):
16699         gcc 4.1 unreferenced pointer fixes.
16700         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16702         gst_buffer_ref() now takes a GstBuffer*.
16703
16704 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16705
16706         * sys/xvimage/xvimagesink.c:
16707         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16708         by Jan Schmidt.
16709
16710 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16713         (id3v1_type_find), (apetag_type_find), (plugin_init):
16714           Can't do tag preferences via probability, as tags would then
16715           lose against types that are recognised with MAXIMUM probability
16716           (like .wav); so let all tag typefinders return MAXIMUM themselves
16717           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16718           that we can prefer APE to ID3v1 (fixes #335028).
16719           
16720 2006-03-17  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst-libs/gst/audio/gstbaseaudiosink.c:
16723         (gst_base_audio_sink_change_state):
16724         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16725         (gst_ring_buffer_may_start):
16726         * gst-libs/gst/audio/gstringbuffer.h:
16727         Only start playback if we are playing.
16728         should fix #330748.
16729
16730 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16731
16732         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16733         * win32/common/config.h:
16734           Revert accidental commits to these files.
16735
16736 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16739
16740         * tests/Makefile.am:
16741           Don't try to build tests in tests/icles if we
16742           don't have X (#323852)
16743
16744 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16745
16746         * gst-libs/gst/tag/gstid3tag.c:
16747           Add TXXX frame identifiers for replaygain stuff as used
16748           by some taggers (see #323721).
16749
16750 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16751
16752         * gst/playback/gststreamselector.c:
16753         (gst_stream_selector_set_property),
16754         (gst_stream_selector_bufferalloc):
16755           Preserve the existing buggy streamselector behaviour by performing
16756           a fallback buffer allocation when downstream isn't linked yet.
16757           This should really be fixed in playbin by blocking pads until it's
16758           linked them.
16759           Also, use gst_pad_alloc_buffer instead of
16760           gst_pad_alloc_buffer_and_set.
16761
16762 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * gst-libs/gst/tag/gstid3tag.c:
16765           Don't crash on unknown ID3v2 TXXX frames.
16766           
16767 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16768
16769         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16770           Chain up to the parent finalize method.
16771           Add 32-bit sample size to the template caps.
16772
16773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16774         (gst_riff_create_video_template_caps):
16775           Add the fourcc that the VMWare codec uses.
16776           
16777         * gst/playback/gststreamselector.c:
16778         (gst_stream_selector_set_property),
16779         (gst_stream_selector_bufferalloc),
16780         (gst_stream_selector_request_new_pad):
16781           For the active pad, forward buffer-alloc requests, otherwise
16782           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16783           having to memcpy every frame when used by playbin.
16784
16785         * gst/tcp/gstmultifdsink.c:
16786         (gst_multi_fd_sink_handle_client_write):
16787           Get negotiated caps from the sink pad, rather than the sink
16788           pad's peer.
16789
16790 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16791
16792         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16793         
16794         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16795           Don't forget to set src->callbacks_pushed to FALSE again when
16796           popping them, otherwise re-activation in a different mode won't
16797           work (#334620).
16798
16799 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16800
16801         Patch by: Sebastien Moutte  <sebastien moutte net>
16802
16803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16804         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16805         (gst_ffmpeg_smpfmt_to_caps):
16806           Replace __VA_ARGS__ caps creation macros with varargs functions.
16807           Makes things compile on MSVC (#320765), looks nicer, and we can
16808           tell the compiler to check for the NULL terminator.
16809
16810 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16813
16814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16815           Make sure the buffer we copy into is really always big
16816           enough, this time for real (#333488).
16817           
16818 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16821           Add support for 24bpp DIB (#305279).
16822
16823 2006-03-14  Wim Taymans  <wim@fluendo.com>
16824
16825         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16826         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16828         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16829         (gst_video_scale_init), (gst_video_scale_src_event):
16830         Re-enable QoS after the release.
16831         Rework videoscale to use the base class src_event handler.
16832
16833 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         * configure.ac:
16836           back to CVS.
16837
16838 === release 0.10.5 ===
16839
16840 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16841
16842         * configure.ac:
16843           releasing 0.10.5, "Net"
16844
16845 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16846
16847         * docs/plugins/Makefile.am:
16848           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16849           
16850 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16851
16852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16854         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16855           Add cdparanoiasrc to docs.
16856
16857         * gst-libs/gst/cdda/gstcddabasesrc.c:
16858           More GstCddaBaseSrc docs.
16859
16860 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16861
16862         * docs/libs/gst-plugins-base-libs-sections.txt:
16863         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16864         * gst-libs/gst/tag/tag.h:
16865           API: libgsttag: new method gst_tag_from_id3_user_tag().
16866
16867 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16870           NULL-terminate array of mpeg4 video file extensions.
16871           Fixes crash on PPC (#334226).
16872
16873 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         * ext/gnomevfs/gstgnomevfssrc.c:
16876         (gst_gnome_vfs_src_check_get_range):
16877           gnome_vfs_uri_is_local() alone is not a good indicator
16878           whether we can operate in pull-mode with a specific URI,
16879           as it returns FALSE for file:// URIs that point to an
16880           NFS-mounted path. Be more conservative here: whitelist
16881           local files, blacklist http URIs and use the old
16882           mechanism for anything else (fixes #334216).
16883
16884 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16885
16886         * configure.ac:
16887           back to trunk
16888
16889 === release 0.10.4 ===
16890
16891 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16892
16893         * configure.ac:
16894           releasing 0.10.4, "Power"
16895
16896 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16897
16898         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16899         Disable max-lateness by setting it to -1 for now, so that 
16900         we can bed QoS stuff in thoroughly between now and the next
16901         release.
16902
16903 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16904
16905         Patch by: Fabrizio Gennari
16906
16907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16908           Make sure we don't read beyond the palette buffer in case of
16909           broken or manipulated files (#333488)
16910
16911 2006-03-10  Edward Hervey  <edward@fluendo.com>
16912
16913         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16914         Fix for variable not initialized.
16915
16916 2006-03-09  Wim Taymans  <wim@fluendo.com>
16917
16918         * ext/libvisual/visual.c: (gst_visual_get_type),
16919         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16920         (gst_visual_chain):
16921         Small cleanups.
16922
16923         * ext/theora/gsttheoradec.h:
16924         * ext/theora/theoradec.c: (gst_theora_dec_init),
16925         (gst_theora_dec_reset), (_theora_granule_time),
16926         (theora_dec_src_convert), (theora_dec_sink_convert),
16927         (theora_dec_src_query), (theora_dec_src_event),
16928         (theora_dec_sink_event), (theora_handle_comment_packet),
16929         (theora_handle_header_packet), (theora_dec_push),
16930         (theora_handle_data_packet), (theora_dec_chain),
16931         (theora_dec_change_state):
16932         Add simple QoS.
16933
16934 2006-03-09  Wim Taymans  <wim@fluendo.com>
16935
16936         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16937         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16938         Some cleanups.
16939
16940 2006-03-09  Wim Taymans  <wim@fluendo.com>
16941
16942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16943         Don't try to activate NULL chains.
16944
16945 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16948           Fix invalid memory access to region before peek'd data (#332964).
16949
16950 2006-03-09  Wim Taymans  <wim@fluendo.com>
16951
16952         Patch by: Christophe Fergeau
16953
16954         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16955         * ext/pango/gsttextrender.c: (gst_text_render_init):
16956         * gst/adder/gstadder.c: (gst_adder_init):
16957         Don't leak padtemplates, closes #333510.
16958
16959 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16960
16961         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16962           Fix invalid memory access: make sure string passed to
16963           regexec() is NUL-termianted.
16964
16965 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16966
16967         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16968         (mp3_type_find):
16969           Refactor mpeg/audio typefinding to make it more maintainable
16970           and easier to fine-tune. Make probing into middle of the file
16971           work properly (fixes #333900, also see #152688).
16972
16973 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/typefind/gsttypefindfunctions.c:
16976         (utf8_type_find_have_valid_utf8_at_offset):
16977           Remove part from previous commit that was bogus:
16978           g_utf8_validate() does in fact not accept embedded
16979           zeroes, so we don't need to check for those (thanks
16980           to Mike for the hint).
16981
16982 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         * gst/typefind/gsttypefindfunctions.c:
16985         (utf8_type_find_count_embedded_zeroes),
16986         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16987           Make plain/text typefinder more conservative: firstly, check
16988           for embedded zeroes, which are perfectly valid UTF-8 characters,
16989           but also a fairly good sign that something is not a plain text
16990           file; secondly, probe into the middle of the file if possible.
16991           If we can't probe into the middle, limit the probability value
16992           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16993
16994 2006-03-08  Michael Smith  <msmith@fluendo.com>
16995
16996         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16997           Make typefind function name for mpeg4 video unique.
16998
16999 2006-03-08  Wim Taymans  <wim@fluendo.com>
17000
17001         * ext/libvisual/visual.c: (gst_visual_init),
17002         (gst_visual_clear_actors), (gst_visual_dispose),
17003         (gst_visual_reset), (gst_visual_src_setcaps),
17004         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17005         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17006         (gst_visual_chain), (gst_visual_change_state):
17007         Cleanups, post nice errors.
17008         Handle sink and src events.
17009         Implement simple QoS.
17010
17011         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17012         Use new basesink methods to configure max-lateness.
17013         Small doc update.
17014
17015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17016         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17017         Debug statement cleanups.
17018
17019         * gst/volume/gstvolume.c: (gst_volume_class_init):
17020         Simple cleanup.
17021
17022 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17023
17024         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17025         (gst_text_overlay_init), (gst_text_overlay_set_property),
17026         (gst_text_overlay_get_property):
17027           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17028           as string type properties, but mark them deprecated. Add
17029           'halignment' and 'valignment' properties that use enums
17030           instead of strings.
17031
17032 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17033
17034         Patch by: Fabrizio Gennari
17035
17036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17037           Allow palettes with less than 256 colours in AVI files
17038           (#333488)
17039
17040 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17041
17042         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17043         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17044         pad. We were releasing the queued text buffer when we should keep
17045         it until video pad gets EOS or discard the text buffer because it's
17046         too old. That was eating the last subtitle buffer. Add some more
17047         debug.
17048
17049 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17050
17051         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17052         (gst_text_overlay_video_chain):
17053           Fix invalid memory access (we can't access a buffer after it's been
17054           pushed downstream without taking a reference); fix memory leak (if
17055           there's no text to render, bail out before allocating stuff).
17056
17057 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17060         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17061         * ext/pango/gsttextoverlay.h:
17062           If input is plain text, escape it before passing it to
17063           pango_layout_set_markup().
17064
17065 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17068           Don't ignore flow return from gst_pad_push().
17069
17070 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17071
17072         Patch by: Fabrizio Gennari
17073
17074         * ext/libvisual/visual.c: (gst_visual_getcaps),
17075         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17078         (gst_vorbisenc_convert_sink):
17079         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17080         (gst_audio_duration_from_pad_buffer):
17081         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17082         (gst_audio_filter_chain):
17083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17084         (gst_base_rtp_depayload_setcaps):
17085         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17086         (gst_video_get_size):
17087         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17088           Don't leak references returned by gst_pad_get_parent()
17089           (#333663)
17090
17091 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17092
17093         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17094           change location param details
17095         * gst/volume/gstvolume.c: (plugin_init):
17096           correct plugin description
17097
17098 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17099
17100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17101         (gst_gnome_vfs_src_check_get_range):
17102           Override GstBaseSrc::check_get_range() in order to avoid opening
17103           the resource just to check whether we can operate in pull-mode or
17104           not - we can predict that pretty well from the URI alone. Should
17105           fix problems with last.fm (#331690). (Requires latest core CVS).
17106
17107 2006-03-06  Wim Taymans  <wim@fluendo.com>
17108
17109         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17110         (gst_video_sink_class_init):
17111         Throw away frames that are later than 20 ms.
17112
17113 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17114
17115         Patch by: Fabrizio Gennari
17116
17117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17118           Set depth on WMA caps (#333545)
17119
17120 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17123         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17124           put Theora BOS pages before others.  This hardcodes
17125           the Ogg/Theora I profile, but hey.
17126
17127 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * ext/ogg/README:
17130           updated with some examples
17131         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17132         (granulepos_add), (theora_buffer_from_packet):
17133         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17134         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17135         (gst_vorbisenc_chain):
17136           implement strategy from ext/ogg/README
17137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17138         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17139         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17140         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17141           Fix muxer so that oggz-validate is happy with all streams;
17142           except for no eos mark, and the BOS page ordering
17143         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17144         (check_buffer_granulepos):
17145         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17146           update tests to check for OFFSET being set as requested
17147           fixed type of granulepos, it's not a ClockTime
17148
17149 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17150
17151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17152         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17153         Check that the xvimage we are creating has a correct size
17154         before returning it. (#314897)
17155
17156 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17159           Give id3 and ape tag typefinders a rank slightly higher
17160           than PRIMARY to ensure they're always run before any of
17161           the other typefinders (in particular wav and mp3) (#324186).
17162
17163 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17164
17165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17166           Add support for '3IVD' fourcc (#333403).
17167
17168 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17169
17170         * configure.ac:
17171           Bump requirements to GStreamer CVS for the new error enum.
17172
17173         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17174           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17175           space left on the device (fixes #333352).
17176
17177 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17178
17179         * win32/vs6:
17180           add a project file for libgstvolume
17181           update the workspace
17182
17183 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17186         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17187         (GST_START_TEST):
17188           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17189           Set IN_CAPS on header buffers
17190
17191 2006-03-02  Wim Taymans  <wim@fluendo.com>
17192
17193         * docs/plugins/Makefile.am:
17194         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17195         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17196         Add audioresample to docs.
17197
17198         * gst/audioconvert/gstaudioconvert.c:
17199         Add revision date.
17200
17201         * gst/audioresample/gstaudioresample.c:
17202         (gst_audioresample_base_init), (gst_audioresample_class_init),
17203         (gst_audioresample_init), (gst_audioresample_dispose),
17204         (audioresample_get_unit_size), (audioresample_transform_caps),
17205         (resample_set_state_from_caps), (audioresample_transform_size),
17206         (audioresample_set_caps), (audioresample_event),
17207         (audioresample_do_output), (audioresample_transform),
17208         (audioresample_pushthrough), (gst_audioresample_set_property),
17209         (gst_audioresample_get_property), (plugin_init):
17210         * gst/audioresample/gstaudioresample.h:
17211         Added docs.
17212         Small code cleanups.
17213
17214 2006-03-02  Wim Taymans  <wim@fluendo.com>
17215
17216         * docs/plugins/Makefile.am:
17217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17219         Added videoscale to docs.
17220
17221         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17222         (gst_video_rate_swap_prev), (gst_video_rate_event),
17223         (gst_video_rate_chain):
17224         Fix typo in docs.
17225
17226         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17227         (gst_video_scale_init), (gst_video_scale_prepare_size),
17228         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17229         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17230         * gst/videoscale/gstvideoscale.h:
17231         Added docs, examples.
17232         Some code cleanups.
17233         Post errors instead of g_warning.
17234
17235 2006-03-02  Wim Taymans  <wim@fluendo.com>
17236
17237         * docs/libs/gst-plugins-base-libs-docs.sgml:
17238         * docs/libs/gst-plugins-base-libs-sections.txt:
17239         * docs/libs/gst-plugins-base-libs.types:
17240         * docs/plugins/Makefile.am:
17241         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17242         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17243         Added some more docs to libs and plugins.
17244
17245         * gst-libs/gst/audio/gstringbuffer.c:
17246         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17247         * gst-libs/gst/audio/gstringbuffer.h:
17248         Document ringbuffer some more.
17249
17250         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17251         (gst_video_rate_setcaps), (gst_video_rate_reset),
17252         (gst_video_rate_init), (gst_video_rate_flush_prev),
17253         (gst_video_rate_swap_prev), (gst_video_rate_event),
17254         (gst_video_rate_chain), (gst_video_rate_change_state):
17255         * gst/videorate/gstvideorate.h:
17256         Fix videorate to use segments.
17257         Make it work with 0/1 framerates (closes #331903)
17258         Handle EOS correctly.
17259         Added docs.
17260
17261 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17262
17263         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17264         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17265         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17266           In state change function, first chain up to parent class,
17267           then handle downwards state change stuff. Remove some
17268           commented out cruft from 0.8 code.
17269
17270 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17271
17272         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17273         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17274         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17275         (gst_ogm_parse_chain):
17276           Don't remove/re-add source pad if the new caps are the same as
17277           the old caps anyway (#333042). When removing source pad, don't
17278           unref it afterwards - we didn't ref it when adding. Sprinkle some
17279           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17280           after using gst_pad_get_parent(). Return downstream flow return
17281           value in chain function.
17282
17283 2006-03-02  Wim Taymans  <wim@fluendo.com>
17284
17285         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17286         * docs/plugins/gst-plugins-base-plugins.args:
17287         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17288         * docs/plugins/gst-plugins-base-plugins.interfaces:
17289         * docs/plugins/gst-plugins-base-plugins.signals:
17290         Fix hierarchy, added some more elements to the docs.
17291
17292         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17293         (gst_ffmpegcsp_get_type):
17294         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17295         Fix docs for ffmpegcolorspace.
17296
17297 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17298
17299         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17300         (apetag_type_find), (ape_type_find), (plugin_init):
17301           Some typefinding fine-tuning:
17302           - rank ID3/APE tags in order of preference via probabilities, so that
17303             ID3v2 > APEv2 > APEv1 > ID3v1.
17304           - three or four bytes don't really justify MAXIMUM probability,
17305             change those to 'very likely' (musepack and monkeysaudio).
17306
17307 2006-03-01  Wim Taymans  <wim@fluendo.com>
17308
17309         * docs/plugins/Makefile.am:
17310         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17311         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17312         * ext/alsa/gstalsamixer.c:
17313         * ext/alsa/gstalsamixer.h:
17314         * ext/alsa/gstalsamixerelement.c:
17315         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17316         * ext/alsa/gstalsamixerelement.h:
17317         * ext/alsa/gstalsasink.c:
17318         * ext/alsa/gstalsasink.h:
17319         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17320         (gst_alsasrc_init):
17321         * ext/alsa/gstalsasrc.h:
17322         Added alsa docs.
17323         Small code cleanups.
17324
17325 2006-03-01  Wim Taymans  <wim@fluendo.com>
17326
17327         * ext/theora/Makefile.am:
17328         Dist new header too,
17329
17330 2006-03-01  Wim Taymans  <wim@fluendo.com>
17331
17332         * docs/plugins/Makefile.am:
17333         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17334         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17335         * ext/gnomevfs/gstgnomevfssink.h:
17336         * ext/gnomevfs/gstgnomevfssrc.h:
17337         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17338         * ext/vorbis/vorbisdec.h:
17339         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17340         * ext/vorbis/vorbisenc.h:
17341         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17342         (vorbis_parse_chain), (vorbis_parse_change_state):
17343         * ext/vorbis/vorbisparse.h:
17344         * gst/audioconvert/gstaudioconvert.h:
17345         * gst/tcp/gsttcpserversink.h:
17346         * gst/videotestsrc/gstvideotestsrc.c:
17347         * gst/videotestsrc/gstvideotestsrc.h:
17348         * gst/volume/gstvolume.c:
17349         * gst/volume/gstvolume.h:
17350         Fix some more docs.
17351         Added docs for vorbisdec and vorbisparse.
17352         Fix vorbisparse.
17353
17354 2006-03-01  Wim Taymans  <wim@fluendo.com>
17355
17356         * docs/plugins/Makefile.am:
17357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17359         * ext/pango/gstclockoverlay.h:
17360         * ext/pango/gsttextoverlay.h:
17361         * ext/pango/gsttextrender.h:
17362         * ext/pango/gsttimeoverlay.h:
17363         * ext/theora/gsttheoradec.h:
17364         * ext/theora/gsttheoraenc.h:
17365         * ext/theora/theoradec.c:
17366         * ext/theora/theoraenc.c:
17367         * gst/audioconvert/gstaudioconvert.h:
17368         * gst/audiotestsrc/gstaudiotestsrc.h:
17369         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17370         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17371         * gst/tcp/gstmultifdsink.h:
17372         Updated/added documentation.
17373
17374         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17375         (gst_text_overlay_halign_get_type),
17376         (gst_text_overlay_wrap_mode_get_type),
17377         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17378         (gst_text_overlay_init), (gst_text_overlay_set_property),
17379         (gst_text_overlay_get_property):
17380         Fix up properties to be enums instead of string to make bindings,
17381         introspection and automatic GUI creation possible.
17382         Add getters for the properties.
17383
17384 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17385
17386         * gst/audiotestsrc/gstaudiotestsrc.c:
17387           added defines of M_PI and M_PI_2
17388         * gst/ffmpegcolorspace/avcodec.h:
17389           removed #include "stdint.h" for win32 as _stdint.h is 
17390           autogenerated to win32/common
17391         * win32/common/libgstaudio.def:
17392         * win32/common/libgsttag.def:
17393           added some exports
17394         * win32/vs6:
17395           some project files bugs corrected
17396         * win32/vs7:
17397           project files are reset to the default vs7 configuration 
17398           (they link to msvcr71.dll using default optimizations)
17399           
17400 2006-02-28  Wim Taymans  <wim@fluendo.com>
17401
17402         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17403         Fix some docs.
17404
17405 2006-02-28  Edward Hervey  <edward@fluendo.com>
17406
17407         * ext/alsa/gstalsasrc.c:
17408         Set proper class on the ElementDetails:
17409         Source/Audio instead of Src/Audio/
17410
17411 2006-02-28  Edward Hervey  <edward@fluendo.com>
17412
17413         * gst/videoscale/vs_scanline.c:
17414         (vs_scanline_resample_nearest_RGBA):
17415         Revert optimization in videoscale. It should go in liboil and have
17416         an appropriate liboil function.
17417
17418 2006-02-28  Wim Taymans  <wim@fluendo.com>
17419
17420         * gst-libs/gst/audio/gstbaseaudiosink.c:
17421         (gst_base_audio_sink_provide_clock):
17422         Don't try to provide a clock in the NULL state.
17423
17424 2006-02-28  Wim Taymans  <wim@fluendo.com>
17425
17426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17427         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17428         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17429         (gst_ogg_demux_deactivate_current_chain),
17430         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17431         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17432         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17433         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17434         Use GstSegment infrastructure to remove duplicated code
17435         and handle more seek cases correctly.
17436
17437 2006-02-28  Wim Taymans  <wim@fluendo.com>
17438
17439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17440         (gst_ffmpegcsp_transform):
17441         Don't ignore return code from ffmpeg convert function.
17442
17443         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17444         Split out some long statements to ease debugging.
17445
17446 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17447
17448         * ext/libvisual/visual.c: (gst_visual_init),
17449         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17450         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17451         being able to renegotiate the size. Instead, use the negotiation
17452         algorithm from the goom plugin to pick an initial output caps. 
17453
17454         Also, allow theoretical libvisual plugins that might support non-GL 
17455         output even if they also do GL.
17456
17457 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17458
17459         * ext/libvisual/visual.c: (gst_visual_init),
17460         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17461         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17462         possible negotiation issues.
17463
17464 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17465
17466         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17467
17468 2006-02-24  Michael Smith  <msmith@fluendo.com>
17469
17470         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17471         (cmml_type_find), (plugin_init):
17472           Fix CMML type find function to not require a specific minor version
17473           of the CMML header.
17474
17475           Add an MPEG4 video elementary stream typefind function.
17476
17477 2006-02-04  Michael Smith  <msmith@fluendo.com>
17478
17479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17480         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17481         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17482         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17483         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17484         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17485           Annodex support in ogg demuxer. Doesn't do very much without the
17486           other annodex patches (to come).
17487
17488 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17489
17490         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17491
17492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17493           Pick up palette for MS video v1 (#327028)
17494
17495 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17496
17497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17498         (gst_ffmpegcsp_caps_remove_format_info),
17499         (gst_ffmpegcsp_get_unit_size):
17500           The 'palette_data' field from incoming RGB caps shouldn't be
17501           proxied on outgoing YUV caps; also, restrict unit size
17502           adjustment in case of paletted data only to the unit that
17503           actually has a palette. Fixes #330711.
17504
17505 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17506
17507         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17508         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17509         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17510         (gst_ffmpegcsp_get_unit_size):
17511           Plug some memory leaks.
17512
17513 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17514
17515         * sys/ximage/Makefile.am:
17516         * sys/xvimage/Makefile.am:
17517           Add some _CFLAGS and _LIBS that seem to be missing
17518           and/or required for Cygwin (see #317048).
17519
17520 2006-02-22  Wim Taymans  <wim@fluendo.com>
17521
17522         * ext/alsa/gstalsasrc.c:
17523         Fix description as pointed out by caugier.
17524
17525 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17526
17527         Reviewed by : Edward Hervey  <edward@fluendo.com>
17528
17529         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17530         (qt_type_find):
17531         Better 3gp typefinding (#331526).
17532
17533 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17534
17535         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17536           Don't send EOS event here, the base class will send one for us.
17537
17538         * gst/playback/gstplaybasebin.c: (prepare_output):
17539           Subpictures without video stream aren't allowed either.
17540         
17541         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17542           Fix debug statement copy'n'paste-o.
17543
17544 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17545
17546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17547           Fix issues with mixer keeping state when muting/unmuting
17548           and when changing the volume whilst muted (see #331763
17549           and #331765).
17550
17551 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17554         (parse_subrip), (gst_sub_parse_format_autodetect):
17555           Set right caps given that we send escaped text. Also,
17556           honour <i></i>, <b></b> and <u></u> markers that can be found
17557           in .srt files (fixes #310202).
17558
17559 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17560
17561         * gst-libs/gst/audio/mixerutils.c:
17562         (element_factory_rank_compare_func):
17563           Make order in which elements are tried more determinable.
17564
17565 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17566
17567         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17568         (remove_element_chain), (cleanup_decodebin),
17569         (gst_decode_bin_change_state): Make decodebin reusable by
17570         fixing remove_element_chain first and then introduce a
17571         cleaner in state change to ->NULL. (Closes #331678)
17572
17573 2006-02-19  Wim Taymans  <wim@fluendo.com>
17574
17575         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17576         use 0666 mask when creating files so umask gets applied
17577         correctly. Fixes #331295.
17578
17579 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17580
17581         * gst/subparse/Makefile.am:
17582         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17583         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17584         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17585         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17586         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17587         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17588         * gst/subparse/gstssaparse.h:
17589         * gst/subparse/gstsubparse.c: (plugin_init):
17590           Add very basic parser for SSA subtitle streams (as often
17591           found in matroska files).
17592
17593 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17594
17595         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17596           That should be text/x-pango-markup, not text/x-pango-layout.
17597
17598 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17599
17600         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17601         Polishing.
17602
17603 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17604
17605         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17606         (gst_text_overlay_finalize), (gst_text_overlay_init),
17607         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17608         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17609         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17610         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17611         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17612         Fix state change deadlock.
17613
17614 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17615
17616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17617         (gst_text_overlay_finalize), (gst_text_overlay_init),
17618         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17619         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17620         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17621         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17622         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17623         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17624         and subtitles files.
17625
17626 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17627
17628         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17629         should be considered as raw.
17630
17631 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17632
17633         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17634         (cb_probe):
17635         * gst/playback/gststreaminfo.h: Introduce language informations.
17636
17637 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17638
17639         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17640         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17641         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17642         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17643         Set shared memory segments to be deleted as soon as we have attached,
17644         that way they get cleaned up automatically if we crash.
17645
17646 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17647
17648         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17649         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17650         functions are called with lock held.
17651
17652 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17653
17654         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17655         (gst_text_overlay_finalize), (gst_text_overlay_init),
17656         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17657         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17658         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17659         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17660         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17661         (gst_text_overlay_change_state): Refactoring of textoverlay
17662         without collectpads. This now supports sparse subtitles coming
17663         from a demuxer instead of a sub file. Seeking is still broken 
17664         though. Need to discuss with wtay some more on how to handle
17665         seeking correctly.
17666         * ext/pango/gsttextoverlay.h:
17667         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17668         subtitles coming from the demuxer.
17669
17670 2006-02-17  Wim Taymans  <wim@fluendo.com>
17671
17672         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17673         (gst_vorbisenc_convert_sink):
17674         Use some more scaling functions.
17675
17676 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17677
17678         * ext/cdparanoia/gstcdparanoiasrc.c:
17679         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17680         (gst_cd_paranoia_paranoia_callback),
17681         (gst_cd_paranoia_src_signal_is_being_watched),
17682         (gst_cd_paranoia_src_read_sector):
17683         * ext/cdparanoia/gstcdparanoiasrc.h:
17684           Add back 'transport-error' and 'uncorrected-error' signals and
17685           make them actually be fired when bad stuff happens (#319340).
17686
17687 2006-02-17  Wim Taymans  <wim@fluendo.com>
17688
17689         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17690         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17691         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17692         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17693         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17694         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17695         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17696         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17697         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17698         (gst_ring_buffer_clear):
17699         Small cleanups.
17700         Added some G_LIKELY.
17701
17702 2006-02-17  Wim Taymans  <wim@fluendo.com>
17703
17704         * gst-libs/gst/audio/TODO:
17705         Update TODO
17706
17707         * gst-libs/gst/audio/gstbaseaudiosink.c:
17708         (gst_base_audio_sink_get_offset):
17709         When trying to play samples ASAP and we don't have a
17710         previous sample, try to play at position 0 instead of
17711         an invalid position.
17712
17713 2006-02-17  Wim Taymans  <wim@fluendo.com>
17714
17715         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17716         (gst_alsasink_reset):
17717         Also release lock when we get an error in _reset();
17718         fix an error message.
17719
17720 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17721
17722         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17723         (gst_alsasink_init), (get_channel_free_structure),
17724         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17725         (gst_alsasink_close):
17726         * ext/alsa/gstalsasink.h:
17727           Add support for more than 2 channels (#326720).
17728
17729 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17732           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17733           with 4 or 6 channels, assume a default channel layout to make things
17734           work (not sure there's anything else we can do in those cases).
17735
17736 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17737
17738         * gst-libs/gst/audio/multichannel.c:
17739           Minor docs fix.
17740
17741         * gst-libs/gst/riff/Makefile.am:
17742         * gst-libs/gst/riff/riff-ids.h:
17743         * gst-libs/gst/riff/riff-media.c:
17744         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17745           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17746           channels and a channel layout map.
17747           
17748 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17749
17750         Reviewed by Edward Hervey  <edward@fluendo.com>
17751
17752         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17753         C-level optimization of the RGBA nearest neighbour function.
17754         Eventually this might end up in liboil with vectorized versions.
17755
17756 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17757
17758         * gst-libs/gst/audio/multichannel.c:
17759         (gst_audio_get_channel_positions):
17760           When we have more than 2 channels, but no channel layout is
17761           specified in the caps, return some default channel layout
17762           to the caller and warn about about a possibly buggy element
17763           (could be buggy filtercaps as well of course) (#317038).
17764
17765 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17766
17767         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17768           Add gst-libs/gst/cdda to list of lib search paths.
17769
17770 2006-02-15  Andy Wingo  <wingo@pobox.com>
17771
17772         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17773         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17774         to the Lord Jesus that I do not have to touch the ogg muxer ever
17775         again.
17776
17777 2006-02-15  Edward Hervey  <edward@fluendo.com>
17778
17779         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17780         quicktime movie files can also contain 'uuid' atoms.
17781
17782 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17783
17784         * gst/audioconvert/plugin.c: (plugin_init):
17785           Register the GstAudioChannelPosition enum type with the type
17786           system in the plugin_init function, so that it is known before
17787           any element actually makes use of multi-channel stuff. This is
17788           required for example if one wants to be able to deserialise/use
17789           a caps string with channel positions before any pipeline has
17790           been setup and started, like with gst-launch.
17791
17792 2006-02-14  Wim Taymans  <wim@fluendo.com>
17793
17794         * gst-libs/gst/audio/gstringbuffer.c:
17795         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17796         (gst_ring_buffer_samples_done), (wait_segment),
17797         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17798         Add some compiler G_(UN_)LIKELY help.
17799         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17800         make sure they can exit their functions. Should fix #330748
17801
17802 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17803
17804         * Makefile.am:
17805         * configure.ac:
17806         * win32/MANIFEST:
17807         * win32/common/_stdint.h:
17808           Windows does not have long long; copy the generated _stdint.h
17809         * win32/common/interfaces-enumtypes.c:
17810         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17811         (gst_mixer_track_flags_get_type),
17812         (gst_tuner_channel_flags_get_type):
17813         * win32/common/multichannel-enumtypes.c:
17814         (gst_audio_channel_position_get_type):
17815           update
17816
17817 2006-02-13  Wim Taymans  <wim@fluendo.com>
17818
17819         * gst-libs/gst/audio/gstbaseaudiosink.c:
17820         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17821         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17822         Always sync on first sample we receive when starting.
17823
17824 2006-02-13  Wim Taymans  <wim@fluendo.com>
17825
17826         * gst/playback/gstplaybin.c: (gen_vis_element):
17827         Update vis bin docs.
17828         Move queue after tee so we don't queue video buffers but
17829         audio samples instead. Fixes problems where the video queue
17830         is filled and the audio queue empty.
17831
17832 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17835           No need to push an EOS event here, GstBaseSrc will do that for us
17836           when we return FLOW_UNEXPECTED.
17837           
17838 2006-02-12  Wim Taymans  <wim@fluendo.com>
17839
17840         * gst-libs/gst/audio/gstbaseaudiosink.c:
17841         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17842         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17843         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17844         Use scale functions when possible.
17845         Fix error messages.
17846         Free clockid when after waiting for EOS.
17847         Use G_(UN_)LIKLY when it makes sense.
17848         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17849
17850 2006-02-12  Edward Hervey  <edward@fluendo.com>
17851
17852         * gst/playback/gstplaybasebin.c: (prepare_output): 
17853         Remove stray semi-colon (fixes #330888).
17854
17855 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17856
17857         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17859         Fix up the XShm call testing so that we catch errors, and don't
17860         cause new ones by attempting to detach from a segment we failed
17861         to attach to. Fixes #312439.
17862
17863 2006-02-10  Edward Hervey  <edward@fluendo.com>
17864
17865         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17866         Added flv file typefind (video/x-flv).
17867
17868 2006-02-10  Edward Hervey  <edward@fluendo.com>
17869
17870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17871         (gst_riff_create_video_template_caps):
17872         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17873         Also added the caps to the default set of riff video caps.
17874
17875 2006-02-09  Andy Wingo  <wingo@pobox.com>
17876
17877         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17878         time and the end time of the last packet in the page.
17879         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17880         on the pages in our queue, set the duration as well. Reflow a
17881         debug statement.
17882         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17883         Fixes bad muxing order.
17884
17885 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17886
17887         * gst-libs/gst/rtp/gstbasertppayload.c:
17888         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17889           update seqnum before setting it on the packet; this makes sure
17890           that the timestamp and seqnum properties match after pushing
17891           a buffer
17892
17893 2006-02-09  Andy Wingo  <wingo@pobox.com>
17894
17895         * gst-libs/gst/audio/gstringbuffer.c
17896         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17897         overflow after 13.5 hours of recording. Kapow!
17898
17899         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17900         the buffer size -- we don't care about underrun/overrun reporting
17901         right now, just need to return a useful value.
17902
17903 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17904
17905         * configure.ac:
17906           Back to CVS
17907
17908 === release 0.10.3 ===
17909
17910 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17911
17912         * configure.ac:
17913           releasing 0.10.3, "Under Pressure"
17914
17915 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17916
17917         * configure.ac:
17918         Drat. Bump libtool version number for new API.
17919         Prelease 0.10.2.3 (of 0.10.3)
17920
17921 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17922
17923         * configure.ac:
17924         * win32/common/config.h:
17925         0.10.2.2 prerelease (of 0.10.3).
17926
17927 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17928
17929         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17930           Revert Andy's newsegment change pending a more correct
17931           fix.
17932
17933 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17934
17935         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17936         (qt_type_find), (plugin_init):
17937           detect more files as 3gp
17938           group and reorder the iso file formats
17939
17940 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17941
17942         * ext/vorbis/vorbis.c: (plugin_init):
17943           Register musicbrainz tags, so apps don't have to.
17944
17945 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17946
17947         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17948         (gst_tag_to_vorbis_tag):
17949           Make sure we called gst_tag_register_musicbrainz_tags()
17950           before possibly mapping a vorbiscomment string from/to a
17951           musicbrainz tag.
17952
17953 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17956           In case we can't find the required number of consecutive
17957           mpeg audio frames to positively identify an MPEG audio
17958           stream, check if there's at least a valid mpeg audio
17959           frame right at offset 0 and if so suggest mpeg/audio
17960           caps with a very low probability (#153004).
17961
17962 2006-02-07  Andy Wingo  <wingo@pobox.com>
17963
17964         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17965         a TIME segment if we get timestamped buffers. Requires recent
17966         fixes in core to work properly.
17967
17968 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17969
17970         * gst/playback/gstplaybasebin.c: (prepare_output):
17971           Don't print the URI as part of the error message, it
17972           makes error dialogs look rather ugly, especially if
17973           the URI is very long or has characters in it that
17974           need escaping.
17975
17976 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * gst/playback/gstplaybasebin.c: (prepare_output):
17979           Error out if we have only text or subtitles, but nothing
17980           else. Also error out if we have subtitles but no video
17981           stream.
17982
17983 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17984
17985         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17986           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17987           Post an error message on the bus when we encounter an
17988           error, which will hopefully be more meaningful than the
17989           'Internal Flow Error' message users get to see if we
17990           just return GST_FLOW_ERROR.
17991
17992 2006-02-07  Andy Wingo  <wingo@pobox.com>
17993
17994         * configure.ac (GST_MAJORMINOR): Update core version req to
17995         0.10.2.2, for the collectpads API addition (#330244).
17996
17997 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17998
17999         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18000           Return FALSE from plugin_init() when GnomeVFS can't
18001           be initialised for some reason (#328423).
18002
18003 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18004
18005         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18006         Stick to seeking theory until i find the bug.
18007         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18008
18009 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18010
18011         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18012         (theora_enc_finalize), (theora_enc_sink_setcaps),
18013         (theora_set_header_on_caps), (theora_enc_chain),
18014         (theora_enc_change_state):
18015         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18016           Make theoraenc and the tests leak free. Like, really.
18017
18018 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18019
18020         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18021         (theora_enc_finalize), (theora_enc_sink_setcaps):
18022           Add a finalize method to ensure we clean up state even if
18023           someone omitted the state change back to NULL.
18024
18025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18026         (gst_vorbisenc_chain):
18027           Free some more leaked bits.
18028
18029         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18030         (stop_pipeline):
18031           Wait for state changes to happen if they're ASYNC.
18032
18033           This ought to teach those fancy pants buildbots a lesson.
18034
18035 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18036
18037         * gst-libs/gst/tag/gstid3tag.c:
18038           Add mapping for ID3 International Standard Recording Code
18039           tag "TSRC"
18040
18041 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18042
18043         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18044           Don't leak tag names.
18045
18046 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * docs/libs/gst-plugins-base-libs-docs.sgml:
18049         * docs/libs/gst-plugins-base-libs-sections.txt:
18050         * gst-libs/gst/tag/gstid3tag.c:
18051         * gst-libs/gst/tag/gstvorbistag.c:
18052         * gst-libs/gst/tag/tags.c:
18053           Split libgsttag docs into multiple sections.
18054
18055 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18056
18057         * docs/libs/Makefile.am:
18058         * docs/libs/gst-plugins-base-libs-docs.sgml:
18059         * docs/libs/gst-plugins-base-libs-sections.txt:
18060         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18061         * gst-libs/gst/tag/gstvorbistag.c:
18062         * gst-libs/gst/tag/tag.h:
18063         * gst-libs/gst/tag/tags.c:
18064           Add libgsttag to the docs.
18065
18066 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18067
18068         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18069         (gst_text_overlay_init), (gst_text_overlay_src_event),
18070         (gst_text_overlay_collected): Fix clockoverlay.
18071
18072 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18073
18074         * docs/libs/compiling.sgml:
18075           Fix typo: it's pkg-config, not pkg-gconfig
18076
18077         * docs/libs/gst-plugins-base-libs-docs.sgml:
18078         * docs/libs/gst-plugins-base-libs-sections.txt:
18079         * docs/libs/tmpl/gstgconf.sgml:
18080           There is no libgstgconf in 0.10, remove it
18081           from the docs.
18082
18083 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18084
18085         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18086         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18087         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18088         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18089         (gst_sub_parse_class_init), (gst_sub_parse_init),
18090         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18091         (parse_mpsub), (parser_state_init), (handle_buffer),
18092         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18093         * gst/subparse/gstsubparse.h: Introduce seeking code.
18094
18095 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18096
18097         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18098           Add comment about LANGUAGE tag inconsistency (we want
18099           ISO-639-1, but extract three-letter identifiers?)
18100
18101         * po/POTFILES.in:
18102           Add two translatable files.
18103
18104 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18105
18106         * gst-libs/gst/tag/Makefile.am:
18107         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18108         * gst-libs/gst/tag/tag.h:
18109         * gst-libs/gst/tag/tags.c:
18110         (gst_tag_register_musicbrainz_tags_internal),
18111         (gst_tag_register_musicbrainz_tags):
18112           Forward-port some tags stuff from the 0.8 branch. This is
18113           mostly the addition of musicbrainz tags and their mapping
18114           to vorbistags, and a vorbistag mapping of the language tag.
18115
18116 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18117
18118         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18119         refactoring.
18120
18121 2006-02-04  David Schleef  <ds@schleef.org>
18122
18123         * ext/ogg/gstoggmux.c:
18124         * gst/typefind/gsttypefindfunctions.c:
18125           Add Dirac typefinding and add dirac format to oggmux.
18126
18127 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * gst/playback/gstdecodebin.c: (try_to_link_1):
18130           Don't put essential function call into
18131           g_return_*() macro, otherwise it'll all be
18132           replaced by NOOPs when compiling with
18133           G_DISABLE_CHECKS defined.
18134
18135 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18136
18137         * ext/ogg/gstoggdemux.c:
18138         * ext/ogg/gstoggparse.c:
18139         * gst/tcp/gsttcpserversink.c:
18140         * sys/v4l/v4lsrc_calls.c:
18141         * sys/v4l/v4lsrc_calls.h:
18142         Just make it compile with --disable-gst-debug.
18143
18144 2006-02-03  Wim Taymans  <wim@fluendo.com>
18145
18146         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18147         (gst_alsasink_class_init), (gst_alsasink_init),
18148         (gst_alsasink_write), (gst_alsasink_reset):
18149         * ext/alsa/gstalsasink.h:
18150         Add lock to protect alsa calls.
18151         Implement reset to flush samples ASAP, does not work
18152         with dmix though.
18153
18154 2006-02-02  Wim Taymans  <wim@fluendo.com>
18155
18156         * gst-libs/gst/audio/gstbaseaudiosink.c:
18157         (gst_base_audio_sink_provide_clock):
18158         Ugh.. getting late I guess...
18159
18160 2006-02-02  Wim Taymans  <wim@fluendo.com>
18161
18162         * gst-libs/gst/audio/gstbaseaudiosink.c:
18163         (gst_base_audio_sink_provide_clock),
18164         (gst_base_audio_sink_set_property),
18165         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18166         Don't try to provide a clock when we are not negotiated since
18167         we might not be able to make it run.
18168
18169 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18170
18171         * gst/playback/gstdecodebin.c: (try_to_link_1):
18172           Unlinking two source pads is ... hard.
18173
18174 2006-02-02  Wim Taymans  <wim@fluendo.com>
18175
18176         * gst-libs/gst/audio/TODO:
18177         Updated.
18178
18179         * gst-libs/gst/audio/gstbaseaudiosink.c:
18180         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18181         On EOS, wait till the last sample is played before posting EOS.
18182
18183 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18184
18185         Patch by: Kai Vehmanen
18186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18187           Adds ability to enable newsegment bypass by setting queue_delay to
18188           zero. Also avoid thread being started if queue_delay is zero.
18189
18190 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18193           Make test work again by connecting fakesinks to each decoded pad,
18194           which makes the pipeline wait until each fakesink has a buffer
18195           queued before going to PAUSED state. At that point we know the
18196           decodebin pads are negotiated.
18197
18198 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18199
18200         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18201         (gst_cdda_base_src_handle_event):
18202         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18203           Pass unhandled queries to the parent class's query function.
18204
18205 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18206
18207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18208         (gst_ogg_pad_src_query):
18209         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18210         * ext/theora/theoradec.c: (theora_dec_src_query),
18211         (theora_dec_sink_query):
18212         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18213         (vorbis_dec_sink_query):
18214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18215         (gst_vorbisenc_sink_query):
18216         * gst/adder/gstadder.c: (gst_adder_query):
18217           Pass unhandled queries upstream instead of just
18218           dropping them (#326447). Also, fix supported
18219           query types list for some elements.
18220
18221 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18224         (paris_type_find), (ilbc_type_find), (plugin_init):
18225           Fix typefinding for audio/x-au, audio/x-paris and
18226           audio/iLBC-sh. We cannot use the START_WITH macros
18227           here, because there can only be one typefind factory
18228           with the same name (caps), so the second one would
18229           replace the first one and the first one would never
18230           be called when doing typefinding (see #161712).
18231           
18232
18233 2006-01-31  Wim Taymans  <wim@fluendo.com>
18234
18235         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18236         (vorbis_handle_header_packet), (vorbis_dec_push),
18237         (vorbis_handle_data_packet):
18238         Use scale_int when we can, add some more scaling.
18239         Check packettype before parsing it.
18240
18241 2006-01-31  Wim Taymans  <wim@fluendo.com>
18242
18243         * ext/theora/theoradec.c: (_theora_granule_time),
18244         (theora_dec_src_convert), (theora_dec_sink_convert):
18245         Call right _scale functions.
18246         Use parameter instead of some other random value.
18247
18248 2006-01-31  Wim Taymans  <wim@fluendo.com>
18249
18250         * ext/theora/theoradec.c: (_theora_granule_frame),
18251         (_theora_granule_time), (_inc_granulepos),
18252         (theora_dec_src_convert), (theora_dec_sink_convert),
18253         (theora_handle_type_packet), (theora_handle_data_packet),
18254         (theora_dec_chain):
18255         Use higher precision timestamps calculation.
18256         Convert some other conversions to _scale.
18257
18258 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18259
18260         * gst/audiotestsrc/gstaudiotestsrc.c:
18261         (gst_audio_test_src_create_sine_table), (plugin_init):
18262         * gst/volume/gstvolume.c: (plugin_init):
18263           initialize gst_controller before using
18264
18265 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18266
18267         * tests/check/pipelines/theoraenc.c:
18268         * tests/check/pipelines/vorbisenc.c:
18269         Define constant using G_GINT64_CONSTANT to avoid errors when
18270         passing it around - otherwise it gets truncated to 32 bits.
18271
18272         Fixes failing tests.
18273
18274 2006-01-31  Andy Wingo  <wingo@pobox.com>
18275
18276         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18277         caps being set doesn't have a framerate value. Basically a stopgap
18278         measure.
18279
18280         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18281         technically correct enough to put into core though.
18282         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18283         DURATION. Fixes theoraenc ! oggmux.
18284
18285         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18286         fraction, not double.
18287
18288 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18289
18290         * win32/vs7:
18291         add vs7 project files created by Sergey Scobich
18292
18293 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18294
18295         * win32/vs8:
18296         add vs8 project files created by Sergey Scobich
18297         
18298 2006-01-30  Andy Wingo  <wingo@pobox.com>
18299
18300         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18301         timestamp + duration, not just timestamp -- ogg pages should be
18302         ordered by stop time. Necessary fix given the change in vorbis
18303         timestamps.
18304
18305         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18306         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18307         (granulepos_add): New function, handles the messiness of adjusting
18308         granulepos values.
18309         (theora_buffer_from_packet):
18310         (theora_enc_chain):
18311         (theora_enc_sink_event): Use granulepos_add, not +.
18312
18313         * tests/check/pipelines/theoraenc.c
18314         (check_buffer_granulepos_from_starttime): Just check the frame
18315         count, not the actual granulepos -- we can't dictate to the
18316         encoder when it should be placing keyframes.
18317
18318 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18319
18320         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18321           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18322           play an http:// stream from a server that's not serving
18323
18324 2006-01-30  Andy Wingo  <wingo@pobox.com>
18325
18326         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18327         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18328         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18329         available.
18330
18331         * ext/theora/gsttheoraenc.h:
18332         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18333         although theoraenc was timestamping correctly. Added handling of
18334         streams that start with nonzero timestamps.
18335
18336         * tests/check/Makefile.am:
18337         * tests/check/pipelines/theoraenc.c: New file, basically does same
18338         tests as vorbisenc.
18339
18340         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18341
18342 2006-01-30  Wim Taymans  <wim@fluendo.com>
18343
18344         * gst-libs/gst/audio/gstaudiosink.c:
18345         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18346         (gst_audioringbuffer_pause):
18347         Implement pause that does not wait for completion.
18348
18349         * gst-libs/gst/audio/gstbaseaudiosink.c:
18350         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18351         Don't drop buffers when going to PAUSED but perform preroll on
18352         remaining samples now that core base class supports this.
18353
18354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18355         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18356         (gst_ring_buffer_commit):
18357         Pause should not signal waiters.
18358         Implement return value of _commit correctly.
18359
18360 2006-01-30  Andy Wingo  <wingo@pobox.com>
18361
18362         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18363
18364         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18365         updated to timestamp from the first sample, not the last.
18366         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18367         special care of granulepos and timestamp for header packets.
18368         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18369         when the first buffer has a nonzero timestamp.
18370
18371         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18372         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18373         case when the first audio buffer we get has a nonzero timestamp.
18374         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18375         properly timestamp vorbis buffers with the time of the first
18376         sample, not the last.
18377         
18378         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18379         vorbis_granule_time_copy -- now it takes the granule/subgranule
18380         offset into account.
18381
18382         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18383         timestamps, durations, and granulepos on buffers produced by
18384         vorbisenc.
18385
18386 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18387
18388         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18389         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18390           Patch from Eric Jonas to support conversions to/from UYVY 
18391           (Fixes: #324626)
18392
18393 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18394
18395         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18396         (setup_subtitle), (setup_source), (set_active_source):
18397         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18398         (gen_text_element), (gen_audio_element), (gen_vis_element),
18399         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18400
18401 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18402
18403         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18404         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18405                 use gst_guint64_to_gdouble to be compliant with vs6
18406         * gst/playback/gstdecodebin.c: (try_to_link_1)
18407         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18408                 use G_GINT64_CONSTANT for int64 constants
18409         * win32/common/libgstinterfaces.def:
18410                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18411         * win32/vs6:
18412                 update and add new project files
18413                 
18414 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18415
18416         * Makefile.am:
18417         * win32/MANIFEST:
18418         * win32/common/interfaces-enumtypes.c:
18419         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18420         (gst_mixer_track_flags_get_type),
18421         (gst_tuner_channel_flags_get_type):
18422         * win32/common/interfaces-enumtypes.h:
18423         * win32/common/multichannel-enumtypes.c:
18424         (gst_audio_channel_position_get_type):
18425         * win32/common/multichannel-enumtypes.h:
18426           add a win32-update rule like in core, and copy over enumtypes files
18427
18428 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * win32/MANIFEST:
18431         * win32/common/config.h:
18432         * win32/common/config.h.in:
18433           add config files just like in core
18434
18435 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18436
18437         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18438           Make gcc-4.1 happy (part of #327357).
18439
18440 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18441
18442         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18443         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18444         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18445         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18446         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18447         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18448           Update all error messages.  All of them should either use
18449           the default translated message, or actually provide a
18450           translatable string.
18451           Make the string for channel count problems meaningful.
18452
18453 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18456           check for and throw RESOURCE_BUSY
18457
18458 2006-01-27  David Schleef  <ds@schleef.org>
18459
18460         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18461           checked in this change -- it requires liboil features not
18462           in 0.3.6.  Revert parts.
18463
18464 2006-01-27  David Schleef  <ds@schleef.org>
18465
18466         * REQUIREMENTS:
18467         * configure.ac: update liboil requirement to 0.3.6
18468         * gst/videoscale/Makefile.am:
18469         * gst/videoscale/vs_scanline.c: liboilify
18470
18471 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18472
18473         * ext/libvisual/visual.c: (get_buffer):
18474           When pad_alloc returns a GstFlowReturn other
18475           than GST_FLOW_OK, make sure it is passed upstream.
18476
18477 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18478
18479         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18480         (gst_alsasink_class_init):
18481           Free the device name string.
18482
18483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18484         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18485         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18486           Don't remove a pad from the collectpads structure until it
18487           is released - it's a request pad, and may receive data again
18488           if the element gets moved back to PLAYING state.
18489
18490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18491           Ensure we turn on double buffering on the Xv port, and
18492           set the colour key to something dark and mysterious that
18493           isn't black.
18494
18495 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18496
18497         * ext/alsa/gstalsaplugin.c: (plugin_init):
18498         * ext/cdparanoia/gstcdparanoiasrc.c:
18499         (gst_cd_paranoia_src_base_init), (plugin_init):
18500         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18502           - a library should not call setlocale. see "Libraries" node in
18503             gettext manual
18504           - make sure all plugins that use translation do bindtextdomain
18505             to point to the localedir
18506         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18507         (setup_sinks), (plugin_init):
18508           all this, and check for NULL when creating sinks
18509
18510 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18511
18512         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18513         (plugin_init): Make typefinding of subtitles work again.
18514
18515 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18518         (mp3_type_frame_length_from_header), (mp3_type_find),
18519         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18520         (plugin_init):
18521           Backport a bunch of typefinding fixes from the 0.8 branch.
18522           Also, improve wavpack typefinding: if we can't peek the
18523           entire wavpack block, try to parse the bits we can get and
18524           see if we find what we're looking for in those.
18525
18526 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18527
18528         * sys/ximage/ximagesink.c:
18529         (gst_ximagesink_calculate_pixel_aspect_ratio):
18530         * sys/xvimage/xvimagesink.c:
18531         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18532         more cases of pixel aspect ratio.
18533
18534 2006-01-26  Edward Hervey  <edward@fluendo.com>
18535
18536         * gst/playback/gstdecodebin.c: (pad_probe):
18537         Also consider the flush-start and tag events as unblockers
18538         for the pad probes.
18539
18540 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18541
18542         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18543         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18544         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18545         On the fly visualisation switch, works disabling, enabling as
18546         well but it won't be able to enable vis in a playbin that was
18547         created with no visualisation.
18548
18549 2006-01-25  Wim Taymans  <wim@fluendo.com>
18550
18551         * gst-libs/gst/audio/gstbaseaudiosink.c:
18552         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18553         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18554         resume after pause.
18555
18556 2006-01-25  Wim Taymans  <wim@fluendo.com>
18557
18558         * gst-libs/gst/audio/gstbaseaudiosink.c:
18559         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18560         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18561         Improve debugging.
18562         Post error when caps cannot be parsed.
18563         Resync on discontinuity in the stream.
18564         Clip samples to segment boundaries.
18565         return WRONG_STATE sooner when we are flushing.
18566
18567         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18568         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18569         Make audiosrc operate in TIME.
18570         Set TIMESTAMP and DURATION on buffers.
18571
18572 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * tests/examples/seek/seek.c: (main):
18575           Output tag messages as well.
18576
18577 2006-01-23  Edward Hervey  <edward@fluendo.com>
18578
18579         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18580         (free_pad_probes), (remove_fakesink), (pad_probe),
18581         (close_pad_link), (gst_decode_bin_change_state):
18582         Replace GstPadBlockCallback with pad probes that detect
18583         first buffer AND eos before removing fakesink.
18584         Fixes hang with demuxers doing EOS while pre-rolling.
18585         Solves #328279
18586
18587 2006-01-23  Andy Wingo  <wingo@pobox.com>
18588
18589         * ext/alsa/gstalsasink.c:
18590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18591         (gst_base_rtp_depayload_setcaps),
18592         (gst_base_rtp_depayload_add_to_queue),
18593         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18594         
18595         Patch by: Jens Granseuer <jensgr at gmx dot net>
18596
18597 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18598
18599         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18600         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18601         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18602         frames. We might get a frame destroyed after changing state to
18603         NULL, adding a safety check on xcontext.
18604
18605 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18606
18607         * gst-libs/gst/interfaces/xoverlay.c:
18608           Fix prepare-xwindow-id code example in the docs - we need to
18609           ignore all messages that aren't element messages as well.
18610           
18611 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18612
18613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18614           I think one day i'll completely undestand how caps negotiation
18615           is supposed to work. This refactoring handles buffer_alloc
18616           called with caps we can't handle. We definitely don't want a
18617           set_caps with those caps, so we define and allocate a buffer
18618           we would like to receive.
18619
18620 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * gst/playback/gstplaybasebin.c: (setup_source):
18623           Free iterator when done.
18624
18625 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * gst-libs/gst/audio/gstbaseaudiosink.c:
18628         (gst_base_audio_sink_render):
18629           Fix playback of non-synchronised streams by assuming a rate
18630           of 1.0 instead of a random one.
18631
18632           Makes this work again:
18633
18634           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18635           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18636           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18637           audioresample ! alsasink
18638
18639 === release 0.10.2 ===
18640
18641 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18642
18643         * configure.ac:
18644           releasing 0.10.2, "Then the devil is six"
18645
18646 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18647
18648         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18649         * gst/playback/gststreamselector.c:
18650         (gst_stream_selector_set_property):
18651           Comment out broken code that connects to the state-changed signal.
18652           At this point, changing current stream selection is broken, but 
18653           stuff like gst-launch playbin current-audio=1 works and filters
18654           to the chosen stream.
18655
18656 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18657
18658         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18659           Fix #327216 (null dereference in vorbisdec)
18660
18661 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18662
18663         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18664           Post taglist actually on bus instead of just freeing it
18665           (fixes #327114 and totem bug #327080).
18666
18667         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18668           Use gst_element_found_tags_for_pad(), so that the tags
18669           are sent downstream as an event as well.
18670
18671 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18672
18673         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18674         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18675         (gst_ximagesink_buffer_alloc):
18676         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18677         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18678         (gst_xvimagesink_buffer_alloc):
18679           move all regularly occurring messages to GST_LOG level
18680           add some more object logs
18681
18682 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18683
18684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18685           fix a silly segfault
18686
18687 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * docs/libs/gst-plugins-base-libs-docs.sgml:
18690         * docs/libs/gst-plugins-base-libs-sections.txt:
18691         * gst-libs/gst/audio/mixerutils.c:
18692         * gst-libs/gst/audio/mixerutils.h:
18693           Add docs for mixerutils stuff.
18694
18695 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * gst/playback/gstplaybasebin.c: (setup_source):
18698           Fix playback for sources that emit raw audio or
18699           raw video streams (e.g.: cd audio sources) (#325984).
18700
18701 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18702
18703         * gst-libs/gst/audio/mixerutils.c:
18704         (gst_audio_mixer_filter_do_filter):
18705           actually save the element we create
18706
18707 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18708
18709         * gst-libs/gst/cdda/gstcddabasesrc.c:
18710         (gst_cdda_base_src_handle_track_seek):
18711           No need to post a tag message on the bus when seeking
18712           within the same track, only post it when the current
18713           track changes.
18714
18715 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18716
18717         * gst/playback/gstplaybasebin.c: (group_destroy),
18718         (probe_triggered), (new_decoded_pad), (mute_group_type),
18719         (set_active_source):
18720         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18721         * gst/playback/gststreamselector.c:
18722         (gst_stream_selector_base_init),
18723         (gst_stream_selector_set_property),
18724         (gst_stream_selector_request_new_pad):
18725           Reenable stream selection. These mechanisms need a complete overhaul
18726           in the face of 0.8->0.10 changes though.
18727
18728 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18729
18730         * ext/ogg/gstoggdemux.c:
18731           Change the pad template to src_%d to match the pads that 
18732           are created from it. decodebin needs this information in order
18733           to decide that oggdemux is capable of producing multiple pads
18734           (and hence needs queues inserted).
18735
18736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18737         (gst_ogg_mux_collected):
18738           Make debug output more useful by using GST_PTR_FORMAT.
18739
18740 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18741
18742         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18743
18744         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18745           Set depth and width for alaw/mulaw (fixes #326601).
18746
18747 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18748
18749         * tests/icles/Makefile.am:
18750           don't build the tests if we don't have the libs
18751
18752 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18753
18754         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18755         (gst_cd_paranoia_paranoia_callback):
18756           Don't try to free NULL pointers.
18757
18758 2006-01-10  Edward Hervey  <edward@fluendo.com>
18759
18760         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18761         (gst_audio_rate_change_state), (plugin_init):
18762         Add debugging category.
18763         Fix type issues.
18764         Add case for incoming buffers without valid offset/offset_end.
18765
18766 2006-01-10  Michael Smith  <msmith@fluendo.com>
18767
18768         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18769           Don't leak GCond in audio sources.
18770
18771 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18772
18773         * gst/playback/gstplaybin.c: (gen_audio_element):
18774           Don't leak an autoaudiosink/alsasink when we generate
18775           a new audio element. (old code, I guess)
18776
18777 2006-01-10  Michael Smith  <msmith@fluendo.com>
18778
18779         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18780           Support float audio in audiorate.
18781           Use width rather than depth for selecting sample width.
18782
18783 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * gst/videotestsrc/videotestsrc.h:
18786           Use GLib types here (that way we don't have to include the
18787           generated _stdint.h header, which makes life easier for win32
18788           folks that don't use autotools for the build) (#325990, patch
18789           by: Sergey Scobich).
18790
18791 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18794         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18795         (gst_ring_buffer_pause), (wait_segment):
18796         * gst-libs/gst/audio/gstringbuffer.h:
18797           Name (private) union, makes Forte compiler happy (this time
18798           for real) (#324900).
18799
18800 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18801
18802         * gst-libs/gst/audio/Makefile.am:
18803           Link against libgstinterfaces, needed for mixer
18804           and property probe stuff.
18805
18806 2006-01-09  Edward Hervey  <edward@fluendo.com>
18807
18808         * gst-libs/gst/Makefile.am:
18809
18810 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18811
18812         * gst-libs/gst/audio/Makefile.am:
18813         * gst-libs/gst/audio/mixerutils.c:
18814         (gst_audio_mixer_filter_do_filter),
18815         (gst_audio_mixer_filter_check_element),
18816         (gst_audio_mixer_filter_probe_feature),
18817         (element_factory_rank_compare_func),
18818         (gst_audio_default_registry_mixer_filter):
18819         * gst-libs/gst/audio/mixerutils.h:
18820           Add gst_audio_default_registry_mixer_filter() utility
18821           function.
18822
18823 2006-01-03  Michael Smith  <msmith@fluendo.com>
18824
18825         * gst/audioresample/resample.h:
18826           As before, but for o_buf
18827
18828 2006-01-03  Michael Smith  <msmith@fluendo.com>
18829
18830         * gst/audioresample/resample.h:
18831           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18832           since we do arithmetic on it.
18833
18834 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18835
18836         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18837         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18838         (gst_ring_buffer_pause), (wait_segment):
18839         * gst-libs/gst/audio/gstringbuffer.h:
18840           Sun's Forte compiler doesn't seem to like anonymous structs,
18841           so use same setup as in GstBaseSrc (fixes #324900).
18842
18843 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18844
18845         * configure.ac:
18846         * gst/volume/Makefile.am:
18847         * gst/volume/demo.c:
18848           move old example to tests/examples/volume/volune.c
18849         * tests/examples/Makefile.am:
18850         * tests/examples/seek/seek.c: (main):
18851           change window-close event from "delete-event" to "destroy"
18852         * tests/examples/volume/Makefile.am:
18853         * tests/examples/volume/volume.c: (value_changed_callback),
18854         (setup_gui), (message_received), (eos_message_received), (main):
18855           fix event handling and bus usage
18856
18857 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18858
18859         * gst/audiotestsrc/gstaudiotestsrc.c:
18860         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18861         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18862         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18863         (gst_audio_test_src_create_square),
18864         (gst_audio_test_src_create_saw),
18865         (gst_audio_test_src_create_triangle),
18866         (gst_audio_test_src_create_silence),
18867         (gst_audio_test_src_create_white_noise),
18868         (gst_audio_test_src_create_pink_noise),
18869         (gst_audio_test_src_init_sine_table),
18870         (gst_audio_test_src_create_sine_table),
18871         (gst_audio_test_src_change_wave),
18872         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18873         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18874         * gst/audiotestsrc/gstaudiotestsrc.h:
18875           update to basesrc changes, implement segmented seeking and eos
18876           handling, add a 'sine-tab' waveform for performance critical playback
18877
18878 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * po/POTFILES.in:
18881           ... and this time the other modified file that I missed last time.
18882
18883 2005-12-29  Michael Smith  <msmith@fluendo.com>
18884
18885         * gst/playback/gstdecodebin.c: (new_pad):
18886           Fix non-C89 variable declaration not at the start of a block. Should
18887           help some compilers.
18888
18889 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18890
18891         * tests/check/Makefile.am:
18892           And now fix 'make distcheck' (builddir != srcdir)
18893
18894 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18895
18896         * configure.ac:
18897         * ext/cdparanoia/Makefile.am:
18898         * ext/cdparanoia/gstcdparanoia.c:
18899         * ext/cdparanoia/gstcdparanoia.h:
18900         * ext/cdparanoia/gstcdparanoiasrc.c:
18901         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18902         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18903         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18904         (gst_cd_paranoia_paranoia_callback),
18905         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18906         (gst_cd_paranoia_src_set_property),
18907         (gst_cd_paranoia_src_get_property), (plugin_init):
18908         * ext/cdparanoia/gstcdparanoiasrc.h:
18909           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18910           plugin again (there are still fixes required to playbin to make
18911           cdda:// uris work there).
18912
18913 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18914
18915         * tests/check/Makefile.am:
18916           Fix test case compilation.
18917
18918 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18919
18920         * gst-libs/gst/cdda/gstcddabasesrc.c:
18921         (gst_cdda_base_src_update_duration),
18922         (gst_cdda_base_src_calculate_cddb_id):
18923           An integer is not a string. Fix access to uninitialised variable.
18924
18925         * tests/check/Makefile.am:
18926           Add cddabasesrc unit test; also actually enable the vorbis test.
18927
18928         * tests/check/generic/states.c:
18929           Blacklist new cd audio elements as well.
18930
18931         * tests/check/libs/cddabasesrc.c:
18932           Unit test for GstCddaBaseSrc (discid calculation mostly).
18933
18934 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18935
18936         * docs/libs/Makefile.am:
18937         * docs/libs/gst-plugins-base-libs-docs.sgml:
18938         * docs/libs/gst-plugins-base-libs-sections.txt:
18939         * docs/libs/gst-plugins-base-libs.types:
18940           Add docs for libgstcdda/GstCddaBaseSrc.
18941
18942         * gst-libs/gst/interfaces/mixertrack.h:
18943           Do one struct member per line with a semicolon at the end, that way
18944           even gtk-doc might parse it without complaining.
18945
18946 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * configure.ac:
18949         * gst-libs/gst/Makefile.am:
18950         * gst-libs/gst/cdda/Makefile.am:
18951         * gst-libs/gst/cdda/base64.c:
18952         * gst-libs/gst/cdda/base64.h:
18953         * gst-libs/gst/cdda/gstcddabasesrc.c:
18954         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18955         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18956         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18957         (gst_cdda_base_src_get_property),
18958         (gst_cdda_base_src_get_track_from_sector),
18959         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18960         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18961         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18962         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18963         (gst_cdda_base_src_uri_get_protocols),
18964         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18965         (gst_cdda_base_src_uri_handler_init),
18966         (gst_cdda_base_src_setup_interfaces),
18967         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18968         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18969         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18970         (gst_cdda_base_src_add_tags),
18971         (gst_cdda_base_src_add_index_associations),
18972         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18973         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18974         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18975         (gst_cdda_base_src_create):
18976         * gst-libs/gst/cdda/gstcddabasesrc.h:
18977         * gst-libs/gst/cdda/sha1.c:
18978         * gst-libs/gst/cdda/sha1.h:
18979           Add new libgstcdda with GstCddaBaseSrc class.
18980
18981 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * ext/gnomevfs/gstgnomevfssink.h:
18984           Use GstBaseSinkClass as parent_class member for class struct, not
18985           GstBaseSink.
18986
18987 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18988
18989         Patch by: Michael Benes
18990
18991         * gst/videotestsrc/gstvideotestsrc.c:
18992         (gst_video_test_src_class_init), (gst_video_test_src_start):
18993           Add start method to reset running time and number of frames sent
18994           when starting up (fixes #324696)
18995
18996 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18997
18998         * docs/plugins/Makefile.am:
18999         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19000         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19001         * docs/plugins/gst-plugins-base-plugins.args:
19002         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19003         * docs/plugins/gst-plugins-base-plugins.signals:
19004           Add docs stuff for gnomevfssrc and gnomevfssink.
19005
19006         * ext/gnomevfs/gstgnomevfssrc.c:
19007           Fix example pipeline in gtk-doc blurb.
19008
19009 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19010
19011         * ext/gnomevfs/Makefile.am:
19012         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19013         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19014         (gst_gnome_vfs_handle_get_type), (plugin_init):
19015         * ext/gnomevfs/gstgnomevfs.h:
19016         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19017         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19018         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19019         (gst_gnome_vfs_sink_set_property),
19020         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19021         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19022         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19023         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19024         (gst_gnome_vfs_sink_uri_get_type),
19025         (gst_gnome_vfs_sink_uri_get_protocols),
19026         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19027         (gst_gnome_vfs_sink_uri_handler_init):
19028         * ext/gnomevfs/gstgnomevfssink.h:
19029           Port gnomevfssink; add gtk-doc blurb.
19030
19031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19032         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19033         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19034         (gst_gnome_vfs_src_uri_get_type),
19035         (gst_gnome_vfs_src_uri_get_protocols),
19036         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19037         (gst_gnome_vfs_src_uri_handler_init),
19038         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19039         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19040         (gst_gnome_vfs_src_send_additional_headers_callback),
19041         (gst_gnome_vfs_src_received_headers_callback),
19042         (gst_gnome_vfs_src_push_callbacks),
19043         (gst_gnome_vfs_src_pop_callbacks),
19044         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19045         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19046         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19047         * ext/gnomevfs/gstgnomevfssrc.h:
19048           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19049           file; add gtk-doc blurb with example pipelines.
19050
19051 === release 0.10.1 ===
19052
19053 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19054
19055         * configure.ac:
19056           releasing 0.10.1, "Dobro Dedek"
19057
19058 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19059
19060         * gst/typefind/gsttypefindfunctions.c:
19061         iLBC30 and iLBC20 added to typefind.
19062
19063 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19064
19065         * gst-libs/gst/audio/gstbaseaudiosink.c:
19066         (gst_base_audio_sink_class_init):
19067         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19068         (gst_base_audio_src_class_init):
19069           update strings, values are in microseconds
19070           change the default sink buffer time to something that is smaller
19071           (to help software volume mixing have a slightly lower delay) but
19072           still be acceptable on Wim's laptop
19073
19074 2005-12-20  Edward Hervey  <edward@fluendo.com>
19075
19076         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19077         Made a quack, forgot to add DUCK to the riff video template.
19078
19079 2005-12-19  Edward Hervey  <edward@fluendo.com>
19080
19081         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19082         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19083         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19084         (gst_ogm_parse_chain):
19085         Make sure pads are initialized correctly.
19086         * gst-libs/gst/riff/riff-ids.h:
19087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19088         (gst_riff_create_video_template_caps):
19089         Add a whole bunch of FOURCC <=> MimeType.
19090         Extend the riff video pad template to support the newly added fourcc.
19091
19092 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19093
19094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19095         (gst_ogg_demux_activate_chain):
19096           Extra debug output when activating/deactivating chains.
19097
19098         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19099         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19100         (unlinked):
19101           Remove a queue from our list when it becomes unlinked.
19102           Don't add queues to elements in class 'Demux' if they
19103           can only produce one pad 
19104
19105 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19106
19107         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19108         (gst_video_sink_get_type): Add a debug category.
19109
19110 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19111
19112         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19113         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19114           Handle downstream newsegment by sending our own newsegment before the
19115           next buffer to be released. (#323900)
19116
19117 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19118
19119         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19120         (gst_base_rtp_depayload_set_gst_timestamp):
19121           add queue delay to new segment as well (as opposed to just the first
19122           buffer). (bug #322347)
19123
19124 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19125
19126         * ext/libvisual/visual.c: (make_valid_name):
19127           change some char* into char[]
19128         * gst/audiotestsrc/gstaudiotestsrc.c:
19129         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19130         (gst_audio_test_src_create):
19131         * gst/audiotestsrc/gstaudiotestsrc.h:
19132           prepare to handle EOS and SEGMENT_DONE
19133
19134 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19135
19136         * tests/check/generic/states.c: (GST_START_TEST):
19137           Blacklist cdparanoia element in state test.
19138
19139 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19140
19141           Patch by: Benjamin Pineau
19142
19143         * gst/tcp/gsttcp.c:
19144         * gst/tcp/gsttcpclientsink.c:
19145         * gst/tcp/gsttcpserversink.c:
19146         * gst/tcp/gsttcpserversrc.c:
19147           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19148
19149 2005-12-15  Michael Smith  <msmith@fluendo.com>
19150
19151         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19152         (gst_video_rate_chain):
19153           Fix timestamping for videorate when the first buffer it sees has a
19154           non-zero timestamp. Fix some misleading debug output.
19155
19156 2005-12-15  Michael Smith  <msmith@fluendo.com>
19157
19158         * gst/audioresample/gstaudioresample.c:
19159           Don't leak all input buffers to audioresample.
19160
19161 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19162
19163         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19164           Don't operate on empty text buffers. Strip newlines and
19165           tabs only from the end of the text, but leave them intact
19166           in the middle. Fix typo in gtk-doc description.
19167
19168 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19169
19170         * gst/playback/gstplaybasebin.c:
19171         * gst/playback/gstplaybin.c: (handoff):
19172           Make sure the video frame buffer we return to apps via the
19173           "frame" property always has caps set on it. Modify
19174           _gst_gvalue_set_object() macro to handle NULL objects
19175           gracefully too.
19176
19177 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19178
19179         * gst/audiotestsrc/gstaudiotestsrc.c:
19180         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19181         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19182         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19183         (gst_audio_test_src_create):
19184         * gst/audiotestsrc/gstaudiotestsrc.h:
19185         Adjust to some recent api changes and add wtays new cool seeking
19186         capabillities
19187
19188 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19189
19190         * ext/alsa/Makefile.am:
19191         * ext/alsa/gstalsadeviceprobe.c:
19192         * ext/alsa/gstalsadeviceprobe.h:
19193           Helper functions to add device probing via the GstPropertyProbe
19194           interface to a class.
19195
19196         * ext/alsa/gstalsamixer.h:
19197           Comment out GST_ALSA_MIXER, it returns a struct that's not
19198           used.
19199
19200         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19201           Add some debug info. 
19202
19203         * ext/alsa/gstalsamixerelement.c:
19204         (gst_alsa_mixer_element_interface_supported),
19205         (gst_implements_interface_init),
19206         (gst_alsa_mixer_element_init_interfaces),
19207         (gst_alsa_mixer_element_class_init),
19208         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19209         (gst_alsa_mixer_element_set_property),
19210         (gst_alsa_mixer_element_get_property),
19211         (gst_alsa_mixer_element_change_state):
19212         * ext/alsa/gstalsamixerelement.h:
19213           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19214           for device handling (gnome-volume-control will need that).
19215
19216 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19217
19218         * ext/Makefile.am: fix cdparanoia entry
19219         * gst-plugins-base.spec.in: add cdparanoia
19220
19221 2005-12-12  Michael Smith  <msmith@fluendo.com>
19222
19223         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19224           Use the correct function to free list of typefind factories.
19225
19226 2005-12-12  Wim Taymans  <wim@fluendo.com>
19227
19228         * gst/videotestsrc/gstvideotestsrc.c:
19229         (gst_video_test_src_class_init), (gst_video_test_src_init),
19230         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19231         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19232         (gst_video_test_src_create):
19233         * gst/videotestsrc/gstvideotestsrc.h:
19234         Implement seeking in videotestsrc.
19235         Small cleanups.
19236
19237 2005-12-12  Wim Taymans  <wim@fluendo.com>
19238
19239         * ext/cdparanoia/Makefile.am:
19240         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19241         (gst_paranoia_endian_get_type), (_do_init),
19242         (cdparanoia_class_init), (cdparanoia_init),
19243         (cdparanoia_set_property), (cdparanoia_get_property),
19244         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19245         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19246         (cdparanoia_convert), (cdparanoia_get_query_types),
19247         (cdparanoia_query), (cdparanoia_set_index),
19248         (cdparanoia_uri_set_uri):
19249         * ext/cdparanoia/gstcdparanoia.h:
19250         Partially ported cdparanoia now that basesrc can support a
19251         plugin like this..
19252
19253 2005-12-12  Wim Taymans  <wim@fluendo.com>
19254
19255         * tests/examples/seek/scrubby.c: (main):
19256         Set higher priority for bus events so they don't get reordered with
19257         gtk gui events.
19258
19259         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19260         (flush_toggle_cb), (main):
19261         Added checkbox to disable flushing seeks. 
19262         Disable scrubbing when doing non flushing seeks.
19263
19264 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19265
19266         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19267         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19268         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19269         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19270           Implement some sort of event handling that doesn't rely on
19271           g_return_if_fail; make sure we always push the last chunk of an 
19272           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19273           state change function; remove some old cruft. Seeking is still
19274           rather unlikely to work though.
19275
19276         * tools/.cvsignore:
19277           Ignore more.
19278
19279 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19280
19281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19282         Fixed a leak of the current image reference when cleaning up.
19283         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19284
19285 2005-12-09  Michael Smith  <msmith@fluendo.com>
19286
19287         * tools/Makefile.am:
19288         * tools/gst-launch-ext-m.m:
19289           Remove gst-launch-ext. It doesn't work, and is no longer
19290           particularly useful.
19291
19292 2005-12-08  Luca Ognibene  <luogni@tin.it>
19293
19294         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19295           don't pass random values to ogmparse convert function.
19296           Make seeking possible in the exile1.ogm file.
19297
19298 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19299
19300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19301         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19302           Work around refcount problem with g_value_set_object() that occur
19303           if the core has been compiled against GLib-2.6 (g_value_set_object()
19304           will only g_object_ref() the element, but the caller will
19305           gst_object_unref() it and bad things will happen due to the way
19306           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19307           totem for people on FC4 using Thomas's 0.10 RPMs.
19308           
19309 2005-12-07  Edward Hervey  <edward@fluendo.com>
19310
19311         Time to welcome ogm to 0.10 :)
19312         
19313         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19314         (gst_ogg_pad_typefind):
19315         Oggdemux can now properly typefind elements with dynamic pads.
19316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19317         Properly set caps on src pad, and set caps on outgoing buffers.
19318
19319 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * ext/alsa/gstalsamixer.h:
19322         * ext/alsa/gstalsamixerelement.h:
19323         * ext/alsa/gstalsamixeroptions.h:
19324         * ext/alsa/gstalsamixertrack.h:
19325         * ext/alsa/gstalsasink.c:
19326         * ext/alsa/gstalsasink.h:
19327         * ext/alsa/gstalsasrc.c:
19328         * ext/alsa/gstalsasrc.h:
19329         * ext/cdparanoia/gstcdparanoia.h:
19330         * ext/gnomevfs/gstgnomevfsuri.h:
19331         * ext/ogg/gstoggdemux.c:
19332         * ext/ogg/gstoggmux.c:
19333         * ext/pango/gsttextoverlay.h:
19334         * ext/theora/theoradec.c:
19335         * ext/theora/theoraenc.c:
19336         * ext/vorbis/vorbisdec.h:
19337         * ext/vorbis/vorbisenc.c:
19338         * ext/vorbis/vorbisenc.h:
19339         * ext/vorbis/vorbisparse.h:
19340         * gst-libs/gst/audio/gstaudioclock.h:
19341         * gst-libs/gst/audio/gstaudiosink.c:
19342         * gst-libs/gst/audio/gstaudiosink.h:
19343         * gst-libs/gst/audio/gstaudiosrc.c:
19344         * gst-libs/gst/audio/gstaudiosrc.h:
19345         * gst-libs/gst/audio/gstbaseaudiosink.c:
19346         * gst-libs/gst/audio/gstbaseaudiosink.h:
19347         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19348         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19349         * gst-libs/gst/audio/gstringbuffer.h:
19350         * gst-libs/gst/audio/multichannel.h:
19351         * gst-libs/gst/floatcast/floatcast.h:
19352         * gst-libs/gst/interfaces/colorbalance.c:
19353         * gst-libs/gst/interfaces/colorbalance.h:
19354         * gst-libs/gst/interfaces/colorbalancechannel.h:
19355         * gst-libs/gst/interfaces/mixer.h:
19356         * gst-libs/gst/interfaces/mixeroptions.h:
19357         * gst-libs/gst/interfaces/mixertrack.h:
19358         * gst-libs/gst/interfaces/navigation.h:
19359         * gst-libs/gst/interfaces/propertyprobe.h:
19360         * gst-libs/gst/interfaces/tuner.h:
19361         * gst-libs/gst/interfaces/tunerchannel.h:
19362         * gst-libs/gst/interfaces/tunernorm.h:
19363         * gst-libs/gst/interfaces/xoverlay.h:
19364         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19365         * gst-libs/gst/riff/riff-ids.h:
19366         * gst-libs/gst/riff/riff-media.h:
19367         * gst-libs/gst/riff/riff-read.h:
19368         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19369         * gst-libs/gst/rtp/gstbasertppayload.c:
19370         * gst-libs/gst/rtp/gstbasertppayload.h:
19371         * gst-libs/gst/rtp/gstrtpbuffer.c:
19372         * gst-libs/gst/rtp/gstrtpbuffer.h:
19373         * gst-libs/gst/tag/gsttageditingprivate.h:
19374         * gst-libs/gst/tag/gstvorbistag.c:
19375         (gst_tag_list_from_vorbiscomment_buffer):
19376         * gst-libs/gst/tag/tag.h:
19377         * gst-libs/gst/video/video.h:
19378         * gst/adder/gstadder.c:
19379         * gst/adder/gstadder.h:
19380         * gst/audioconvert/audioconvert.c:
19381         * gst/audioconvert/audioconvert.h:
19382         * gst/audioconvert/gstaudioconvert.c:
19383         * gst/audioconvert/gstchannelmix.c:
19384         * gst/audioconvert/gstchannelmix.h:
19385         * gst/audiorate/gstaudiorate.c:
19386         * gst/audioresample/buffer.h:
19387         * gst/audioresample/functable.h:
19388         * gst/audioresample/gstaudioresample.c:
19389         * gst/audioresample/resample.h:
19390         * gst/ffmpegcolorspace/avcodec.h:
19391         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19392         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19393         * gst/ffmpegcolorspace/imgconvert.c:
19394         * gst/ffmpegcolorspace/imgconvert_template.h:
19395         * gst/playback/gstdecodebin.c:
19396         * gst/playback/gstplaybasebin.h:
19397         * gst/playback/gstplaybin.c:
19398         * gst/playback/gststreaminfo.h:
19399         * gst/tcp/gstfdset.c:
19400         * gst/tcp/gstfdset.h:
19401         * gst/tcp/gstmultifdsink.c:
19402         * gst/tcp/gstmultifdsink.h:
19403         * gst/tcp/gsttcp.h:
19404         * gst/tcp/gsttcpclientsrc.c:
19405         * gst/tcp/gsttcpclientsrc.h:
19406         * gst/tcp/gsttcpplugin.h:
19407         * gst/tcp/gsttcpserversink.c:
19408         * gst/tcp/gsttcpserversrc.c:
19409         * gst/typefind/gsttypefindfunctions.c:
19410         * gst/videorate/gstvideorate.c:
19411         * gst/videotestsrc/gstvideotestsrc.h:
19412         * gst/videotestsrc/videotestsrc.h:
19413         * sys/v4l/gstv4lcolorbalance.h:
19414         * sys/v4l/gstv4ltuner.h:
19415         * sys/v4l/gstv4lxoverlay.h:
19416         * sys/v4l/v4l_calls.h:
19417         * sys/v4l/videodev_mjpeg.h:
19418         * tests/check/elements/audioconvert.c:
19419         * tests/check/elements/audioresample.c:
19420         * tests/check/elements/audiotestsrc.c:
19421         * tests/check/elements/videotestsrc.c:
19422         * tests/check/elements/volume.c:
19423         * tests/examples/seek/scrubby.c:
19424         * tests/examples/seek/seek.c:
19425           expand tabs
19426
19427 === release 0.10.0 ===
19428
19429 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19430
19431         * configure.ac:
19432           releasing 0.10.0, "Mont-d'or"
19433
19434 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19435
19436         * tests/examples/seek/Makefile.am:
19437         Build fix for when gtk is not available.
19438
19439 2005-12-05  Andy Wingo  <wingo@pobox.com>
19440
19441         * ext/libvisual/visual.c: (get_buffer):
19442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19443         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19444         * ext/theora/theoradec.c: (theora_handle_data_packet):
19445         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19446         (theora_enc_chain):
19447         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19448         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19449         Update for alloc_buffer changes.
19450
19451 2005-12-05  Andy Wingo  <wingo@pobox.com>
19452
19453         patch by: Kai Vehmanen <kv2004 eca cx>
19454         
19455         * gst-libs/gst/rtp/gstbasertpdepayload.c
19456         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19457
19458 2005-12-04  Andy Wingo  <wingo@pobox.com>
19459
19460         patch by: Sebastien Cote <sebas642 yahoo ca>
19461         
19462         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19463         Fixes #319172.
19464
19465 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19466
19467         * docs/plugins/Makefile.am:
19468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19470         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19471         * ext/pango/gstclockoverlay.c:
19472         * ext/pango/gsttextoverlay.c: 
19473         * ext/pango/gsttextrender.c:
19474         * ext/pango/gsttimeoverlay.c:
19475           Add gtk-doc blurbs to pango elements.
19476
19477 2005-12-02  Wim Taymans  <wim@fluendo.com>
19478
19479         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19480         * gst/audioresample/buffer.h:
19481         * gst/audioresample/gstaudioresample.c:
19482         * gst/audioresample/gstaudioresample.h:
19483         * gst/audioresample/resample.c: (resample_input_flush),
19484         (resample_input_pushthrough), (resample_input_eos),
19485         (resample_get_output_size_for_input),
19486         (resample_get_input_size_for_output), (resample_get_output_size),
19487         (resample_get_output_data):
19488         * gst/audioresample/resample.h:
19489         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19490         Fix audioresample, seek torture, new segments, reverse negotiation
19491         etc.. work fine.
19492
19493 2005-12-02  Wim Taymans  <wim@fluendo.com>
19494
19495         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19496         Small cleanups.
19497
19498 2005-12-02  Wim Taymans  <wim@fluendo.com>
19499
19500         * gst/audioconvert/gstaudioconvert.c:
19501         (gst_audio_convert_transform):
19502         Post errors.
19503
19504 === release 0.9.7 ===
19505
19506 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19507
19508         * configure.ac:
19509           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19510
19511 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19512
19513         * Makefile.am:
19514         * po/hu.po:
19515         * win32/MANIFEST:
19516         * win32/gst.sln:
19517           add win32 MANIFEST file
19518           do something to the hungarian translation
19519
19520 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19521
19522         * ext/Makefile.am:
19523           Add $(PANGO_DIR) to SUBDIRS
19524
19525         * ext/pango/gstclockoverlay.c:
19526         * ext/pango/gsttimeoverlay.c:
19527           Fix and improve element descriptions.
19528
19529 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19530
19531         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19532         * docs/plugins/inspect/plugin-libvisual.xml:
19533         * docs/plugins/inspect/plugin-pango.xml:
19534           add pango plugin to docs
19535
19536 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19537
19538         * configure.ac:
19539         * ext/Makefile.am:
19540           moved pango to base
19541
19542 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19543
19544         * configure.ac:
19545         * tests/Makefile.am:
19546         * tests/icles/.cvsignore:
19547         * tests/icles/Makefile.am:
19548         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19549         (close_display), (resize_window), (move_window), (create_window),
19550         (terminate_playback), (pause_playback), (start_playback), (main):
19551           add stress test for xoverlay from Julien
19552
19553 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19554
19555         * docs/libs/tmpl/gstcolorbalance.sgml:
19556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19557         * gst-libs/gst/rtp/gstbasertppayload.c:
19558         * gst-libs/gst/rtp/gstrtpbuffer.c:
19559         * gst-libs/gst/rtp/gstrtpbuffer.h:
19560           Do burger's rename for rtp payloaders and depayloaders
19561
19562 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19563
19564         * win32/:
19565           add Visual Studio 6 build files
19566
19567 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19568
19569         * docs/libs/gst-plugins-base-libs-docs.sgml:
19570         * docs/libs/gst-plugins-base-libs-sections.txt:
19571         * docs/libs/tmpl/gstaudio.sgml:
19572         * docs/libs/tmpl/gstringbuffer.sgml:
19573         * gst-libs/gst/interfaces/xoverlay.c:
19574         * gst-libs/gst/video/gstvideofilter.c:
19575         * gst-libs/gst/video/gstvideosink.c:
19576           update documentation
19577
19578 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19579
19580         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19581         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19582         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19583         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19584         (gst_multi_fd_sink_get_stats),
19585         (gst_multi_fd_sink_remove_client_link),
19586         (gst_multi_fd_sink_handle_client_read),
19587         (gst_multi_fd_sink_client_queue_data),
19588         (gst_multi_fd_sink_client_queue_caps),
19589         (gst_multi_fd_sink_client_queue_buffer),
19590         (gst_multi_fd_sink_new_client),
19591         (gst_multi_fd_sink_handle_client_write),
19592         (gst_multi_fd_sink_recover_client),
19593         (gst_multi_fd_sink_queue_buffer),
19594         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19595         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19596         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19597         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19598         * gst/tcp/gstmultifdsink.h:
19599         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19600         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19601         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19602         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19603         (gst_tcp_client_sink_set_property),
19604         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19605         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19606         * gst/tcp/gsttcpclientsink.h:
19607         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19608         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19609         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19610         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19611         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19612         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19613         * gst/tcp/gsttcpclientsrc.h:
19614         * gst/tcp/gsttcpplugin.c: (plugin_init):
19615         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19616         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19617         (gst_tcp_server_sink_finalize),
19618         (gst_tcp_server_sink_handle_server_read),
19619         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19620         (gst_tcp_server_sink_set_property),
19621         (gst_tcp_server_sink_get_property),
19622         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19623         * gst/tcp/gsttcpserversink.h:
19624         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19625         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19626         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19627         (gst_tcp_server_src_set_property),
19628         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19629         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19630         * gst/tcp/gsttcpserversrc.h:
19631           more borgifying
19632
19633 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19634
19635         * docs/plugins/Makefile.am:
19636         * docs/plugins/gst-plugins-base-plugins.args:
19637         * docs/plugins/inspect/plugin-libvisual.xml:
19638         * gst/audioconvert/plugin.h:
19639         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19640         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19641         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19642         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19643         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19644         (plugin_init):
19645         * gst/audiotestsrc/gstaudiotestsrc.c:
19646         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19647         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19648         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19649         (gst_audio_test_src_get_query_types),
19650         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19651         (gst_audio_test_src_create_square),
19652         (gst_audio_test_src_create_saw),
19653         (gst_audio_test_src_create_triangle),
19654         (gst_audio_test_src_create_silence),
19655         (gst_audio_test_src_create_white_noise),
19656         (gst_audio_test_src_init_pink_noise),
19657         (gst_audio_test_src_generate_pink_noise_value),
19658         (gst_audio_test_src_create_pink_noise),
19659         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19660         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19661         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19662         (plugin_init):
19663         * gst/audiotestsrc/gstaudiotestsrc.h:
19664         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19665         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19666         (gst_sub_parse_init), (gst_sub_parse_formats),
19667         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19668         (convert_encoding), (get_next_line),
19669         (gst_sub_parse_data_format_autodetect),
19670         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19671         (gst_sub_parse_loop), (gst_sub_parse_chain),
19672         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19673         (plugin_init):
19674         * gst/subparse/gstsubparse.h:
19675         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19676         (gst_video_rate_base_init), (gst_video_rate_class_init),
19677         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19678         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19679         (gst_video_rate_init), (gst_video_rate_event),
19680         (gst_video_rate_chain), (gst_video_rate_set_property),
19681         (gst_video_rate_get_property), (gst_video_rate_change_state),
19682         (plugin_init):
19683         * gst/videoscale/gstvideoscale.c:
19684         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19685         (gst_video_scale_src_template_factory),
19686         (gst_video_scale_sink_template_factory),
19687         (gst_video_scale_get_type), (gst_video_scale_base_init),
19688         (gst_video_scale_class_init), (gst_video_scale_init),
19689         (gst_video_scale_set_property), (gst_video_scale_get_property),
19690         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19691         (gst_video_scale_prepare_size), (parse_caps),
19692         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19693         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19694         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19695         (plugin_init):
19696         * gst/videoscale/gstvideoscale.h:
19697         * gst/videotestsrc/gstvideotestsrc.c:
19698         (gst_video_test_src_pattern_get_type),
19699         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19700         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19701         (gst_video_test_src_set_pattern),
19702         (gst_video_test_src_set_property),
19703         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19704         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19705         (gst_video_test_src_event), (gst_video_test_src_get_times),
19706         (gst_video_test_src_create), (plugin_init):
19707         * gst/videotestsrc/gstvideotestsrc.h:
19708         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19709         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19710         (gst_video_test_src_black):
19711         * gst/videotestsrc/videotestsrc.h:
19712           borgify further
19713           clean up docs a little
19714
19715 2005-11-30  Wim Taymans  <wim@fluendo.com>
19716
19717         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19718         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19719         (gst_basertppayload_event), (gst_basertppayload_push),
19720         (gst_basertppayload_change_state):
19721         * gst-libs/gst/rtp/gstbasertppayload.h:
19722         closed #320644.
19723
19724 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19725
19726         * docs/libs/gst-plugins-base-libs-docs.sgml:
19727         * docs/libs/gst-plugins-base-libs-sections.txt:
19728         * gst-libs/gst/video/gstvideofilter.c:
19729         * gst-libs/gst/video/gstvideosink.c:
19730         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19731
19732 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19733
19734         * LICENSE:
19735           move
19736         * po/af.po:
19737         * po/az.po:
19738         * po/cs.po:
19739         * po/en_GB.po:
19740         * po/hu.po:
19741         * po/it.po:
19742         * po/nb.po:
19743         * po/nl.po:
19744         * po/or.po:
19745         * po/sq.po:
19746         * po/sr.po:
19747         * po/sv.po:
19748         * po/uk.po:
19749         * po/vi.po:
19750         * Makefile.am:
19751           update
19752         * scripts/autoplugins.sh:
19753           remove
19754
19755 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19756
19757         * Makefile.am:
19758         * configure.ac:
19759         * examples/Makefile.am:
19760         * examples/capsfilter/Makefile.am:
19761         * examples/capsfilter/capsfilter1.c:
19762         * examples/gob/Makefile.am:
19763         * examples/gob/gst-identity2.gob:
19764         * examples/indexing/.cvsignore:
19765         * examples/indexing/Makefile.am:
19766         * examples/indexing/indexmpeg.c:
19767         * examples/seeking/.cvsignore:
19768         * examples/seeking/Makefile.am:
19769         * examples/seeking/cdparanoia.c:
19770         * examples/seeking/cdplayer.c:
19771         * examples/seeking/chained.c:
19772         * examples/seeking/scrubby.c:
19773         * examples/seeking/seek.c:
19774         * examples/stats/Makefile.am:
19775         * examples/stats/mp2ogg.c:
19776         * examples/switch/.cvsignore:
19777         * examples/switch/Makefile.am:
19778         * examples/switch/switcher.c:
19779         * tests/Makefile.am:
19780         * tests/check/generic/.cvsignore:
19781         * tests/check/pipelines/.cvsignore:
19782         * tests/examples/Makefile.am:
19783         * tests/examples/seek/Makefile.am:
19784           reorganize stuff under tests/
19785
19786 2005-11-30  Edward Hervey  <edward@fluendo.com>
19787
19788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19789         Go away you stupid GstStaticPadTemplate memleak.
19790
19791 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19792
19793         * gst-libs/gst/net/Makefile.am:
19794         * gst-libs/gst/net/README:
19795         * gst-libs/gst/net/gstnetbuffer.c:
19796         * gst-libs/gst/net/gstnetbuffer.h:
19797           this was moved to "netbuffer"
19798
19799 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19802         (gst_video_filter_class_init), (gst_video_filter_init):
19803         * gst-libs/gst/video/gstvideofilter.h:
19804           borgify name to bring in line with other classes
19805
19806 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19807
19808         * gst/audioscale/.cvsignore:
19809         * gst/audioscale/Makefile.am:
19810         * gst/audioscale/README:
19811         * gst/audioscale/audioscale.vcproj:
19812         * gst/audioscale/dtof.c:
19813         * gst/audioscale/dtos.c:
19814         * gst/audioscale/functable.c:
19815         * gst/audioscale/gstaudioscale.c:
19816         * gst/audioscale/gstaudioscale.h:
19817         * gst/audioscale/private.h:
19818         * gst/audioscale/resample.c:
19819         * gst/audioscale/resample.h:
19820         * gst/audioscale/test.c:
19821           remove
19822
19823 2005-11-30  Edward Hervey  <edward@fluendo.com>
19824
19825         * gst-libs/gst/netbuffer/Makefile.am:
19826         really, really tired
19827
19828 2005-11-30  Edward Hervey  <edward@fluendo.com>
19829
19830         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19831         Update for new GstTypeFindFactory _register()
19832
19833 2005-11-30  Edward Hervey  <edward@fluendo.com>
19834
19835         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19836         Let's not override libgstnet from core for no reason...
19837         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19838         Ok, maybe not so quick next time.
19839
19840 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * configure.ac:
19843         * gst-libs/gst/Makefile.am:
19844           moved gst-libs/gst/net to netbuffer through CVS surgery
19845           remove old directory
19846           updating build to accomodate
19847           (#322257)
19848
19849 2005-11-29  Andy Wingo  <wingo@pobox.com>
19850
19851         * pkgconfig/gstreamer-plugins-base.pc.in:
19852         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19853         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19854         (#322257).
19855
19856 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19857
19858         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19859         3rd time's the charm. Correct ref-counting for discarded buffers.
19860
19861 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19862
19863         * gst/playback/gststreamselector.c:
19864         (gst_stream_selector_class_init),
19865         (gst_stream_selector_set_property),
19866         (gst_stream_selector_get_property),
19867         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19868         Fix ref-counting
19869
19870 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19871
19872         * gst/subparse/gstsubparse.c: (feed_textbuf):
19873           Don't access already unref'ed buffer.
19874
19875 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19876
19877         * gst/playback/gststreamselector.c:
19878         (gst_stream_selector_class_init), (gst_stream_selector_init),
19879         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19880         (gst_stream_selector_get_property),
19881         (gst_stream_selector_get_linked_pad),
19882         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19883         * gst/playback/gststreamselector.h:
19884         Add the active-pad property for playbin to use shortly. Ignore buffers
19885         from any other pad, returning GST_FLOW_NOT_LINKED
19886
19887 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19888
19889         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19890         patch from bug #322704 (Alessandro Decina).
19891
19892 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19893
19894         * gst-libs/gst/audio/Makefile.am:
19895           folded audiofilter into the audio library
19896
19897 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * gst/videoscale/gstvideoscale.h:
19900         * gst/videoscale/gstvideoscale.c:
19901           remove unimplemented scale methods
19902
19903 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19904
19905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19906           Don't leak caps.
19907
19908 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19909
19910         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19911         (gst_ximagesink_setcaps):
19912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19913         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19914         happens (only visible on ximagesink but bug is in xv too) set_caps was
19915         destroying the internal x[v]image used to memcpy non locally alloced
19916         buffers so that it got renewed on next _chain. The issue is that 
19917         _expose will try to put that image as it reffed it in _put.
19918         Using gst_buffer_unref instead of destroy fixes it !
19919
19920 2005-11-28  Edward Hervey  <edward@fluendo.com>
19921
19922         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19923         (try_to_link_1), (queue_filled_cb):
19924         Better use of the queues. Start with a small size queue and only increase
19925         the size of the queues when the other queues are empty.
19926
19927 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * gst-libs/gst/video/Makefile.am:
19930           compile in copied-over videofilter into the video library
19931         * gst-libs/gst/video/videosink.h:
19932           rename the header to gstvideosink.h since it's a base GstObject class
19933         * sys/ximage/ximagesink.h:
19934         * sys/xvimage/xvimagesink.h:
19935           use the new header
19936
19937 2005-11-28  Wim Taymans  <wim@fluendo.com>
19938
19939         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19940         * gst/playback/gstplaybasebin.h:
19941         Prepare to handle errors betters.
19942
19943         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19944         Set sinks to PAUSED first before adding and linking them so that
19945         we don't interrupt dataflow.
19946
19947 2005-11-28  Wim Taymans  <wim@fluendo.com>
19948
19949         * gst-libs/gst/audio/TODO:
19950         Updated TODO
19951
19952         * gst-libs/gst/audio/gstaudiosink.c:
19953         (gst_audioringbuffer_open_device),
19954         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19955         (gst_audioringbuffer_release):
19956         Small cleanups.
19957
19958         * gst-libs/gst/audio/gstbaseaudiosink.c:
19959         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19960         (gst_base_audio_sink_change_state):
19961         Slave to the master clock when going to PLAYING and unslave when
19962         going to PAUSED.
19963
19964         * gst-libs/gst/audio/gstringbuffer.c:
19965         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19966         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19967         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19968         (gst_ring_buffer_clear_all), (wait_segment),
19969         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19970         (gst_ring_buffer_advance):
19971         * gst-libs/gst/audio/gstringbuffer.h:
19972         Add some docs and cleanups.
19973
19974 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19975
19976         * sys/xvimage/xvimagesink.c:
19977         (gst_xvimagesink_navigation_send_event): Fix navigation events
19978         coordinates translation with pixel aspect ratios.
19979
19980 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19981
19982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19983         Use calculated video geometry from _setcaps instead of buffer
19984         caps to respect pixel aspect ratio. (fixes #322388)
19985
19986 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19987
19988         * docs/libs/tmpl/gstcolorbalance.sgml:
19989         * docs/libs/tmpl/gstmixer.sgml:
19990         * docs/libs/tmpl/gstxoverlay.sgml:
19991         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19992         interface.
19993
19994 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19995
19996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19997         Refuse to create an XvImage if we can't find the format.
19998
19999 2005-11-28  Edward Hervey  <edward@fluendo.com>
20000
20001         * gst-libs/gst/riff/riff-media.c:
20002         (gst_riff_create_audio_template_caps):
20003         Add ATRAC3 to the list of riff-possible audio caps.
20004         I know we still don't have a plugin for atrac3, but it's saner to output
20005         that than a cryptic mimetype.
20006
20007 2005-11-27  Edward Hervey  <edward@fluendo.com>
20008
20009         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20010         Don't try to create a zero-sized subbuffer.
20011
20012 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20013
20014         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20015         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20016         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20017         (gst_ximagesink_expose): Fixed a tricky race.
20018         * sys/ximage/ximagesink.h:
20019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20020         (gst_xvimagesink_expose): Fixed a tricky race.
20021         * sys/xvimage/xvimagesink.h:
20022
20023 2005-11-27  Edward Hervey  <edward@fluendo.com>
20024
20025         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20026         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20027         Remove unused properties, and add queues between demuxers and decoders
20028         so that a lot more files can preroll properly.
20029
20030 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20031
20032         * gst-libs/gst/net/Makefile.am:
20033         * gst-libs/gst/rtp/Makefile.am:
20034         * gst-libs/gst/tag/Makefile.am:
20035           remove silly include
20036         * gst/tags/Makefile.am:
20037         * gst/tags/gsttagediting.c:
20038         * gst/tags/gsttageditingprivate.h:
20039         * gst/tags/tagedit.vcproj:
20040           remove directory, is as good as empty
20041
20042 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20043
20044         * configure.ac:
20045           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20046         * gst-libs/Makefile.am:
20047         * gst-libs/gst/audio/Makefile.am:
20048         * gst-libs/gst/interfaces/Makefile.am:
20049         * gst-libs/gst/net/Makefile.am:
20050         * gst-libs/gst/riff/Makefile.am:
20051         * gst-libs/gst/rtp/Makefile.am:
20052         * gst-libs/gst/tag/Makefile.am:
20053         * gst-libs/gst/video/Makefile.am:
20054           and use them
20055
20056 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20057
20058         * docs/libs/tmpl/gstcolorbalance.sgml:
20059         * docs/libs/tmpl/gstmixer.sgml:
20060         * docs/libs/tmpl/gstxoverlay.sgml:
20061         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20062         * sys/ximage/ximagesink.h:
20063         * sys/xvimage/xvimagesink.h: More and more documentation.
20064
20065 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20066
20067         * docs/libs/gst-plugins-base-libs-docs.sgml:
20068         * docs/libs/gst-plugins-base-libs-sections.txt:
20069         * docs/libs/tmpl/gstcolorbalance.sgml:
20070         * docs/libs/tmpl/gstmixer.sgml:
20071         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20072         to documentation.
20073
20074 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20075
20076         * docs/plugins/Makefile.am:
20077         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20078         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20079         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20080
20081 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20082
20083         * docs/plugins/Makefile.am:
20084         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20085         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20086         * docs/plugins/inspect/plugin-adder.xml:
20087         * docs/plugins/inspect/plugin-alsa.xml:
20088         * docs/plugins/inspect/plugin-audioconvert.xml:
20089         * docs/plugins/inspect/plugin-audiorate.xml:
20090         * docs/plugins/inspect/plugin-audioresample.xml:
20091         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20092         * docs/plugins/inspect/plugin-decodebin.xml:
20093         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20094         * docs/plugins/inspect/plugin-gnomevfs.xml:
20095         * docs/plugins/inspect/plugin-ogg.xml:
20096         * docs/plugins/inspect/plugin-playbin.xml:
20097         * docs/plugins/inspect/plugin-subparse.xml:
20098         * docs/plugins/inspect/plugin-tcp.xml:
20099         * docs/plugins/inspect/plugin-theora.xml:
20100         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20101         * docs/plugins/inspect/plugin-video4linux.xml:
20102         * docs/plugins/inspect/plugin-videorate.xml:
20103         * docs/plugins/inspect/plugin-videoscale.xml:
20104         * docs/plugins/inspect/plugin-videotestsrc.xml:
20105         * docs/plugins/inspect/plugin-volume.xml:
20106         * docs/plugins/inspect/plugin-vorbis.xml:
20107         * docs/plugins/inspect/plugin-ximagesink.xml:
20108         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20109         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20110
20111 2005-11-26  Edward Hervey  <edward@fluendo.com>
20112
20113         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20114         Properly return GstFlowReturn from gst_pad_push in chain functions.
20115
20116 2005-11-25  Michael Smith  <msmith@fluendo.com>
20117
20118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20119         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20120         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20121         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20122           Handle various conditions better when we don't understand a stream.
20123           Removes a heap of CRITICALs on ogg streams containing unknown data.
20124
20125 2005-11-24  Andy Wingo  <wingo@pobox.com>
20126
20127         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20128         Be threadsafe.
20129
20130 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20131
20132         * configure.ac: back to HEAD
20133
20134 === release 0.9.6 ===
20135
20136 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20137
20138         * configure.ac:
20139           releasing 0.9.6, "White Eight"
20140
20141 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20144         * docs/plugins/inspect/plugin-sine.xml:
20145           remove sinesrc some more
20146
20147 2005-11-23  Wim Taymans  <wim@fluendo.com>
20148
20149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20150         If we are reading too slowly, jump forward in the ringbuffer
20151         instead of blocking.
20152
20153 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20154
20155         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20156         (gst_visual_chain):
20157         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20158         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20159         (gst_videorate_chain):
20160         * gst/videotestsrc/gstvideotestsrc.c:
20161         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20162         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20163         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20164         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20165         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20166         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20167           Updates for API changes
20168
20169 2005-11-23  Wim Taymans  <wim@fluendo.com>
20170
20171         * gst-libs/gst/audio/gstbaseaudiosink.c:
20172         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20173         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20174         Fix for calibration API change.
20175
20176 2005-11-23  Michael Smith <msmith@fluendo.com>
20177
20178         * gst-libs/gst/audio/multichannel.c:
20179         (gst_audio_get_channel_positions),
20180         (gst_audio_set_channel_positions),
20181         (gst_audio_set_structure_channel_positions_list),
20182         (gst_audio_fixate_channel_positions):
20183           Use gst_value_array_*() functions on value arrays, not
20184           gst_value_list_*().
20185
20186 2005-11-23  Edward Hervey  <edward@fluendo.com>
20187
20188         * autogen.sh:
20189         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20190         Fixes autogen
20191
20192 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20193
20194         * check/Makefile.am:
20195         * check/elements/videotestsrc.c: (setup_videotestsrc),
20196         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20197         (main):
20198           add a test for videotestsrc
20199
20200 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20201
20202         * gst/sine/.cvsignore:
20203         * gst/sine/Makefile.am:
20204         * gst/sine/gstsinesrc.c:
20205         * gst/sine/gstsinesrc.h:
20206         * gst/sine/sinesrc.vcproj:
20207           and remove sinesrc from the repository.  Closes #321446
20208
20209 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20210
20211         * configure.ac:
20212         * gst-plugins-base.spec.in:
20213           remove sinesrc from the build
20214
20215 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20216
20217         * check/Makefile.am:
20218         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20219         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20220         (main):
20221           add a test for audiotestsrc, testing all waves.  Even seems
20222           leak-free at first glance, nice job Stefan
20223
20224 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20225
20226         * po/af.po:
20227         * po/az.po:
20228         * po/cs.po:
20229         * po/en_GB.po:
20230         * po/hu.po:
20231         * po/it.po:
20232         * po/nb.po:
20233         * po/nl.po:
20234         * po/or.po:
20235         * po/sq.po:
20236         * po/sr.po:
20237         * po/sv.po:
20238         * po/uk.po:
20239         * po/vi.po:
20240           Translation string updates
20241
20242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20243         (gst_v4lsrc_set_caps):
20244         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20245         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20246         * sys/v4l/v4lsrc_calls.h:
20247           Improve v4lsrc, by making it work again.
20248
20249 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20250
20251         * ext/libvisual/visual.c: (gst_visual_chain):
20252           Fix the fps calculations.
20253
20254         * gst/ffmpegcolorspace/avcodec.h:
20255           Move structure element for clarity
20256
20257         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20258         * gst-libs/gst/interfaces/tunernorm.h:
20259         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20260         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20261         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20262         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20263         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20264         (gst_v4lmjpegsrc_getcaps):
20265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20266         (gst_v4lsrc_set_caps):
20267         * sys/v4l/gstv4lsrc.h:
20268         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20269         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20270         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20271         * sys/v4l/v4lsrc_calls.h:
20272           Fractional framerates...
20273
20274 2005-11-22  Wim Taymans  <wim@fluendo.com>
20275
20276         * gst-libs/gst/audio/gstbaseaudiosink.c:
20277         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20278         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20279         And we provide a clock by default, of course...
20280
20281 2005-11-22  Wim Taymans  <wim@fluendo.com>
20282
20283         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20284         This clock can be slaved to a master clock now.
20285
20286         * gst-libs/gst/audio/gstbaseaudiosink.c:
20287         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20288         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20289         (gst_base_audio_sink_set_clock),
20290         (gst_base_audio_sink_set_property),
20291         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20292         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20293         * gst-libs/gst/audio/gstbaseaudiosink.h:
20294         Handle slaving the internal clock to the clock selected in the
20295         pipeline.
20296         Add property to make the basesink not provide a clock.
20297
20298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20299         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20300         (gst_base_rtp_depayload_wait):
20301         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20302         We can use the clock in GstElement, no need to store it ourselves.
20303
20304 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20305
20306         * docs/libs/tmpl/gstaudio.sgml:
20307           update
20308         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20309         (gst_paranoia_endian_get_type):
20310         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20311         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20312         * gst/audiotestsrc/gstaudiotestsrc.c:
20313         (gst_audiostestsrc_wave_get_type):
20314         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20315         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20316         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20317         (gst_sync_method_get_type), (gst_unit_type_get_type),
20318         (gst_client_status_get_type), (gst_multifdsink_class_init),
20319         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20320         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20321         (gst_multifdsink_get_property):
20322         * gst/tcp/gstmultifdsink.h:
20323         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20324         * gst/videotestsrc/gstvideotestsrc.c:
20325         (gst_videotestsrc_pattern_get_type):
20326           remove deprecated properties
20327           fix up enums to correctly have short lowercase dashed nicks
20328
20329 2005-11-22  Michael Smith <msmith@fluendo.com>
20330
20331         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20332         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20333           Add underscore.
20334
20335 2005-11-22  Michael Smith <msmith@fluendo.com>
20336
20337         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20338         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20339           Use utility method for scaling clocktime for fractional framerates.
20340
20341 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20342
20343         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20344         (gst_visual_chain):
20345         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20346         * ext/theora/theoradec.c: (theora_handle_type_packet):
20347         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20348         (theora_enc_chain):
20349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20350         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20351         * gst-libs/gst/video/video.h:
20352         * gst/ffmpegcolorspace/avcodec.h:
20353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20354         (gst_ffmpeg_caps_to_pixfmt):
20355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20356         (gst_ffmpegcsp_set_caps):
20357         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20358         (gst_videorate_setcaps), (gst_videorate_blank_data),
20359         (gst_videorate_chain):
20360         * gst/videotestsrc/gstvideotestsrc.c:
20361         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20362         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20363         (gst_videotestsrc_event), (gst_videotestsrc_create):
20364         * gst/videotestsrc/gstvideotestsrc.h:
20365         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20366         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20367         (gst_ximagesink_get_times), (gst_ximagesink_init):
20368         * sys/ximage/ximagesink.h:
20369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20370         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20371         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20372         * sys/xvimage/xvimagesink.h:
20373           Convert elements to use fractions for their framerate.
20374           V4L elements to come later tonight.
20375
20376 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20377
20378         * gst-libs/gst/audio/audio.c:
20379         * gst-libs/gst/audio/audio.h:
20380           remove some deprecated functions
20381
20382 2005-11-22  Andy Wingo  <wingo@pobox.com>
20383
20384         * Update for gst_tag_setter API changes.
20385
20386 2005-11-22  Andy Wingo  <wingo@pobox.com>
20387
20388         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20389         (gst_ogg_demux_perform_seek):
20390         * ext/theora/theoradec.c (theora_dec_sink_event):
20391         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20392         update-funcnames.
20393
20394 2005-11-22  Wim Taymans  <wim@fluendo.com>
20395
20396         * examples/seeking/seek.c: (main):
20397         Give higher priority to bus signals than the gtk events
20398         to fix a race condition in the segment looping.
20399
20400 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20401
20402         * ext/theora/Makefile.am:
20403         * ext/vorbis/Makefile.am:
20404         * gst-libs/gst/tag/Makefile.am:
20405         * gst-plugins-base.spec.in:
20406           Rename libgsttagedit to libgsttag (#322117).
20407
20408 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20409
20410         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20412           Call gst_x_overlay_prepare_xwindow_id() to give applications
20413           a final chance to set their own xwindow id before the video
20414           sink creates its own window.
20415
20416 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20417
20418         * sys/xvimage/xvimagesink.c:
20419         (gst_xvimagesink_navigation_send_event): Handle navigation
20420         events correcly with borders if applicable.
20421
20422 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20423
20424         Patch by: Luca Ognibene
20425
20426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20427         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20429         (gst_ffmpegcsp_caps_remove_format_info):
20430         * gst/ffmpegcolorspace/imgconvert.c:
20431         * gst/ffmpegcolorspace/imgconvert_template.h:
20432           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20433           #318353); use gst_structure_has_name().
20434
20435 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20436
20437         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20438         (gst_ximagesink_class_init): Add debug macros on functions.
20439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20440         (gst_xvimagesink_xwindow_draw_borders),
20441         (gst_xvimagesink_xvimage_put),
20442         (gst_xvimagesink_xwindow_update_geometry),
20443         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20444         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20445         (gst_xvimagesink_xcontext_clear),
20446         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20447         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20448         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20449         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20450         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20451         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20452         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20453         expose while being PAUSED, out of data flow navigation events, etc..
20454
20455 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20456
20457         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20458         * gst-libs/gst/audio/audio.h:
20459           fix prototype - wondering why the test worked regardless
20460
20461 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20462
20463         * check/Makefile.am:
20464         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20465         * gst-libs/gst/audio/audio.h:
20466           add a method that returns a proper GstClockTime
20467
20468 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20469
20470         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20471         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20472         * gst-libs/gst/interfaces/xoverlay.h:
20473           Remove everything having to do with the desired size; add 
20474           gst_x_overlay_prepare_xwindow_id() function; remove the
20475           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20476           post a message on the bus instead (#321816).
20477
20478         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20480         (gst_xvimagesink_xoverlay_init):
20481           Remove desired size stuff (#321816).
20482
20483 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20484
20485         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20486         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20487         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20488           Terminate vararg functions with NULL instead of 0 to 
20489           make gcc4 happy.
20490
20491 2005-11-21  Andy Wingo  <wingo@pobox.com>
20492
20493         patch by: Sebastien Cote <sebas642@yahoo.ca>
20494         
20495         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20496         * gst-libs/gst/rtp/gstrtpbuffer.c
20497         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20498
20499 2005-11-21  Andy Wingo  <wingo@pobox.com>
20500
20501         * gst/playback/gstplaybin.c (gen_audio_element) 
20502         (gen_video_element): Use the new MISSING_PLUGIN core error
20503         category. Closes #320060.
20504
20505         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20506         * gst/videorate/gstvideorate.c (gst_videorate_event):
20507         * ext/theora/theoradec.c (theora_dec_sink_event): 
20508         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20509         stream lock.
20510
20511         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20512         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20513         stream lock changes.
20514
20515 2005-11-21  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst-libs/gst/audio/gstbaseaudiosink.c:
20518         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20519         (gst_base_audio_sink_provide_clock),
20520         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20521         (gst_base_audio_sink_change_state):
20522         * gst/audioresample/gstaudioresample.c:
20523         Segment update fix.
20524
20525 2005-11-21  Andy Wingo  <wingo@pobox.com>
20526
20527         * *.h:
20528         * *.c: Ran scripts/update-macros. Oh yes.
20529
20530 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * sys/ximage/Makefile.am:
20533         * sys/ximage/ximage.c:
20534           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20535           remove your old libgstximage.* manually if necessary).
20536
20537 2005-11-21  Michael Smith <msmith@fluendo.com>
20538
20539         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20540           Minimal fix for bug #320200: set the min/max bitrate in the correct
20541           units. A better fix would be to upgrade to the RATEMANAGE2
20542           interface, rather than using the deprecated interface used here, but
20543           that would require an update in our libvorbis dependency (to 1.1),
20544           which is probably undesirable.
20545
20546 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20547
20548         * ext/libvisual/visual.c: (get_buffer):
20549         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20550         (gst_base_audio_src_fixate):
20551         * gst/audioconvert/gstaudioconvert.c:
20552         (gst_audio_convert_fixate_caps):
20553         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20554         * gst/audiotestsrc/gstaudiotestsrc.c:
20555         (gst_audiotestsrc_src_fixate):
20556         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20557         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20558         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20559         * gst/videotestsrc/gstvideotestsrc.c:
20560         (gst_videotestsrc_src_fixate):
20561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20563           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20564           (#322027)
20565
20566
20567 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20568
20569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20570         (gst_riff_create_iavs_caps):
20571         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20572         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20573         (gst_riff_parse_info):
20574         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20577           Fixes for GST_FOURCC_FORMAT API change.
20578
20579 2005-11-21  Andy Wingo  <wingo@pobox.com>
20580
20581         patch by: Alessandro Dessina <alessandro nnva org>
20582
20583         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20584         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20585         (gst_ogg_parse_chain):
20586         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20587         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20588         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20589         gst_value_list calls on arrays. Fixes #321962.
20590
20591 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20592
20593         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20594         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20595         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20596         * gst/adder/gstadder.c: (gst_adder_init),
20597         (gst_adder_request_new_pad), (gst_adder_collected),
20598         (gst_adder_change_state):
20599           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20600           API change.
20601
20602 2005-11-21  Michael Smith <msmith@fluendo.com>
20603
20604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20605         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20606           Properly handle pad_push return values.
20607
20608 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20609
20610         * gst-libs/gst/tag/Makefile.am:
20611         * gst-libs/gst/tag/gstvorbistag.c:
20612         (gst_tag_list_to_vorbiscomment_buffer):
20613           Remove obsolete vorbistag element and debug category.
20614
20615         * gst/playback/gstplaybasebin.c: (check_queue):
20616           Don't divide by 0 when queue-threshold is 0.
20617
20618         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20619           Don't modify an existing pixel-aspect-ratio if we fail to read
20620           a new one.
20621
20622 2005-11-20  Wim Taymans  <wim@fluendo.com>
20623
20624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20625         (gst_vorbisenc_push_packet):
20626         GST_PAD_IS_USABLE is gone, use the return value of
20627         the push or pad_alloc_buffer instead.
20628
20629 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20630
20631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20632         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20633         (gst_ximagesink_ximage_destroy),
20634         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20635         (gst_ximagesink_xwindow_new),
20636         (gst_ximagesink_xwindow_update_geometry),
20637         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20638         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20639         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20640         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20641         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20642         (gst_ximagesink_navigation_send_event),
20643         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20644         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20645         (gst_ximagesink_finalize), (gst_ximagesink_init),
20646         (gst_ximagesink_class_init):
20647         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20648         This new version brings correct software scaling, non flickering
20649         window while resizing, pixel aspect ratio handling, usage of
20650         hardware buffer pools, out of data flow event thread for 
20651         navigation and handling of expose events even when being PAUSED,
20652         a new property to keep video aspect ratio when resizing, etc...
20653
20654 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20655
20656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20657         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20658         handling of PAR.
20659
20660 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20661
20662         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20663         Unsetting IS_SINK flag from the fakesink, so decodebin
20664         never behaves as a sink.
20665
20666 2005-11-17  Wim Taymans  <wim@fluendo.com>
20667
20668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20669         (gst_base_audio_src_change_state):
20670         Fix the audiosrc base class again, we did not unflush.
20671
20672 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20673
20674         * examples/seeking/seek.c: (make_dv_pipeline),
20675         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20676         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20677         to ogg/vorbis/theora pipeline.
20678
20679 2005-11-17  Wim Taymans  <wim@fluendo.com>
20680
20681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20682         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20683         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20684         Fix EOS on multiple streams.
20685         More debugging.
20686
20687 2005-11-16  Wim Taymans  <wim@fluendo.com>
20688
20689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20690         (gst_ogg_demux_perform_seek):
20691         Segment done must include stream time.
20692
20693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20694         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20695         (gst_ogg_mux_change_state):
20696         Fix ogg muxer again.
20697
20698 2005-11-16  Wim Taymans  <wim@fluendo.com>
20699
20700         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20701         Fix compile again.
20702
20703 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20704
20705         * ext/libvisual/visual.c: (gst_visual_init):
20706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20707         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20708         (gst_ogg_parse_chain):
20709         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20710         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20711         * ext/theora/theoradec.c: (gst_theora_dec_init):
20712         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20713         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20714         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20715         * gst/adder/gstadder.c: (gst_adder_class_init),
20716         (gst_adder_dispose):
20717         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20718         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20719         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20720           Fix a whole set of pad template leaks
20721
20722 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20723
20724         * check/generic/states.c: (GST_START_TEST):
20725           fix the test so that it only checks for elements that are part of
20726           this source module
20727
20728 2005-11-16  Michael Smith <msmith@fluendo.com>
20729
20730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20731         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20732         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20733         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20734         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20735         (gst_ogg_mux_change_state):
20736           Fix leaking collectpads.
20737
20738 2005-11-16  Edward Hervey  <edward@fluendo.com>
20739
20740         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20741         (gst_videorate_event), (gst_videorate_chain):
20742         Handle segment seeks
20743
20744 2005-11-16  Wim Taymans  <wim@fluendo.com>
20745
20746         * gst-libs/gst/audio/gstbaseaudiosink.c:
20747         (gst_base_audio_sink_provide_clock),
20748         (gst_base_audio_sink_change_state):
20749         Set ringbuffer to non-flushing when going to PAUSED, set to
20750         flushing again when going to READY.
20751
20752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20753         (gst_ring_buffer_stop):
20754         Start in flushing mode by default.
20755         Don't set flushing in the _stop method, let the app call
20756         this explicitly.
20757
20758 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20759
20760         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20761         * gst-libs/gst/video/videosink.h: Add helper function needed
20762         for video sinks.
20763
20764 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20765
20766         * gst/videoscale/gstvideoscale.c:
20767         (gst_videoscale_handle_src_event):
20768           Don't leak reference to pad parent.
20769
20770 2005-11-16  Wim Taymans  <wim@fluendo.com>
20771
20772         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20773         Set ringbuffer to flushing when stopping so that we don't
20774         block on wait_segment anymore and livelock.
20775
20776 2005-11-16  Wim Taymans  <wim@fluendo.com>
20777
20778         * examples/seeking/seek.c: (send_event), (do_seek),
20779         (loop_toggle_cb), (segment_done), (main):
20780         Added looping checkbox.
20781
20782 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20783
20784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20785         (gst_ogg_demux_init):
20786         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20787         (gst_vorbis_dec_init):
20788           revert unrefs, they don't pass make check
20789
20790 2005-11-15  Johan Dahlin  <johan@gnome.org>
20791
20792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20793         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20794         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20795         (gst_vorbis_dec_init):
20796         Fix pad template leaks. 
20797
20798 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20799
20800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20801           Make state change function thread safe.
20802
20803 2005-11-15  Edward Hervey  <edward@fluendo.com>
20804
20805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20806         (gst_ogg_demux_class_init):
20807         Implement GstElement::send_event, so we can send seek events
20808         in GST_STATE_READY
20809
20810 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20811
20812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20813         Discovered how to take away flickering while resizing the
20814         window. Please don't put that in ximagesink, refactoring in
20815         progress.
20816
20817 2005-11-14  Michael Smith <msmith@fluendo.com>
20818
20819         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20820         (gst_multifdsink_render):
20821           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20822
20823 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20824
20825         * gst/playback/gstplaybin.c: (gen_audio_element):
20826           Use autoaudiosink, it tends to be more widely available than
20827           autoaudiiosink.
20828           
20829 2005-11-14  Andy Wingo  <wingo@pobox.com>
20830
20831         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20832         as well if it is available. Fixes #316442.
20833
20834 2005-11-14  Michael Smith <msmith@fluendo.com>
20835
20836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20837         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20838         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20839         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20840         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20841         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20843         (gst_vorbisenc_change_state):
20844           Fix a small memory leak in vorbisenc.
20845           Fix large memory leaks in oggmux, also fix lots of state change
20846           bugs in oggmux.
20847
20848 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20849
20850         * gst/videotestsrc/gstvideotestsrc.c:
20851         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20852         (gst_videotestsrc_src_fixate):
20853           move fixation to a fixate function
20854           remove negotiate function, basesrc's is good enough
20855           fixes a bug for check when using the element alone
20856
20857 2005-11-13  Edward Hervey  <edward@fluendo.com>
20858
20859         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20860         (key_toggle_cb), (main):
20861         Added checkboxes for adding/removing the accurate and key_unit seek
20862         flags.
20863
20864 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20865
20866         * configure.ac: back to HEAD
20867
20868 === release 0.9.5 ===
20869
20870 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20871
20872         * configure.ac:
20873           releasing 0.9.5, "No No Kia"
20874
20875 2005-11-11  Edward Hervey  <edward@fluendo.com>
20876
20877         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20878         Added parse-launch syntax seeking mode for the seeking example.
20879         This should help stress-test even more cases.
20880         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20881
20882 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20883
20884         * sys/xvimage/xvimagesink.c:
20885         (gst_xvimagesink_navigation_send_event):
20886           Check whether peer pad exists before sending navigation events
20887           to it.
20888
20889 2005-11-11  Michael Smith <msmith@fluendo.com>
20890
20891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20892         (gst_vorbisenc_buffer_from_packet):
20893         * ext/vorbis/vorbisenc.h:
20894           Set duration on encoded buffers. This allows oggmux's
20895           max_page_delay parameter to actually work.
20896
20897 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20898
20899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20900         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20901         (gst_ffmpegcsp_avpicture_fill):
20902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20903         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20904           Make palettes work again (see #132341). Use our own macros
20905           for rounding up.
20906
20907 2005-11-10  Andy Wingo  <wingo@pobox.com>
20908
20909         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20910         string doober.
20911
20912 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20913
20914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20915         (gst_ffmpegcsp_transform_caps):
20916           Prefer passthrough in transform_caps
20917
20918 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20919
20920         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20921           check for ALSA errors properly, instead of relying on ALSA's
20922           error strings to serve to the user.
20923
20924 2005-11-10  Wim Taymans  <wim@fluendo.com>
20925
20926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20927         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20928         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20929         Modernise the seek code.
20930
20931 2005-11-10  Michael Smith <msmith@fluendo.com>
20932         
20933         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20934         (setup_substreams), (set_active_source):
20935           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20936           trying to go to NULL if we failed to read a file.
20937
20938 2005-11-10  Wim Taymans  <wim@fluendo.com>
20939
20940         * gst/audiotestsrc/gstaudiotestsrc.c:
20941         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20942         (gst_audiotestsrc_create):
20943         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20944         (gst_sinesrc_get_times), (gst_sinesrc_create):
20945         * gst/videotestsrc/gstvideotestsrc.c:
20946         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20947         (gst_videotestsrc_create):
20948         The base class can now sync for us.
20949
20950 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20951
20952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20953           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20954           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20955           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20956           format=(fourcc)I420" ! xvimagesink
20957
20958 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20959
20960         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20961         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20962         (gst_sinesrc_newsegment):
20963           Send newsegment event in TIME format, set duration if
20964           num-buffers is set, fix duration querying.
20965
20966 2005-11-10  Michael Smith <msmith@fluendo.com>
20967
20968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20969         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20970         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20971         (gst_ogg_mux_collected):
20972          Fix EOS handling, partially. Now forwarding an EOS event once we have
20973          EOS on all pads works correctly. However, we still don't properly set
20974          EOS on the actual ogg stream pages.
20975
20976 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20977
20978         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20979           Set elements to NULL state before disposing of them.
20980
20981 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20982
20983         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20984
20985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20986         (gst_base_rtp_depayload_init),
20987         (gst_base_rtp_depayload_set_gst_timestamp):
20988         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20989           We need to send a newsegment event for each instance, not
20990           just for the first instance of this class (get rid of
20991           static variable in function). (#321011).
20992           
20993 2005-11-08  Michael Smith <msmith@fluendo.com>
20994
20995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20996         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20997         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20998         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20999           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21000           This makes us mux things correctly according to the ogg muxing
21001           rules. Still not handling EOS correctly right now, though.
21002
21003 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21004
21005         * gst/audioconvert/gstaudioconvert.c:
21006           Fix typo in docs. 
21007
21008 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21009
21010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21011         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21012           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21013           creating a new chain; should fix live streaming. Also
21014           add more debug output and fix a typo.
21015
21016 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21017
21018         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21019
21020         * gst/volume/gstvolume.c: (volume_set_caps):
21021           Fix compilation on Solaris with Forte. (#320923)
21022
21023 2005-11-08  Wim Taymans  <wim@fluendo.com>
21024
21025         * gst-libs/gst/audio/gstbaseaudiosink.c:
21026         (gst_base_audio_sink_render):
21027         No need to do a typecheck.
21028
21029 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21030
21031         * ext/alsa/gstalsa.h:
21032           We register a debug category, so let's use it.
21033
21034 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21035
21036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21037         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21038         Fixed a small problem.
21039
21040 2005-11-04  Wim Taymans  <wim@fluendo.com>
21041
21042         * examples/seeking/Makefile.am:
21043         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21044         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21045         (make_playerbin_pipeline), (format_value), (update_scale),
21046         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21047         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21048         (print_usage), (main):
21049         Added app for playback speed testing.
21050
21051         * examples/seeking/seek.c: (dynamic_link),
21052         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21053         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21054         (message_received), (main):
21055         Updated seek example.
21056
21057 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21058
21059         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21060         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21061         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21062         (gst_base_rtp_depayload_set_clock):
21063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21064         Don't sleep on the bench (system clock) when you have a nice 
21065         comfortable bed (Gstreamer clock) to sleep on.
21066
21067 2005-11-03  Wim Taymans  <wim@fluendo.com>
21068
21069         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21070         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21071         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21072         Handle the case where a pad_block failed.
21073
21074 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21075
21076         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21077
21078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21079         (gst_base_rtp_depayload_add_to_queue),
21080         (gst_base_rtp_depayload_push),
21081         (gst_base_rtp_depayload_set_gst_timestamp),
21082         (gst_base_rtp_depayload_queue_release):
21083           Fixes some bugs in the depayloader's queuing/de-queueing code.
21084
21085 2005-10-31  Michael Smith <msmith@fluendo.com>
21086
21087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21088         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21089         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21090           Patch from Alessandro Decina <alessandro@nnva.org>.
21091           Make oggdemux only find the final time in a chain, not per-pad,
21092           since the per-pad information can be very expensive to locate, and
21093           it isn't used anywhere. This makes reading a file containing
21094           OggSkeleton reasonably fast.
21095           Also, make chain finding work when there are logical bitstreams that
21096           can't be decoded. Fixes #319110.
21097
21098 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21099
21100         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21101         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21102         (gst_base_rtp_depayload_chain),
21103         (gst_base_rtp_depayload_add_to_queue),
21104         (gst_base_rtp_depayload_push),
21105         (gst_base_rtp_depayload_set_gst_timestamp),
21106         (gst_base_rtp_depayload_queue_release),
21107         (gst_base_rtp_depayload_start_thread),
21108         (gst_base_rtp_depayload_set_property),
21109         (gst_base_rtp_depayload_get_property):
21110         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21111         Some random fixes, to fullfill the desires of thomas.
21112
21113 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21114
21115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21116         (gst_base_rtp_depayload_add_to_queue),
21117         (gst_base_rtp_depayload_push):
21118         Fixed the queueing algorithm.
21119
21120 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21121
21122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21123         (gst_base_rtp_depayload_push):
21124         A small fix
21125
21126 2005-10-31  Wim Taymans  <wim@fluendo.com>
21127
21128         * gst-libs/gst/audio/gstringbuffer.h:
21129         Don't break ABI.
21130
21131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21132         (gst_ffmpeg_caps_to_pixfmt):
21133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21134         (gst_ffmpegcsp_set_caps):
21135         Some more comments.
21136         Handle missing required caps fields better.
21137
21138 2005-10-31  Wim Taymans  <wim@fluendo.com>
21139
21140         * gst-libs/gst/audio/gstbaseaudiosink.c:
21141         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21142         (gst_base_audio_sink_render):
21143         * gst-libs/gst/audio/gstringbuffer.c:
21144         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21145         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21146         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21147         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21148         (gst_ring_buffer_read):
21149         * gst-libs/gst/audio/gstringbuffer.h:
21150         Add flushing mode to the ringbuffer so that it in all cases does
21151         not try to handle more audio. This makes sure it does not try to
21152         block anymore when flushing and fixes a livelock.
21153
21154 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21155
21156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21157         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21158         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21159           Explicitly check for -1 values before doing a conversion
21160           and always map them to -1. (#315545)
21161
21162 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21163
21164         * gst/playback/gstplaybin.c: (gen_video_element):
21165           first try autovideosink, then xvimagesink, then error out
21166         * po/POTFILES.in:
21167           add translatable file
21168         * po/af.po:
21169         * po/az.po:
21170         * po/cs.po:
21171         * po/en_GB.po:
21172         * po/hu.po:
21173         * po/it.po:
21174         * po/nb.po:
21175         * po/nl.po:
21176         * po/or.po:
21177         * po/sq.po:
21178         * po/sr.po:
21179         * po/sv.po:
21180         * po/uk.po:
21181         * po/vi.po:
21182           update translations
21183
21184 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21185
21186         * gst-libs/gst/rtp/gstbasedepayload.c:
21187         * gst-libs/gst/rtp/gstbasedepayload.h:
21188           Minor cleanups
21189
21190 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21191
21192         * gst/playback/.cvsignore:
21193         * gst/playback/decodetest.c:
21194         * gst/playback/test3.c:
21195           Port these two tests as well.
21196
21197 2005-10-27  Wim Taymans  <wim@fluendo.com>
21198
21199         * ext/theora/theoradec.c: (theora_dec_src_query),
21200         (theora_dec_sink_event):
21201         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21202         (theora_enc_change_state):
21203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21204         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21205         Take proper locks when handling events.
21206
21207 2005-10-27  Wim Taymans  <wim@fluendo.com>
21208
21209         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21210         (gst_adder_change_state):
21211         Fix timestamps and fix deadlock when stopping the collectpads.
21212
21213 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21214
21215         * gst-libs/gst/rtp/gstrtpbuffer.h:
21216         Declaring the payload types as strings too so that they can be used
21217         in the padtemplate inialization.
21218
21219 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21220
21221         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21222
21223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21224         (gst_base_rtp_depayload_class_init):
21225         Fixes a small but nasty bug. The derived elements no longer segfaults
21226         on finalization.
21227
21228 2005-10-26  Michael Smith <msmith@fluendo.com>
21229
21230         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21231           When clearing an audioconvert context, set tmpbufsize to zero, so
21232           we'll allocate it again later if required.
21233           This fixes audioconvert re-negotiating formats, which previously
21234           segfaulted with a NULL destination buffer.
21235
21236 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21237
21238         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21239         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21240         (gst_base_rtp_depayload_set_gst_timestamp),
21241         (gst_base_rtp_depayload_queue_release):
21242         Fixed a smalll memleak.
21243
21244 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21246         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21247         (gst_base_rtp_depayload_finalize),
21248         (gst_base_rtp_depayload_setcaps),
21249         (gst_base_rtp_depayload_add_to_queue),
21250         (gst_base_rtp_depayload_push),
21251         (gst_base_rtp_depayload_set_gst_timestamp),
21252         (gst_base_rtp_depayload_queue_release),
21253         (gst_base_rtp_depayload_thread),
21254         (gst_base_rtp_depayload_change_state):
21255         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21256         Changed the C++ comments to C comments
21257
21258 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21259
21260         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21261         * gst/tcp/gsttcpclientsrc.h:
21262         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21263         * gst/tcp/gsttcpserversrc.h:
21264           Remove unused 'curoffset' structure member.
21265
21266 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21267
21268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21269         (gst_base_rtp_depayload_base_init),
21270         (gst_base_rtp_depayload_finalize):
21271         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21272         * gst-libs/gst/rtp/gstbasertppayload.h:
21273           The pad-template on the sinkpad should be set by the derived classes.
21274           Also added some useful macros.
21275
21276 2005-10-24  Wim Taymans  <wim@fluendo.com>
21277
21278         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21279         Correctly flush decoder samples even if we could not
21280         copy them to an output buffer. Fixes #319618.
21281
21282 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21283
21284         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21286         the caps against our xcontext caps.
21287
21288 2005-10-24  Wim Taymans  <wim@fluendo.com>
21289
21290         * gst-libs/gst/audio/gstbaseaudiosink.c:
21291         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21292         Remove g_print
21293         Use sync property from baseclass to disable sync.
21294
21295 2005-10-24  Wim Taymans  <wim@fluendo.com>
21296
21297         * gst-libs/gst/audio/gstbaseaudiosink.c:
21298         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21299         Buffers with no timestamps get aligned with previous buffers or
21300         on underrun, played ASAP.
21301
21302 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21303
21304         * gst-libs/gst/video/video.h:
21305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21306         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21308         here comes my change on caps for framerate and geometry range.
21309         We are now accepting 1 to MAXINT for width and height, and from
21310         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21311         to be blended correctly in videomixer.
21312
21313 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21314
21315         * configure.ac:
21316           back to HEAD
21317
21318 === release 0.9.4 ===
21319
21320 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21321
21322         * NEWS:
21323         * RELEASE:
21324         * configure.ac:
21325           releasing 0.9.4, "Velociraptor"
21326
21327 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21328
21329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21330         * po/POTFILES.in:
21331           STOPPED -> FAILED
21332
21333 2005-10-21  Wim Taymans  <wim@fluendo.com>
21334
21335         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21336         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21337         (pad_blocked), (close_pad_link), (new_pad):
21338         Don't try to remove elements twice.
21339
21340 2005-10-21  Wim Taymans  <wim@fluendo.com>
21341
21342         * ext/theora/theoradec.c: (theora_dec_src_query),
21343         (theora_dec_sink_event):
21344         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21345         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21346         (vorbis_handle_data_packet):
21347         * ext/vorbis/vorbisdec.h:
21348         Fix old naming.
21349
21350         * gst-libs/gst/audio/gstbaseaudiosink.c:
21351         (gst_base_audio_sink_render):
21352         Don't try to sync on buffers without a timestamp.
21353
21354 2005-10-21  Wim Taymans  <wim@fluendo.com>
21355
21356         * ext/theora/theoradec.c: (theora_dec_src_query),
21357         (theora_dec_sink_event):
21358         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21359         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21360         (vorbis_handle_data_packet):
21361         * ext/vorbis/vorbisdec.h:
21362         Fix old naming.
21363
21364 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21365
21366         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21367         (gst_vorbisenc_src_query):
21368           Implement position and duration queries.
21369
21370         * gst/playback/test3.c: (update_scale), (main):
21371           Fix for async state changes and print nicer output.
21372
21373 2005-10-20  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21376         (dump_element_stats), (main):
21377         * gst/playback/test6.c: (main):
21378         Fix tests again
21379
21380 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21381
21382         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21383         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21384           Don't use functions for position queries when handling
21385           duration queries.
21386
21387 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21388
21389         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21390         (vorbis_handle_data_packet), (vorbis_dec_chain),
21391         (vorbis_dec_change_state):
21392         * ext/vorbis/vorbisdec.h:
21393           Vorbis streams can be embedded in other container formats
21394           than ogg, container formats where the demuxer might set 
21395           timestamps on encoded vorbis buffers instead of those silly 
21396           granulepos thingies. In short: make vorbisdec handle 
21397           timestamps on incoming buffers as well.
21398
21399 2005-10-20  Wim Taymans  <wim@fluendo.com>
21400
21401         * gst/playback/gstplaybasebin.c: (group_destroy),
21402         (gst_play_base_bin_change_state):
21403         Fix leak.
21404         Handle case where playbasebin is now ASYNC because
21405         decodebin is.
21406
21407 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21408
21409         * gst/audioconvert/Makefile.am:
21410         * gst/audioconvert/bufferframesconvert.c:
21411         * gst/audioconvert/plugin.c: (plugin_init):
21412         * gst/audioconvert/plugin.h:
21413           And bye bye buffer-frames-convert
21414
21415 2005-10-19  Wim Taymans  <wim@fluendo.com>
21416
21417         * check/elements/audioconvert.c:
21418         * docs/libs/tmpl/gstaudio.sgml:
21419         * docs/libs/tmpl/gstcolorbalance.sgml:
21420         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21421         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21422         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21423         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21424         * gst-libs/gst/audio/audio.h:
21425         * gst/audioconvert/audioconvert.h:
21426         * gst/audioconvert/gstaudioconvert.c:
21427         (gst_audio_convert_parse_caps):
21428         * gst/volume/gstvolume.c:
21429         Bye bye buffer-frames.
21430
21431 2005-10-19  Wim Taymans  <wim@fluendo.com>
21432
21433         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21434         (query_positions_elems), (query_positions_pads), (update_scale),
21435         (do_seek), (set_update_scale), (message_received), (main):
21436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21437         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21438         (gst_ogg_demux_loop):
21439         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21440         * ext/theora/theoradec.c: (theora_dec_src_query),
21441         (theora_dec_sink_event):
21442         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21443         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21444         * gst/adder/gstadder.c: (gst_adder_query):
21445         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21446         * gst/playback/test3.c: (update_scale):
21447         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21448         (dump_element_stats), (main):
21449         * gst/playback/test6.c: (main):
21450         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21451         Query API update.
21452
21453 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21454
21455         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21456         (xml_check_first_element), (xml_type_find), (smil_type_find),
21457         (plugin_init):
21458           Add typefinding for SMIL and for generic XML. Based on patch by
21459           Akos Maroy (#308663).
21460
21461 2005-10-18  Wim Taymans  <wim@fluendo.com>
21462
21463         * gst/playback/Makefile.am:
21464         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21465         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21466         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21467         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21468         (gst_decode_bin_change_state):
21469         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21470         (gst_play_bin_send_event_to_sink):
21471         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21472         (dump_element_stats), (main):
21473         * gst/playback/test6.c: (main):
21474         Make playbin async, it'll commit state to paused when all streams
21475         are detected.
21476         Remove ugly hack.
21477         Added test6.c to show async behaviour.
21478
21479 2005-10-18  Wim Taymans  <wim@fluendo.com>
21480
21481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21482         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21483         Fix for segment-start/stop API change.
21484
21485 2005-10-18  Wim Taymans  <wim@fluendo.com>
21486
21487         * check/Makefile.am:
21488         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21489         (main):
21490         Add future test for clock selection.
21491
21492 2005-10-18  Wim Taymans  <wim@fluendo.com>
21493
21494         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21495         (gst_alsasink_close):
21496         Set handle to NULL.
21497
21498         * gst-libs/gst/audio/gstringbuffer.c:
21499         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21500         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21501         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21502         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21503         (gst_ring_buffer_read):
21504         More debug info.
21505
21506 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21507
21508         * gst/audiotestsrc/Makefile.am:
21509         * gst/sine/Makefile.am:
21510         * gst/volume/Makefile.am:
21511           fix broken build of controllerized plugins
21512
21513 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21514
21515         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21516
21517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21518         (gst_riff_create_video_template_caps):
21519           Add support for Indeo-3 (IV32).
21520
21521 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21522
21523         * configure.ac:
21524           rewrite
21525
21526 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21527
21528         * gst-libs/gst/video/video.c: (gst_video_get_size):
21529         * gst/audiotestsrc/gstaudiotestsrc.c:
21530           doc updates
21531
21532 2005-10-17  Andy Wingo  <wingo@pobox.com>
21533
21534         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21535         with the collectpads change.
21536         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21537
21538         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21539
21540         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21541
21542         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21543         alloc_buffer flow return to callers.
21544         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21545         change. Fix some memleaks in theoraenc.
21546
21547         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21548         in strange circumstance.
21549
21550 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21551
21552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21553         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21554         from caps, let's use the caps...
21555
21556 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21557
21558         * configure.ac:
21559           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21560
21561 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21562
21563         * gst-libs/gst/interfaces/Makefile.am:
21564           fix silly typo
21565
21566 2005-10-16  Andy Wingo  <wingo@pobox.com>
21567
21568         * gst/playback/gstdecodebin.c
21569         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21570         function!
21571         (try_to_link_1): Increase kraziness level.
21572
21573 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21574
21575         * configure.ac:
21576           restructure like the core one
21577         * gst-libs/gst/audio/Makefile.am:
21578         * gst-libs/gst/interfaces/Makefile.am:
21579         * gst-libs/gst/net/Makefile.am:
21580         * gst-libs/gst/riff/Makefile.am:
21581         * gst-libs/gst/rtp/Makefile.am:
21582         * gst-libs/gst/tag/Makefile.am:
21583         * gst-libs/gst/video/Makefile.am:
21584           use correct linker flags, now the libs are properly versioned
21585         * check/elements/audioconvert.c: (verify_convert):
21586         * ext/alsa/gstalsaplugin.c:
21587         * ext/cdparanoia/gstcdparanoia.c:
21588         * ext/gnomevfs/gstgnomevfs.c:
21589         * ext/libvisual/visual.c:
21590         * ext/ogg/gstogg.c:
21591         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21592         * ext/theora/theora.c:
21593         * ext/vorbis/vorbis.c:
21594         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21595         * gst-libs/gst/tag/gsttagediting.c:
21596         * gst-libs/gst/video/video.c:
21597         * gst/adder/gstadder.c:
21598         * gst/audioconvert/plugin.c:
21599         * gst/audiorate/gstaudiorate.c:
21600         * gst/audioresample/gstaudioresample.c:
21601         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21602         * gst/audioscale/gstaudioscale.c:
21603         * gst/audioscale/resample.c:
21604         * gst/audiotestsrc/gstaudiotestsrc.c:
21605         * gst/ffmpegcolorspace/gstffmpeg.c:
21606         * gst/playback/gstdecodebin.c: (close_pad_link):
21607         * gst/playback/gstplaybin.c: (gen_video_element),
21608         (gen_audio_element):
21609         * gst/sine/gstsinesrc.c:
21610         * gst/subparse/gstsubparse.c:
21611         * gst/tags/gsttagediting.c:
21612         * gst/tcp/gsttcpplugin.c:
21613         * gst/typefind/gsttypefindfunctions.c:
21614         * gst/videorate/gstvideorate.c:
21615         * gst/videoscale/gstvideoscale.c:
21616         * gst/videotestsrc/gstvideotestsrc.c:
21617         * gst/volume/gstvolume.c:
21618         * sys/v4l/gstv4l.c:
21619         * sys/ximage/ximage.c:
21620         * sys/xvimage/xvimagesink.c:
21621           fix up defines
21622
21623 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21624
21625         * ext/vorbis/vorbisenc.c:
21626         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21627         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21628         (gst_tag_to_vorbis_comments):
21629           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21630
21631 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21632
21633         * examples/stats/mp2ogg.c:
21634         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21635           typo fixes
21636
21637 2005-10-13  Michael Smith <msmith@fluendo.com>
21638
21639         * ext/ogg/gstoggmux.c:
21640           Use magic glib macros to define constants as 64 bit, to ensure
21641           appropriate vararg passing.
21642
21643 2005-10-13  Michael Smith <msmith@fluendo.com>
21644
21645         * ext/ogg/gstoggmux.c:
21646         * gst/audioconvert/audioconvert.c: (float):
21647           Don't use LL suffix, as it's not portable, and neither of these
21648           uses required it anyway.
21649
21650 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21651
21652         * examples/indexing/indexmpeg.c: (main):
21653         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21654         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21655         (cdparanoia_convert), (cdparanoia_query):
21656         * ext/cdparanoia/gstcdparanoia.h:
21657         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21658         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21659         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21661         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21662         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21663         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21664         (gst_multifdsink_render), (gst_multifdsink_start),
21665         (gst_multifdsink_stop):
21666         * gst/tcp/gstmultifdsink.h:
21667         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21668         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21669         (gst_tcpclientsink_stop):
21670         * gst/tcp/gsttcpclientsink.h:
21671         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21672         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21673         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21674         * gst/tcp/gsttcpclientsrc.h:
21675         * gst/tcp/gsttcpserversink.h:
21676         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21677         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21678         (gst_tcpserversrc_stop):
21679         * gst/tcp/gsttcpserversrc.h:
21680         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21681         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21682         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21683           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21684           moved bitshift from macro to enum definition
21685
21686 2005-10-12  Wim Taymans  <wim@fluendo.com>
21687
21688         * examples/seeking/Makefile.am:
21689         Oops.
21690
21691 2005-10-12  Wim Taymans  <wim@fluendo.com>
21692
21693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21694         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21695         Don't assert on normal stuff.
21696
21697         * gst/playback/gstplaybin.c: (do_playbin_seek):
21698         API fix.
21699
21700 2005-10-12  Wim Taymans  <wim@fluendo.com>
21701
21702         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21703         * examples/seeking/Makefile.am:
21704         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21705         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21706         (do_seek), (set_update_scale), (message_received), (main):
21707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21708         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21709         Update for _get_state() API change.
21710
21711 2005-10-11  Wim Taymans  <wim@fluendo.com>
21712
21713         * gst-libs/gst/audio/gstbaseaudiosink.c:
21714         (gst_base_audio_sink_render):
21715         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21716         (gst_base_audio_src_create):
21717         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21718         (gst_ring_buffer_read):
21719         Cleanups.
21720         Commit and read from ringbuffer in samples rather than bytes.
21721
21722 2005-10-11  Wim Taymans  <wim@fluendo.com>
21723
21724         * gst-libs/gst/audio/gstbaseaudiosink.c:
21725         (gst_base_audio_sink_render):
21726         Respect segment rate and accum when scheduling samples.
21727
21728 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21729
21730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21731         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21732         EOS correctly, that needs more work.
21733
21734 2005-10-11  Wim Taymans  <wim@fluendo.com>
21735
21736         * check/generic/states.c: (GST_START_TEST):
21737         remove old property.
21738
21739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21740         (gst_ogg_demux_perform_seek):
21741         * ext/theora/theoradec.c: (theora_dec_sink_event):
21742         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21743         (vorbis_handle_data_packet):
21744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21745         (gst_base_rtp_depayload_set_gst_timestamp):
21746         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21747         Update for newsegment API change.
21748
21749 2005-10-11  Michael Smith <msmith@fluendo.com>
21750
21751         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21752         (do_playbin_seek), (gst_play_bin_send_event):
21753           Override send_event differently, so that we can takes bits of
21754           functionality from GstPipeline (special handling for seeks,
21755           including pausing/resuming, and resetting stream time) and still get
21756           the appropriate behaviour of only forwarding event to a single sink,
21757           rather than all of them.
21758           Unfortunately requires a lot of code duplication, but the
21759           alternatives are equally ugly in the end.
21760
21761 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21762
21763         * check/elements/audioconvert.c: (setup_audioconvert),
21764         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21765         (GST_START_TEST), (audioconvert_suite):
21766           clean up tests a little, fix some leaks.
21767
21768 2005-10-10  Wim Taymans  <wim@fluendo.com>
21769
21770         * ext/alsa/gstalsasink.c:
21771         Also allow unsigned int.
21772
21773         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21774         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21775         Small cleanup
21776
21777 2005-10-10  Wim Taymans  <wim@fluendo.com>
21778
21779         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21780         Small update, use API as stated in design docs.
21781
21782         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21783         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21784         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21785         (message_received), (main):
21786         Updated seek example for GOption. Some usability improvements.
21787
21788 2005-10-10  Wim Taymans  <wim@fluendo.com>
21789
21790         * gst/audioconvert/audioconvert.h:
21791         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21792         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21793         Alloc temp storage somewhere else where we can do it more
21794         portable.
21795
21796 2005-10-10  Wim Taymans  <wim@fluendo.com>
21797
21798         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21799         (gst_tcpserversrc_start):
21800         Don't block in accept while doing the state change, move
21801         to poll and make cancellable.
21802
21803 2005-10-09  Philippe Khalaf <burger@speedy.org>
21804
21805         * gst-libs/gst/rtp/rtpbasedepayload.c:
21806         Set timestamp and add queue delay to timestamp
21807         * gst-libs/gst/rtp/rtpbuffer.h:
21808         Set correct payload type for h263
21809
21810 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21811
21812         * gst/audiotestsrc/gstaudiotestsrc.c:
21813         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21814         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21815         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21816         (gst_audiotestsrc_create_triangle),
21817         (gst_audiotestsrc_create_silence),
21818         (gst_audiotestsrc_create_white_noise),
21819         (gst_audiotestsrc_init_pink_noise),
21820         (gst_audiotestsrc_generate_pink_noise_value),
21821         (gst_audiotestsrc_create_pink_noise),
21822         (gst_audiotestsrc_change_wave):
21823         * gst/audiotestsrc/gstaudiotestsrc.h:
21824           fixed typo, added pink noise
21825
21826 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21827
21828         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21829         (plugin_init):
21830           Add wavpack and spc typefind functions from 0.8 branch.
21831
21832 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21833
21834         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21835         (ar_type_find), (msdos_type_find), (plugin_init):
21836           Add typefind functions for tar archives, ar archives,
21837           RAR archives, and msdos-executables (dlls, exe, etc.).
21838           Some of those would be wrongly identified as mpeg
21839           streams of some sort before (#315550).
21840
21841 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21842
21843         * configure.ac:
21844         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21845         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21846         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21847         * gst/audiotestsrc/Makefile.am:
21848         * gst/audiotestsrc/gstaudiotestsrc.c:
21849         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21850         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21851         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21852         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21853         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21854         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21855         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21856         (gst_audiotestsrc_create_silence),
21857         (gst_audiotestsrc_create_white_noise),
21858         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21859         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21860         (gst_audiotestsrc_start), (plugin_init):
21861         * gst/audiotestsrc/gstaudiotestsrc.h:
21862           add new plugin and element
21863         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21864           use gobject_class
21865
21866 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21867
21868         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21869         (gst_adder_init), (gst_adder_request_new_pad),
21870         (gst_adder_change_state):
21871           Add query function to source pad, so adder reports the correct
21872           time/sample position when queried (#315457); fix state change
21873           function; use GST_DEBUG_FUNCPTR() for pad functions.
21874
21875 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21876
21877         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21878           Fix leaks in typefind registration
21879           Clean up the gratuitous commenting and whitespacing a little
21880
21881 2005-10-08  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21884         Only actually wait for the thread to be stopped if it's 
21885         running.
21886
21887 2005-10-08  Wim Taymans  <wim@fluendo.com>
21888
21889         * gst-libs/gst/audio/gstbaseaudiosink.c:
21890         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21891         If we receive EOS we can start playback of what we had.
21892
21893 2005-10-08  Wim Taymans  <wim@fluendo.com>
21894
21895         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21896         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21897         (gst_multifdsink_stop):
21898         Fix crasher when going to NULL multiple times.
21899
21900 2005-10-06  Wim Taymans  <wim@fluendo.com>
21901
21902         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21903         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21904         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21906         patch from Edgard Lima <edgard.lima@indt.org.br>
21907         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21908
21909 2005-10-06  Wim Taymans  <wim@fluendo.com>
21910
21911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21912         Report the FLOW_RETURN as string in the error message.
21913
21914         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21915         Don't assert when clearing an unnegotiated buffer.
21916
21917 2005-10-04  Michael Smith <msmith@fluendo.com>
21918
21919         * gst/playback/gstplaybasebin.c: (group_destroy),
21920         (gen_preroll_element), (remove_groups), (setup_source):
21921         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21922         (setup_sinks), (gst_play_bin_send_event),
21923         (gst_play_bin_change_state):
21924           Set state to NULL before removing from bin. Fix refcounting.
21925
21926 2005-10-04  Michael Smith <msmith@fluendo.com>
21927
21928         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21929           Correct refcounting in send_event() function. Previously was wrong
21930           if the first sink was unable to handle the event.
21931
21932 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * configure.ac:
21935           back to development
21936
21937 === release 0.9.3 ===
21938
21939 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21940
21941         * configure.ac:
21942           Releasing 0.9.3, "De Facto"
21943
21944 2005-10-03  Andy Wingo  <wingo@pobox.com>
21945
21946         * gst/playback/gstdecodebin.c (try_to_link_1)
21947         (remove_element_chain): set element to NULL before removing it.
21948
21949 2005-10-02  Johan Dahlin  <johan@gnome.org>
21950
21951         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21952         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21953         MT safe.
21954
21955 2005-10-02  Andy Wingo  <wingo@pobox.com>
21956
21957         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21958         (gst_ring_buffer_prepare_read): 
21959         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21960         Demote to LOG.
21961
21962 2005-09-29  Wim Taymans  <wim@fluendo.com>
21963
21964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21965         * ext/theora/theoradec.c: (theora_handle_data_packet):
21966         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21967         Propagate error codes from alloc_buffer too.
21968
21969 2005-09-29  Wim Taymans  <wim@fluendo.com>
21970
21971         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21972         We use fixed caps.
21973
21974         * gst/playback/Makefile.am:
21975         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21976         (dump_element_stats), (main):
21977         Added example stream introspection code.
21978
21979 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21980
21981         * gst/adder/gstadder.c: (gst_adder_collected):
21982           fix adder for float elements
21983
21984 2005-09-28  Wim Taymans  <wim@fluendo.com>
21985
21986         * gst-libs/gst/audio/gstbaseaudiosink.c:
21987         (gst_base_audio_sink_class_init),
21988         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21989         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21990         (gst_base_audio_src_class_init),
21991         (gst_base_audio_src_provide_clock):
21992         get_clock -> provide_clock
21993
21994 2005-09-28  Andy Wingo  <wingo@pobox.com>
21995
21996         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21997         and unlocking.
21998
21999         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22000         unlocking.
22001
22002         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22003         Actually add the pad template.
22004         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22005
22006         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22007         I'm at it...
22008
22009         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22010         from fdsrc. Get caps in create() instead of start() so it can be
22011         interrupted. Interruption somewhat untested.
22012
22013         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22014         Proper EOS handling.
22015
22016 2005-09-27  Andy Wingo  <wingo@pobox.com>
22017
22018         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22019
22020         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22021
22022         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22023
22024         * gst/tcp/gsttcp.h: 
22025         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22026         out of tcpclientsrc.c. Cancellable.
22027         (gst_tcp_socket_read): Made private, cancellable, with better
22028         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22029         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22030         whole buffer, and better diagnostics.
22031         (gst_tcp_gdp_read_caps): Same.
22032
22033         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22034
22035 2005-09-26  Andy Wingo  <wingo@pobox.com>
22036
22037         * gst/sine/gstsinesrc.h:
22038         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22039         change the 'sync' property to 'is-live' and implement it halfway,
22040         update for controller api change.
22041
22042         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22043         controller api change.
22044
22045 2005-09-24  Wim Taymans  <wim@fluendo.com>
22046
22047         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22048         * gst-libs/gst/audio/gstaudiosink.c:
22049         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22050         (gst_audioringbuffer_stop):
22051         * gst-libs/gst/audio/gstbaseaudiosink.c:
22052         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22053         (gst_base_audio_sink_change_state):
22054         * gst-libs/gst/audio/gstbaseaudiosink.h:
22055         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22056         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22057         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22058         * gst-libs/gst/audio/gstringbuffer.h:
22059         Fix sync again. Moved sample alignment to basesink.
22060
22061 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22062
22063         * docs/plugins/Makefile.am:
22064         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22065         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22066         * gst/volume/gstvolume.c:
22067           add/fix docs
22068         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22069         * gst-libs/gst/audio/audio.h:
22070           add conversion macros for frames <-> clocktime
22071
22072 2005-09-23  David Schleef  <ds@schleef.org>
22073
22074         * gst/audioresample/Makefile.am:
22075         * gst/audioresample/debug.h:
22076         * gst/audioresample/gstaudioresample.c:
22077         * gst/audioresample/resample.c: Convert to using gst debugging
22078
22079 2005-09-22  Wim Taymans  <wim@fluendo.com>
22080
22081         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22082         (gst_play_bin_send_event):
22083         Only seek on one sink, the first one that succeeds.
22084
22085 2005-09-22  Michael Smith <msmith@fluendo.com>
22086
22087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22088         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22089         Don't flush encoder state unless we have an initialised encoder.
22090         Clear out encoder state on PAUSED_TO_READY.
22091
22092 2005-09-22  Wim Taymans  <wim@fluendo.com>
22093
22094         * gst-libs/gst/rtp/gstbasertppayload.c:
22095         (gst_basertppayload_class_init), (gst_basertppayload_init),
22096         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22097         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22098         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22099         (gst_basertppayload_set_property),
22100         (gst_basertppayload_get_property),
22101         (gst_basertppayload_change_state):
22102         * gst-libs/gst/rtp/gstbasertppayload.h:
22103         Added max-ptime to control amount of data in the rtp packets.
22104
22105 2005-09-21  Andy Wingo  <wingo@pobox.com>
22106
22107         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22108         thingies.
22109
22110         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22111         can be called multiple times, dogs.
22112
22113 2005-09-21  Wim Taymans  <wim@fluendo.com>
22114
22115         * gst-libs/gst/rtp/gstbasertppayload.c:
22116         (gst_basertppayload_class_init), (gst_basertppayload_init),
22117         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22118         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22119         (gst_basertppayload_push), (gst_basertppayload_get_property),
22120         (gst_basertppayload_change_state):
22121         Allow 0 ssrc too.
22122
22123 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22124
22125         * docs/libs/compiling.sgml:
22126           fixing typos
22127
22128 2005-09-20  Wim Taymans  <wim@fluendo.com>
22129
22130         * gst-libs/gst/rtp/gstbasertppayload.c:
22131         (gst_basertppayload_class_init), (gst_basertppayload_init),
22132         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22133         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22134         (gst_basertppayload_push), (gst_basertppayload_set_property),
22135         (gst_basertppayload_get_property),
22136         (gst_basertppayload_change_state):
22137         * gst-libs/gst/rtp/gstbasertppayload.h:
22138         Added property to configure sequence number offsets.
22139
22140 2005-09-20  Wim Taymans  <wim@fluendo.com>
22141
22142         * gst-libs/gst/rtp/gstbasertppayload.c:
22143         (gst_basertppayload_class_init), (gst_basertppayload_init),
22144         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22145         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22146         (gst_basertppayload_push), (gst_basertppayload_set_property),
22147         (gst_basertppayload_get_property),
22148         (gst_basertppayload_change_state):
22149         * gst-libs/gst/rtp/gstbasertppayload.h:
22150         Make timestamp offset configurable.
22151
22152 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22153
22154         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22155           fix wrong pop/unref
22156
22157 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22158
22159         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22160
22161         * gst-libs/gst/interfaces/propertyprobe.c:
22162         (gst_property_probe_probe_property_name),
22163         (gst_property_probe_needs_probe_name),
22164         (gst_property_probe_get_values_name),
22165         (gst_property_probe_probe_and_get_values_name):
22166           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22167           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22168
22169 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22170
22171         * check/Makefile.am:
22172           have some tests be disabled for valgrinding
22173         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22174         (GST_START_TEST):
22175         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22176           Fix A Leak.  Chain To Parent Finalize.
22177
22178 2005-09-19  Wim Taymans  <wim@fluendo.com>
22179
22180         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22181         Fixed wav pipeline.
22182
22183 2005-09-19  Wim Taymans  <wim@fluendo.com>
22184
22185         * gst-libs/gst/rtp/gstbasertppayload.c:
22186         (gst_basertppayload_class_init), (gst_basertppayload_init),
22187         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22188         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22189         (gst_basertppayload_push), (gst_basertppayload_get_property),
22190         (gst_basertppayload_change_state):
22191         Posting ERROR and WARNING messages is good.
22192
22193 2005-09-19  Wim Taymans  <wim@fluendo.com>
22194
22195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22196         (gst_base_rtp_depayload_add_to_queue),
22197         (gst_base_rtp_depayload_push),
22198         (gst_base_rtp_depayload_set_gst_timestamp),
22199         (gst_base_rtp_depayload_queue_release):
22200         This one was not supposed to go in.
22201
22202 2005-09-19  Wim Taymans  <wim@fluendo.com>
22203
22204         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22205         Fix for bus API.
22206
22207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22208         (gst_base_rtp_depayload_chain),
22209         (gst_base_rtp_depayload_add_to_queue),
22210         (gst_base_rtp_depayload_push),
22211         (gst_base_rtp_depayload_set_gst_timestamp),
22212         (gst_base_rtp_depayload_queue_release):
22213         Some cleanups.
22214
22215         * gst-libs/gst/rtp/gstbasertppayload.c:
22216         (gst_basertppayload_class_init), (gst_basertppayload_init),
22217         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22218         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22219         (gst_basertppayload_get_property),
22220         (gst_basertppayload_change_state):
22221         Added debugging category.
22222
22223 2005-09-18  David Schleef  <ds@schleef.org>
22224
22225         * gst/playback/gstdecodebin.c: free plugin list correctly
22226         * gst/playback/gstplaybin.c: emit warning if autovideosink
22227           and autoaudiosink can't be found (instead of segfaulting)
22228
22229 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22230
22231         * check/elements/audioconvert.c: (GST_START_TEST):
22232           try out 24 bit conversion
22233
22234 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22237         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22238         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22239         * ext/vorbis/vorbisenc.h:
22240           Fix EOS handling.  Still needs a fix in the ogg muxer to
22241           mark the last page as eos.
22242
22243 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * common/gtk-doc-plugins.mak:
22246         * docs/plugins/Makefile.am:
22247         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22248         * gst/ffmpegcolorspace/Makefile.am:
22249         * gst/ffmpegcolorspace/avcodec.h:
22250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22251         * gst/tcp/gstmultifdsink.c:
22252           fix up ffmpegcolorspace docs; extract header
22253
22254 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         * common/gtk-doc-plugins.mak:
22257         * docs/plugins/Makefile.am:
22258         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22259         * ext/theora/Makefile.am:
22260         * ext/theora/gsttheoraenc.h:
22261         * ext/theora/theoraenc.c:
22262         * ext/vorbis/vorbisenc.c:
22263           pick up signals and args for vorbis; add some docs for vorbis
22264
22265 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22266
22267         * common/gstdoc-scangobj:
22268         * common/gtk-doc-plugins.mak:
22269         * docs/libs/Makefile.am:
22270         * docs/plugins/gst-plugins-base-plugins.args:
22271         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22272         * docs/plugins/gst-plugins-base-plugins.interfaces:
22273         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22274         * docs/plugins/gst-plugins-base-plugins.signals:
22275           only scanobj stuff from our source module.  Not sure yet
22276           if that's correct, given the hierarchy stuff :)
22277
22278 2005-09-15  Wim Taymans  <wim@fluendo.com>
22279
22280         * gst/audioconvert/gstaudioconvert.c:
22281         And enable 24 bits mode as well..
22282
22283 2005-09-15  Wim Taymans  <wim@fluendo.com>
22284
22285         * gst-libs/gst/rtp/Makefile.am:
22286         * gst-libs/gst/rtp/gstbasertppayload.c:
22287         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22288         (gst_basertppayload_class_init), (gst_basertppayload_init),
22289         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22290         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22291         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22292         (gst_basertppayload_set_property),
22293         (gst_basertppayload_get_property),
22294         (gst_basertppayload_change_state):
22295         * gst-libs/gst/rtp/gstbasertppayload.h:
22296         Added rtp payloader base class.
22297
22298 2005-09-15  Andy Wingo  <wingo@pobox.com>
22299
22300         * configure.ac (plugindir): Remove the EOL matcher from the
22301         regexp, as it causes me problems. Libtool? Make? Who knows?
22302
22303 2005-09-14  David Schleef  <ds@schleef.org>
22304
22305         * check/generic/states.c: 
22306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22307         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22308           Fixes for changes in registry API.
22309
22310         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22311           to GST_PLUGIN_LDFLAGS.
22312         * ext/libvisual/visual.c: Make the library shut up.
22313         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22314         * gst-libs/gst/audio/gstaudiofilter.c: same
22315
22316 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22317
22318         * docs/plugins/Makefile.am:
22319         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22320         * docs/plugins/inspect/plugin-libvisual.xml:
22321         * docs/plugins/tmpl/element-tcpserversink.sgml:
22322         * ext/theora/theoraenc.c:
22323           add libvisual plugin and theoraenc element to docs
22324
22325 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22326
22327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22328         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22329         * ext/theora/theoraenc.c:
22330           add theoraenc
22331
22332 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22333
22334         * gst/audioconvert/Makefile.am:
22335           Audioconvert derives from GstBaseTransform and should
22336           link to the library with our base elements to avoid
22337           unresolved symbols. Makes things work with MinGW (#316160)
22338
22339         * gst/playback/test4.c: (main):
22340           Fix MinGW build problem and use g_usleep() instead of 
22341           sleep() (#316162)
22342
22343 2005-09-12  Wim Taymans  <wim@fluendo.com>
22344
22345         * gst/audioconvert/audioconvert.c: (float),
22346         (audio_convert_prepare_context), (audio_convert_convert):
22347         * gst/audioconvert/audioconvert.h:
22348         Cleanups, speedups, simplifications, added back support
22349         for 24 bits.
22350
22351 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22352
22353         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22354         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22355         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22356         * docs/plugins/tmpl/element-tcpserversink.sgml:
22357         * gst/ffmpegcolorspace/gstffmpeg.c:
22358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22359         * gst/videotestsrc/gstvideotestsrc.c:
22360         * gst/volume/gstvolume.c:
22361           add more elements to the docs
22362
22363 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22364
22365         * check/Makefile.am:
22366         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22367         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22368           Add extra tests for basetransform based components. 
22369           Comment out the test_element_negotiation test until we decide
22370           if it's testing correct behaviour.
22371         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22372         (gst_visual_chain), (gst_visual_change_state):
22373           Slightly more correct but still bogus timestamping.
22374           Fix state change function.
22375         * gst/audioconvert/gstaudioconvert.c:
22376         (gst_audio_convert_class_init):
22377         * gst/audioresample/gstaudioresample.c:
22378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22379         (gst_ffmpegcsp_class_init):
22380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22381         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22382         (gst_videoscale_prepare_image):
22383         * gst/volume/gstvolume.c: (gst_volume_class_init),
22384         (volume_transform_ip):
22385           Basetransform updates. Enable passthrough modes.
22386         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22387         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22388         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22389           Negotiation fix that allows the window to return to the original
22390           size and renegotiate passthrough upstream. Extra debug output.
22391
22392 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * gst/sine/gstsinesrc.c:
22395         * gst/volume/gstvolume.c:
22396           fix up header include
22397
22398 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22399
22400         * gst-libs/gst/audio/gstbaseaudiosink.c:
22401         (gst_base_audio_sink_render):
22402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22403         * gst/volume/gstvolume.c: (gst_volume_class_init),
22404         (volume_transform):
22405           fixing lost sync, some more debugging
22406
22407 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22408
22409         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22410         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22411         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22412         (gst_xvimagesink_check_xshm_calls):
22413           Fix compilation when XShm is not available.
22414
22415 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22416
22417         * ext/libvisual/visual.c: (gst_visual_dispose),
22418         (gst_visual_getcaps), (gst_visual_src_setcaps),
22419         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22420         (gst_visual_change_state):
22421           Finish fixing up libvisual plugin so that it runs. 
22422
22423 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22424
22425         * ext/vorbis/vorbisenc.c:
22426         * gst-libs/gst/tag/gstvorbistag.c:
22427           gsttaginterface.h -> gsttagsetter.h
22428
22429 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22430
22431         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22432           added another test that failes for me (test is not active by default)
22433
22434 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22435
22436         * configure.ac:
22437           v4l2 is no longer in gst-plugins-base
22438
22439 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22440
22441         * configure.ac:
22442           In the output at the end, don't show the first plugin on the same
22443           line as "Core plug-ins, always built:".
22444           Indent the output as for other plugin categories
22445         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22446           #define that can be used to not use peer buffer_alloc functions for
22447           test purposes.
22448         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22449         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22450         (gst_ximagesink_show_frame):
22451         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22452         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22453         (gst_xvimagesink_show_frame):
22454           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22455           fails gracefully instead of XError aborting or deadlocking.
22456
22457 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22458
22459         * ext/libvisual/Makefile.am:
22460           link against gst-base-libs
22461
22462 2005-09-06  David Schleef  <ds@schleef.org>
22463
22464         * configure.ac: Enable libvisual plugin.
22465         * ext/libvisual/Makefile.am:
22466         * ext/libvisual/visual.c: Fixes to make it compile.
22467
22468 === release 0.9.2 ===
22469
22470 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22471
22472         * NEWS:
22473         * RELEASE:
22474         * configure.ac:
22475         * docs/random/ChangeLog-0.8:
22476           releasing 0.9.2, "Spoon"
22477
22478 2005-09-05  Michael Smith <msmith@fluendo.com>
22479
22480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22481           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22482           that in the vorbisenc element.
22483
22484 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22485
22486         * common/gtk-doc-plugins.mak:
22487         * docs/plugins/Makefile.am:
22488           fix distcheck
22489         * gst/audioresample/resample.c:
22490           fix wrong docstring
22491
22492 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * common/gst-xmlinspect.py:
22495         * common/gtk-doc-plugins.mak:
22496           only inspect plugins for this given package
22497           require gst-python 0.9
22498
22499 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * Makefile.am:
22502         * autogen.sh:
22503         * common/gst-xmlinspect.py:
22504         * configure.ac:
22505         * docs/Makefile.am:
22506         * docs/plugins/inspect/plugin-alsa.xml:
22507         * docs/plugins/inspect/plugin-audioresample.xml:
22508         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22509         * docs/plugins/inspect/plugin-ogg.xml:
22510         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22511         * docs/plugins/tmpl/element-multifdsink.sgml:
22512         * docs/plugins/tmpl/element-tcpserversink.sgml:
22513         * docs/plugins/tmpl/element-vorbisenc.sgml:
22514         * gst-plugins-base.spec.in:
22515           various doc-related updates
22516
22517 2005-08-31  Wim Taymans  <wim@fluendo.com>
22518
22519         * gst-libs/gst/audio/gstbaseaudiosink.c:
22520         (gst_base_audio_sink_render):
22521         Resync if the buffer timestamps drift more than a 10th 
22522         of a second.
22523
22524 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22525
22526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22527         (gst_v4lsrc_get_property):
22528           The 'timestamp-offset' property is registered as an int64, so
22529           let's use g_value_{set|get}_int64() in our setter and getter
22530           functions (makes it work and fixes warnings with gst-inspect).
22531
22532 2005-08-30  Wim Taymans  <wim@fluendo.com>
22533
22534         * check/elements/audioconvert.c: (setup_audioconvert):
22535         * check/elements/audioresample.c: (setup_audioresample):
22536         * check/elements/volume.c: (setup_volume):
22537         Fix checks.
22538
22539 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22540
22541         * common/gtk-doc-plugins.mak:
22542         * common/plugins.xsl:
22543         * docs/plugins/Makefile.am:
22544           make module a param
22545
22546 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22547
22548         * examples/seeking/seek.c: (make_mp3_pipeline),
22549         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22550         (play_cb), (pause_cb), (stop_cb):
22551           update the example
22552
22553 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22554
22555         * gst/volume/gstvolume.c: (gst_volume_class_init),
22556         (volume_transform):
22557           do not update controlled params, if buffer has no timestamp
22558
22559 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22560
22561         * configure.ac:
22562         * gst/sine/Makefile.am:
22563         * gst/volume/Makefile.am:
22564           controllerized elements also need to link against controller-libs ;)
22565
22566 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22567
22568         * docs/libs/tmpl/gstcolorbalance.sgml:
22569         * docs/libs/tmpl/gstgconf.sgml:
22570         * docs/libs/tmpl/gstmixer.sgml:
22571         * docs/libs/tmpl/gstringbuffer.sgml:
22572         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22573         (gst_sinesrc_create):
22574         * gst/volume/gstvolume.c: (gst_volume_class_init),
22575         (volume_transform):
22576           controllerized two audio plugins
22577
22578 2005-08-29  Andy Wingo  <wingo@pobox.com>
22579
22580         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22581         (vorbis_handle_data_packet): Fix some int overflow errors.
22582
22583         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22584         -1.
22585         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22586         valid.
22587         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22588         if it's valid. Fixed streaming-mode playback.
22589
22590         * check/elements/volume.c (cleanup_volume): Fix for running
22591         CK_FORK=no.
22592
22593         * check/elements/audioconvert.c: Convert from native endian, not
22594         little endian.
22595
22596 2005-08-29  Michael Smith <msmith@fluendo.com>
22597
22598         * ext/ogg/Makefile.am:
22599         * ext/ogg/gstogg.c: (plugin_init):
22600         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22601         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22602         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22603         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22604         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22605         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22606         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22607         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22608         Add an ogg parser element.
22609
22610 2005-08-28  Andy Wingo  <wingo@pobox.com>
22611
22612         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22613
22614 2005-08-26  Wim Taymans  <wim@fluendo.com>
22615
22616         * gst/audioconvert/audioconvert.c: (if), (float),
22617         (audio_convert_get_func_index), (check_default),
22618         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22619         (audio_convert_clean_context), (audio_convert_get_sizes),
22620         (audio_convert_convert):
22621         Cleanups.
22622
22623 2005-08-26  Wim Taymans  <wim@fluendo.com>
22624
22625         * gst/audioconvert/audioconvert.c: (if), (float),
22626         (audio_convert_get_func_index), (check_default),
22627         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22628         (audio_convert_clean_context), (audio_convert_get_sizes),
22629         (audio_convert_convert):
22630         More elegant and working temp buffer selection algo.
22631
22632 2005-08-26  Wim Taymans  <wim@fluendo.com>
22633
22634         * gst/audioconvert/audioconvert.c: (if), (float),
22635         (audio_convert_get_func_index), (check_default),
22636         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22637         (audio_convert_clean_context), (audio_convert_get_sizes),
22638         (get_temp_buffer), (audio_convert_convert):
22639         Use realloc else we lose our original data.
22640
22641 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22642
22643         * gst/audioresample/gstaudioresample.c:
22644           use base class' newsegment to properly timestamp
22645
22646 2005-08-26  Wim Taymans  <wim@fluendo.com>
22647
22648         * gst/audioconvert/audioconvert.c: (if), (float),
22649         (audio_convert_get_func_index), (check_default),
22650         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22651         (audio_convert_clean_context), (audio_convert_get_sizes),
22652         (get_temp_buffer), (audio_convert_convert):
22653         * gst/audioconvert/gstaudioconvert.c:
22654         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22655         (gst_audio_convert_transform_caps),
22656         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22657         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22658         Oops, allocate enough space to perform the channel mix.
22659
22660 2005-08-26  Wim Taymans  <wim@fluendo.com>
22661
22662         * gst/audioconvert/Makefile.am:
22663         * gst/audioconvert/audioconvert.c: (if), (float),
22664         (audio_convert_get_func_index), (check_default),
22665         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22666         (audio_convert_clean_context), (audio_convert_get_sizes),
22667         (get_temp_buffer), (audio_convert_convert):
22668         * gst/audioconvert/audioconvert.h:
22669         * gst/audioconvert/gstaudioconvert.c:
22670         (gst_audio_convert_class_init), (gst_audio_convert_init),
22671         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22672         (gst_audio_convert_get_unit_size),
22673         (gst_audio_convert_transform_caps),
22674         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22675         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22676         * gst/audioconvert/gstaudioconvert.h:
22677         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22678         (gst_channel_mix_fill_identical),
22679         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22680         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22681         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22682         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22683         (gst_channel_mix_mix):
22684         * gst/audioconvert/gstchannelmix.h:
22685         Cleanups, librarify a bit, optimize, better negotiation and more.
22686
22687 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22688
22689         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22690         Another from MikeS:
22691         During typefinding, don't support negative offsets
22692         (offsets from the end of the stream) in our typefind->peek() function
22693         - nothing embedded in ogg ever needs them. However, we need to recognise
22694         those requests and reject them, otherwise we return invalid pointers.
22695
22696 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22697
22698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22699         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22700         (vorbisdec_finalize), (vorbis_handle_type_packet):
22701           Big shout-out to MikeS for fixing this giant memory leak.
22702           Huzzah!
22703
22704 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22705
22706         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22707         (audio_convert_get_unit_size):
22708           plug some leaks
22709
22710 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * check/Makefile.am:
22713         * check/elements/audioconvert.c: (setup_audioconvert),
22714         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22715         (GST_START_TEST), (audioconvert_suite), (main):
22716           add a test for audioconvert
22717         * gst/audioresample/gstaudioresample.c:
22718         * gst/audioresample/gstaudioresample.h:
22719           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22720           note that for buffers of 1/3 sec this means DURATION(c) is 
22721           one nanosecond more than for a and b
22722
22723 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22724
22725         * check/Makefile.am:
22726         * check/elements/audioresample.c: (setup_audioresample),
22727         (cleanup_audioresample), (fail_unless_perfect_stream),
22728         (test_perfect_stream_instance), (GST_START_TEST),
22729           add a check for audioresample
22730         (audioresample_suite), (main):
22731         * check/elements/volume.c: (GST_START_TEST):
22732           remove unused method
22733         * gst/audioresample/gstaudioresample.c:
22734           set correct buffer parameters since we're changing them
22735         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22736           add some debug
22737
22738 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22739
22740         * gst/audioresample/debug.c:
22741         * gst/audioresample/gstaudioresample.c:
22742           add room for extra overlap samples when asked to transform size
22743           protect against possible mem corruption and check for discrepancies
22744           between written size and outbuffer's size so we can warn for
22745           potential problems
22746         * gst/audioresample/resample.c: (resample_init),
22747         (resample_get_output_size_for_input), (resample_get_output_size),
22748         (resample_set_n_channels), (resample_set_format):
22749           set debug level based on RESAMPLE_DEBUG env var
22750           make sure that get_output_size* returns a whole number of
22751           sample_size
22752           set sample_size each time either channel or format is set
22753         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22754         * gst/audioresample/resample_functable.c:
22755         (resample_scale_functable):
22756         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22757           remove r->sample_size, it's done in resample.c now
22758           add some debugging to the ref implementation
22759           make sure we only give back bytes that are wholes of the sample
22760           size
22761
22762 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22763         * gst/playback/gstplaybasebin.c: (fill_buffer):
22764         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22765
22766 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22767
22768         * gst/volume/gstvolume.c:
22769           made set_caps function static
22770
22771 2005-08-24  Wim Taymans  <wim@fluendo.com>
22772
22773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22774         (gst_vorbisenc_change_state):
22775         Stop leaking taglists.
22776
22777 2005-08-24  Wim Taymans  <wim@fluendo.com>
22778
22779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22780         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22781         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22782         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22783         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22784         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22785         Parse seeking events better.
22786         Unref static caps.
22787         Generate correct newsegment events, fixes seeking in live oggs.
22788
22789         * ext/theora/theoradec.c: (theora_dec_src_query),
22790         (theora_dec_src_event), (theora_dec_src_getcaps),
22791         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22792         Use newsegment values to report correct play time.
22793
22794         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22795         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22796         * ext/vorbis/vorbisdec.h:
22797         Parse and use newsegment values to report correct play time.
22798
22799         * gst-libs/gst/audio/gstbaseaudiosink.c:
22800         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22801         Clear ringbuffer on flush.
22802         Use newsegment values to calculate playback time.
22803
22804         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22806         Basesink does newsegment calculations for us now.
22807
22808 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22809
22810         * check/Makefile.am:
22811         * configure.ac:
22812           add core's plugins to the mix so that playbin works
22813         * check/generic/states.c: (GST_START_TEST):
22814           set a 0 timeout on pipelines, so they don't force the next
22815           state change
22816         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22817         (gst_play_base_bin_change_state):
22818           remove the crappy error handling and do GST error handling
22819
22820 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22821
22822         * check/Makefile.am:
22823         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22824           add same test as to core, it bitches out on playbin atm.
22825
22826 2005-08-24  Wim Taymans  <wim@fluendo.com>
22827
22828         * configure.ac:
22829         Remove audioscale.
22830
22831 2005-08-24  Wim Taymans  <wim@fluendo.com>
22832
22833         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22834         (gst_videoscale_prepare_size), (parse_caps),
22835         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22836         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22837         (gst_videoscale_transform):
22838         * gst/videoscale/gstvideoscale.h:
22839         Refactor, make use of BaseTranform really well.
22840
22841 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22842
22843         * configure.ac:
22844           compile audioresample
22845         * gst/audioresample/Makefile.am:
22846         * gst/audioresample/buffer.c:
22847         * gst/audioresample/functable.c:
22848         * gst/audioresample/gstaudioresample.c:
22849         * gst/audioresample/gstaudioresample.h:
22850         * gst/audioresample/resample.c:
22851         (resample_get_output_size_for_input):
22852         * gst/audioresample/resample.h:
22853         * gst/audioresample/resample_chunk.c:
22854         * gst/audioresample/resample_functable.c:
22855         * gst/audioresample/resample_ref.c:
22856           port to use basetransform; doesn't work in all cases yet
22857
22858 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22859
22860         * gst/audioconvert/gstaudioconvert.c:
22861         (gst_audio_convert_class_init), (gst_audio_convert_init),
22862         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22863         (audio_convert_fixate_caps), (audio_convert_set_caps),
22864         (audio_convert_transform),
22865         (gst_audio_convert_buffer_to_default_format),
22866         (gst_audio_convert_buffer_from_default_format),
22867         (gst_audio_convert_channels):
22868         * gst/audioconvert/gstchannelmix.c:
22869         * gst/audioconvert/gstchannelmix.h:
22870           port to basetransform
22871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22872         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22873         (gst_ffmpegcsp_get_unit_size):
22874         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22875         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22876           fix for basetransform changes
22877
22878 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22879
22880         * check/Makefile.am:
22881           Add CHECK_CFLAGS and LDFLAGS
22882
22883         * gst/playback/gstplaybasebin.c: (fill_buffer):
22884           GST_MESSAGE_SRC became a GObject
22885
22886 2005-08-24  Wim Taymans  <wim@fluendo.com>
22887
22888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22889         (gst_ring_buffer_clear_all):
22890         * gst-libs/gst/audio/gstringbuffer.h:
22891         Added function to clear the ringbuffer.
22892
22893 2005-08-24  Andy Wingo  <wingo@pobox.com>
22894
22895         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22896         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22897         of _open and _close.
22898
22899         * sys/v4l/gstv4lxoverlay.h:
22900         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22901         an Xv connection here, instead of all the time. Make Xv only be
22902         loaded if you axe for it. Kindof a workaround for buggy behaviour
22903         of Xv when using remote xservers (XvQueryExtension would block).
22904         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22905         replace the _open and _close public API. Only start the xv
22906         connection if necessary.
22907         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22908
22909 2005-08-23  David Schleef  <ds@schleef.org>
22910
22911         * gst/audioresample/Makefile.am: Leet audioresampling code
22912         * gst/audioresample/buffer.c:
22913         * gst/audioresample/buffer.h:
22914         * gst/audioresample/debug.c:
22915         * gst/audioresample/debug.h:
22916         * gst/audioresample/functable.c:
22917         * gst/audioresample/functable.h:
22918         * gst/audioresample/gstaudioresample.c:
22919         * gst/audioresample/gstaudioresample.h:
22920         * gst/audioresample/resample.c:
22921         * gst/audioresample/resample.h:
22922         * gst/audioresample/resample_chunk.c:
22923         * gst/audioresample/resample_functable.c:
22924         * gst/audioresample/resample_ref.c:
22925
22926 2005-08-23  Wim Taymans  <wim@fluendo.com>
22927
22928         * examples/seeking/seek.c: (make_vorbis_pipeline),
22929         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22930         Small seek updates.
22931
22932 2005-08-23  Andy Wingo  <wingo@pobox.com>
22933
22934         * gst-libs/gst/audio/gstbaseaudiosrc.c
22935         (gst_base_audio_src_fixate): Only fixate endianness if it is
22936         present in the caps.
22937
22938 2005-08-22  Andy Wingo  <wingo@pobox.com>
22939
22940         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22941         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22942         device-name property.
22943
22944         * gst-libs/gst/audio/gstaudiosrc.h:
22945         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22946         close_device in the ring buffer, like gstaudiosink.
22947
22948         * ext/alsa/gstalsamixer.h:
22949         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22950         macro to implement the interface without much code. Cleanups. 
22951
22952         * ext/alsa/gstalsasrc.h:
22953         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22954         READY.
22955
22956         * ext/alsa/Makefile.am: Add new files.
22957         * ext/alsa/gstalsamixerelement.c: 
22958         * ext/alsa/gstalsamixerelement.c: Split element code out from
22959         mixer code so that alsasrc can be a mixer too.
22960
22961 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22962
22963         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22964         (GST_START_TEST):
22965         * check/elements/vorbisdec.c: (setup_vorbisdec),
22966         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22967         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22968         (vorbis_handle_identification_packet),
22969         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22970         (vorbis_handle_header_packet), (vorbis_dec_push),
22971         (vorbis_dec_chain):
22972           use the setup/teardown methods to save code.  save code is good.
22973
22974 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22975
22976         * check/Makefile.am:
22977           add ext dir for plugins
22978           add vorbisdec test conditionally
22979         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22980         (GST_START_TEST), (volume_suite):
22981           add a test with wrong caps
22982         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22983         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22984           add a vorbisdec test
22985         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22986         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22987           clean up debug output
22988         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22989           yay, fix a segfault/security issue in vorbisdec
22990           gst-launch fakesrc ! vorbisdec wasn't happy
22991         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22992         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22993         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22994         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22995         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22996         (gst_vorbisenc_set_metadata), (get_constraints_string),
22997         (update_start_message), (gst_vorbisenc_setup),
22998         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22999         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23000         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23001         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23002         * ext/vorbis/vorbisenc.h:
23003           march in line
23004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23005         (gst_ffmpegcsp_transform):
23006           have the kow come home
23007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23008           debug my func ptr
23009         * gst/volume/gstvolume.c: (volume_set_caps):
23010           add a debug
23011
23012 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23013
23014         * Makefile.am:
23015         * check/.cvsignore:
23016         * check/Makefile.am:
23017         * check/elements/.cvsignore:
23018         * check/elements/volume.c: (chain_func), (event_func),
23019         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23020         (main):
23021         * configure.ac:
23022           add unit test structure for gst-plugins-base
23023           add a test for volume
23024         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23025         (gst_volume_set_volume), (gst_volume_get_volume),
23026         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23027         (volume_funcfind), (volume_process_float), (volume_process_int16),
23028         (volume_set_caps), (volume_transform), (volume_update_mute),
23029         (volume_update_volume), (volume_set_property),
23030         (volume_get_property):
23031           document a little; use basetransform vmethod _set_caps
23032
23033 2005-08-19  Andy Wingo  <wingo@pobox.com>
23034
23035         * ext/alsa/gstalsamixertrack.h:
23036         * ext/alsa/gstalsamixertrack.c:
23037         * ext/alsa/gstalsamixeroptions.h:
23038         * ext/alsa/gstalsamixeroptions.c:
23039         * ext/alsa/gstalsamixer.h:
23040         * ext/alsa/gstalsamixer.c: Port to 0.9.
23041
23042         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23043         Remove gstalsa.c and alsaclock. No more cruft here.
23044         
23045 2005-08-18  Wim Taymans  <wim@fluendo.com>
23046
23047         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23048         (gst_base_rtp_depayload_chain),
23049         (gst_base_rtp_depayload_add_to_queue),
23050         (gst_base_rtp_depayload_push),
23051         (gst_base_rtp_depayload_queue_release):
23052         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23053         Fix for RTPBuffer changes.
23054
23055         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23056         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23057         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23058         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23059         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23060         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23061         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23062         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23063         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23064         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23065         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23066         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23067         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23068         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23069         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23070         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23071         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23072         (gst_rtpbuffer_get_payload):
23073         * gst-libs/gst/rtp/gstrtpbuffer.h:
23074         Don't subclass GstBuffer but add methods and helper functions
23075         to construct and manipulate RTP packets in regular GstBuffers.
23076
23077 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23078
23079         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23080           moved statement below switch
23081         * gst/volume/gstvolume.c: (gst_volume_class_init):
23082           added debug ptr
23083
23084 2005-08-16  Wim Taymans  <wim@fluendo.com>
23085
23086         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23087         (gst_base_audio_src_change_state):
23088         Open and close device in READY<->NULL state change.
23089
23090 2005-08-16  Andy Wingo  <wingo@pobox.com>
23091
23092         * examples/seeking/Makefile.am: Don't compile non-compiling
23093         compiled objects with the compiler.
23094
23095         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23096         elements.
23097
23098 2005-08-12  Philippe Khalaf <burger@speedy.org>
23099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23100         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23101           Made a thread to release the queue.
23102           Removed timestamp conversion for now.
23103
23104 2005-08-10  Philippe Khalaf <burger@speedy.org>
23105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23106         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23107           Added rtp timestamp -> gst timestamp conversion.
23108           Fixed several problems with queue.
23109
23110 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23111
23112         * gst-libs/gst/audio/gstaudioclock.h:
23113         * gst-libs/gst/audio/gstaudiofilter.h:
23114         * gst-libs/gst/audio/gstaudiosink.h:
23115         * gst-libs/gst/audio/gstaudiosrc.h:
23116         * gst-libs/gst/audio/gstbaseaudiosink.h:
23117         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23118         * gst-libs/gst/audio/gstringbuffer.h:
23119         * gst-libs/gst/net/gstnetbuffer.h:
23120         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23121         * gst-libs/gst/rtp/gstrtpbuffer.h:
23122           Add padding (you will need to rebuild gst-plugins-base,
23123           gst-plugins and all applications afterwards!)
23124
23125 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23126
23127         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23128         (gst_riff_parse_chunk):
23129           Fix bug in debug message and add some more debug messages.
23130
23131 2005-08-08  Edward Hervey  <edward@fluendo.com>
23132
23133         * gst-libs/gst/riff/riff-media.c:
23134         backported updates since branch
23135
23136 2005-08-08  Andy Wingo  <wingo@pobox.com>
23137
23138         * gst-libs/gst/audio/gstbaseaudiosink.c
23139         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23140         like good elements should. Close on READY->NULL too.
23141
23142         * gst-libs/gst/audio/gstaudiosink.c
23143         (gst_audioringbuffer_open_device,
23144         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23145         (gst_audioringbuffer_release): Updates for new ring buffer API,
23146         hook into the new audio sink api.
23147
23148         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23149         (GstAudioSinkClass.close): Just open and close the device -- no
23150         resource allocation or configuration.
23151         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23152         vmethods, handle device setup and resource allocation.
23153
23154         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23155         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23156         base class API.
23157
23158         * gst-libs/gst/audio/gstringbuffer.h
23159         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23160         New vmethods.
23161
23162         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23163         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23164         New API functions. The device should be opened before acquiring
23165         and closed after releasing.
23166
23167 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23168
23169         * gst-libs/gst/interfaces/mixer.h:
23170           Reset padding to GST_PADDING.
23171
23172 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23173
23174         * gst/playback/gstplaybin.c: (remove_sinks):
23175           Remove visualization from parent explicitely; works around some
23176           apparent refcount issue that I haven't tracked down yet.
23177
23178 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23179
23180         * ext/alsa/gstalsasink.c: (set_hwparams):
23181           Assign debug category, add negotiation debug msgs.
23182
23183 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23184
23185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23186           Fix error code for file-not-found to NOT_FOUND.
23187
23188 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23189
23190         * common/gtk-doc-plugins.mak:
23191         * docs/plugins/Makefile.am:
23192         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23193         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23194           renamed to actual element names, so much nicer to look at
23195         * docs/plugins/tmpl/gstmultifdsink.sgml:
23196           remove
23197         * docs/plugins/tmpl/multifdsink.sgml:
23198         * docs/plugins/tmpl/tcpserversink.sgml:
23199           add
23200         * ext/alsa/gstalsa.c:
23201         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23202         * ext/ogg/gstoggmux.c:
23203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23204         * gst/playback/gstdecodebin.c:
23205         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23206         * gst/tcp/gsttcpserversink.c:
23207           various fixes and documentation additions
23208
23209 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23210
23211         * common/Makefile.am:
23212         * common/gstdoc-scangobj:
23213         * common/gtk-doc-plugins.mak:
23214         * common/gtk-doc.mak:
23215           add a custom scangobj that uses the registry
23216           add a custom gtk-doc-plugins.mak that uses it
23217           some doc build fixes
23218         * configure.ac:
23219         * docs/Makefile.am:
23220         * docs/plugins/Makefile.am:
23221         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23222         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23223         * docs/plugins/gst-plugins-base-plugins.types:
23224         * docs/plugins/tmpl/gstmultifdsink.sgml:
23225           add docs for one element, multifdsink
23226         * gst/adder/gstadder.h:
23227         * gst/volume/gstvolume.h:
23228           don't privatize enum
23229         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23230         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23231         (gst_sync_method_get_type), (gst_client_status_get_type),
23232         (gst_multifdsink_class_init),
23233         (gst_multifdsink_client_queue_buffer),
23234         (gst_multifdsink_handle_client_write):
23235         * gst/tcp/gstmultifdsink.h:
23236         * gst/tcp/gsttcp.h:
23237         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23238         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23239         (gst_tcpclientsink_render):
23240         * gst/tcp/gsttcpclientsink.h:
23241         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23242         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23243         (gst_tcpclientsrc_start):
23244         * gst/tcp/gsttcpclientsrc.h:
23245         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23246         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23247         * gst/tcp/gsttcpserversrc.h:
23248         * gst/typefind/gsttypefindfunctions.c:
23249           remove superfluous Type stuff
23250
23251 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23252
23253         * gst/playback/gstplaybin.c: (gen_video_element):
23254           Enable videoscale.
23255
23256 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * gst-libs/gst/gconf/gconf.c:
23259         * gst-libs/gst/gconf/gconf.h:
23260           Fix some Andy Problem [tm].
23261
23262 2005-08-04  Andy Wingo  <wingo@pobox.com>
23263
23264         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23266         (gst_ffmpegcsp_get_size): Adapt to API changes.
23267
23268         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23269         Implement an in-place do-nothing transform.
23270
23271 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23272
23273         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23274         (gst_ximagesink_renegotiate_size):
23275           Do not set new window sizes yet if we prepare a new buffer size
23276           for upstream renegotiation (software scaling) at some point in the
23277           future, because this new size waqs not actually accepted yet. Once
23278           accepted, renegotiation later on will set the new sizes just fine.
23279           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23280           embedding testcase.
23281
23282 2005-08-03  Andy Wingo  <wingo@pobox.com>
23283
23284         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23285         (gst_ximagesink_buffer_alloc): 
23286         Protect the height, width, and desired_caps with the pool_lock.
23287         Fixes videotestsrc ! queue ! ximagesink.
23288
23289 2005-08-02  Edward Hervey  <edward@fluendo.com>
23290
23291         * gst/volume/gstvolume.c:
23292         include left from controller cleanup
23293
23294 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23296           Stop collectpads before calling the parent state
23297           change function on PAUSED->READY.
23298
23299 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23300         * configure.ac:
23301           When testing for X libs, use the X CFlags 
23302         * gst/adder/gstadder.c: (gst_adder_change_state):
23303           Stop the collectpads before calling parent state change function
23304           on PAUSED->READY, otherwise we deadlock deactivating pads.
23305
23306 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23307
23308         * configure.ac:
23309         * docs/libs/tmpl/gstcolorbalance.sgml:
23310         * docs/libs/tmpl/gstmixer.sgml:
23311         * examples/Makefile.am:
23312         * gst/sine/Makefile.am:
23313         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23314         (gst_sinesrc_set_property), (plugin_init):
23315         * gst/sine/gstsinesrc.h:
23316         * gst/volume/Makefile.am:
23317         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23318         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23319         (volume_process_float), (volume_process_int16),
23320         (volume_set_property), (plugin_init):
23321         * gst/volume/gstvolume.h:
23322           deactivate and remove dparams (libgstcontrol)
23323
23324 2005-07-29  Wim Taymans  <wim@fluendo.com>
23325
23326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23327         Convert me to BaseTransform!! help..
23328
23329 2005-07-29  Andy Wingo  <wingo@pobox.com>
23330
23331         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23332         sinks.
23333
23334         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23335         support of both endiannesses.
23336
23337 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23338
23339         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23340           Fix confusing debug message (s/event/query/)
23341
23342 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23343
23344         * gst/videotestsrc/videotestsrc.h:
23345           Use "_stdint.h" instead of <stdint.h>
23346
23347 2005-07-27  Wim Taymans  <wim@fluendo.com>
23348
23349         * ext/vorbis/Makefile.am:
23350         Revert wrong commit.
23351
23352 2005-07-27  Wim Taymans  <wim@fluendo.com>
23353
23354         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23355         More compilation fixen.
23356
23357 2005-07-27  Wim Taymans  <wim@fluendo.com>
23358
23359         * gst-libs/gst/audio/gstbaseaudiosink.c:
23360         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23361         (gst_base_audio_sink_create_ringbuffer),
23362         (gst_base_audio_sink_change_state):
23363         Fix compilation.
23364
23365 2005-07-27  Wim Taymans  <wim@fluendo.com>
23366
23367         * examples/seeking/seek.c: (setup_dynamic_link),
23368         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23369         (query_positions_elems), (query_positions_pads), (do_seek):
23370         Update seek example.
23371
23372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23373         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23374         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23375         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23376         (gst_ogg_demux_handle_event),
23377         (gst_ogg_demux_deactivate_current_chain),
23378         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23379         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23380         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23381         (gst_ogg_demux_loop):
23382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23383         * ext/theora/theoradec.c: (theora_dec_src_event),
23384         (theora_dec_src_getcaps), (theora_dec_sink_event),
23385         (theora_dec_push), (theora_dec_chain):
23386         * ext/vorbis/Makefile.am:
23387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23388         (vorbis_dec_sink_event), (vorbis_dec_push),
23389         (vorbis_handle_data_packet):
23390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23391         (gst_vorbisenc_chain):
23392         * gst/playback/gststreaminfo.c: (cb_probe):
23393         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23394         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23395         * gst/videoscale/gstvideoscale.c:
23396         (gst_videoscale_handle_src_event):
23397         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23398         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23399         (gst_ximagesink_navigation_send_event):
23400         * sys/xvimage/xvimagesink.c:
23401         (gst_xvimagesink_navigation_send_event):
23402         Various event updates and cleanups
23403
23404 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23407           Fix segfault for I420/YV12.
23408
23409 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23410
23411         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23412           Report bitrate.
23413
23414 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23415
23416         * gst/playback/gstplaybin.c: (gen_video_element),
23417         (gen_audio_element):
23418           Switch to auto*sink elements as default sinks; add volume element
23419           so that volume control in totem works.
23420
23421 2005-07-21  Wim Taymans  <wim@fluendo.com>
23422
23423         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23424         * gst/playback/gstplaybin.c: (setup_sinks),
23425         (gst_play_bin_change_state):
23426         Refcount fix and more comments.
23427
23428 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23429
23430         * sys/ximage/Makefile.am:
23431         * sys/ximage/ximage.c: (plugin_init):
23432         * sys/ximage/ximagesink.c:
23433         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23434         
23435
23436 2005-07-21  Wim Taymans  <wim@fluendo.com>
23437
23438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23439         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23440         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23441         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23442         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23443         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23444         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23445         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23446         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23447         Generate correct disconts for live chained oggs.
23448
23449         * gst-libs/gst/audio/gstbaseaudiosink.c:
23450         (gst_base_audio_sink_render),
23451         (gst_base_audio_sink_create_ringbuffer),
23452         (gst_base_audio_sink_change_state):
23453         Handle discont math correctly.
23454
23455         * gst/playback/gstplaybin.c: (add_sink):
23456         Some small debug cleanup.
23457
23458 2005-07-21  Wim Taymans  <wim@fluendo.com>
23459
23460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (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_deactivate_current_chain),
23466         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23467         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23468         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23469         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23470         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23471         (gst_ogg_demux_change_state), (gst_ogg_print):
23472         Reorganize code to send the right disconts when in streaming
23473         mode.
23474
23475 2005-07-20  Andy Wingo  <wingo@pobox.com>
23476
23477         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23478         fix (?), fixes a seggie mcfalterson (#310894).
23479
23480 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23481
23482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23483         (gst_ogg_mux_set_header_on_caps):
23484         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23486         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23487         * gst-libs/gst/audio/multichannel.c:
23488         (gst_audio_set_channel_positions),
23489         (gst_audio_set_structure_channel_positions_list):
23490         * gst/playback/gstdecodebin.c: (dynamic_create):
23491         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23492         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23493           Fixes for API changes in core.
23494
23495 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23496
23497         * gst/playback/gstplaybasebin.c: (fill_buffer):
23498           Use _new_custom() so we can set custom message types for buffering
23499           messages.
23500
23501 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23502
23503         * configure.ac:
23504         * gst-libs/gst/Makefile.am:
23505         * gst-libs/gst/gconf/.cvsignore:
23506         * gst-libs/gst/gconf/Makefile.am:
23507         * gst-libs/gst/gconf/test-gconf.c:
23508         * pkgconfig/Makefile.am:
23509         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23510         * pkgconfig/gstreamer-gconf.pc.in:
23511           Remove gconf stuff, use gconf elements instead from now on.
23512
23513 2005-07-20  Wim Taymans  <wim@fluendo.com>
23514
23515         * gst-libs/gst/audio/TODO:
23516         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23517         (gst_audio_clock_get_internal_time):
23518         * gst-libs/gst/audio/gstaudioclock.h:
23519         * gst-libs/gst/audio/gstbaseaudiosink.c:
23520         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23521         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23522         (gst_base_audio_sink_render),
23523         (gst_base_audio_sink_create_ringbuffer),
23524         (gst_base_audio_sink_change_state):
23525         Make sure the audio clock always returns an increasing value.
23526
23527 2005-07-19  Andy Wingo  <wingo@pobox.com>
23528
23529         * gst/videotestsrc/: Cleanups.
23530
23531 2005-07-19  Wim Taymans  <wim@fluendo.com>
23532
23533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23534         Better debugging.
23535
23536 2005-07-19  Wim Taymans  <wim@fluendo.com>
23537
23538         * examples/seeking/seek.c: (make_dv_pipeline),
23539         (make_vorbis_theora_pipeline), (query_rates),
23540         (query_positions_elems), (query_positions_pads), (do_seek):
23541         Make correct DV pipeline.
23542
23543 2005-07-18  Andy Wingo  <wingo@pobox.com>
23544
23545         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23546         default. Also because it's the only thing that really works. (This
23547         is used in the GConf elements).
23548         Use AS_LIBTOOL_TAGS.
23549
23550 2005-07-18  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst/playback/gstdecodebin.c: (remove_element_chain):
23553         * gst/playback/gstplaybin.c: (add_sink):
23554         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23555         (gst_stream_info_set_mute):
23556         * gst/playback/gststreamselector.c:
23557         (gst_stream_selector_get_linked_pad),
23558         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23559         More leak and compile fixes.
23560
23561 2005-07-18  Wim Taymans  <wim@fluendo.com>
23562
23563         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23564         (query_rates), (query_positions_elems), (query_positions_pads),
23565         (do_seek), (seek_cb), (stop_seek):
23566         Updated seek example. 
23567
23568         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23569         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23570         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23571         * gst/playback/gstplaybin.c: (add_sink):
23572         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23573         (gst_stream_info_set_mute):
23574         Some refcount leak fixes.
23575
23576 2005-07-16  Wim Taymans  <wim@fluendo.com>
23577
23578         * gst-libs/gst/audio/gstbaseaudiosink.c:
23579         (gst_base_audio_sink_render):
23580         Align samples even if we have roundoff errors in the 
23581         timestamp conversion.
23582
23583 2005-07-16  Wim Taymans  <wim@fluendo.com>
23584
23585         * docs/libs/tmpl/gstringbuffer.sgml:
23586         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23587         (query_rates), (query_positions_elems), (query_positions_pads),
23588         (update_scale), (do_seek):
23589         Updated seek example.
23590
23591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23592         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23593         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23594         (gst_ogg_demux_loop):
23595         Push out correct discont values.
23596
23597         * ext/theora/theoradec.c: (theora_dec_src_convert),
23598         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23599         (theora_dec_sink_event), (theora_handle_type_packet),
23600         (theora_handle_header_packet), (theora_dec_push),
23601         (theora_handle_data_packet), (theora_dec_chain),
23602         (theora_dec_change_state):
23603         Better timestamping.
23604
23605         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23606         (vorbis_dec_sink_event), (vorbis_dec_push),
23607         (vorbis_handle_data_packet), (vorbis_dec_chain):
23608         * ext/vorbis/vorbisdec.h:
23609         Better timestamping.
23610
23611         * gst-libs/gst/audio/gstbaseaudiosink.c:
23612         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23613         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23614         Handle syncing on timestamps instead of sample offsets. Make
23615         use of DISCONT values as described in design docs.
23616
23617         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23618         (gst_base_audio_src_get_time):
23619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23620         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23621         (gst_ring_buffer_read):
23622         * gst-libs/gst/audio/gstringbuffer.h:
23623         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23624         (gst_ximagesink_show_frame):
23625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23626         Correcly convert buffer timestamp to stream time.
23627
23628 2005-07-16  Wim Taymans  <wim@fluendo.com>
23629
23630         * gst/audioconvert/gstaudioconvert.c:
23631         (gst_audio_convert_get_buffer):
23632         Timestamp buffers correctly.
23633
23634         * gst/playback/gstplaybin.c: (gen_video_element):
23635         Make internal fakesink silent.
23636
23637 2005-07-15  Wim Taymans  <wim@fluendo.com>
23638
23639         * gst/ffmpegcolorspace/Makefile.am:
23640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23641         (gst_ffmpegcsp_caps_remove_format_info),
23642         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23643         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23644         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23645         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23646         Ported ffmpegcolorspace to basetransform.
23647
23648         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23649         * gst/volume/gstvolume.c: (volume_transform):
23650         Ported to new API.
23651
23652 2005-07-14  Wim Taymans  <wim@fluendo.com>
23653
23654         * gst/videotestsrc/Makefile.am:
23655         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23656         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23657         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23658         (gst_videotestsrc_init), (gst_videotestsrc_event),
23659         (gst_videotestsrc_create), (gst_videotestsrc_start),
23660         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23661         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23662         (gst_videotestsrc_get_property):
23663         * gst/videotestsrc/gstvideotestsrc.h:
23664         Make videotestsrc a pushsrc.
23665
23666 2005-07-14  Wim Taymans  <wim@fluendo.com>
23667
23668         * gst/tcp/gstfdset.c: (gst_fdset_free):
23669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23670         (gst_multifdsink_add), (gst_multifdsink_remove),
23671         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23672         (gst_multifdsink_remove_client_link),
23673         (gst_multifdsink_client_queue_data),
23674         (gst_multifdsink_client_queue_caps),
23675         (gst_multifdsink_client_queue_buffer),
23676         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23677         (gst_multifdsink_stop):
23678         * gst/tcp/gstmultifdsink.h:
23679         0.8 backporting.
23680
23681         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23682         Also draw image when not from a pool.
23683
23684 2005-07-14  Wim Taymans  <wim@fluendo.com>
23685
23686         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23687         (mute_stream), (silence_stream):
23688         Small debug additions.
23689
23690 2005-07-14  Wim Taymans  <wim@fluendo.com>
23691
23692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23693         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23694         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23695         Better error recovery, ignore unconnected pads and
23696         non-fatal errors.
23697
23698 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23699
23700         * docs/libs/tmpl/gstaudio.sgml:
23701         * docs/libs/tmpl/gstcolorbalance.sgml:
23702         * docs/libs/tmpl/gstgconf.sgml:
23703         * docs/libs/tmpl/gstmixer.sgml:
23704         * docs/libs/tmpl/gstringbuffer.sgml:
23705         * docs/libs/tmpl/gsttuner.sgml:
23706         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23707         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23708         (gst_tcpclientsrc_class_init):
23709         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23710         (gst_tcpserversrc_class_init):
23711         * sys/v4l/gstv4lelement.c:
23712           more autistic cleanliness in functions/names/defines
23713
23714 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23715
23716         * configure.ac:
23717           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23718           added manually to each Makefile.am so we are sure it goes
23719           *last* and doesn't add -L flags before linking in libs of our
23720           own, like, say, internal .la libs, that then accidentally pick
23721           up the installed copy.
23722         * docs/libs/Makefile.am:
23723         * ext/alsa/Makefile.am:
23724         * ext/cdparanoia/Makefile.am:
23725         * ext/gnomevfs/Makefile.am:
23726         * ext/libvisual/Makefile.am:
23727         * ext/ogg/Makefile.am:
23728         * ext/theora/Makefile.am:
23729         * ext/vorbis/Makefile.am:
23730         * gst-libs/gst/video/Makefile.am:
23731         * gst/adder/Makefile.am:
23732         * gst/audioconvert/Makefile.am:
23733         * gst/audiorate/Makefile.am:
23734         * gst/audioscale/Makefile.am:
23735         * gst/ffmpegcolorspace/Makefile.am:
23736         * gst/playback/Makefile.am:
23737         * gst/sine/Makefile.am:
23738         * gst/subparse/Makefile.am:
23739         * gst/tags/Makefile.am:
23740         * gst/tcp/Makefile.am:
23741         * gst/typefind/Makefile.am:
23742         * gst/videorate/Makefile.am:
23743         * gst/videoscale/Makefile.am:
23744         * gst/videotestsrc/Makefile.am:
23745         * gst/volume/Makefile.am:
23746         * sys/v4l/Makefile.am:
23747         * sys/ximage/Makefile.am:
23748         * sys/xvimage/Makefile.am:
23749           adapt properly to this change. This should make sure that
23750           plugins and libs properly link to the as-yet-uninstalled
23751           copies of stuff like libgstinterfaces and libgstvideo
23752
23753 2005-07-13  Andy Wingo  <wingo@pobox.com>
23754
23755         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23756         (gst_v4lsrc_fixate): Fixate on format as well.
23757
23758         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23759         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23760         buffer points to it.
23761         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23762         rather just doing X calls ourselves. Also fixes a memleak.
23763
23764 2005-07-12  Andy Wingo  <wingo@pobox.com>
23765
23766         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23767         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23768         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23769         TRUE to avoid deadlocks if an element holds on to our buffers.
23770
23771 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23772
23773         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23774         (gst_sinesrc_init), (gst_sinesrc_create),
23775         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23776         (gst_sinesrc_start):
23777         * gst/sine/gstsinesrc.h:
23778           removing num-buffers property before moving it
23779
23780 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23781
23782         * configure.ac:
23783           use overridable ERROR_CFLAGS
23784         * docs/libs/gst-plugins-base-libs.types:
23785         * docs/libs/tmpl/gstringbuffer.sgml:
23786         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23787         (gst_alsasink_class_init):
23788         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23789         (gst_alsasrc_class_init):
23790         * gst-libs/gst/audio/audio.h:
23791         * gst-libs/gst/audio/gstaudioclock.h:
23792         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23793         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23794         (gst_audio_filter_link), (gst_audio_filter_init),
23795         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23796         (gst_audio_filter_get_property),
23797         (gst_audio_filter_class_add_pad_templates):
23798         * gst-libs/gst/audio/gstaudiofilter.h:
23799         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23800         (gst_audio_filter_template_get_type),
23801         (gst_audio_filter_template_base_init),
23802         (gst_audio_filter_template_class_init),
23803         (gst_audio_filter_template_init),
23804         (gst_audio_filter_template_set_property),
23805         (gst_audio_filter_template_get_property), (plugin_init),
23806         (gst_audio_filter_template_setup),
23807         (gst_audio_filter_template_filter),
23808         (gst_audio_filter_template_filter_inplace):
23809         * gst-libs/gst/audio/gstaudiosink.c:
23810         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23811         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23812         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23813         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23814         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23815         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23816         * gst-libs/gst/audio/gstaudiosink.h:
23817         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23818         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23819         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23820         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23821         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23822         (gst_audio_src_class_init), (gst_audio_src_init),
23823         (gst_audio_src_create_ringbuffer):
23824         * gst-libs/gst/audio/gstaudiosrc.h:
23825         * gst-libs/gst/audio/gstbaseaudiosink.c:
23826         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23827         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23828         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23829         (gst_base_audio_sink_set_property),
23830         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23831         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23832         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23833         (gst_base_audio_sink_create_ringbuffer),
23834         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23835         * gst-libs/gst/audio/gstbaseaudiosink.h:
23836         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23837         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23838         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23839         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23840         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23841         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23842         (gst_base_audio_src_event), (gst_base_audio_src_create),
23843         (gst_base_audio_src_create_ringbuffer),
23844         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23845         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23847         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23848         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23849         (gst_ring_buffer_debug_spec_caps),
23850         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23851         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23852         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23853         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23854         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23855         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23856         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23857         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23858         (gst_ring_buffer_clear):
23859         * gst-libs/gst/audio/gstringbuffer.h:
23860         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23861         (gst_video_sink_class_init), (gst_video_sink_get_type):
23862         * gst-libs/gst/video/videosink.h:
23863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23864         (gst_multifdsink_class_init),
23865         (gst_multifdsink_handle_client_write),
23866         (gst_multifdsink_change_state):
23867         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23868         (gst_tcpclientsink_setcaps):
23869         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23870         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23871         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23872         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23873         (gst_ximagesink_send_pending_navigation),
23874         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23875         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23877         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23878         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23879         (gst_xvimagesink_send_pending_navigation),
23880         (gst_xvimagesink_navigation_send_event),
23881         (gst_xvimagesink_set_xwindow_id),
23882         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23883         (gst_xvimagesink_get_type):
23884         more macro splitting
23885
23886 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23887
23888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23889           plug a memleak, allows me to import 1479 albums in one go
23890           in jamboree
23891         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23892         (vorbis_handle_type_packet), (vorbis_dec_chain),
23893         (vorbis_dec_change_state):
23894           fix some format strings
23895
23896 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23897
23898         * docs/libs/tmpl/gstcolorbalance.sgml:
23899         * docs/libs/tmpl/gstmixer.sgml:
23900         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23901         (gst_alsasink_set_property), (gst_alsasink_get_property):
23902         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23903         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23904           add device property
23905
23906 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23907
23908         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23909         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23910         (audiocast_register_listener), (audiocast_thread_run),
23911         (gst_gnomevfssrc_send_additional_headers_callback),
23912         (gst_gnomevfssrc_received_headers_callback),
23913         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23914         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23915         (gst_gnomevfssrc_get_size):
23916           add/clean up debugging
23917         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23918           cleanups
23919
23920 2005-07-07  Andy Wingo  <wingo@pobox.com>
23921
23922         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23923         framerate. Need to get a handle on when exactly this function is
23924         called, tho.
23925
23926         * sys/v4l/v4lsrc_calls.h:
23927         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23928         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23929         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23930
23931         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23932         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23933         v4lelements are sources.
23934
23935         * sys/v4l/gstv4lxoverlay.h:
23936         * sys/v4l/gstv4lxoverlay.c:
23937         * sys/v4l/gstv4ltuner.h:
23938         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23939         
23940         * sys/v4l/gstv4lsrc.h:
23941         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23942         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23943         or something should handle that. Made a live source.
23944
23945         * sys/v4l/gstv4lelement.h:
23946         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23947         signals. Some cleanups.
23948
23949         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23950
23951         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23952         stuff.
23953
23954         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23955         stuff.
23956
23957         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23958
23959 2005-07-07  Wim Taymans  <wim@fluendo.com>
23960
23961         * ext/theora/theoradec.c: (theora_get_query_types),
23962         (theora_dec_src_getcaps), (theora_dec_push):
23963         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23965         Remove deprecated/unused query types.
23966
23967 2005-07-06  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/alsa/Makefile.am:
23970         * ext/alsa/gstalsaplugin.c: (plugin_init):
23971         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23972         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23973         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23974         (gst_alsasrc_class_init), (gst_alsasrc_init),
23975         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23976         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23977         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23978         (gst_alsasrc_reset):
23979         * ext/alsa/gstalsasrc.h:
23980         * gst-libs/gst/audio/Makefile.am:
23981         * gst-libs/gst/audio/gstaudiosink.c:
23982         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23983         (gst_audioringbuffer_start):
23984         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23985         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23986         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23987         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23988         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23989         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23990         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23991         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23992         * gst-libs/gst/audio/gstaudiosrc.h:
23993         * gst-libs/gst/audio/gstbaseaudiosink.c:
23994         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23995         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23996         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23998         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23999         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24000         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24001         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24002         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24003         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24004         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24005         (gst_baseaudiosrc_change_state):
24006         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24007         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24008         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24009         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24010         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24011         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24012         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24013         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24014         * gst-libs/gst/audio/gstringbuffer.h:
24015         Added audiosource base classes.
24016         Ported alsasrc, still very basic.
24017
24018 2005-07-06  Wim Taymans  <wim@fluendo.com>
24019
24020         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24021         (theora_dec_push), (theora_handle_data_packet):
24022         Prepare for better timestamp fix later.
24023
24024         * gst/audioconvert/gstaudioconvert.c:
24025         List most accurate caps first
24026
24027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24028         Use proper pad task function.
24029
24030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24031         (gst_xvimagesink_show_frame):
24032         Fix deadlock when alloc failed.
24033
24034 2005-07-05  Andy Wingo  <wingo@pobox.com>
24035
24036         * ext/gnomevfs/gstgnomevfssrc.c:
24037         * gst/sine/gstsinesrc.c:
24038         * gst/tcp/gsttcpserversrc.c:
24039         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24040
24041         * sys/v4l/: Port from 0.8.
24042
24043         * Many files: Null if we got it....
24044
24045 2005-07-05  Andy Wingo  <wingo@pobox.com>
24046
24047         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24048         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24049         Signedness fixes.
24050
24051 2005-07-05  Wim Taymans  <wim@fluendo.com>
24052
24053         * configure.ac:
24054         * gst/tcp/Makefile.am:
24055         * gst/tcp/README:
24056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24057         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24058         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24059         (is_sync_frame), (gst_multifdsink_handle_client_write),
24060         (gst_multifdsink_render), (gst_multifdsink_start),
24061         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24062         * gst/tcp/gstmultifdsink.h:
24063         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24064         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24065         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24066         * gst/tcp/gsttcp.h:
24067         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24068         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24069         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24070         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24071         * gst/tcp/gsttcpclientsink.h:
24072         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24073         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24074         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24075         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24076         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24077         * gst/tcp/gsttcpclientsrc.h:
24078         * gst/tcp/gsttcpplugin.c: (plugin_init):
24079         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24080         * gst/tcp/gsttcpserversink.h:
24081         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24082         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24083         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24084         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24085         (gst_tcpserversrc_stop):
24086         * gst/tcp/gsttcpserversrc.h:
24087         * gst/tcp/gsttcpsink.c:
24088         * gst/tcp/gsttcpsink.h:
24089         * gst/tcp/gsttcpsrc.c:
24090         * gst/tcp/gsttcpsrc.h:
24091         Ported tcp plugins to 0.9. 
24092         
24093
24094 2005-07-05  Andy Wingo  <wingo@pobox.com>
24095
24096         * gst/playback/gstplaybasebin.c (fill_buffer):
24097         message_new_application fixen.
24098
24099         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24100         Style fix.
24101
24102 2005-07-04  Wim Taymans  <wim@fluendo.com>
24103
24104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24105         Set caps on output buffer.
24106
24107 2005-07-04  Andy Wingo  <wingo@pobox.com>
24108
24109         * ext/gnomevfs/gstgnomevfssrc.c
24110         (gst_gnomevfssrc_received_headers_callback) 
24111         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24112         hopefully.
24113
24114         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24115         No refcount leakage.
24116
24117         * configure.ac: Enable -Werror.
24118         
24119         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24120         * gst/audioconvert/bufferframesconvert.c
24121         (buffer_frames_convert_fixate):
24122         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24123         (gst_audio_convert_fixate):
24124         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24125         (gst_sinesrc_create): Fixate func changes.
24126         
24127         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24128         (gst_ximagesink_buffer_alloc): Unused var.
24129
24130 2005-07-01  Andy Wingo  <wingo@pobox.com>
24131
24132         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24133         getcaps to do explicit caps. Needs to be done in all decoders,
24134         possibly via a base class.
24135
24136         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24137
24138         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24139         caps on the sink pad, just rely on the pad template. Also, setting
24140         ANY caps on a pad is not valid because the caps are not fixed.
24141
24142         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24143         caps on the buffer, and get the width from the desired_caps if
24144         they're set.
24145         (gst_ximagesink_renegotiate_size): Implement via setting the
24146         desired_caps on the ximagesink.
24147         (gst_ximagesink_setcaps): Only reset the width of the player if it
24148         wasn't already set. Not sure if this is right.
24149         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24150
24151         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24152         that the user wants. NULL unless the window has been resized.
24153
24154         * gst/volume/gstvolume.c (volume_transform): Adapt to
24155         basetransform refcount changes.
24156         
24157 2005-07-01  Andy Wingo  <wingo@pobox.com>
24158
24159         * gst/videoscale/gstvideoscale.c:
24160         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24161         from BaseTransform, implements a transform_caps. Removed dead code
24162         including some PAR stuff that was never reached -- should probably
24163         be added back somehow.
24164
24165 2005-07-01  Andy Wingo  <wingo@pobox.com>
24166
24167         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24168         come later.
24169
24170 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24171
24172         * configure.ac:
24173         * docs/libs/Makefile.am:
24174         * docs/libs/gst-plugins-libs.types:
24175         * ext/alsa/Makefile.am:
24176         * ext/alsa/gstalsamixer.h:
24177         * ext/alsa/gstalsamixeroptions.h:
24178         * ext/alsa/gstalsamixertrack.h:
24179         * gst-libs/gst/Makefile.am:
24180         * gst-libs/gst/colorbalance/.cvsignore:
24181         * gst-libs/gst/colorbalance/Makefile.am:
24182         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24183         * gst-libs/gst/colorbalance/colorbalance.c:
24184         * gst-libs/gst/colorbalance/colorbalance.h:
24185         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24186         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24187         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24188         * gst-libs/gst/interfaces/Makefile.am:
24189         * gst-libs/gst/interfaces/colorbalance.c:
24190         (gst_color_balance_class_init):
24191         * gst-libs/gst/interfaces/colorbalance.h:
24192         * gst-libs/gst/interfaces/interfaces-marshal.list:
24193         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24194         * gst-libs/gst/interfaces/mixer.h:
24195         * gst-libs/gst/interfaces/mixeroptions.h:
24196         * gst-libs/gst/interfaces/navigation.c:
24197         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24198         * gst-libs/gst/interfaces/tuner.h:
24199         * gst/volume/Makefile.am:
24200         * gst/volume/gstvolume.c:
24201         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24202         * sys/ximage/Makefile.am:
24203         * sys/ximage/ximagesink.c:
24204         * sys/xvimage/Makefile.am:
24205         * sys/xvimage/xvimagesink.c:
24206           fold in all interfaces into an interfaces dir, preserving CVS
24207           history
24208
24209 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24210
24211         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24212           Fix build after riff changes.
24213
24214 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24215
24216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24217         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24218         (gst_riff_create_video_template_caps),
24219         (gst_riff_create_audio_template_caps),
24220         (gst_riff_create_iavs_template_caps):
24221         * gst-libs/gst/riff/riff-media.h:
24222         * gst-libs/gst/riff/riff-read.h:
24223         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24224           Add gst_riff_init() to initialize the debug category, instead
24225           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24226
24227 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24228
24229         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24230           Oops, I shouldn't apply hacks.
24231
24232 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24235           Remove pad_loop function which doesn't work.
24236
24237 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24238
24239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24240           Send EOS when deactivating.
24241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24242         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24243         (gen_preroll_element), (probe_triggered), (mute_stream),
24244         (silence_stream), (new_decoded_pad), (setup_substreams),
24245         (set_active_source):
24246         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24247         (remove_sinks), (add_sink):
24248         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24249           Change for new probe API.
24250
24251 2005-06-29  Wim Taymans  <wim@fluendo.com>
24252
24253         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24254         * gst-libs/gst/audio/gstbaseaudiosink.c:
24255         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24256         (gst_baseaudiosink_change_state):
24257         * gst-libs/gst/audio/gstbaseaudiosink.h:
24258         * gst-libs/gst/audio/gstringbuffer.c:
24259         (gst_ringbuffer_set_callback):
24260         Fix compilation error.
24261         Ringbuffer starts out as not running.
24262         Free our clock in dispose.
24263         When releasing the ringbuffer we need to renegotiate so
24264         clear the pad caps.
24265
24266 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24267
24268         * autogen.sh:
24269         * configure.ac:
24270         * docs/Makefile.am:
24271         * docs/libs/Makefile.am:
24272         * docs/libs/gst-plugins-libs-docs.sgml:
24273         * docs/libs/gst-plugins-libs-sections.txt:
24274         * docs/libs/gst-plugins-libs.types:
24275         * docs/libs/tmpl/gstaudio.sgml:
24276         * docs/libs/tmpl/gstcolorbalance.sgml:
24277         * docs/libs/tmpl/gstringbuffer.sgml:
24278         * gst-libs/gst/audio/gstringbuffer.c:
24279         (gst_ringbuffer_set_callback):
24280           reinstate gtk-doc docs for plugin libs
24281
24282 2005-06-28  Wim Taymans  <wim@fluendo.com>
24283
24284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24285         (gst_ogg_demux_init):
24286         Removed pad loop function.
24287
24288 2005-06-28  Wim Taymans  <wim@fluendo.com>
24289
24290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24291         If we're building a chain we are not in an error case
24292         when we queue a buffer.
24293
24294 2005-06-28  Andy Wingo  <wingo@pobox.com>
24295
24296         * *.c: Don't cast to GstObject before reffing/unreffing.
24297
24298 2005-06-27  Andy Wingo  <wingo@pobox.com>
24299
24300         * gst/videotestsrc/gstvideotestsrc.c
24301         (gst_videotestsrc_activate_push): Activation API changes.
24302
24303         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24304         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24305         they have refs on the decodebin.
24306
24307         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24308         parent class.
24309         (gst_ogg_pad_typefind): Don't leak a pad ref.
24310         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24311         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24312         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24313
24314 2005-06-27  Edward Hervey  <edward@fluendo.com>
24315
24316         * ext/theora/theoradec.c: (theora_dec_change_state): 
24317         re-arranged call to parent's state change in order to avoid locks (or
24318         worse).
24319
24320 2005-06-26  Edward Hervey  <edward@fluendo.com>
24321
24322         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24323         2nd argument of 'unknow-type' signal is a GstCaps and not a
24324         GstMiniObject
24325
24326 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24327         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24328           Set the worker thread's running flag to TRUE before starting the
24329           thread.
24330         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24331           Catch a failure to add typefind to the bin.
24332
24333 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24334
24335         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24336         (gst_sinesrc_init), (gst_sinesrc_create),
24337         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24338         (gst_sinesrc_start):
24339         * gst/sine/gstsinesrc.h:
24340           add num-buffers and timestamp-offset properties
24341         * gst/videotestsrc/gstvideotestsrc.c:
24342         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24343         (gst_videotestsrc_get_property):
24344           add timestamp-offset property
24345
24346 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24347
24348         * configure.ac: add videorate
24349         * gst-plugins-base.spec.in: add videorate
24350
24351 2005-06-23  Wim Taymans  <wim@fluendo.com>
24352
24353         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24354         (gst_videorate_getcaps), (gst_videorate_setcaps),
24355         (gst_videorate_event), (gst_videorate_chain):
24356         Fixed videorate, fixating an already fixated caps is not
24357         an error.
24358
24359 2005-06-23  Wim Taymans  <wim@fluendo.com>
24360
24361         * ext/ogg/README:
24362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24363         Buffer on caps is not boxed anymore.
24364
24365 2005-06-22  Wim Taymans  <wim@fluendo.com>
24366
24367         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24369         Set buffers on caps as miniobjects and not as boxed.
24370
24371 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24372
24373         * configure.ac:
24374           back to HEAD
24375
24376 === release 0.9.1 ===
24377
24378 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24379
24380         * .cvsignore:
24381         * NEWS:
24382         * README:
24383         * RELEASE:
24384         * configure.ac:
24385         * po/af.po:
24386         * po/az.po:
24387         * po/cs.po:
24388         * po/en_GB.po:
24389         * po/hu.po:
24390         * po/it.po:
24391         * po/nb.po:
24392         * po/nl.po:
24393         * po/or.po:
24394         * po/sq.po:
24395         * po/sr.po:
24396         * po/sv.po:
24397         * po/uk.po:
24398         * po/vi.po:
24399           updates for release
24400
24401 2005-06-09  Andy Wingo  <wingo@pobox.com>
24402
24403         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24404         
24405 2005-06-09  Andy Wingo  <wingo@pobox.com>
24406
24407         * configure.ac:
24408         * gst-libs/gst/Makefile.am:
24409         * gst-libs/gst/net/Makefile.am:
24410         Add gstnet to build.
24411
24412 2005-06-09  Andy Wingo  <wingo@pobox.com>
24413
24414         * gst-libs/gst/gconf/gconf.c:
24415         * gst/playback/test.c:
24416         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24417         fixes.
24418
24419         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24420
24421         * ext/theora/theoraenc.c (theora_enc_chain): 
24422         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24423
24424         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24425         RealPad.
24426
24427 2005-06-02  Wim Taymans  <wim@fluendo.com>
24428
24429         * gst-libs/gst/net/Makefile.am:
24430         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24431         * pkgconfig/gstreamer-libs.pc.in:
24432         Added net stuff, version net lib.
24433
24434 2005-06-02  Wim Taymans  <wim@fluendo.com>
24435
24436         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24437         (query_rates), (query_positions_elems), (query_positions_pads),
24438         (do_seek):
24439         Updated seek example.
24440
24441 2005-06-02  Andy Wingo  <wingo@pobox.com>
24442
24443         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24444         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24445         list.
24446
24447         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24448         remove the typefind, the bin dispose will do it for us. When it's
24449         removed and unreffed, the signal handler will be disconnected,
24450         too.
24451         (unlinked): It's too difficult to disconnect from unlinked
24452         handlers, as they are on pads not elements. Just punt if the pads
24453         aren't grandkids of the bin.
24454
24455 2005-06-02  Wim Taymans  <wim@fluendo.com>
24456
24457         * ext/ogg/README:
24458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24459         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24461         * ext/theora/theoradec.c: (theora_dec_src_query),
24462         (theora_handle_data_packet):
24463         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24464         (theora_enc_chain):
24465         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24466         (vorbis_handle_data_packet):
24467         * gst/audioconvert/bufferframesconvert.c:
24468         (buffer_frames_convert_chain):
24469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24470         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24471         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24472         (gst_ffmpegcsp_chain):
24473         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24474         (gst_videorate_getcaps), (gst_videorate_setcaps),
24475         (gst_videorate_event), (gst_videorate_chain):
24476         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24477         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24478         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24479         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24480         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24481         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24482         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24483         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24484         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24485         Cleanups and buffer alloc.
24486
24487 2005-05-31  Wim Taymans  <wim@fluendo.com>
24488
24489         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24490         Don't try to call the delay method when the device is not
24491         opened.
24492
24493 2005-05-31  Wim Taymans  <wim@fluendo.com>
24494
24495         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24496         Get actual segment size and buffer size after opening
24497         the device.
24498
24499 2005-05-30  Wim Taymans  <wim@fluendo.com>
24500
24501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24502         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24503         Also FLUSH upstream, makes the loop function exit faster.
24504         
24505         * ext/theora/theoradec.c: (theora_dec_src_query):
24506         Some more debug info in the query.
24507         
24508         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24509         (gst_ximagesink_setcaps):
24510         Release lock on par error, better error reporting.
24511
24512 2005-05-26  Wim Taymans  <wim@fluendo.com>
24513
24514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24515         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24516         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24517         Clear chains in READY
24518         Queue packets until the chain is activated.
24519
24520 2005-05-25  Wim Taymans  <wim@fluendo.com>
24521
24522         * gst-libs/gst/audio/gstaudiosink.c:
24523         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24524         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24525         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24526         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24527         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24528         (gst_audiosink_create_ringbuffer):
24529         * gst-libs/gst/audio/gstbaseaudiosink.c:
24530         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24531         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24532         (gst_baseaudiosink_set_property), (build_linear_format),
24533         (debug_spec_caps), (debug_spec_buffer),
24534         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24535         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24536         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24537         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24539         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24540         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24541         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24542         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24543         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24544         (wait_segment), (gst_ringbuffer_commit),
24545         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24546         (gst_ringbuffer_clear):
24547         Various small cleanups.
24548
24549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24550         (gst_audio_convert_change_state):
24551         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24552         No need to take the locks anymore.
24553
24554 2005-05-25  Wim Taymans  <wim@fluendo.com>
24555
24556         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24557         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24558         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24559         (type_found):
24560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24561         (group_destroy), (group_commit), (queue_overrun),
24562         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24563         (mute_stream), (new_decoded_pad), (setup_substreams),
24564         (setup_source), (mute_group_type), (set_active_source),
24565         (gst_play_base_bin_change_state):
24566         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24567         (gen_video_element), (gen_text_element), (gen_audio_element),
24568         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24569         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24570         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24571         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24572         Some playbin cleanups mostly refcounting sloppyness.
24573
24574 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24575
24576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24577           Work with streaming input.
24578
24579 2005-05-25  Wim Taymans  <wim@fluendo.com>
24580
24581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24582         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24583         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24584         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24585         No need to take the STREAM lock anymore.
24586
24587 2005-05-25  Wim Taymans  <wim@fluendo.com>
24588
24589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24590         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24591         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24592         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24593         (gst_ogg_demux_sink_activate):
24594         * ext/theora/theoradec.c: (theora_dec_src_event),
24595         (theora_handle_comment_packet), (theora_dec_chain),
24596         (theora_dec_change_state):
24597         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24598         (vorbis_handle_data_packet), (vorbis_dec_chain),
24599         (vorbis_dec_change_state):
24600         Remove STREAM locks as they are taken in core now.
24601         Never set bogus granulepos on vorbis/theora.
24602         Fix leaks in theoradec tag parsing.
24603
24604 2005-05-25  Wim Taymans  <wim@fluendo.com>
24605
24606         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24607         Fix memleaks, GST_BUFFER_DATA() is not freed.
24608
24609 2005-05-25  Wim Taymans  <wim@fluendo.com>
24610
24611         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24612         Open non-blocking, set to blocking mode afterwards to avoid
24613         lockups when audio device is busy.
24614
24615 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24616
24617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24618           This can't be good.
24619
24620 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24621
24622         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24623         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24624         (gst_audio_convert_setcaps):
24625           Implement instant setup switching.
24626
24627 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24628
24629         * gst/playback/gstplaybasebin.c: (probe_triggered):
24630           Fix missing unlock.
24631         * gst/playback/gstplaybin.c: (add_sink):
24632           First add, then link (otherwise pad link fails).
24633
24634 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24635
24636         * examples/Makefile.am:
24637         fix buildbot (make distcheck)
24638
24639 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24640
24641         * gst/playback/gstplaybin.c: (gen_vis_element):
24642           Remove some wrong code. Doesn't work yet.
24643
24644 2005-05-19  Wim Taymans  <wim@fluendo.com>
24645
24646         * gst-libs/gst/net/Makefile.am:
24647         * gst-libs/gst/net/README:
24648         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24649         (gst_netbuffer_class_init), (gst_netbuffer_init),
24650         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24651         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24652         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24653         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24654         * gst-libs/gst/net/gstnetbuffer.h:
24655         Added buffer subclass to store extra to/from addresses for
24656         network sources/sinks.
24657
24658 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24659
24660         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24661           Don't lock an unassigned variable.
24662
24663 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24664
24665         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24666           Increase buffer for video, decrease buffer for other media types.
24667         * gst/playback/gstplaybin.c: (gen_video_element),
24668         (gen_audio_element):
24669           Change names for debugging purposes.
24670
24671 2005-05-18  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24674         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24675         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24676         (gst_ffmpegcsp_chain):
24677         Enable buffer alloc passthrough if the source and dest
24678         formats are the same.
24679
24680 2005-05-17  Wim Taymans  <wim@fluendo.com>
24681
24682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24683         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24684         (gst_ogg_demux_chain_unlocked):
24685         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24686         (gst_audio_convert_caps_remove_format_info),
24687         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24688         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24690         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24691         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24692         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24693         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24694         (gst_ffmpegcsp_get_property):
24695         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24696         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24697         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24698         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24699         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24700         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24701         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24702         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24703         Leak fixes in oggdemux.
24704         Some cleanups in audioconvert.
24705         Make passthrough work along with buffer_alloc etc.
24706         Make buffer_alloc and buffer recycling actually work in
24707         xvimagesink.
24708
24709 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24710
24711         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24712           make the compiler happy
24713
24714 2005-05-17  Wim Taymans  <wim@fluendo.com>
24715
24716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24717         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24718         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24719         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24720         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24721         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24722         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24723         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24724         (gst_xvimagesink_set_xwindow_id):
24725         * sys/xvimage/xvimagesink.h:
24726         Port xvimagesink to new MiniObject.
24727
24728 2005-05-17  Wim Taymans  <wim@fluendo.com>
24729
24730         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24731         (gst_audiofilter_chain):
24732         * gst-libs/gst/audio/gstaudiosink.c:
24733         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24734         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24735         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24736         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24737         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24738         (gst_audiosink_create_ringbuffer):
24739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24740         (gst_audio_convert_caps_remove_format_info),
24741         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24742         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24744         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24745         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24746         Fix passthrough in ffmpegcolorspace.
24747         Fix memset in audiosink on wrong memory.
24748
24749 2005-05-16  David Schleef  <ds@schleef.org>
24750
24751         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24752         to GstMiniObject.
24753
24754 2005-05-16  David Schleef  <ds@schleef.org>
24755
24756         Port from GstData to GstMiniObject.
24757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24759         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24760         (gst_ogg_mux_collected):
24761         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24762         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24763         (theora_handle_data_packet):
24764         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24765         (theora_set_header_on_caps), (theora_enc_chain):
24766         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24767         (vorbis_handle_comment_packet):
24768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24769         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24770         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24771         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24772         * gst/audioconvert/gstaudioconvert.c:
24773         (gst_audio_convert_get_buffer):
24774         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24775         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24776         (mute_stream), (silence_stream):
24777         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24778         * gst/volume/gstvolume.c: (volume_transform):
24779         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24780         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24781         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24782         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24783         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24784         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24785         (gst_ximagesink_buffer_alloc):
24786         * sys/ximage/ximagesink.h:
24787
24788 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24789
24790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24791         (fill_buffer), (check_queue), (queue_threshold_reached),
24792         (queue_out_of_data):
24793         * gst/playback/gstplaybasebin.h:
24794           Post buffer-fullness on the bus.
24795
24796 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24797
24798         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24799         (try_to_link_1):
24800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24801         (group_commit), (probe_triggered), (setup_source),
24802         (gst_play_base_bin_change_state):
24803         * gst/playback/gstplaybasebin.h:
24804         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24805         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24806         (gst_play_bin_change_state):
24807           Move setup_output_pads into a virtual function, remove
24808           group-switch (no longer needed) and redirect (handled by bus
24809           now) signals.
24810
24811 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24812
24813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24814         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24815         (get_active_group), (get_building_group), (group_destroy),
24816         (group_commit), (check_queue), (queue_overrun),
24817         (queue_threshold_reached), (queue_out_of_data),
24818         (gen_preroll_element), (remove_groups), (unknown_type),
24819         (add_element_stream), (no_more_pads), (probe_triggered),
24820         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24821         (setup_substreams), (setup_source), (finish_source),
24822         (prepare_output), (muted_group_change_state),
24823         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
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), (gst_play_bin_set_property),
24828         (gen_video_element), (gen_text_element), (gen_audio_element),
24829         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24830         (gst_play_bin_change_state):
24831         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24832         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24833         (stream_info_change_state), (gst_stream_info_set_mute),
24834         (gst_stream_info_get_property):
24835         * gst/playback/gststreaminfo.h:
24836         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24837         (gst_stream_selector_get_linked_pad),
24838         (gst_stream_selector_getcaps),
24839         (gst_stream_selector_get_linked_pads),
24840         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24841         * gst/playback/gststreamselector.h:
24842           Rough port of playbin. Needs some more work, but is mostly done,
24843           and uses a few locks in important places, which should make stuff
24844           like chain-switches clean. Still uses GST_STATE() in a few places,
24845           which isn't all that good an idea, subtitles/elements disabled
24846           because no elements to test with and thus probably broken, query
24847           and event handling moved to GstBin, internal thread removed
24848           alltogether because the pipeline does that for us now. Can play
24849           Ogg/Vorbis files. Haven't tested anything else yet.
24850
24851 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24852
24853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24854           Do no-more-pads (needed for autoplugging).
24855
24856 2005-05-10  Andy Wingo  <wingo@pobox.com>
24857
24858         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24859         message to the bus with the tags. Still not sent downstream tho.
24860
24861         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24862         get_parent.
24863         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24864         avoid refcounting hassles.
24865
24866 2005-05-09  Andy Wingo  <wingo@pobox.com>
24867
24868         * gst/volume/Makefile.am:
24869         * gst/volume/demo.c
24870         * gst/volume/gstvolume.h
24871         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24872         basetransform. Probably need an audio filter base class.
24873
24874 2005-05-09  Wim Taymans  <wim@fluendo.com>
24875
24876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24877         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24878         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24879         (gst_vorbisenc_chain):
24880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24881         (gst_audio_convert_caps_remove_format_info),
24882         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24883         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24884         Make caps writable before writing to it.
24885         Fix negotiation in audioconvert some more.
24886
24887 2005-05-09  Wim Taymans  <wim@fluendo.com>
24888
24889         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24890         (gst_videorate_getcaps), (gst_videorate_setcaps),
24891         (gst_videorate_event), (gst_videorate_chain):
24892         Better negotiation.
24893
24894 2005-05-09  Wim Taymans  <wim@fluendo.com>
24895
24896         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24897         (gst_videorate_getcaps), (gst_videorate_setcaps),
24898         (gst_videorate_blank_data), (gst_videorate_init),
24899         (gst_videorate_event), (gst_videorate_chain),
24900         (gst_videorate_change_state):
24901         Port videorate, do a better job at negotiation while we're at
24902         it.
24903
24904 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24905
24906         * configure.ac:
24907           Disable libvisual
24908
24909         * examples/Makefile.am:
24910         * gst-libs/gst/audio/Makefile.am:
24911         * gst-libs/gst/riff/Makefile.am:
24912         * gst-libs/gst/tag/Makefile.am:
24913         * gst-libs/gst/video/Makefile.am:
24914           Fixups for missing variables.
24915
24916 2005-05-09  Wim Taymans  <wim@fluendo.com>
24917
24918         * examples/seeking/seek.c: (make_theora_pipeline),
24919         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24920         (query_rates), (query_positions_elems), (query_positions_pads),
24921         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24923         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24924         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24925         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24926         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24928         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24929         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24930         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24931         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24932         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24933         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24934         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24935         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24936         (theora_dec_src_convert), (theora_dec_sink_convert),
24937         (theora_dec_src_query), (theora_dec_sink_query),
24938         (theora_dec_src_event), (theora_dec_sink_event),
24939         (theora_handle_comment_packet), (theora_handle_type_packet),
24940         (theora_handle_header_packet), (theora_handle_data_packet),
24941         (theora_dec_chain):
24942         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24943         (vorbis_dec_convert), (vorbis_dec_src_query),
24944         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24945         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24946         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24947         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24948         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24949         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24950         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24951         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24952         (gst_play_bin_query):
24953         * gst/playback/test3.c: (update_scale):
24954         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24955         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24956         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24957         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24958         (gst_videotestsrc_src_query):
24959         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24960         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24961         (paint_hline_YUV9):
24962         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24963         Port to new query API.
24964         Updated seek.
24965         Cleanups in x[v]imagesink
24966
24967 2005-05-09  Andy Wingo  <wingo@pobox.com>
24968
24969         * ext/alsa/gstalsasink.h:
24970         * ext/gnomevfs/gstgnomevfssrc.c:
24971         (gst_gnomevfssrc_get_icy_metadata):
24972         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24973         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24974         * ext/theora/theoradec.c (theora_dec_src_query)
24975         (theora_dec_src_event, theora_dec_sink_event)
24976         (theora_handle_comment_packet, theora_handle_data_packet):
24977         * ext/theora/theoraenc.c (theora_enc_chain):
24978         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24979         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24980         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24981         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24982         (qt_type_find):
24983         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24984         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24985         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24986         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24987         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24988         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24989         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24990         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24991         (paint_setup_RGB565, paint_setup_xRGB1555):
24992         * gst/videotestsrc/videotestsrc.h:
24993         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24994         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24995         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24996         GCC4 fixes.
24997         
24998         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24999         gst_pad_query_position. Fixes oggdemux.
25000
25001 2005-05-08  David Schleef  <ds@schleef.org>
25002
25003         * configure.ac: Require liboil.
25004         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25005         a few more.
25006         * gst/videotestsrc/videotestsrc.c:
25007         * gst/videotestsrc/videotestsrc.h:
25008
25009 2005-05-06  Wim Taymans  <wim@fluendo.com>
25010
25011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25012         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25013         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25014         Well, unreffing a buffer right before pushing it is asking
25015         for trouble..
25016
25017 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25018
25019         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25020
25021 2005-05-06  Wim Taymans  <wim@fluendo.com>
25022
25023         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25024         (gst_audio_convert_caps_remove_format_info),
25025         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25026         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25028         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25029         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25030         * gst/sine/Makefile.am:
25031         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25032         (gst_sinesrc_class_init), (gst_sinesrc_init),
25033         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25034         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25035         (gst_sinesrc_update_freq):
25036         * gst/sine/gstsinesrc.h:
25037         * gst/tcp/gstmultifdsink.c:
25038         * sys/xvimage/xvimagesink.c:
25039         Fixed negotiation wrt _peer_get_caps()
25040         Some cleanups.
25041
25042
25043 2005-05-06  Wim Taymans  <wim@fluendo.com>
25044
25045         * gst-libs/gst/audio/gstaudiosink.c:
25046         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25047         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25048         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25049         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25050         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25051         (gst_audiosink_create_ringbuffer):
25052         * gst-libs/gst/audio/gstbaseaudiosink.c:
25053         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25054         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25055         (gst_baseaudiosink_set_property), (build_linear_format),
25056         (debug_spec_caps), (debug_spec_buffer),
25057         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25058         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25059         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25060         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25061         * gst-libs/gst/audio/gstbaseaudiosink.h:
25062         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25063         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25064         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25065         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25066         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25067         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25068         (wait_segment), (gst_ringbuffer_commit),
25069         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25070         (gst_ringbuffer_clear):
25071         * gst-libs/gst/audio/gstringbuffer.h:
25072         Make the base audiosink return an error when there is no
25073         audiobuffer negotiated.
25074
25075 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25076
25077         * ext/Makefile.am:
25078         Disable cdparanoia until someone ports it!
25079
25080 2005-05-06  Wim Taymans  <wim@fluendo.com>
25081
25082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25083         (gst_ogg_demux_sink_activate):
25084         And revert after wingo's revert.. sigh..
25085
25086 2005-05-05  Andy Wingo  <wingo@pobox.com>
25087
25088         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25089         GObject.
25090         * configure.ac: Return audiorate and subparse from the ghetto.
25091         Re-enable -Wall -Werror.
25092         * gst/subparse/gstsubparse.c:
25093         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25094         or chain-based. Cleaned up a bit. Not tested.
25095         
25096 2005-05-05  Christian Schaller <christian@fluendo.com> 
25097
25098         * Makefile.am: remove stuff that is not building
25099         * configure.ac: remove stuff that is not building
25100         * examples/Makefile.am: remove stuff that is not building
25101         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25102         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25103         * sys/Makefile.am: remove stuff that is not building
25104         * testsuite/Makefile.am: remove stuff that is not building
25105
25106 2005-05-05  Andy Wingo  <wingo@pobox.com>
25107
25108         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25109         * gst-libs/gst/tag/gstvorbistag.c:
25110         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25111         * gst/adder/gstadder.h:
25112         * gst/audioconvert/gstchannelmix.c:
25113         (gst_audio_convert_fill_one_other):
25114         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25115         (gst_audiorate_init), (gst_audiorate_chain):
25116         * gst/playback/gstplaybasebin.c: (setup_source):
25117         * gst/playback/test3.c: (update_scale):
25118         Some GCC4 fixes
25119         
25120         * po/af.po:
25121         * po/az.po:
25122         * po/cs.po:
25123         * po/en_GB.po:
25124         * po/hu.po:
25125         * po/it.po:
25126         * po/nb.po:
25127         * po/nl.po:
25128         * po/or.po:
25129         * po/sq.po:
25130         * po/sr.po:
25131         * po/sv.po:
25132         * po/uk.po:
25133         * po/vi.po: Foo
25134
25135 2005-05-05  Wim Taymans  <wim@fluendo.com>
25136
25137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25138         (gst_audio_convert_caps_remove_format_info),
25139         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25140         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25141         * gst/videotestsrc/gstvideotestsrc.c:
25142         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25143         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25144         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25145         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25146         Don't ignore _push() return values.
25147         Make sure no processing is done when shutting down.
25148         Videotestsrc pad activation fix.
25149
25150 2005-05-05  Wim Taymans  <wim@fluendo.com>
25151
25152         * gst/adder/Makefile.am:
25153         * gst/adder/gstadder.c: (gst_adder_setcaps),
25154         (gst_adder_class_init), (gst_adder_init),
25155         (gst_adder_request_new_pad), (gst_adder_collected),
25156         (gst_adder_change_state):
25157         * gst/adder/gstadder.h:
25158         Ported adder as an example of a mixer element using
25159         collect pads. Needs more negotiation work.
25160
25161 2005-05-05  Wim Taymans  <wim@fluendo.com>
25162
25163         * ext/theora/theoradec.c: (_inc_granulepos),
25164         (theora_dec_src_event), (theora_dec_sink_event),
25165         (theora_handle_comment_packet), (theora_handle_type_packet),
25166         (theora_handle_header_packet), (theora_handle_data_packet),
25167         (theora_dec_chain):
25168         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25169         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25170         (theora_push_buffer), (theora_push_packet),
25171         (theora_enc_sink_event), (theora_enc_chain),
25172         (theora_enc_change_state), (theora_enc_set_property),
25173         (theora_enc_get_property):
25174         Added stream lock to decoder so that we can serialize
25175         the discont event.
25176         More theoraenc porting, recover from errors, do clean
25177         shutdown.
25178
25179 2005-05-05  Wim Taymans  <wim@fluendo.com>
25180
25181         * ext/ogg/Makefile.am:
25182         * ext/ogg/README:
25183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25184         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25185         (gst_ogg_print):
25186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25187         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25188         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25189         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25190         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25191         (gst_ogg_mux_change_state):
25192         Ported ogg muxer.
25193
25194 2005-05-05  Wim Taymans  <wim@fluendo.com>
25195
25196         * docs/design-audiosinks.txt:
25197         * gst-libs/gst/audio/TODO:
25198         * gst-libs/gst/audio/gstaudiosink.c:
25199         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25200         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25201         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25202         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25203         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25204         (gst_audiosink_create_ringbuffer):
25205         * gst-libs/gst/audio/gstbaseaudiosink.c:
25206         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25207         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25208         (gst_baseaudiosink_set_property), (build_linear_format),
25209         (debug_spec_caps), (debug_spec_buffer),
25210         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25211         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25212         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25213         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25214         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25215         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25216         (gst_ringbuffer_release), (gst_ringbuffer_play),
25217         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25218         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25219         (gst_ringbuffer_set_sample), (wait_segment),
25220         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25221         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25222         More work on the audiosink, mostly debugging and a race in
25223         shutdown.
25224
25225 2005-04-28  Wim Taymans  <wim@fluendo.com>
25226
25227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25228         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25229         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25230         (vorbis_dec_src_query), (vorbis_dec_src_event),
25231         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25232         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25233         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25234         Don't crap out when seeking back to position 0.
25235
25236 2005-04-28  Wim Taymans  <wim@fluendo.com>
25237
25238         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25239         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25240         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25241         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25242         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25243         Make audio sink configurable, use alsasink as default.
25244
25245 2005-04-28  Wim Taymans  <wim@fluendo.com>
25246
25247         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25248         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25249         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25250         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25251         (vorbis_dec_change_state):
25252         * ext/vorbis/vorbisdec.h:
25253         Refactor, use STREAM_LOCK.
25254
25255 2005-04-28  Wim Taymans  <wim@fluendo.com>
25256
25257         * ext/theora/theoradec.c: (_inc_granulepos),
25258         (theora_dec_sink_event), (theora_handle_comment_packet),
25259         (theora_handle_type_packet), (theora_handle_header_packet),
25260         (theora_handle_data_packet), (theora_dec_chain),
25261         (theora_dec_change_state):
25262         Refactor a bit, use STREAM_LOCK.
25263
25264 2005-04-28  Wim Taymans  <wim@fluendo.com>
25265
25266         * ext/alsa/Makefile.am:
25267         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25268         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25269         (gst_alsa_link), (gst_alsa_close_audio):
25270         * ext/alsa/gstalsaplugin.c: (plugin_init):
25271         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25272         (gst_alsasink_dispose), (gst_alsasink_base_init),
25273         (gst_alsasink_class_init), (gst_alsasink_init),
25274         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25275         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25276         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25277         (gst_alsasink_reset):
25278         * ext/alsa/gstalsasink.h:
25279         Implement alsasink with simple open/write/close API. 
25280         Make alsa dir build by disabling compilation of code.
25281
25282 2005-04-28  Wim Taymans  <wim@fluendo.com>
25283
25284         * gst-libs/gst/audio/Makefile.am:
25285         * gst-libs/gst/audio/audio.h:
25286         * gst-libs/gst/audio/audioclock.c:
25287         * gst-libs/gst/audio/audioclock.h:
25288         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25289         (gst_audio_clock_class_init), (gst_audio_clock_init),
25290         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25291         * gst-libs/gst/audio/gstaudioclock.h:
25292         * gst-libs/gst/audio/gstaudiosink.c:
25293         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25294         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25295         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25296         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25297         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25298         (gst_audiosink_create_ringbuffer):
25299         * gst-libs/gst/audio/gstbaseaudiosink.c:
25300         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25301         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25302         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25303         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25304         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25305         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25306         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25307         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25308         * gst-libs/gst/audio/gstbaseaudiosink.h:
25309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25310         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25311         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25312         (gst_ringbuffer_release), (gst_ringbuffer_play),
25313         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25314         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25315         (gst_ringbuffer_set_sample), (wait_segment),
25316         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25317         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25318         * gst-libs/gst/audio/gstringbuffer.h:
25319         Make ringbuffer faster and more simple by removing the locks
25320         in the playback thread.
25321         Add sample accurate playback based on buffer sample offsets.
25322         Make the baseaudiosink provide a clock.
25323         Parse caps in the base class.
25324         Correctly handle seeking, flushing and state changes.
25325
25326 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25327
25328         * configure.ac:
25329         * gst/audioconvert/Makefile.am:
25330         * gst/audioscale/Makefile.am:
25331           Fix part of the build.  Come on guys, autogen didn't even work :)
25332
25333 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25334
25335         * configure.ac:
25336         * gst-libs/gst/Makefile.am:
25337         * gst-libs/gst/media-info/.cvsignore:
25338         * gst-libs/gst/media-info/Makefile.am:
25339         * gst-libs/gst/media-info/README:
25340         * gst-libs/gst/media-info/media-info-priv.c:
25341         * gst-libs/gst/media-info/media-info-priv.h:
25342         * gst-libs/gst/media-info/media-info-test.c:
25343         * gst-libs/gst/media-info/media-info.c:
25344         * gst-libs/gst/media-info/media-info.h:
25345         * gst-libs/gst/media-info/media-info.vcproj:
25346         * pkgconfig/Makefile.am:
25347         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25348         * pkgconfig/gstreamer-media-info.pc.in:
25349           Remove media-info, which is also successed by playbin (see Totem
25350           implementation).
25351
25352 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25353
25354         * configure.ac:
25355         * examples/Makefile.am:
25356         * examples/gstplay/.cvsignore:
25357         * examples/gstplay/Makefile.am:
25358         * examples/gstplay/player.c:
25359         * gst-libs/gst/Makefile.am:
25360         * gst-libs/gst/play/.cvsignore:
25361         * gst-libs/gst/play/Makefile.am:
25362         * gst-libs/gst/play/play.c:
25363         * gst-libs/gst/play/play.h:
25364         * gst-libs/gst/play/play.vcproj:
25365         * pkgconfig/Makefile.am:
25366         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25367         * pkgconfig/gstreamer-play.pc.in:
25368           Remove libgstplay, playbin is now the official successor.
25369
25370 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25371
25372         * configure.ac:
25373         * gst-libs/gst/Makefile.am:
25374         * gst-libs/gst/xwindowlistener/Makefile.am:
25375         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25376         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25377           Remove deprecated xwindowlistener (I've moved xwindowlistening
25378           in the v4l/v4l2 plugins over to serverside).
25379
25380 2005-04-25  David Schleef  <ds@schleef.org>
25381
25382         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25383         to examples/dynparams.  Examples do not belong interspersed with
25384         source code.
25385         * examples/dynparams/demo-dparams.c:
25386         * gst/sine/Makefile.am:
25387         * gst/sine/demo-dparams.c:
25388
25389 2005-04-25  David Schleef  <ds@schleef.org>
25390
25391         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25392         * gst-libs/gst/audio/Makefile.am:
25393         * gst-libs/gst/riff/Makefile.am:
25394         * gst-libs/gst/tag/Makefile.am:
25395         * gst-libs/gst/video/Makefile.am:
25396         * gst-libs/gst/xwindowlistener/Makefile.am:
25397
25398         Convert to 0.9 API, seems to work:
25399         * sys/ximage/Makefile.am:
25400         * sys/ximage/ximagesink.c:
25401
25402 2005-04-24  David Schleef  <ds@schleef.org>
25403
25404         Link plugins against libraries:
25405         * ext/alsa/Makefile.am:
25406         * gst/tcp/Makefile.am:
25407
25408         Remove asm code that should be in liboil
25409         * gst/videoscale/Makefile.am:
25410         * gst/videoscale/videoscale_x86_asm.s:
25411
25412         gettext wants these checked in:
25413         * po/af.po:
25414         * po/az.po:
25415         * po/cs.po:
25416         * po/en_GB.po:
25417         * po/hu.po:
25418         * po/it.po:
25419         * po/nb.po:
25420         * po/nl.po:
25421         * po/or.po:
25422         * po/sq.po:
25423         * po/sr.po:
25424         * po/sv.po:
25425         * po/uk.po:
25426         * po/vi.po:
25427
25428 2005-04-24  David Schleef  <ds@schleef.org>
25429
25430         Convert gst_main() to g_main_loop_run()
25431         * gst/playback/decodetest.c: (main):
25432         * gst/playback/test2.c: (main):
25433         * gst/playback/test3.c: (main):
25434         * gst/playback/test4.c: (main):
25435
25436         Link plugins against libraries:
25437         * ext/libvisual/Makefile.am:
25438         * sys/xvimage/Makefile.am:
25439
25440 2005-04-24  David Schleef  <ds@schleef.org>
25441
25442         * configure.ac: Remove idct and resample libs
25443         * gst-libs/gst/Makefile.am: same
25444
25445         Remove usage of gst_library_load():
25446         * ext/alsa/gstalsaplugin.c: (plugin_init):
25447         * ext/libvisual/visual.c: (plugin_init):
25448         * ext/ogg/gstogg.c: (plugin_init):
25449         * ext/theora/theora.c: (plugin_init):
25450         * ext/vorbis/vorbis.c: (plugin_init):
25451         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25452         * gst/audioscale/gstaudioscale.c:
25453         * gst/adder/gstadder.c: (plugin_init):
25454         * gst/audioconvert/plugin.c: (plugin_init):
25455         * sys/ximage/ximagesink.c: (plugin_init):
25456         * sys/xvimage/xvimagesink.c: (plugin_init):
25457         * gst/tcp/gsttcpplugin.c: (plugin_init):
25458
25459         Link plugins against libraries:
25460         * ext/ogg/Makefile.am:
25461         * ext/theora/Makefile.am:
25462         * ext/vorbis/Makefile.am:
25463         * gst/audioconvert/Makefile.am:
25464
25465         Create proper libraries:
25466         * gst-libs/gst/riff/Makefile.am:
25467         * gst-libs/gst/audio/Makefile.am:
25468         * gst-libs/gst/video/Makefile.am:
25469
25470         Move resample library to audioscale plugin directory:
25471         * gst-libs/gst/resample/Makefile.am:
25472         * gst-libs/gst/resample/README:
25473         * gst-libs/gst/resample/dtof.c:
25474         * gst-libs/gst/resample/dtos.c:
25475         * gst-libs/gst/resample/functable.c:
25476         * gst-libs/gst/resample/private.h:
25477         * gst-libs/gst/resample/resample.c:
25478         * gst-libs/gst/resample/resample.h:
25479         * gst-libs/gst/resample/resample.vcproj:
25480         * gst-libs/gst/resample/test.c:
25481         * gst/audioscale/Makefile.am:
25482         * gst/audioscale/README:
25483         * gst/audioscale/dtof.c:
25484         * gst/audioscale/dtos.c:
25485         * gst/audioscale/functable.c:
25486         * gst/audioscale/private.h:
25487         * gst/audioscale/resample.c:
25488         * gst/audioscale/resample.h:
25489         * gst/audioscale/test.c:
25490
25491         Move tagedit library to gst-libs:
25492         * gst-libs/gst/tag/Makefile.am:
25493         * gst-libs/gst/tag/gstid3tag.c:
25494         * gst-libs/gst/tag/gsttagediting.c:
25495         * gst-libs/gst/tag/gsttageditingprivate.h:
25496         * gst-libs/gst/tag/gstvorbistag.c:
25497         * gst/tags/Makefile.am:
25498         * gst/tags/gstid3tag.c:
25499         * gst/tags/gstvorbistag.c:
25500
25501         Fix for core changes:
25502         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25503         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25504         (gst_sinesrc_getrange):
25505
25506 2005-04-23  David Schleef  <ds@schleef.org>
25507
25508         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25509         in gst-plugins in a long time, and properly belongs in liboil.
25510         * gst-libs/gst/idct/Makefile.am:
25511         * gst-libs/gst/idct/README:
25512         * gst-libs/gst/idct/dct.h:
25513         * gst-libs/gst/idct/doieee:
25514         * gst-libs/gst/idct/fastintidct.c:
25515         * gst-libs/gst/idct/floatidct.c:
25516         * gst-libs/gst/idct/idct.c:
25517         * gst-libs/gst/idct/idct.h:
25518         * gst-libs/gst/idct/idtc.vcproj:
25519         * gst-libs/gst/idct/ieeetest.c:
25520         * gst-libs/gst/idct/intidct.c:
25521
25522 2005-04-20  Wim Taymans  <wim@fluendo.com>
25523
25524         * docs/design-audiosinks.txt:
25525         * gst-libs/gst/audio/Makefile.am:
25526         * gst-libs/gst/audio/TODO:
25527         * gst-libs/gst/audio/gstaudiosink.c:
25528         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25529         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25530         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25531         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25532         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25533         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25534         (gst_audiosink_class_init), (gst_audiosink_init),
25535         (gst_audiosink_create_ringbuffer):
25536         * gst-libs/gst/audio/gstaudiosink.h:
25537         * gst-libs/gst/audio/gstbaseaudiosink.c:
25538         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25539         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25540         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25541         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25542         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25543         (gst_baseaudiosink_create_ringbuffer),
25544         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25545         * gst-libs/gst/audio/gstbaseaudiosink.h:
25546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25547         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25548         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25549         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25550         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25551         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25552         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25553         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25554         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25555         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25556         * gst-libs/gst/audio/gstringbuffer.h:
25557         An attempt at a set of audio base classes together with some
25558         design docs.
25559
25560 2005-04-20  Wim Taymans  <wim@fluendo.com>
25561
25562         * gst/audioconvert/Makefile.am:
25563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25564         (gst_audio_convert_caps_remove_format_info),
25565         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25566         (gst_audio_convert_channels):
25567         Link against audio libs.
25568         Fix audio convert plugin.
25569
25570 2005-04-20  Wim Taymans  <wim@fluendo.com>
25571
25572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25573         (gst_ogg_demux_sink_activate):
25574         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25575         (theora_set_header_on_caps), (theora_enc_sink_event),
25576         (theora_enc_chain):
25577         Fix theora encoder.
25578
25579 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25580
25581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25582         * gst/playback/gstdecodebin.c: (find_compatibles):
25583           Work with staticpadtemplates in elementfactories.
25584
25585 2005-04-12  Wim Taymans  <wim@fluendo.com>
25586
25587         * gst/playback/README:
25588         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25589         (compare_ranks), (print_feature), (gst_decode_bin_init),
25590         (dynamic_create), (dynamic_free), (find_compatibles),
25591         (mimetype_is_raw), (close_pad_link), (got_redirect),
25592         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25593         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25594         (gst_decode_bin_change_state):
25595         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25596         (gst_play_base_bin_init), (group_destroy), (group_commit),
25597         (check_queue), (queue_overrun), (queue_threshold_reached),
25598         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25599         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25600         (got_redirect), (setup_source), (play_base_eos),
25601         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25602         (gst_play_base_bin_remove_element):
25603         * gst/playback/gstplaybasebin.h:
25604         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25605         (gst_play_bin_init), (gst_play_bin_dispose),
25606         (gst_play_bin_set_property), (gen_video_element),
25607         (gen_text_element), (gen_audio_element), (remove_sinks),
25608         (gst_play_bin_send_event):
25609         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25610         (stream_info_change_state), (gst_stream_info_set_mute):
25611         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25612         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25613         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25614         (gst_stream_selector_chain):
25615         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25616         (main):
25617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25618         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25619         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25620         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25621         Raw and crude port of decodebin. 
25622         Make playbin compile.
25623
25624 2005-04-06  Wim Taymans  <wim@fluendo.com>
25625
25626         * ext/gnomevfs/Makefile.am:
25627         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25628         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25629         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25630         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25631         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25632         (gst_gnomevfssrc_stop):
25633         * ext/ogg/Makefile.am:
25634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25635         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25636         * ext/theora/Makefile.am:
25637         * ext/theora/theoradec.c: (_inc_granulepos),
25638         (theora_dec_sink_event), (theora_dec_chain):
25639         * ext/vorbis/Makefile.am:
25640         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25641         (vorbis_dec_sink_event), (vorbis_dec_chain):
25642         * gst-libs/gst/audio/Makefile.am:
25643         * sys/xvimage/Makefile.am:
25644         Make gnomevfssrc extend the source base class.
25645         Fix linking against libs in various plugins.
25646
25647 2005-04-06  Andy Wingo  <wingo@pobox.com>
25648
25649         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25650         GST_BASE_LIBS.
25651
25652         * configure.ac: Add check and AC_SUBST for libgstbase.
25653
25654 2005-03-31  Wim Taymans  <wim@fluendo.com>
25655
25656         * examples/seeking/Makefile.am:
25657         * examples/seeking/cdparanoia.c: (main):
25658         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25659         (play_cb), (pause_cb), (stop_cb), (main):
25660         * examples/seeking/playbin.c:
25661         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25662         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25663         (make_sid_pipeline), (make_vorbis_pipeline),
25664         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25665         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25666         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25667         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25668         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25669         (stop_cb), (main):
25670         * examples/seeking/spider_seek.c:
25671         * examples/seeking/vorbisfile.c:
25672         * ext/gnomevfs/Makefile.am:
25673         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25674         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25675         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25676         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25677         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25678         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25679         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25680         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25681         * ext/ogg/README:
25682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25683         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25684         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25685         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25686         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25687         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25688         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25689         (gst_ogg_demux_factory_filter), (compare_ranks),
25690         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25691         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25692         (gst_ogg_chain_new), (gst_ogg_chain_free),
25693         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25694         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25695         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25696         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25697         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25698         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25699         (gst_ogg_demux_get_prev_page),
25700         (gst_ogg_demux_deactivate_current_chain),
25701         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25702         (gst_ogg_demux_bisect_forward_serialno),
25703         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25704         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25705         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25706         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25707         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25708         (gst_ogg_demux_change_state), (gst_ogg_print):
25709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25710         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25711         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25712         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25713         (gst_ogg_mux_loop):
25714         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25715         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25716         (theora_dec_src_convert), (theora_dec_sink_convert),
25717         (theora_dec_src_query), (theora_dec_src_event),
25718         (theora_dec_sink_event), (theora_dec_chain),
25719         (theora_dec_change_state):
25720         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25721         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25722         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25723         (theora_enc_change_state):
25724         * ext/vorbis/Makefile.am:
25725         * ext/vorbis/oggvorbisenc.c:
25726         * ext/vorbis/oggvorbisenc.h:
25727         * ext/vorbis/vorbis.c: (plugin_init):
25728         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25729         (vorbis_dec_src_query), (vorbis_dec_src_event),
25730         (vorbis_dec_sink_event), (vorbis_dec_chain),
25731         (vorbis_dec_change_state):
25732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25733         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25734         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25735         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25736         (gst_vorbisenc_change_state):
25737         * ext/vorbis/vorbisenc.h:
25738         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25739         * gst-libs/gst/audio/audioclock.c:
25740         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25741         (gst_audiofilter_init), (gst_audiofilter_chain):
25742         * gst-libs/gst/audio/testchannels.c: (main):
25743         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25744         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25745         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25746         (gmip_find_track_streaminfo), (gmip_find_track_format):
25747         * gst-libs/gst/media-info/media-info.c:
25748         (gst_media_info_read_idler):
25749         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25750         (gst_play_get_all_by_interface):
25751         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25752         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25753         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25754         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25755         (gst_riff_parse_info):
25756         * gst-libs/gst/riff/riff-read.h:
25757         * gst-libs/gst/riff/riff.c: (plugin_init):
25758         * gst-libs/gst/video/Makefile.am:
25759         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25760         (gst_videosink_class_init), (gst_videosink_get_type):
25761         * gst-libs/gst/video/videosink.h:
25762         * gst/audioconvert/bufferframesconvert.c:
25763         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25764         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25765         * gst/audioconvert/channelmixtest.c: (main):
25766         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25767         (gst_audio_convert_chain),
25768         (gst_audio_convert_caps_remove_format_info),
25769         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25770         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25771         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25772         (gst_audio_convert_buffer_to_default_format),
25773         (gst_audio_convert_buffer_from_default_format),
25774         (gst_audio_convert_channels):
25775         * gst/audioconvert/gstchannelmix.h:
25776         * gst/ffmpegcolorspace/avcodec.h:
25777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25778         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25779         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25780         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25781         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25782         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25783         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25784         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25785         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25786         (dv_type_find):
25787         * gst/videotestsrc/gstvideotestsrc.c:
25788         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25789         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25790         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25791         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25792         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25793         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25794         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25796         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25797         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25798         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25799         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25800         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25801         (gst_xvimagesink_navigation_send_event),
25802         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25803         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25804         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25805         * sys/xvimage/xvimagesink.h:
25806         Plugin port to 0.9, ogg/theora playback should work in the seek
25807         example now.
25808         Removed old examples.
25809         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25810         explained in 0.9 TODO doc.
25811
25812
25813 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25814
25815         * autogen.sh:
25816         * configure.ac:
25817         * ext/Makefile.am:
25818         * gst/Makefile.am:
25819         * po/POTFILES.in:
25820         * po/af.po:
25821         * po/az.po:
25822         * po/cs.po:
25823         * po/en_GB.po:
25824         * po/hu.po:
25825         * po/it.po:
25826         * po/nb.po:
25827         * po/nl.po:
25828         * po/or.po:
25829         * po/sq.po:
25830         * po/sr.po:
25831         * po/sv.po:
25832         * po/uk.po:
25833         * po/vi.po:
25834         * sys/Makefile.am:
25835         * testsuite/Makefile.am:
25836           remove a whole bunch of plugins.  This module now contains a set
25837           of free reference plugins/elements as agreed.
25838
25839 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25840
25841         * configure.ac:
25842           hunting season on 0.9 is now OPEN
25843
25844 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25845
25846         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25847           Kick the hell out of gcc for not warning me about a symbol conflict.
25848
25849 2005-02-22  Luca Ognibene  <luogni@tin.it>
25850
25851         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25852
25853         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25854           Don't leak caps string (fixes #168134)
25855
25856         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25857         (gst_jpegenc_init), (gst_jpegenc_finalize),
25858         (gst_jpegenc_change_state):
25859           Don't leak line buffers and context struct (fixes #168133).
25860
25861 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25862
25863         * configure.ac:
25864         * ext/dirac/gstdiracdec.cc:
25865         (gst_diracdec_chain):
25866           Since dirac 0.5.0 the framerate in dirac is expressed as a
25867           rational number. Fix build and up requirement to 0.5.0, and
25868           also pass parameters to gst_diracdec_link in the right order
25869           (fixes #167959).
25870
25871 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25872
25873         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25874         * ext/faad/gstfaad.h:
25875         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25876         certain invalid muxed streams, where some packets will contain 
25877         junk after decoder data. Partially fixes #149158.
25878
25879 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25880         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25881           Make sure we only write to writable buffers
25882
25883 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25884
25885         * gst-libs/gst/riff/riff-media.c:
25886         (gst_riff_create_audio_caps_with_data):
25887           Do actually fix invalid RIFF fmt header values for alaw
25888           and mulaw audio instead of just saying so.
25889
25890         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25891           Give gst_riff_create_audio_caps_with_data() a chance to
25892           fix up broken format header fields before extracting any
25893           parameters from the header. (fixes #167633)
25894
25895 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25896
25897         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25898
25899         * gst/audioconvert/bufferframesconvert.c:
25900         (buffer_frames_convert_link):
25901           Don't leak othercaps. (fixes #167878)
25902
25903 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25904
25905         * configure.ac:
25906         * ext/libvisual/visual.c: (gst_visual_srclink),
25907         (gst_visual_change_state):
25908           Support libvisual 0.2.0.
25909
25910 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25911
25912         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25913         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25914           Use same rowstrides for I420 as used everywhere else.
25915
25916 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25917
25918         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25919           Declare variables at beginning of block and make gcc-2.95 happy
25920           (fixes # 167482, patch by Gergely Nagy).
25921           
25922         * gst/tcp/gsttcpclientsrc.c:
25923         * gst/tcp/gsttcpclientsrc.h:
25924           Move some includes into the header, so that struct sockaddr_in is
25925           defined when it should be defined on FreeBSD as well (fixes
25926           #167483).
25927           
25928         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25929           Don't pass uninitialised values to setsockopt() here either.
25930
25931 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25932
25933         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25934
25935         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25936           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25937
25938 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25939
25940         * gst/playback/gstplaybin.c: (add_sink):
25941           Invert bin_add/link order to workaround deadlock in opt.
25942
25943 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25944
25945         * gst/modplug/gstmodplug.cc:
25946           Add missing break causing position queries to fail.
25947
25948 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25949
25950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25951           Granpos can apparently be -1, which screws up calculations...
25952
25953 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25954
25955         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25956         (gst_ximagesink_send_pending_navigation),
25957         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25958         (gst_ximagesink_init):
25959         * sys/ximage/ximagesink.h:
25960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25961         (gst_xvimagesink_send_pending_navigation),
25962         (gst_xvimagesink_navigation_send_event),
25963         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25964         * sys/xvimage/xvimagesink.h:
25965           Use a mutex protected list to marshal navigation
25966           events into the stream thread from whichever thread
25967           sends them.
25968
25969 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25970
25971         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25972           Display current position and track length; misc. clean-ups.
25973           
25974         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25975         (speed_init), (speed_chain):
25976           Add query function, so that the stream length and current position
25977           get adjusted when queried (note that current position queries may
25978           still be wrong if the audio sink returns values based on buffer
25979           timestamps instead of passing on the query).
25980
25981 2005-02-13  Benjamin Otte  <otte@gnome.org>
25982
25983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25984         (gst_audio_convert_channels):
25985           create channel conversion matrix when linking
25986         * gst/audioconvert/.cvsignore:
25987         * gst/audioconvert/Makefile.am:
25988         * gst/audioconvert/channelmixtest.c: (main):
25989           add (ugly) test that ensures stereo <=> mono conversion works
25990           correctly
25991
25992 2005-02-13  Benjamin Otte  <otte@gnome.org>
25993
25994         * gst/audioconvert/gstchannelmix.h:
25995           include missing header file
25996         * gst/audioconvert/gstchannelmix.c:
25997         (gst_audio_convert_fill_compatible):
25998           use same sign for both channels when converting to/from compatible
25999           channel. Previously used different signs made the signals cancel
26000           each other out and appear like silence. (fixes #167269)
26001
26002 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26003
26004         * gst/ffmpegcolorspace/avcodec.h:
26005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26006         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26007         (gst_ffmpegcsp_avpicture_fill):
26008         * gst/ffmpegcolorspace/imgconvert.c:
26009           Convert to and from YV12 (fixes #156379).
26010
26011 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26012
26013         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26014         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26015         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26016         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26017         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26018         methods from chain and negotiation and vice versa (Fixes #166142).
26019         * sys/ximage/ximagesink.h: Add stream_lock.
26020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26021         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26022         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26023         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26024
26025 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26026
26027         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26028           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26029           error message when we can't open the DVD device (when dvdnav_open()
26030           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26031           the above). Send something more useful instead (fixes #167117).
26032
26033 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26034
26035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26036         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26037         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26038         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26039         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26040         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26041         methods from chain and negotiation and vice versa (Fixes #166142).
26042         Fix a possible bug of images in the buffer pool being discarded because
26043         we are looking at the wrong geometry.
26044         * sys/xvimage/xvimagesink.h: Add stream_lock.
26045
26046 2005-02-11  David Schleef  <ds@schleef.org>
26047
26048         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26049         unsigned int. (fixes #167128)
26050
26051 2005-02-11  David Schleef  <ds@schleef.org>
26052
26053         * gst/librfb/Makefile.am: Testing stuff before committing is
26054           for wimps... and people with fast machines.  Fix stupid
26055           mistake.
26056
26057 2005-02-11  David Schleef  <ds@schleef.org>
26058
26059         * configure.ac: Pull in librfb from my CVS tree, because it is
26060           too small and annoying to be separate.  Move rfbsrc plugin
26061           to gst/.
26062         * ext/Makefile.am:
26063         * ext/librfb/Makefile.am:
26064         * ext/librfb/gstrfbsrc.c:
26065         * gst/librfb/Makefile.am:
26066         * gst/librfb/gstrfbsrc.c:
26067         * gst/librfb/rfb.c:
26068         * gst/librfb/rfb.h:
26069         * gst/librfb/rfbbuffer.c:
26070         * gst/librfb/rfbbuffer.h:
26071         * gst/librfb/rfbbytestream.c:
26072         * gst/librfb/rfbbytestream.h:
26073         * gst/librfb/rfbcontext.h:
26074         * gst/librfb/rfbdecoder.c:
26075         * gst/librfb/rfbdecoder.h:
26076         * gst/librfb/rfbutil.h:
26077
26078 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26079
26080         * gst/speed/Makefile.am:
26081         * gst/speed/demo-mp3.c: (main):
26082         * gst/speed/filter.func:
26083         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26084         (speed_class_init), (speed_init), (speed_chain_int16),
26085         (speed_chain_float32), (speed_chain), (speed_set_property),
26086         (speed_get_property), (speed_change_state):
26087         * gst/speed/gstspeed.h:
26088           Fix speed element and make it chain-based (fixes #156467),
26089           and make it handle more than one channel.
26090
26091 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26092
26093         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26094         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26095         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26096         * ext/dts/gstdtsdec.h:
26097           Don't clobber the stack constructing the channels array.
26098           Make the element chain-based. DTS tracks can now be played.
26099           
26100 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26101
26102         * gst-libs/gst/audio/multichannel.h:
26103         * gst-libs/gst/gconf/gconf.h:
26104         * gst-libs/gst/idct/idct.h:
26105         * gst-libs/gst/media-info/media-info-priv.h:
26106         * gst-libs/gst/play/play.h:
26107         * gst-libs/gst/resample/private.h:
26108         * gst-libs/gst/resample/resample.h:
26109         * gst-libs/gst/riff/riff-ids.h:
26110         * gst-libs/gst/video/video.h:
26111         * gst-libs/gst/video/videosink.h:
26112           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26113           missing, so that they work when included from C++ code.
26114
26115 2005-02-09  David Schleef  <ds@schleef.org>
26116
26117         * testsuite/gst-lint: Check for non-statically scoped
26118           parent_class variables.  This won't be a problem once
26119           plugins are loaded with RTLD_LOCAL.
26120
26121 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26122
26123         * ext/mplex/gstmplexibitstream.cc:
26124           gcc madness.
26125
26126 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26127
26128         * ext/ogg/gstogmparse.c:
26129         * gst/debug/gstnavigationtest.c:
26130           Die, thou faulty symbol pollutors (non-static parent_class).
26131
26132 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26133
26134         * ext/mplex/gstmplexibitstream.cc:
26135           Fix event handling (#165525).
26136
26137 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26138
26139         * ext/mikmod/gstmikmod.c:
26140         * gst/modplug/gstmodplug.cc:
26141           Add missing endianness to template (fixes #165509).
26142
26143 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26146           Fix wrong order of reading of optional bytes (#165290).
26147
26148 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26149
26150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26151           Implement FILLER event awareness.
26152
26153 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26154
26155         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26156           Fix track calculations (#166208).
26157
26158 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26159
26160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26161
26162         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26163         * ext/libpng/gstpngenc.c:
26164           Fix byte-order, use proper fixed caps. Fixes #164197.
26165
26166 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26167
26168         * configure.ac:
26169           Add dvdlpcmdec 
26170
26171         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26172         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26173           Don't push buffers if the src pad isn't negotiated yet.
26174           
26175         * gst/audioconvert/gstaudioconvert.c:
26176         (gst_audio_convert_buffer_to_default_format),
26177         (gst_audio_convert_buffer_from_default_format):
26178           Add support for 24-bit width.
26179
26180         * gst/dvdlpcmdec/.cvsignore:
26181         * gst/dvdlpcmdec/Makefile.am:
26182         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26183         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26184         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26185         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26186         (plugin_init):
26187         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26188           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26189           format. Needs support for the channels maps if someone can find 
26190           a DVD LPCM track with > 2 channels.
26191
26192         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26193         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26194         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26195         * gst/mpegstream/gstdvddemux.h:
26196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26197         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26198         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26199         * gst/mpegstream/gstmpegdemux.h:
26200         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26201         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26202         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26203         (gst_mpeg_parse_handle_src_query),
26204         (gst_mpeg_parse_handle_src_event):
26205           Use audio/x-dvd-lpcm for LPCM output.
26206           Add DTS output.
26207
26208 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26209
26210         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26211
26212         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26213         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26214           Add BGRA handling (#165736).
26215
26216 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26217
26218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26219
26220         * gst/law/alaw-decode.c: (alawdec_link):
26221         * gst/law/alaw-encode.c: (alawenc_link):
26222         * gst/law/mulaw-decode.c: (mulawdec_link):
26223         * gst/law/mulaw-encode.c: (mulawenc_link):
26224           Fix caps memleaks (#166600).
26225
26226 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26227
26228         * ext/tarkin/mem.h:
26229         * ext/tarkin/wavelet.h:
26230         * ext/tarkin/yuv.h:
26231         * gst/ffmpegcolorspace/avcodec.h:
26232           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26233           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26234
26235 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26236
26237         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26239         (gst_xvimagesink_change_state):
26240           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26241           Xv video (and thereby regenerate Xv colourkey) in clear() so
26242           that PLAY -> READY -> PLAY works (fixes #162504).
26243
26244 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26245
26246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26247           Switch to list instead of range, since MJPEG-devices really just
26248           support decimations, not any size.
26249
26250 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26251         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26252         (gst_mpeg2dec_reset), (free_all_buffers),
26253         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26254         * ext/mpeg2dec/gstmpeg2dec.h:
26255           The libmpeg2 user-allocated buffer management is awkward, 
26256           to say the least. Hopefully this fixes things.
26257
26258 2005-02-04  Andy Wingo  <wingo@pobox.com>
26259
26260         * gst/audioconvert/bufferframesconvert.c
26261         (buffer_frames_convert_fixate): New function, fixates to 256
26262         frames per buffer by default. (Much better than 1.)
26263         (buffer_frames_convert_init): Set the fixate function for both src
26264         and sink pad.
26265         (buffer_frames_convert_link): After success setting nonfixed caps,
26266         get the negotiated caps so we can know how many buffer-frames it
26267         will be. No idea how this worked at all before.
26268
26269 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26270
26271         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26272         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26273         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26274         (handle_sequence), (handle_picture):
26275         * ext/mpeg2dec/gstmpeg2dec.h:
26276           Rearrange buffer tracking and refcounting and refactor
26277           a little for readability. 
26278
26279 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26280         * sys/v4l/gstv4l.c: (plugin_init):
26281         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26282         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26283         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26284         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26285         * sys/v4l/gstv4ljpegsrc.h:
26286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26287         * sys/v4l/v4l_calls.h:
26288         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26289         (gst_v4lsrc_get_fps):
26290         * sys/v4l/v4lsrc_calls.h:
26291           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26292           you jpeg inside rgb frames" driver.
26293           Don't error in the v4lsrc link function, just return 
26294           REFUSED.
26295
26296 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26299         (gst_qcamsrc_open):
26300           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26301
26302 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26303
26304         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26305           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26306
26307 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26308
26309         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26310           Reset negotiated state on PAUSED->READY.
26311
26312 2005-02-02  David Schleef  <ds@schleef.org>
26313
26314         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26315         whereever possible.  (Fixes #165997)
26316         * examples/capsfilter/capsfilter1.c: (main):
26317         * examples/dynparams/filter.c: (create_ui):
26318         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26319         * examples/seeking/chained.c: (main):
26320         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26321         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26322         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26323         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26324         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26325         * examples/switch/switcher.c: (main):
26326         * ext/dv/demo-play.c: (main):
26327         * ext/faad/gstfaad.c: (gst_faad_change_state):
26328         * ext/mad/gstmad.c: (gst_mad_chain):
26329         * ext/smoothwave/demo-osssrc.c: (main):
26330         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26331         (gst_gconf_render_bin_from_description),
26332         (gst_gconf_get_default_audio_sink),
26333         (gst_gconf_get_default_video_sink),
26334         (gst_gconf_get_default_audio_src),
26335         (gst_gconf_get_default_video_src),
26336         (gst_gconf_get_default_visualization_element):
26337         * gst/level/demo.c: (main):
26338         * gst/level/plot.c: (main):
26339         * gst/playback/gstplaybin.c: (gen_video_element),
26340         (gen_audio_element):
26341         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26342         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26343         * gst/sine/demo-dparams.c: (main):
26344         * gst/spectrum/demo-osssrc.c: (main):
26345         * gst/speed/demo-mp3.c: (main):
26346         * gst/volume/demo.c: (main):
26347         * testsuite/embed/embed.c: (main):
26348
26349 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26350
26351         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26352         (gst_tcpclientsink_finalize):
26353         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26354         (gst_tcpclientsrc_finalize):
26355         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26356         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26357         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26358         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26359           Don't leak the hostname when shutting down.
26360           In tcpserversrc, take a copy of the default hostname.
26361
26362 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26363
26364         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26365           Set caps to systemstream=TRUE.
26366
26367 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * testsuite/Makefile.am:
26370           Fix more OSX buildbots.
26371
26372 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26373
26374         * ext/mpeg2dec/gstmpeg2dec.c:
26375           Don't send things to NULL PAD_PEERs
26376
26377         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26378           Copy-on-write the incoming buffer.
26379
26380         * gst/mpegstream/gstdvddemux.h:
26381         * gst/mpegstream/gstmpegclock.h:
26382         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26383         (normal_seek), (gst_mpeg_demux_handle_src_event):
26384         * gst/mpegstream/gstmpegdemux.h:
26385         * gst/mpegstream/gstmpegpacketize.h:
26386         * gst/mpegstream/gstmpegparse.c:
26387         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26388         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26389         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26390         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26391         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26392         * gst/mpegstream/gstmpegparse.h:
26393         * gst/mpegstream/gstrfc2250enc.h:
26394           Various changes to the way time is computed that make seeking and
26395           total time estimation much better here.
26396           Use G_BEGIN/END_DECLS instead of __cplusplus
26397
26398         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26399           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26400
26401 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26402
26403         * gst/subparse/gstsubparse.c:
26404           Fix OSX buildbot.
26405
26406 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26407
26408         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26409         (theora_enc_chain), (theora_enc_change_state):
26410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26411         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26412         (gst_vorbisenc_change_state):
26413         * ext/vorbis/vorbisenc.h:
26414           Set granulepos and timestamp correctly for streams not
26415           starting at 0, taking into account the initial delay.
26416
26417 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26418
26419         * gst/mpegstream/gstdvddemux.c:
26420           Add audio/x-dts to audio pad template caps
26421
26422 2005-01-30  David Schleef  <ds@schleef.org>
26423
26424         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26425         (create_context), (gst_polypsink_link): Fix silly endianness
26426         bug.  Add some debugging.  Remove float from caps; it doesn't
26427         work.  Attempt to get remote audio working.
26428
26429 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26432           Add 3IV2 fourcc.
26433
26434 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26435
26436         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26437         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26438         (gst_avi_demux_stream_data):
26439         * gst/avi/gstavidemux.h:
26440           Invert DIB images. Fixes #132341.
26441
26442 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26443
26444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26445         (gst_ffmpegcsp_chain):
26446           D'oh, reference the palette data, not the palette structure.
26447           Fixes color distortion in #132341.
26448
26449 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26452           PAR can be non-fixed when not provided as argument (#162626).
26453
26454 2005-01-29  David Moore  <dcm@acm.org>
26455
26456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26457
26458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26459         (gst_qtdemux_loop_header):
26460           Re-apply patch from #142272 that allows non-seekable sources,
26461           re-proposed by Daniel Drake <dsd@gentoo.org>.
26462
26463 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26466           Use the src template for creating the src pad (#162330).
26467
26468 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * configure.ac:
26471         * ext/musepack/Makefile.am:
26472         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26473         (gst_musepackdec_init), (gst_musepackdec_dispose),
26474         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26475         (gst_musepack_stream_init), (gst_musepackdec_loop),
26476         (gst_musepackdec_change_state):
26477         * ext/musepack/gstmusepackdec.cpp:
26478         * ext/musepack/gstmusepackdec.h:
26479         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26480         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26481         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26482         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26483         * ext/musepack/gstmusepackreader.cpp:
26484         * ext/musepack/gstmusepackreader.h:
26485           Update to 1.1 API (#165446).
26486
26487 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * ext/Makefile.am:
26490           Unbreak buildbot.
26491
26492 2005-01-28  Andy Wingo  <wingo@pobox.com>
26493
26494         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26495         to reflect a different dubious internet source. Add a reference
26496         and some commentary.
26497
26498 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26501         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26502         * gst/playback/gststreamselector.h:
26503           Be more selective when we're redoing caps negotiation from
26504           within the chain function on a stream change.
26505
26506 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * configure.ac:
26509         * ext/Makefile.am:
26510         * ext/amrnb/Makefile.am:
26511         * ext/amrnb/amrnb.c: (plugin_init):
26512         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26513         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26514         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26515         (gst_amrnbdec_state_change):
26516         * ext/amrnb/amrnbdec.h:
26517         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26518         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26519         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26520         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26521         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26522         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26523         * ext/amrnb/amrnbparse.h:
26524           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26525         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26526           Add AMR-NB/-WB raw formats.
26527         * ext/alsa/gstalsa.c: (gst_alsa_link):
26528           Keep valid time when changing format.
26529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26530         (qtdemux_parse_trak):
26531           Add some more format-specific options (#140141, #143555, #155163).
26532
26533 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * gst/matroska/matroska-demux.c:
26536         (gst_matroska_demux_parse_blockgroup):
26537           Fix logic error in timing of subtitle stream synchronization.
26538         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26539           Add skip-chunk, which is found in kodak-camera streams.
26540
26541 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26542
26543         * po/LINGUAS:
26544         * po/vi.po:
26545           Adding Vietnamese translation (submitted by Clytie Siddall)
26546
26547 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26548
26549         * gst/playback/gstdecodebin.c: (try_to_link_1):
26550           Use realpad for signal.
26551
26552 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26555           Fix category so decodebin picks it up.
26556
26557 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26558
26559         * ext/mad/Makefile.am:
26560         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26561         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26562         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26563         (found_type), (gst_id3demux_bin_change_state):
26564         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26565         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26566         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26567         (gst_id3_tag_change_state), (plugin_init):
26568         * ext/mad/gstmad.h:
26569           Add id3demuxbin (which is a simple bin consisting of id3demux
26570           and typefind), take over rank from id3demux, remove typefind
26571           code from id3demux. Makes all broken mp3s that I know of work,
26572           and thereby fixes #152688.
26573
26574 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26575
26576         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26577
26578         * ext/mad/gstmad.c: (gst_mad_src_event):
26579         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26580           Allow seeks on audio pad, make mad forward those (#164826).
26581         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26582           Set duration (#165335).
26583
26584 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26587         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26588         (gst_asf_demux_process_ext_content_desc),
26589         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26590         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26591         * gst/asfdemux/gstasfdemux.h:
26592           Improve metadata display, e.g. if the metadata comes before the
26593           streams are loaded (which is perfectly valid).
26594
26595 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * tools/gst-launch-ext-m.m:
26598           Fix AVI/ASF pipelines (#165340).
26599
26600 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26601         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26602         build failure on amd64
26603
26604 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26605
26606         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26607         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26608           Check environment variables GST_ID3V2_TAG_ENCODING,
26609           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26610           list of character encodings to force interpretation of non-unicode
26611           strings stored in an ID3v2 tag to a particular encoding. If none
26612           is specified, try to use current locale's encoding, then fall back
26613           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26614         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26615         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26616           Check environment variables GST_ID3V1_TAG_ENCODING,
26617           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26618           list of character encodings to use in case a string encountered
26619           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26620           specified, try to use the current locale's encoding, then fall
26621           back to ISO-8859-1 (which will always succeed).
26622
26623 2005-01-25  Benjamin Otte  <otte@gnome.org>
26624
26625         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26626           - on half framerate, compute the rate in advance so the comparisons
26627             don't compare wrong values
26628           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26629             behaviour
26630           - don't use mad_header_decode anymore, mad_frame_decode does that
26631             automatically
26632           - when getting rid of consumed bytes, reset the stream's skiplen
26633           (fixes #163867)
26634
26635 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26636
26637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26638           Use 1/2 a second for default max_discont, as PES streams from DVB
26639           seem to have larger spacings in the SCR. 
26640           Fix a typo.
26641
26642 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/playback/gstplaybasebin.c: (group_commit):
26645           Notify delayed stream-info availability.
26646
26647 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26648         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26649         (gst_a52dec_handle_event), (gst_a52dec_chain):
26650         Add some debug output. Check that a discont has a valid
26651         time associated.
26652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26653         (gst_alsa_sink_loop):
26654         Ignore TAG events. A little extra debug for broken timestamps.
26655         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26656         (dvdnavsrc_change_state):
26657         Ensure we send a discont to engage the link before we send any
26658         other events.
26659         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26660         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26661         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26662         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26663         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26664         dvd://title works in totem because typefinding sends a seek that ends
26665         up going back to chapter 1 regardless.
26666         * ext/mpeg2dec/gstmpeg2dec.c:
26667         * ext/mpeg2dec/gstmpeg2dec.h:
26668         Output correct timestamps and handle disconts.
26669         * ext/ogg/gstoggdemux.c: (get_relative):
26670         Small guard against a null dereference.
26671         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26672         (gst_textoverlay_set_property):
26673         Free memory when done. Don't call gst_event_filler_get_duration on
26674         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26675         g_warning.
26676         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26677         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26678         (gst_sw_srclink), (gst_smoothwave_chain):
26679         Draw solid lines, prettier colours.
26680         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26681         Add a default palette that'll work for some movies.
26682         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26683         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26684         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26685         * gst/mpegstream/gstdvddemux.h:
26686         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26687         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26688         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26689         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26690         * gst/mpegstream/gstmpegparse.h:
26691         Use PTM/NAV events when for timestamp adjustment when connected to 
26692         dvdnavsrc. Don't use many discont events where one suffices.
26693         * gst/playback/gstplaybasebin.c: (group_destroy),
26694         (gen_preroll_element), (gst_play_base_bin_add_element):
26695         * gst/playback/gstplaybasebin.h:
26696         Make sure we remove subtitles from the same bin we put them in.
26697         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26698         (gst_subparse_buffer_format_autodetect),
26699         (gst_subparse_change_state):
26700         Fix some memleaks and invalid accesses.
26701         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26702         (oggskel_type_find), (cmml_type_find), (plugin_init):
26703         Some typefind functions for Annodex v3.0 files
26704         * gst/wavparse/gstwavparse.h:
26705         GstRiffReadClass is the correct parent class.
26706
26707 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst-libs/gst/riff/riff-media.c:
26710         (gst_riff_create_video_caps_with_data):
26711           Add extradata to huffyuv (fixes #165013).
26712         * gst-libs/gst/riff/riff-read.c:
26713         (gst_riff_read_strf_vids_with_data):
26714           Fix extradata extraction if it is in the chunk size.
26715
26716 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26717
26718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26721         (gst_quarktv_change_state), (gst_quarktv_dispose):
26722           Memory free'ing location fix (#164708).
26723
26724 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26725
26726         * gst/playback/gstplaybasebin.c: (group_commit),
26727         (gen_preroll_element), (probe_triggered), (gen_source_element),
26728         (setup_source), (gst_play_base_bin_change_state),
26729         (gst_play_base_bin_add_element):
26730           Don't block for streams.
26731         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26732         (gst_stream_info_set_mute):
26733           Use gst_pad_set_active_recursive.
26734
26735 2005-01-25  Andy Wingo  <wingo@pobox.com>
26736
26737         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26738         for #ifndef HAVE_XVIDEO.
26739
26740 2005-01-24  Jeffrey C. Ollie
26741
26742         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26743
26744         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26745         * ext/gsm/gstgsmdec.h:
26746         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26747         * ext/gsm/gstgsmenc.h:
26748         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26749         was given by property. Add proper buffer timestamps and offsets.
26750
26751 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * gst-libs/gst/riff/riff-media.c:
26754         (gst_riff_create_audio_caps_with_data):
26755           Audio can be <8000Hz.
26756
26757 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26758
26759         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26760           Explicit state change to workaround refcount bugs.
26761
26762 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26763
26764         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26765         (gst_avimux_riff_get_avi_header):
26766           Fix...
26767
26768 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26769
26770         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26771         (gst_riff_read_element_data):
26772         * gst-libs/gst/riff/riff-read.h:
26773           Add _peek version (req'ed in CDXA).
26774         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26775         (gst_cdxaparse_loop):
26776           Fix parsing in playbin.
26777         * gst/playback/gstdecodebin.c: (close_pad_link):
26778           Ignore current_ pads, they cause major annoyance.
26779
26780 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26783           Safety guard.
26784
26785 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26788           Fix padding...
26789
26790 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26793           Allow for 0-sized buffers. Fixes length query problems in
26794           starwars.mkv from the testsuite.
26795
26796 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26797
26798         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26799         (gst_video_box_i420), (gst_video_box_chain):
26800           Fix row strides for I420 (fixes #163159)
26801           
26802 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26805           MPEG2 has a useful rate property, so we can actually use that.
26806           For MPEG-1, continue using the bytes/time properties.
26807
26808 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * gst-libs/gst/riff/riff-media.c:
26811         (gst_riff_create_video_caps_with_data),
26812         (gst_riff_create_video_template_caps):
26813           Add intel-h263.
26814
26815 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26816
26817         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26818           Fail if caps negotiation fails. Should fix #162184, and should
26819           definately be in there regardless of it fixing the actual bug.
26820         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26821         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26822         (gst_avimux_riff_get_avix_header),
26823         (gst_avimux_riff_get_video_header),
26824         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26825         (gst_avimux_start_file), (gst_avimux_handle_event),
26826         (gst_avimux_change_state):
26827         * gst/avi/gstavimux.h:
26828           Refactor structure writing to use GST_WRITE_UINT macros, add
26829           metadata writing support.
26830
26831 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26832
26833         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26834           Elements may already be destroyed when this function is called.
26835
26836 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26837
26838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26839         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26840           More memory leak fixes (#149162).
26841
26842 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26845         (gst_qtdemux_add_stream):
26846           Fix two memleaks.
26847
26848 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26849
26850         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26851           Argh...
26852
26853 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26856           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26857           when fixating to six channels in Totem.
26858
26859 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26860
26861         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26862           Fix compile warnings on Solaris 10 buildbot
26863
26864 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26865
26866         * ext/dvdread/dvdreadsrc.c: (_read):
26867           Don't read beyond the last cell in a chapter (fixes 
26868           invalid memory access)
26869
26870 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26871
26872         * ext/dvdread/stream_labels.c:
26873         (dvdreadsrc_get_audio_stream_labels):
26874           Use NULL for an empty GList instead of g_list_alloc(); fix 
26875           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26876           of GString (easier to bulk free later)
26877
26878 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26879
26880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26881
26882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26883         (gst_ffmpeg_pixfmt_to_caps):
26884           Fix BGRA32 caps (#164209).
26885
26886 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26887
26888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26889
26890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26891         (gst_ffmpeg_caps_to_pixfmt):
26892           alpha_mask can be RGBA/ABGR. Fixes #164265.
26893
26894 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26895
26896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26899         (gst_mpeg2dec_alloc_buffer):
26900         * ext/mpeg2dec/gstmpeg2dec.h:
26901           Crop if decoding size is not the actual image size (#163676).
26902
26903 2005-01-17  Steve Baker  <steve@stevebaker.org>
26904
26905         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26906
26907         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26908         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26909           Add libsndfile typefind functions (#163309).
26910
26911 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * tools/gst-launch-ext-m.m:
26914           Add .aac, fix .m1v/.m2v (#163891).
26915
26916 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26919           Sanity check, don't wait endlessly since the clock might not
26920           actually run at this point (which is a deadlock). Fixes #164069.
26921
26922 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * gst/playback/gstplaybasebin.c: (probe_triggered):
26925           Of course, only pause if group is done...
26926
26927 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26928
26929         * gst/playback/gstplaybasebin.c: (probe_triggered):
26930           Thread safety.
26931
26932 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26933
26934         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26935           Don't return state change success when the parent
26936           failed.
26937
26938 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26939
26940         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26941           Free events (fix memleak in #162905).
26942
26943 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26944
26945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26946
26947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26948         (gst_ffmpeg_caps_to_pixfmt):
26949           Fix for depth = 15. Fixes #161675.
26950
26951 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26952
26953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26954           Set FPS correctly, even for webcams and the like.
26955         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26956           Don error on setting while capturing.
26957
26958 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26959
26960         * ext/dv/gstdvdec.c:
26961         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26962         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26963           I'm a bad boy. using /1001. to force C to do float division
26964           and not integer division (as it did in my last commit)
26965           Thanks to David I. Lehn for pointing this mistake.
26966
26967 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26970           Revert Johan's 1.35->1.36 since it breaks compat.
26971
26972 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26973
26974         * ext/dv/gstdvdec.c:
26975         * ext/libfame/gstlibfame.c:
26976         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26977         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26978           replace framerate aproximations by their real value
26979           (24000/1001, 30000/1001, 60000/1001)
26980           Finish fixing bug #164049
26981
26982 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26983
26984         * ext/ogg/gstoggmux.c:
26985           eos/bos debugging
26986         * gst/tcp/gstmultifdsink.c:
26987         * gst/tcp/gstmultifdsink.h:
26988         * gst/tcp/gsttcp.c:
26989         * gst/tcp/gsttcp.h:
26990         * gst/tcp/gsttcpclientsink.c:
26991         * gst/tcp/gsttcpclientsrc.c:
26992         * gst/tcp/gsttcpserversink.c:
26993         * gst/tcp/gsttcpserversrc.c:
26994           improve reusability of elements after state changes and errors
26995           make multifdsink throw away streamheaders when receiving new ones
26996
26997 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27000           Fix for if items are already in list...
27001
27002 2005-01-12  Benjamin Otte  <otte@gnome.org>
27003
27004         * gst/adder/gstadder.c: (gst_adder_loop):
27005           fix adder a bit so it doesn't screw up with events as much anymore
27006
27007 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27008
27009         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27010         (pixbufscale_scale), (gst_pixbufscale_chain):
27011         * ext/gdk_pixbuf/pixbufscale.h:
27012           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27013           to ensure rowstrides are calculated the same way as 
27014           ffmpegcolorspace
27015           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27016           that we pick up duration and offset also.
27017
27018 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27019
27020         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27021         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27022           Reusability fixes.
27023
27024 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27025
27026         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27027         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27028         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27029         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27030           Update flags when requested.
27031
27032 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27035           Fix dmix.
27036
27037 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27038
27039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27040         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27041         (probe_triggered), (new_decoded_pad), (gen_source_element),
27042         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27043         * gst/playback/gstplaybasebin.h:
27044         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27045         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27046         (gst_play_bin_change_state):
27047           Implement group-switch signal for use in apps to clear metadata
27048           cache, clean up subtitle, add suburi property instead of # hack,
27049           some error-out fixes.
27050
27051 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27052
27053         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27054           Debug.
27055         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27056           If we got a state change in the _get handler, don't return success.
27057
27058 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27059
27060         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27061         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27062           Make jpegdec quiet on MJPEG decoding
27063         * gst/asfdemux/README:
27064           Fix mimetypes for MJPEG and H263
27065
27066 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27067
27068         * ext/theora/theoradec.c: (theora_dec_chain):
27069           Fix broken code generation by gcc by swapping arguments.
27070         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27071           Fix \n in debug.
27072
27073 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27074
27075         * TODO:
27076           delete this file, it is by far outdated
27077         * ext/alsa/gstalsa.1: remove
27078         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27079         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27080         (gst_alsa_get_caps):
27081           Add HW probing for supported sample rates. Fixes #161704
27082
27083 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27084
27085         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27086           Don't crash, biatch! :).
27087
27088 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * ext/musepack/gstmusepackreader.cpp:
27091         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27092           Some work on tags - still doesn't work in playbin...
27093         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27094           Handle events...
27095
27096 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27099           Also shove tags on kid pads.
27100
27101 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27102
27103         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27104           Don't bail on unknown events.
27105         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27106           Don't crash on events before negotiation.
27107         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27108           Send tags on pads, too.
27109         * gst/playback/gststreamselector.c:
27110         (gst_stream_selector_request_new_pad):
27111           Forward events on first pad if no input was selected yet.
27112
27113 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27114
27115         * gst/playback/gstplaybasebin.c: (setup_substreams):
27116           Don't disable streamtype if the stream doesn't exist, since
27117           then playing a video after audio will disable both and nothing
27118           will happen. Fixes the testsuite.
27119
27120 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27123         (gst_v4l_xoverlay_set_xwindow_id):
27124         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27125         (gst_v4l2_xoverlay_set_xwindow_id):
27126           Add debug categories, fix overlay disabling.
27127
27128 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27129
27130         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27131         * ext/alsa/gstalsa.h:
27132           Add HW probing for period_count/size and buffer_size MIX/MAX
27133           Adjust default/user defined value if out of bounds
27134           Should fix bug #162024
27135
27136 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27137
27138         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27139           Fix warning (#161191).
27140
27141 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27142
27143         * ext/dvdread/stream_labels.c:
27144         (dvdreadsrc_get_audio_stream_labels):
27145           Fix warning (init the good variable in switch default)
27146
27147 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27148
27149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27150
27151         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27152           Fix gcc-2.95 compile (#163485).
27153
27154 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27155
27156         * configure.ac:
27157         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27158         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27159         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27160         (gst_flacenc_change_state):
27161         * ext/flac/gstflacenc.h:
27162           Update for API change in flac-1.1.1. Update requirement in
27163           configure.ac. Fixes #162974.
27164
27165 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * gst/playback/gstplaybasebin.c: (group_destroy):
27168           Remove hack to get rid of assert and get rid of unlinked
27169           signals properly.
27170
27171 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * gst/playback/gstplaybasebin.c: (setup_source):
27174           Set source to NULL so that resources are free'ed. Fixes issues
27175           with playback of CDDA and similar device-accessing things.
27176
27177 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * testsuite/embed/Makefile.am:
27180           test->noinst, fix make test in buildbot.
27181
27182 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27183
27184         * ext/dvdread/stream_labels.c: new file
27185         * ext/dvdread/stream_labels.h: new file
27186         * ext/dvdread/Makefile.am:
27187         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27188           Extract audio stream label from DVD IFO files.
27189           It only dump them on the console for now, still have to
27190           make playbin aware of them.
27191
27192 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27193
27194         * gst/playback/gstplaybasebin.c: (setup_source):
27195           Fix hanging subs.
27196
27197 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27200         (gen_preroll_element), (remove_groups), (setup_subtitle),
27201         (gen_source_element), (setup_source):
27202         * gst/playback/gstplaybasebin.h:
27203           Multiple .sub files is just a stupid idea... Fix some threading
27204           mistakes. Interestingly, external .sub files cause playbin to
27205           hang, I don't know why... Parsing fixes contributed by Fran??ois
27206           Kooman <fkooman@tuxed.net>.
27207
27208 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * testsuite/embed/Makefile.am:
27211           Fix buildbot.
27212
27213 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27214
27215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27216
27217         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27218         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27219         (gst_pngenc_set_property):
27220         * ext/libpng/gstpngenc.h:
27221           Add compression level property (#163323).
27222
27223 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * configure.ac:
27226         * examples/capsfilter/capsfilter1.c: (main):
27227         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27228         * ext/dvdread/Makefile.am:
27229         * ext/dvdread/demo-play:
27230         * ext/dvdread/demo-play.c:
27231         * gconf/gstreamer.schemas.in:
27232         * gst-libs/gst/gconf/gconf.c:
27233         * sys/v4l/TODO:
27234         * testsuite/Makefile.am:
27235         * testsuite/embed/Makefile.am:
27236         * testsuite/embed/embed.c: (cb_expose), (main):
27237           Remove all references to xvideosink, fix examples (#140845).
27238         * gst/playback/gstplaybasebin.c: (group_destroy):
27239           Apparently, disposal does not unlink - so do explicitely.
27240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27241           Add debug.
27242
27243 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27244
27245         * README: fix PKG_CONFIG_PATH instructions, what was there
27246         previously was breaking default search path, not nice. 
27247         Fixes #163358
27248
27249 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27252         (gst_audioscale_chain):
27253           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27254           when resampling - how the ^@$^!@^! is this possible?!?
27255
27256 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27257
27258         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27259           Reset variables on READY.
27260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27261         (gst_matroska_mux_loop):
27262           Require data before writing header.
27263
27264 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27265
27266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27267
27268         * ext/mad/gstmad.c: (gst_mad_chain):
27269           Don't call mad_stream_sync() directly after recovering sync.
27270           Fixes #151661.
27271
27272 2005-01-09  Martin Eikermann  <meiker@upb.de>
27273
27274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27277         (snapshot_handler), (gst_snapshot_sinkconnect),
27278         (gst_snapshot_chain):
27279           Allocate resources when required, fix recursive signal emission
27280           and fix caps. Fixes #161667.
27281
27282 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27283
27284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27285
27286         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27287         (gst_pngdec_chain):
27288           Handle only 8-bppc (bits-per-pixel-component) images, better
27289           error handling and correct strides. Fixes #163177.
27290         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27291         (gst_pngenc_chain):
27292           Better error handling. Fixes #163348.
27293
27294 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27295
27296         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27297         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27298         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27299         (dvdnavsrc_uri_handler_init):
27300           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27301         * gst/playback/gstplaybasebin.c: (gen_source_element):
27302           Add MMS to streaming URIs.
27303
27304 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27305
27306         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27307         * sys/xvimage/xvimagesink.c:
27308         (gst_xvimagesink_navigation_send_event):
27309           Check for pad availability before sending event.
27310
27311 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * gst-plugins.spec.in:
27314           Add subparse.
27315
27316 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27317
27318         * configure.ac:
27319           Since we use functions from CVS, up requirement.
27320
27321 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27322
27323         * gst/playback/Makefile.am:
27324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27325         (group_destroy), (group_commit), (group_is_muted),
27326         (gen_preroll_element), (add_stream), (unknown_type),
27327         (probe_triggered), (preroll_unlinked), (mute_stream),
27328         (silence_stream), (new_decoded_pad), (setup_substreams),
27329         (setup_source), (get_active_source), (mute_group_type),
27330         (muted_group_change_state), (set_active_source),
27331         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27332         (play_base_eos), (gst_play_base_bin_change_state):
27333         * gst/playback/gstplaybasebin.h:
27334         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27335         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27336         (gst_stream_info_dispose), (stream_info_mute_pad),
27337         (stream_info_change_state), (gst_stream_info_set_mute):
27338         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27339         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27340         (gst_stream_selector_init), (gst_stream_selector_dispose),
27341         (gst_stream_selector_get_linked_pad),
27342         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27343         (gst_stream_selector_get_linked_pads),
27344         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27345         * gst/playback/gststreamselector.h:
27346           Adding stream selection support plus required properties for
27347           applications to use this. Fully fixes #100931.
27348
27349 2005-01-08  Benjamin Otte  <otte@gnome.org>
27350
27351         * gst/games/gstpuzzle.c: (nav_event_handler):
27352           - handle nav events differently: forward every event no matter if it
27353             was handled or not.
27354           - translate events
27355           You can now cheat by using navigationtest ! puzzle and moving the
27356           mouse close to the edge of a tile. ;)
27357
27358 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * configure.ac:
27361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27362         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27363         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27364         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27365         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27366         (gst_ogm_parse_plugin_init):
27367         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27368         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27369         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27370         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27371         * ext/pango/gsttextoverlay.h:
27372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27373         (gst_matroska_demux_handle_seek_event),
27374         (gst_matroska_demux_sync_streams),
27375         (gst_matroska_demux_parse_blockgroup),
27376         (gst_matroska_demux_subtitle_caps),
27377         (gst_matroska_demux_plugin_init):
27378         * gst/matroska/matroska-ids.h:
27379         * gst/playback/gstdecodebin.c: (close_pad_link):
27380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27381         (gen_preroll_element), (remove_groups), (add_stream),
27382         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27383         (setup_source):
27384         * gst/playback/gstplaybasebin.h:
27385         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27386         * gst/subparse/Makefile.am:
27387         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27388         (gst_subparse_base_init), (gst_subparse_class_init),
27389         (gst_subparse_init), (gst_subparse_formats),
27390         (gst_subparse_eventmask), (gst_subparse_event),
27391         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27392         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27393         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27394         (parse_mpsub_deinit), (parse_mpsub_init),
27395         (gst_subparse_buffer_format_autodetect),
27396         (gst_subparse_format_autodetect), (gst_subparse_loop),
27397         (gst_subparse_change_state), (gst_subparse_type_find),
27398         (plugin_init):
27399         * gst/subparse/gstsubparse.h:
27400         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27401         (plugin_init):
27402           Add subtitle support, .sub parser (supports SRT and MPsub),
27403           OGM text support, Matroska UTF-8 text support, deadlock fixes
27404           all over the place, subtitle awareness in decodebin/playbin
27405           and some fixes to textoverlay to handle subtitles in a stream
27406           correctly. Fixes #100931.
27407
27408 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27409
27410         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27411           Check for pad availability before doing a query on it.
27412
27413 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27414
27415         * ext/dv/gstdvdec.c:
27416           really fix bpp24/32 dvdec caps (classic rgba indeed)
27417         * gst/asfdemux/gstasfdemux.c:
27418         (gst_asf_demux_process_ext_content_desc):
27419           don't send text tags if they are empty (bis repetita)
27420
27421 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27422
27423         * ext/dv/gstdvdec.c:
27424          remove unneeded comment from dvdec
27425           (related to DV 4CC codes in AVI files)
27426           moved them in gstreamer/docs/random/mimetypes
27427         * gst/asfdemux/gstasfdemux.c:
27428         (gst_asf_demux_process_ext_content_desc):
27429          don't send text tags if they are empty
27430          fix mem leak on error path
27431         * gst/ffmpegcolorspace/avcodec.h:
27432         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27433         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27434         (gst_ffmpegcsp_avpicture_fill):
27435         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27436         * gst/ffmpegcolorspace/imgconvert_template.h:
27437          adds BGR32 and BGRA32 to ffmpegcolorspace
27438           (still bad colors, fixing it on next commit)
27439           helps with dvdec outputing BGR32
27440
27441 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27442
27443         * ext/dv/gstdvdec.c:
27444          Fix audio caps i just broke (missing ',')
27445         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27446         (gst_matroska_mux_reset):
27447          Fix typo + add FIXME about old "x-gst-metadata" crap
27448
27449 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27450
27451         * ext/dv/demo-play.c: (main):
27452          xvideosink -> xvimagesink
27453         * ext/dv/gstdvdec.c:
27454          change rgb 32/32 caps to 24/32 (no alpha)
27455          change nb of channels to be a list (2 or 4, not 2)
27456          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27457         * gst/asfdemux/gstasfdemux.c:
27458         (gst_asf_demux_process_ext_content_desc):
27459          Add 'date/year' to extracted metadata list
27460
27461 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27462
27463         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27464           The return value of fixate_to does not imply that the requested
27465           value was set, so don't assume.
27466
27467 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27468
27469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * ext/libpng/gstpngdec.c:
27472         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27473         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27474         * ext/libpng/gstpngenc.h:
27475           Alpha support (encoder; #163161), mime fixage.
27476
27477 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27478
27479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27480
27481         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27482         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27483         (gst_faac_set_property), (gst_faac_get_property):
27484         * ext/faac/gstfaac.h:
27485           Allow for ADTS output (#153434).
27486
27487 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27490           Fix against template (#150576).
27491
27492 2005-01-06  Benjamin Otte  <otte@gnome.org>
27493
27494         * gst/games/gstpuzzle.c: (draw_puzzle):
27495           don't draw a puzzle if either width or height of tiles would be 0.
27496
27497 2005-01-06  Benjamin Otte  <otte@gnome.org>
27498
27499         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27500         (gst_puzzle_class_init), (gst_puzzle_finalize):
27501           no memleaks, please
27502         (gst_puzzle_create), (gst_puzzle_init),
27503         (gst_puzzle_set_property), (gst_puzzle_setup):
27504           change initialization code around so we don't reshuffle on resize
27505         (draw_puzzle):
27506           fix another stupid typo
27507
27508 2005-01-06  Benjamin Otte  <otte@gnome.org>
27509
27510         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27511           fix stupid typo that borked copying on YUY2
27512
27513 2005-01-06  Benjamin Otte  <otte@gnome.org>
27514
27515         * gst/games/gstpuzzle.c: (draw_puzzle):
27516           fix edges when image sizes aren't multiples of tile sizes
27517
27518 2005-01-06  Benjamin Otte  <otte@gnome.org>
27519
27520         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27521           make RGB endianness work correctly
27522         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27523           refactor and fix race with initial shuffling
27524         (nav_event_handler):
27525           allow using the mouse to puzzle
27526         (draw_puzzle):
27527           insist on tiles having width and height as multiples of 4 to get
27528           clean YUV image handling
27529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27530         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27531           s/DEBUG/LOG/ for common messages
27532         (gst_xvimagesink_navigation_send_event):
27533           fix mouse event translation to not include screen PAR
27534         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27535           fix mouse event translation to actually work
27536
27537 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27538
27539         * gst/asfdemux/gstasfdemux.c:
27540         (gst_asf_demux_process_ext_content_desc):
27541          Extract TrackNumber metadata + clean up code
27542         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27543          Hope this is the good fix (var used unitialised)
27544
27545 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27546
27547         * ext/faad/gstfaad.c: (gst_faad_chain):
27548           Only increment timestamp if it's valid. Fixes raw AAC streams.
27549
27550 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27551
27552         * configure.ac:
27553         * gst/games/Makefile.am:
27554         * gst/games/gstpuzzle.c:
27555           add a puzzle game with...
27556         * gst/games/gstvideoimage.c:
27557         * gst/games/gstvideoimage.h:
27558           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27559           from videotestsrc and made into something that would be a nice
27560           library for a lot of other plugins.
27561
27562 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27563
27564         * configure.ac:
27565          don't compile faad plugin if a RC of 2.0 is found
27566          Fixes #155346 (and FC1 buildbot)
27567         * gst/asfdemux/gstasfdemux.c:
27568         (gst_asf_demux_process_ext_content_desc):
27569          try to make Solaris compiler happier
27570
27571 2005-01-06  Paul Jack  <pjack@sfaf.org>
27572
27573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27574
27575         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27576           Fix segfault (#161667).
27577
27578 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27579
27580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27581           Fix framerate reporting.
27582
27583 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27584
27585         * gst-libs/gst/riff/riff-ids.h:
27586         * gst/wavenc/riff.h:
27587          Add AMR (VBR and CBR) ids to riff.h audio codec list
27588         * gst/asfdemux/gstasfdemux.c:
27589         (gst_asf_demux_process_ext_content_desc),
27590         (gst_asf_demux_process_object):
27591           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27592
27593 2005-01-05  Martin Eikermann  <meiker@upb.de>
27594
27595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27598         (gst_dvd_demux_handle_discont):
27599         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27600         (gst_mpeg_demux_handle_discont):
27601           Recreate pads on new-media (#160730).
27602         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27603           Send discont even if manager changes timestamps (#161929).
27604
27605 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27606
27607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27608
27609         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27610           Fix invalid memory access (#159211).
27611
27612 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * examples/gstplay/player.c: (main):
27615           Don't iterate.
27616         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27617           Add visualizations.
27618         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27619         (gst_a52dec_handle_frame):
27620           Set duration.
27621         * ext/dvdnav/gst-dvd:
27622           Add audioconvert. Fixes #161325.
27623         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27624           Explicitely case to gint64. Possible valgrind error.
27625         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27626         (gst_play_tick_callback), (gst_play_change_state),
27627         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27628         (gst_play_set_location), (gst_play_get_location),
27629         (gst_play_seek_to_time), (gst_play_set_data_src),
27630         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27631         (gst_play_set_visualization), (gst_play_connect_visualization),
27632         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27633         (gst_play_new):
27634           Use playbin. Fixes #139749 and #147744.
27635         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27636           Add genre tag.
27637         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27638         (audioscale_get_type), (gst_audioscale_base_init),
27639         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27640         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27641         (gst_audioscale_link), (gst_audioscale_get_buffer),
27642         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27643         (gst_audioscale_init), (gst_audioscale_dispose),
27644         (gst_audioscale_chain), (gst_audioscale_set_property),
27645         (gst_audioscale_get_property), (plugin_init):
27646           Indent properly.
27647         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27648           Fix LPCM.
27649         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27650         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27651         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27652           Add more metadata (fixes #162656).
27653
27654 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27655
27656         * configure.ac:
27657           back to cvs
27658
27659 === release 0.8.7 ===
27660
27661 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27662
27663         * NEWS:
27664         * RELEASE:
27665         * configure.ac:
27666           releasing 0.8.7, "Hyperspace"
27667
27668 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27671
27672         * gst/playback/gstplaybasebin.c:
27673          Fix for #162924 - free caps after use, not before
27674
27675 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27676
27677         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27678
27679         * gst/playback/gstplaybasebin.c:
27680         * gst/wavparse/gstwavparse.c:
27681           Fix for #154773 - fixes playback of small .wav files
27682
27683 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27686
27687         * gst/audioscale/gstaudioscale.c:
27688           Fix for #162819 - make audioscale reusable
27689           Fixes playback of more than one file with playbin/totem
27690
27691 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27692
27693         * gst/ffmpegcolorspace/avcodec.h:
27694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27695         * gst/ffmpegcolorspace/imgconvert.c:
27696           clean up the mess that made me cry and avoid needless duplication
27697
27698 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27699
27700         * gst/ffmpegcolorspace/imgconvert.c:
27701           give some indication of why we're segfaulting
27702
27703 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27704
27705         * configure.ac:
27706           Fix indentation, fix v4l2 plugin detection.
27707         * ext/Makefile.am:
27708           Fix libmms location (Maciej, use diff -u!).
27709         * ext/alsa/gstalsa.c: (gst_alsa_init):
27710           Initialize caps cache to NULL.
27711         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27712           Only change state on audiosink if it exists.
27713
27714 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27715
27716         * gst/matroska/matroska-demux.c:
27717         * gst/matroska/matroska-ids.h:
27718         * gst/matroska/matroska-demux.h:
27719         Fix Vorbis streams failing to decode in some files, where cluster_time
27720         isn't 0, because then it doesn't send codec_priv before actual data.
27721         Remove time-based test and replace it with marker set on beginning of
27722         new stream
27723
27724 2004-12-28  David Schleef  <ds@schleef.org>
27725
27726         Merge patch from Ronald fixing problems with streaming
27727         text.
27728         * ext/cairo/gstcairo.c: (plugin_init):
27729         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27730         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27731         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27732         (gst_textoverlay_font_init), (gst_textoverlay_init),
27733         (gst_textoverlay_set_property):
27734         * ext/cairo/gsttextoverlay.h:
27735
27736 2004-12-27  David Schleef  <ds@schleef.org>
27737
27738         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27739         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27740         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27741         (gst_textoverlay_font_init), (gst_textoverlay_init),
27742         (gst_textoverlay_set_property): Improvements to actually
27743         render text as white on black outline on video, including
27744         font selection and horizontal/vertical alignment.  (Ronald's
27745         christmas present)
27746         * ext/cairo/gsttextoverlay.h:
27747
27748 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27749
27750         * ext/ogg/gstogg.c:
27751         * ext/ogg/gstogmparse.c:
27752           fix ogm[audio/video]parse plugin registration
27753           (riff won't load if bytestream is already loaded)
27754
27755 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27756
27757         * gst/audioconvert/gstchannelmix.c:
27758           fix for GLIB < 2.4
27759
27760 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27761
27762         * Makefile.am:
27763         * configure.ac:
27764           disable docs again until it actually passes make distcheck.
27765
27766 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27769         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27770         (plugin_init):
27771           Add 3GP (variables name Q3GP because they can't start with a
27772           number). Add samr audio fourcc (used in .3gp files), decoder
27773           is work in progress. Also do a GST_WARNING instead of ERROR
27774           in case of unknown nodes, to decrease output.
27775
27776 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27777
27778         * Makefile.am:
27779           really fix dist
27780
27781 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27782
27783         * configure.ac:
27784         * ext/speex/gstspeexdec.h:
27785         * ext/speex/gstspeexenc.h:
27786           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27787           Fix detection code in configure.ac
27788
27789 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27790
27791         * gst/matroska/matroska-demux.c:
27792         (gst_matroska_demux_parse_blockgroup):
27793           Save position, so that queries give proper return values. Don't
27794           know how this could ever have worked before...
27795
27796 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27797
27798         * configure.ac:
27799           Put additional LAME check inside the conditional.  Fixes #152339
27800
27801 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27802
27803         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27804         (gst_avi_demux_stream_scan):
27805           Add some more debug. Fix logic error when setting movi offset
27806           while reading index.
27807
27808 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27809
27810         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27811         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27812         (gst_avi_demux_process_next_entry):
27813           Add some debugging. Better detection of broken indexes and the
27814           accompanying index recovery. No infinite loops on state changes
27815           when we're still in our loopfunction.
27816
27817 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27818
27819         * configure.ac:
27820           Fix up.
27821
27822 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27823
27824         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27825
27826         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27827           Normalizing the value before setting
27828         (gst_sunaudiomixer_get_volume):
27829           Normalizing the value after getting. Fixes bug# 161980
27830
27831 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27832
27833         * Makefile.am: Make sure docs gets disted
27834         * docs/Makefile.am: Make sure all needed files get disted
27835         * gst-plugins.spec.in: latest updates
27836
27837 2004-12-22  Wim Taymans  <wim@fluendo.com>
27838
27839         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27840         Revert patch 1.38 as clock distribution over schedulers does
27841         not work correcly in the core yet.
27842
27843 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27844
27845         * sys/oss/README: remove this file, which predates my birth
27846           (and which content is by far outdated)
27847
27848 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27849
27850         * Makefile.am:
27851         * configure.ac:
27852         * docs/Makefile.am:
27853         * docs/libs/Makefile.am:
27854         * docs/libs/gst-plugins-libs-docs.sgml:
27855         * docs/libs/gst-plugins-libs-sections.txt:
27856         * docs/libs/tmpl/gstgconf.sgml:
27857         * docs/upload.mak:
27858         * docs/version.entities.in:
27859           Added boilerplate gtk-doc files for plugin-libs documentation.
27860
27861 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27862
27863         * gst/auparse/gstauparse.c: fix int and float audio caps
27864
27865 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27866
27867         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27868         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27869           g_assert() can be a macro, don't use #ifdef inside it.
27870
27871 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27872
27873         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27876         (gst_videorate_init), (gst_videorate_chain),
27877         (gst_videorate_change_state):
27878           Event handling (fixes #159986).
27879
27880 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27881
27882         * gst-libs/gst/riff/riff-media.c:
27883         (gst_riff_create_video_caps_with_data):
27884           Add BLZ0 (Blizzard's version of DivX) fourcc.
27885
27886 2004-12-18  David Schleef  <ds@schleef.org>
27887
27888         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27889         portability fix.
27890
27891 2004-12-18  David Schleef  <ds@schleef.org>
27892
27893         * gst/tta/ttadec.h: Disable some header code that isn't used
27894         and clearly isn't portable.
27895
27896 2004-12-18  David Schleef  <ds@schleef.org>
27897
27898         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27899         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27900         (avcodec_get_pix_fmt), (avpicture_layout),
27901         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27902         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27903         Fix code to not use GCC extensions (and c99 extensions that
27904         Forte does not like.)
27905
27906 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27907
27908         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27909
27910         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27911         (gst_deinterlace_chain):
27912           Rowstride fixes. Fixes #161039.
27913         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27914         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27915         (gst_video_crop_getcaps), (gst_video_crop_link),
27916         (gst_video_crop_i420), (gst_video_crop_chain),
27917         (gst_video_crop_change_state):
27918           Rework of negotiation. Actually works now. Fixes #158650.
27919
27920 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27921
27922         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27923           That was very stupid.
27924
27925 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27926
27927         * gst/matroska/matroska-demux.c:
27928         (gst_matroska_demux_parse_blockgroup):
27929           Fix possible crasher.
27930
27931 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27932
27933         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27934         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27935           Lace sizes can be zero.
27936
27937 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27938
27939         * ext/musepack/gstmusepackdec.cpp:
27940           Fetch error return values. Fixes #161624.
27941         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27942           Really EOS.
27943
27944 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27945
27946         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27947           Work for truncated (unfinished download etc.) files. Fixes #160514.
27948
27949 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27950
27951         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27952           Fix for integer overflow. Makes #156001 not crash. Probably masks
27953           the real bug.
27954
27955 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * gst/ac3parse/gstac3parse.c: (plugin_init):
27958           Parsers never have ranks. Fixes #159651.
27959
27960 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27961
27962         * gst/playback/gstdecodebin.c: (compare_ranks):
27963           make sure the facotries are ordered the same every time even if they
27964           have the same rank by using the name
27965         * gst/playback/gstdecodebin.c: (find_compatibles):
27966           make sure we don't add factories to the list twice
27967
27968 2004-12-16  David Schleef  <ds@schleef.org>
27969
27970         * configure.ac: look for musepack headers as musepack/*.h
27971         (fixes #159847)
27972         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27973         * ext/musepack/gstmusepackreader.h: same
27974
27975 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27976
27977         * gst-libs/gst/riff/riff-read.c:
27978         (gst_riff_read_strf_auds_with_data):
27979           Read extradata correctly (fixes #155879).
27980
27981 2004-12-16  David Schleef  <ds@schleef.org>
27982
27983         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27984         audio.  does _not_ attempt or allow conversion unless channels
27985         is 1 or 2.
27986
27987 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27988
27989         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27990
27991 2004-12-16  David Schleef  <ds@schleef.org>
27992
27993         * gst/audioscale/gstaudioscale.c: the resample library only
27994         handles 1 or 2 channels.  Change caps to compensate.
27995
27996 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27997
27998         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27999         (gst_matroska_demux_audio_caps):
28000           Some MPEG-AAC hacks, because else it doesn't work...
28001
28002 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * gst-libs/gst/riff/riff-media.c:
28005         (gst_riff_create_video_caps_with_data),
28006         (gst_riff_create_video_template_caps):
28007           Add h264.
28008
28009 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * gst-libs/gst/audio/Makefile.am:
28012           Try to fix buildbot.
28013
28014 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28015
28016         * gst/tcp/gstmultifdsink.c:
28017           Clean up and uniformize debugging.
28018
28019 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28020
28021         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28022
28023         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28024         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28025         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28026         (gst_mpeg_demux_change_state):
28027           Reset on ready. Fixes 160276.
28028
28029 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28030
28031         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28034         (gst_ffmpegcsp_pad_link):
28035           Fix memleak (#154815).
28036
28037 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28038
28039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28040
28041         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28042         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28043         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28044         * ext/musicbrainz/gsttrm.h:
28045           Add support for using a proxy server when getting a trm id from
28046           the MusicBrainz database (#149613).
28047
28048 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28049
28050         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28051
28052         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28053         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28054           Fix memleaks (#157233).
28055
28056 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28057
28058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28061         * gst-libs/gst/resample/resample.h:
28062         * gst/audioscale/gstaudioscale.c:
28063           Fix memleak (#159215).
28064
28065 2004-12-16  Toni Willberg  <toniw@iki.fi>
28066
28067         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28068
28069         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28070         * sys/oss/oss_probe.c: (main):
28071           Check for mono/stereo support (similar to samplerate probing),
28072           fixes #159433. Also add missing copyright header to oss_probe.c.
28073
28074 2004-12-15  David Schleef  <ds@schleef.org>
28075
28076         * configure.ac: add audioresample and cairo plugins.  Remove
28077         HAVE_MMX stuff, because it's not used.
28078         * ext/Makefile.am: same
28079         * ext/audioresample/Makefile.am: You are not ready for an
28080         audio resampling element based on audioresample.
28081         * ext/audioresample/gstaudioresample.c:
28082         * ext/audioresample/gstaudioresample.h:
28083         * ext/cairo/Makefile.am: You are not ready for overlay elements
28084         based on cairo.  Don't look too closely, these elements kinda
28085         suck right now.
28086         * ext/cairo/gstcairo.c: new
28087         * ext/cairo/gsttextoverlay.c: new
28088         * ext/cairo/gsttextoverlay.h: new
28089         * ext/cairo/gsttimeoverlay.c: new
28090         * ext/cairo/gsttimeoverlay.h: new
28091         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28092         problem with compilers that don't support variadic macros.
28093
28094 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28095
28096         Reviewed by:  David Schleef  <ds@schleef.org>
28097
28098         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28099         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28100         bit.  Also ran indent-gst.
28101         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28102         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28103         (gst_sunaudiosrc_setparams):
28104
28105 2004-12-14  David Schleef  <ds@schleef.org>
28106
28107         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28108         output rate to 16000.  Should fix #160235.
28109
28110 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28111
28112         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28113         Add typefinding for mpeg2 pes streams
28114
28115 2004-12-13  David Schleef  <ds@schleef.org>
28116
28117         * configure.ac:  Applied patch from bug #143659, making default
28118         sources and sinks OS-dependent (for Solaris), and added code
28119         for OS/X.
28120         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28121
28122 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28123
28124         * gst-libs/gst/riff/riff-media.c:
28125           forgot to add h2.64 to avidemux template caps
28126
28127 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28128
28129         * gst/wavenc/riff.h:
28130         * gst-libs/gst/riff/riff-media.c:
28131         * gst-libs/gst/riff/riff-ids.h:
28132         * gst/avi/gstavimux.c
28133         add 4CC code for VideoSoft h264 in AVI (VSSH)
28134           fixes bug #160655
28135         remove s323 from riff, it's quicktime specific :(
28136
28137 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28138
28139         * gst/asfdemux/README
28140         * gst/wavenc/riff.h
28141         * gst-libs/gst/riff/riff-ids.h
28142         * gst-libs/gst/riff/riff-media.c
28143         * gst/qtdemux/qtdemux.c:
28144           add new 4CC codes for h263 related codecs
28145           fixes partially bug #155163
28146
28147 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28148
28149         * configure.ac: Update polyaudio requirement to 0.7
28150         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28151
28152 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28153
28154         * gst/interleave/deinterleave.c:
28155         fix my name's spelling! :)
28156
28157 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28158
28159         * AUTHORS ChangeLog
28160         * gst/auparse/gstauparse.c
28161         * gst/interleave/deinterleave.c
28162         * gst/law/:
28163                 alaw-decode.c alaw-encode.c
28164                 mulaw-decode.c mulaw-encode.c
28165         * gst/oneton/gstoneton.c
28166         * sys/osxaudio/:
28167                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28168         * sys/osxvideo/:
28169                 cocoawindow.h cocoawindow.m
28170                 osxvideosink.h osxvideosink.m
28171
28172         put the same mail address for Zaheer Abbas Merali everywhere
28173
28174 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28175
28176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28177           Align by packetsize, and assert that we a packet available before
28178           playing. The first makes webstreams work (they often include
28179           trailing padding data in a packet), the second allows pausing a
28180           ASF stream in totem without getting demux errors afterwards.
28181
28182 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * ext/ogg/gstoggdemux.c: (get_relative):
28185           Check for non-NULL before accessing member (end-of-chain).
28186
28187 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28188
28189         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28190         (cdparanoia_set_property), (cdparanoia_get_property):
28191         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28192         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28193         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28194         (dvdreadsrc_init), (dvdreadsrc_set_property),
28195         (dvdreadsrc_get_property):
28196         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28197         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28198           Synchronize property names where not yet the case. Devices are
28199           now device=X, other versions are deprecated (but still exist).
28200           Also use g_free() unconditionally.
28201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28202         (setup_source), (gst_play_base_bin_get_property):
28203           Expose source.
28204
28205 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28206
28207         * configure.ac: move GCONF macro outside conditional for the am
28208           conditional. Fixes #160439
28209
28210 2004-12-08  David Schleef  <ds@schleef.org>
28211
28212         * tools/gst-visualise-m.m: Switch to elements that currently
28213         exist.
28214
28215 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28216
28217         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28218           We love wrong commas.
28219
28220 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28221
28222         * gst/matroska/matroska-demux.c:
28223         (gst_matroska_demux_handle_src_query):
28224           Don't set DEFAULT, unsupported - makes length display incorrectly
28225           in some cases.
28226
28227 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28228
28229         * gst/monoscope/README: remove blurb about files being GPL
28230         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28231         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28232           monoscope is now effectively LGPL licensed
28233
28234 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28235
28236         * gst/monoscope/README: Update information to be more correct
28237         * gst/monoscope/convolve.c: Relicense to LGPL
28238         * gst/monoscope/convolve.h: Relicense to LGPL
28239
28240 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28241
28242         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28243           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28244         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28245           set default_duration for mpeg1 audio
28246
28247 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28248
28249         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28250         * ext/alsa/gstalsa.h:
28251           refactor big chunks of the core caps negotiation code to make it
28252           a lot faster, because people claim it's really slow
28253           (actually, just cache the getcaps when the device is opened)
28254
28255 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28256
28257         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28258         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28259         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28260         (gst_a52dec_change_state), (plugin_init):
28261         * ext/a52dec/gsta52dec.h:
28262           Do something useful with timestamps. Make chain-based (since
28263           there's really no reason to be loopbased).
28264         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28265           Update current_byte/frame correctly.
28266
28267 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28268
28269         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28270         (gst_ape_demux_stream_init):
28271           Forward tags, too.
28272
28273 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28276           Let's make sure we're done typefinding when detecting tags.
28277
28278 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28279
28280         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28281         (gst_ebml_read_init), (gst_ebml_read_use_event),
28282         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28283         (gst_ebml_read_seek), (gst_ebml_read_skip),
28284         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28285         (gst_ebml_read_master):
28286         * gst/matroska/ebml-read.h:
28287         * gst/matroska/matroska-demux.c:
28288         (gst_matroska_demux_parse_contents),
28289         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28290           Disgustingly evil hack for working around INTERRUPT events and
28291           their extremely annoying habit of being a pain in the ass. We
28292           simply peek a cluster before reading any of it.
28293
28294 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28295
28296         * ext/musepack/gstmusepackdec.cpp:
28297           There's also floating point libmusepacks.
28298
28299 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28300
28301         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28302         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28303           Set DURATION even if source buffer didn't. Also use increasing
28304           timestamps.
28305         * gst-libs/gst/riff/riff-media.c:
28306         (gst_riff_create_audio_caps_with_data):
28307           Block_align can have larger values than 8192.
28308
28309 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28310
28311         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28312         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28313         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28314         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28315           Fix caps.
28316
28317 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28318
28319         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28320           Fix logic bug.
28321
28322 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28323
28324         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28325           Yay, another one.
28326
28327 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28328
28329         * ext/esd/esdsink.c: (gst_esdsink_chain):
28330           Make error actually say something useful (fixes #156798).
28331         * gst-libs/gst/riff/riff-media.c:
28332         (gst_riff_create_video_caps_with_data),
28333         (gst_riff_create_video_template_caps):
28334           Add Intel Video 5.0 fourcc (IV50).
28335
28336 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28337
28338         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28339         detection on mono and stereo mp3 files.
28340
28341 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28342
28343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28344           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28345           the contained stream).
28346
28347 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28348
28349         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28350           Oops, remove debug.
28351
28352 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28353
28354         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28355
28356         * gst/law/alaw-decode.c: (alawdec_getcaps):
28357         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28358           Prevent warnings when negotiating caps (fixes #159338).
28359
28360 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28363         (gst_ffmpegcsp_chain):
28364           Remove old leftover that shouldn't be there...
28365
28366 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28367
28368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28369
28370         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28371           Don't forward DISCONT events (fixes #159684).
28372
28373 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28376           Unlink manually since sometimes bin disposal (and therefore
28377           pad unlinking) is delayed, which will cause a new media file
28378           to not be able to start playing instantly.
28379
28380 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28381
28382         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28383           On mute of an unlinked stream, check for pad availability so
28384           we don't crash on unlinked pad.
28385
28386 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28387
28388         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28389         (gst_avi_demux_massage_index):
28390           Fix quite humiliating bug in omitting 0-sized index chunks but
28391           forgetting to count them for timestamps.
28392
28393 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28394
28395         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28396           Actually leave the loop if we failed to sync. Don't crash.
28397
28398 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28399
28400         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28401         (gst_dvd_demux_process_private):
28402         * gst/mpegstream/gstdvddemux.h:
28403           Fix crash (#159759). Doesn't work, though. :-(.
28404
28405 2004-11-28  Benjamin Otte  <otte@gnome.org>
28406
28407         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28408           more overwriting protection due to modifying channels one by one
28409           instead of all at once
28410
28411 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28412
28413         * gst/audioconvert/gstchannelmix.c:
28414         (gst_audio_convert_fill_normalize):
28415           Normalize using absolute values.
28416
28417 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28418
28419         * configure.ac:
28420         * ext/Makefile.am:
28421         * ext/directfb/Makefile.am:
28422         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28423         (gst_directfbvideosink_get_pixel_format),
28424         (gst_directfbvideosink_get_format_from_fourcc),
28425         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28426         (gst_directfbvideosink_sink_link),
28427         (gst_directfbvideosink_change_state),
28428         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28429         (gst_directfbvideosink_buffer_alloc),
28430         (gst_directfbvideosink_interface_supported),
28431         (gst_directfbvideosink_interface_init),
28432         (gst_directfbvideosink_navigation_send_event),
28433         (gst_directfbvideosink_navigation_init),
28434         (gst_directfbvideosink_set_property),
28435         (gst_directfbvideosink_get_property),
28436         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28437         (gst_directfbvideosink_base_init),
28438         (gst_directfbvideosink_class_init),
28439         (gst_directfbvideosink_get_type), (plugin_init):
28440         * ext/directfb/directfbvideosink.h: Adding a first version of
28441         directfbvideosink.
28442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28443         more.
28444
28445 2004-11-28  Benjamin Otte  <otte@gnome.org>
28446
28447         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28448           walk the samples backwards if out_channels > in_channels so we don't
28449           overwrite data
28450
28451 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * gst/audioconvert/Makefile.am:
28454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28455         (gst_audio_convert_link), (gst_audio_convert_change_state),
28456         (gst_audio_convert_channels):
28457         * gst/audioconvert/gstchannelmix.c:
28458         (gst_audio_convert_unset_matrix),
28459         (gst_audio_convert_fill_identical),
28460         (gst_audio_convert_fill_compatible),
28461         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28462         (gst_audio_convert_fill_others),
28463         (gst_audio_convert_fill_normalize),
28464         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28465         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28466         * gst/audioconvert/gstchannelmix.h:
28467           Implement a channel mixer.
28468
28469 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28470
28471         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28472         * ext/alsa/gstalsa.h:
28473         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28474         Make alsasink actually honor gst_element_set_clock and use that
28475         clock instead of its internal one.
28476
28477 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28478
28479         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28480         (gst_play_base_bin_change_state): nullify source and decoder when
28481         going from READY to NULL so that we don't try to do weird stuff with
28482         them when going from NULL to READY
28483         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28484         instead of g_object_unref
28485         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28486         it should be correct
28487         (gst_play_bin_change_state): don't call remove_sinks if we are
28488         currently disposing the object
28489
28490 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28491
28492         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28493           Don't forget bass if it's there. Else left channel is silent...
28494
28495 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28496
28497         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28498         (gst_a52dec_change_state):
28499           Don't do sample adjusting anymore, we use float audio now.
28500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28501           Don't fixate to non-existing properties.
28502
28503 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28504
28505         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28506         (gst_a52dec_change_state):
28507           Advertise that we can do surround sound.
28508
28509 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28510
28511         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28512           Add buffer-frames=0.
28513         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28514         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28515         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28516         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28517         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28518         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28519         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28520         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28521         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28522         * ext/dvdread/dvdreadsrc.h:
28523           Add seeking, querying for bytes, sectors, title, angle and
28524           chapter. Handle multiple chapters. Relicense to LGPL because
28525           Billy agreed on that (thanks Billy!).
28526
28527 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28528
28529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28530         call parent dispose method
28531
28532 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28533
28534         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28535         (gst_audio_clock_get_internal_time):
28536         Fix active <-> inactive transitions: ensure time value always
28537         grows and avoid abrupt value changes.
28538
28539 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28540
28541         * configure.ac:
28542         * gst/tta/Makefile.am:
28543         * gst/tta/crc32.h:
28544         * gst/tta/filters.h:
28545         * gst/tta/gsttta.c:
28546         * gst/tta/gstttadec.c:
28547         * gst/tta/gstttadec.h:
28548         * gst/tta/gstttaparse.c:
28549         * gst/tta/gstttaparse.h:
28550         * gst/tta/ttadec.h:
28551           added TTA parser and decoder
28552
28553 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28554
28555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28556         (probe_triggered), (check_queue), (buffer_underrun),
28557         (buffer_running), (buffer_overrun), (gen_source_element),
28558         (setup_source):
28559         * gst/playback/gstplaybasebin.h:
28560           Implement buffering. Needs some more work.
28561
28562 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28563
28564         * ext/theora/theoradec.c: (theora_dec_chain):
28565           Fix ilog mask range overflow.
28566
28567 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28570           Don't omit the last (which in case of dmix is the only :) )
28571           channel count. Don't set channels if <= 2.
28572
28573 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28574
28575         * gst/playback/gstplaybin.c: (gen_video_element),
28576         (gen_audio_element): Removed 2 obsolete comments
28577
28578 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28579
28580         * ext/vorbis/oggvorbisenc.c
28581         * ext/vorbis/vorbisenc.c :
28582           change description fields of those plugins to differentiate them
28583           (pitivi show Encoders by description, they had the same one)
28584
28585 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28586
28587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28588
28589         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28590         (gst_play_bin_set_property), (gen_video_element),
28591         (gen_audio_element):
28592           Refcounting fixes for provided audio-/videosinks.
28593
28594 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28595
28596         * gst/playback/gstplaybin.c: (gen_video_element),
28597         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28598           Don't reference all sinks, but only the video- and audiosinks.
28599           The vis. element should be disposed when we're done with it.
28600           We don't have any reason to keep it around. This fixes warnings
28601           when reusing playbin for playing multiple audio files with
28602           vis. enabled. Also release audio device on pause - idea stolen
28603           from Rhythmbox.
28604
28605 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28606
28607         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28608         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28609         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28610         * ext/alsa/gstalsaplugin.c: (plugin_init):
28611         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28612         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28613         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28614         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28615         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28616         (gst_faad_change_state), (plugin_init):
28617         * ext/faad/gstfaad.h:
28618         * ext/vorbis/vorbis.c: (plugin_init):
28619         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28620         * gst-libs/gst/audio/Makefile.am:
28621         * gst-libs/gst/audio/audio.c: (plugin_init):
28622         * gst-libs/gst/audio/multichannel.c:
28623         (gst_audio_check_channel_positions),
28624         (gst_audio_get_channel_positions),
28625         (gst_audio_set_channel_positions),
28626         (gst_audio_set_structure_channel_positions_list),
28627         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28628         (gst_audio_fixate_channel_positions):
28629         * gst-libs/gst/audio/multichannel.h:
28630         * gst-libs/gst/audio/testchannels.c: (main):
28631         * gst/audioconvert/gstaudioconvert.c:
28632         (gst_audio_convert_class_init), (gst_audio_convert_init),
28633         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28634         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28635         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28636         * gst/audioconvert/plugin.c: (plugin_init):
28637           Surround sound support.
28638
28639 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28640
28641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28642           Fix position for discont if we're close as well. Nitpicking, but
28643           saves a few milliseconds of extra waiting or skipping.
28644
28645 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28646
28647         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28648           We sometimes need parsers for playback, so add those too.
28649
28650 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28651
28652         * configure.ac:
28653         * gst/apetag/Makefile.am:
28654         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28655         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28656         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28657         (gst_ape_demux_get_src_query_types),
28658         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28659         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28660         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28661         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28662         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28663         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28664         (gst_ape_demux_change_state):
28665         * gst/apetag/apedemux.h:
28666         * gst/apetag/apetag.c: (plugin_init):
28667         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28668         (plugin_init):
28669           APE v1/2 tag reader plus typefind function.
28670
28671 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28672
28673         * configure.ac:
28674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28675         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28676           Remove hacks for older core. Require newer core version
28677           accordingly.
28678
28679 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28680
28681         * gst/cdxaparse/Makefile.am:
28682         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28683         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28684         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28685         * gst/cdxaparse/gstcdxaparse.h:
28686         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28687         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28688         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28689         (gst_cdxastrip_get_src_query_types),
28690         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28691         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28692         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28693         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28694         * gst/cdxaparse/gstcdxastrip.h:
28695           SVCD/VCD header stripping separated from CDXA image parsing.
28696         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28697         (plugin_init):
28698           Add VCD/SVCD header typefinding for VCD/SVCD.
28699         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28700         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28701         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28702         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28703         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28704         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28705         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28706         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28707         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28708         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28709         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28710         * sys/vcd/vcdsrc.h:
28711           Fix up, add seeking, querying, URI interface. Works in totem now.
28712
28713 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28714
28715         * configure.ac:
28716           back to CVS
28717
28718 === release 0.8.6 ===
28719
28720 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28721
28722         * NEWS:
28723         * RELEASE:
28724         * configure.ac:
28725         * po/af.po:
28726         * po/az.po:
28727         * po/cs.po:
28728         * po/en_GB.po:
28729         * po/hu.po:
28730         * po/it.po:
28731         * po/nb.po:
28732         * po/nl.po:
28733         * po/or.po:
28734         * po/sq.po:
28735         * po/sr.po:
28736         * po/sv.po:
28737         * po/uk.po:
28738           releasing 0.8.6, "IOU Love"
28739
28740 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28741
28742         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28743
28744         * gst/playback/gstplaybasebin.c:
28745           Fix unplayable files error handling.  Fixes #158365
28746
28747 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28748
28749         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28750
28751         * gst/typefind/gsttypefindfunctions.c:
28752           Fix broken mp3 typefinding.  Fixes #158375
28753
28754 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28755
28756         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28757
28758         * ext/ogg/gstoggdemux.c:
28759           Fix sync on broken files.  Fixes #158976
28760
28761 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28762
28763         patch by: Edward Hervey <bilboed@bilboed.com>
28764
28765         * ext/libpng/gstpngenc.c:
28766           Copy over buffer properties.  Fixes #158832
28767
28768 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28769
28770         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28771
28772         * ext/dvdread/dvdreadsrc.c:
28773           Fixes invalid reads (#158462)
28774
28775 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28776
28777         * sys/v4l/gstv4lsrc.c:
28778         * sys/v4l/gstv4lsrc.h:
28779         * sys/v4l/v4lsrc_calls.c:
28780           Probe less and cache it.  Fixes #159187.
28781
28782 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28783
28784         * gst/videorate/gstvideorate.c:
28785           Handle all video formats. Fixes #159186.
28786
28787 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28788         * gst/synaesthesia/gstsynaesthesia.c:
28789         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28790         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28791         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28792         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28793         (gst_synaesthesia_change_state), (plugin_init):
28794         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28795         Force 320x200 output, as that's the only thing the underlying
28796         synaesthesia implementation supports. Still needs to be made
28797         re-entrant.
28798
28799 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28800
28801         * configure.ac:
28802           Fix mpeg2enc configure check (similar to mplex check below).
28803
28804 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28805
28806         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28809           Fix for gcc-2.95 (fixes #158221).
28810
28811 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28814           Re-add clock distribution hack (until new core is released).
28815           Fixes #158125.
28816
28817 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28818         * configure.ac:
28819           fix mplex configure check segfaulting on some systems (bug #140994)
28820
28821 2004-11-13  Benjamin Otte  <otte@gnome.org>
28822
28823         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28824           add debugging
28825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28826           do a wait when we enter the loop func with no data available to
28827           write instead of getting into an 100% CPU loop by just returning and
28828           being called again by the scheduler
28829
28830 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28831
28832         * configure.ac:
28833         * ext/libvisual/visual.c: (gst_visual_get_type),
28834         (libvisual_log_handler), (gst_visual_getcaps),
28835         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28836         (plugin_init):
28837           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28838         * ext/smoothwave/Makefile.am:
28839         * ext/smoothwave/demo-osssrc.c: (main):
28840         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28841         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28842         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28843         (plugin_init):
28844         * ext/smoothwave/gstsmoothwave.h:
28845           Make gstsmoothwave a working element in the 20th century.
28846
28847         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28848           Fix incorrect link function
28849
28850 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28851
28852         * gst/volume/gstvolume.c:
28853           Allow buffer-frames=0.
28854
28855 2004-11-12 Iain <iaingnome@gmail.com>
28856
28857         * configure.ac: Check for polypaudio
28858
28859         * ext/Makefile.am: Build the polyp dir
28860
28861         * ext/polyp: The polypsink sources.
28862
28863 2004-10-30 Iain <iaingnome@gmail.com>
28864
28865         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28866         caps to reflect the new number of channels.
28867
28868 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28869
28870         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28871           Fix for negotiation order problem. This would show when the
28872           ALSA loopfuction was called before any other function. ALSA
28873           wouldn't do anything because we're not negotiated yet, leading
28874           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28875
28876 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28877
28878         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28879
28880         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28881           No warnings (#157986).
28882
28883 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28884
28885         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28886           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28887
28888 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28889
28890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28891           Signal no-more-pads (so it works in playbin).
28892
28893 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28894
28895         * ext/musepack/gstmusepackreader.cpp:
28896           Workaround for older core.
28897
28898 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28899
28900         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28901           Actually test for odd width/height rather than testing whether
28902           a temporary variable that was 0 before we subtracted 1 is now
28903           not equal to zero (which it always is).
28904
28905 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28906
28907         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28908         Fix compilation if HAVE_XVIDEO is not defined
28909
28910 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28911
28912         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28913         Fix compilation if HAVE_XVIDEO is not defined
28914
28915 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28916
28917         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28918         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28919         (gst_goom_change_state), (plugin_init):
28920         Use the bytestream adapter so goom doesn't depend on the input
28921         buffer size.
28922         Add a debug category
28923
28924 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28925
28926         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28927           Only set hardware parameters *after* negotiation. Before
28928           negotiation, it will set ANY and that seems to cause crashes
28929           (see e.g. #151288, #153227).
28930
28931 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28932
28933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28934           This seems to be antique leftover. It needs to pass error
28935           checking.
28936         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28937         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28938         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28939         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28940           Fix GstXOverlay implementation (#151059).
28941
28942 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28943
28944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28945           Don't assert (#157853).
28946
28947 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28950           Fix bytes/samples confustion.
28951         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28952           Fix for underrun (#144389).
28953
28954 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28955
28956         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28957           Disable halfway-seek for pending release (since it needs a new
28958           core release).
28959
28960 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28961
28962         * sys/v4l/gstv4lsrc.c:
28963         * sys/v4l/gstv4lsrc.h:
28964         * sys/v4l/v4lsrc_calls.c:
28965           add autoprobe-fps property so we can separate autoprobing parts
28966
28967 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28968
28969         * sys/v4l/gstv4lsrc.c:
28970         * sys/v4l/v4lsrc_calls.c:
28971         initialise fourcc to catch unset fourcc's, and debug
28972
28973 2004-11-09  Wim Taymans  <wim@fluendo.com>
28974
28975         * gst/playback/README:
28976         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28977         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28978         (gst_play_bin_dispose), (gst_play_bin_set_property),
28979         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28980         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28981         (gst_play_bin_get_formats), (gst_play_bin_convert),
28982         (gst_play_bin_get_query_types), (gst_play_bin_query):
28983         Cleanups and some more documentation.
28984
28985 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28986
28987         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28988         (gst_cacasink_init), (gst_cacasink_chain):
28989         * ext/libcaca/gstcacasink.h:
28990         Cacasink inherits from VideoSink, so let that store the clock.
28991
28992 2004-11-09  Wim Taymans  <wim@fluendo.com>
28993
28994         * gst/playback/README:
28995         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28996         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28997         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28998         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28999         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29000         (setup_sinks):
29001         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29002         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29003         * gst/playback/gststreaminfo.h:
29004         Updated README.
29005         Only switch groups if all streams have muted (EOSed).
29006         Send Tags in sync with the stream playback instead of in
29007         the playback/preroll phase.
29008         Some cleanups, free the fakesrc elements.
29009
29010 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29011
29012         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29013           buffer-frames property was missing
29014         * ext/arts/gst_arts.c:
29015           rate missing from sinkcaps
29016         * ext/audiofile/gstafparse.c:
29017         * ext/audiofile/gstafsink.c:
29018         * ext/audiofile/gstafsrc.c:
29019         * ext/swfdec/gstswfdec.c:
29020           int audio doesn't know buffer-frames
29021         * ext/cdparanoia/gstcdparanoia.c:
29022           int audio doesn't know chunksize either
29023         * ext/nas/nassink.c:
29024           it's endianness, not endianess
29025         * gst-libs/gst/audio/audio.h:
29026           make float standard pad template caps really describe float
29027         * gst/law/mulaw.c: (linear_factory):
29028           signed only, please
29029         * gst/mpegstream/gstdvddemux.c:
29030           widths of 20 are not valid
29031
29032 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29033
29034         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29035
29036         * po/LINGUAS:
29037         * po/it.po:
29038           Add Italian
29039
29040 2004-11-08  Wim Taymans  <wim@fluendo.com>
29041
29042         * gst/playback/README:
29043         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29044         * gst/playback/gstplaybasebin.c: (probe_triggered),
29045         (gst_play_base_bin_change_state):
29046         Updated README, added more comments for fixmes etc..
29047
29048 2004-11-08  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29051         We can remove this hack now.
29052
29053 2004-11-08  Wim Taymans  <wim@fluendo.com>
29054
29055         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29056         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29057         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29058         Only mix AYUV for maximum quality.
29059
29060 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29063         (gst_ogg_demux_push), (gst_ogg_pad_push):
29064           Let's act as if we're synchronized now! :).
29065         * ext/theora/theoradec.c: (theora_dec_chain):
29066           Add some debug.
29067
29068 2004-11-08  Wim Taymans  <wim@fluendo.com>
29069
29070         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29071         (gst_alpha_set_property), (gst_alpha_sink_link),
29072         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29073         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29074         (gst_alpha_init_params), (gst_alpha_chain):
29075         Implement alpha functions for AYUV too, this increases
29076         accuracy quite a bit.
29077
29078 2004-11-08  Wim Taymans  <wim@fluendo.com>
29079
29080         * gst/ffmpegcolorspace/avcodec.h:
29081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29082         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29083         (gst_ffmpegcsp_avpicture_fill):
29084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29085         (gst_ffmpegcsp_caps_remove_format_info):
29086         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29087         (shrink12), (img_get_alpha_info), (deinterlace_line),
29088         (deinterlace_line_inplace):
29089         * gst/ffmpegcolorspace/imgconvert_template.h:
29090         Added AYUV colorspace and handle RGBA a bit more respectful.
29091
29092 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29093
29094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29095           Actually always send a discont (cornercase when resending the
29096           same serial-tagged chain twice).
29097
29098 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29099
29100         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29101         (gst_ximagesink_finalize):
29102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29103         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29104
29105 2004-11-08  Wim Taymans  <wim@fluendo.com>
29106
29107         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29108         Don't segfault on NULL data.
29109
29110 2004-11-08  Wim Taymans  <wim@fluendo.com>
29111
29112         * gst/playback/gstdecodebin.c: (unlinked):
29113         * gst/playback/gstplay-marshal.list:
29114         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29115         (gst_play_base_bin_init), (group_create), (get_active_group),
29116         (get_building_group), (group_destroy), (group_commit),
29117         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29118         (add_element_stream), (no_more_pads), (probe_triggered),
29119         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29120         (state_change), (setup_source), (gst_play_base_bin_get_property),
29121         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29122         (gst_play_base_bin_link_stream),
29123         (gst_play_base_bin_get_streaminfo):
29124         * gst/playback/gstplaybasebin.h:
29125         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29126         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29127         Add support for chained ogg files. Prepare for playlist
29128         support. This patch introduces the concept of pad groups, which
29129         together compose one playable media file.
29130
29131 2004-11-07  David Schleef  <ds@schleef.org>
29132
29133         * testsuite/gst-lint: Check for pad templates that aren't statically
29134         scoped.
29135
29136 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29137
29138         * configure.ac:
29139         * ext/Makefile.am:
29140         * ext/musepack/Makefile.am:
29141         * ext/musepack/gstmusepackdec.cpp:
29142         * ext/musepack/gstmusepackdec.h:
29143         * ext/musepack/gstmusepackreader.cpp:
29144         * ext/musepack/gstmusepackreader.h:
29145           Add musepack decoder.
29146         * ext/faad/gstfaad.c: (gst_faad_base_init):
29147           Make pad templates static.
29148         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29149         (plugin_init):
29150           Add musepack typefinder, make mp3 typefinding work halfway stream,
29151           which doesn't actually work yet because id3demux doesn't implement
29152           _get_length().
29153
29154 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29155
29156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29157         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29158           Fix interrupt event handling (#144436).
29159
29160 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29161
29162         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29163           Hide unused glory.
29164
29165 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29166
29167         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29168
29169         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29170           Fix weird caps (#157548).
29171
29172 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29173
29174         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29177           Add missing NULL terminator (#157543).
29178
29179 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29180
29181         * gst/tcp/gsttcp.h:
29182         * gst/tcp/gsttcpclientsink.c:
29183         * gst/tcp/gsttcpclientsrc.c:
29184         * gst/tcp/gsttcpserversink.c:
29185         * gst/tcp/gsttcpserversrc.c:
29186           ports can go up to 65535.  Move common defines to gsttcp.h
29187
29188 2004-11-05  Wim Taymans  <wim@fluendo.com>
29189
29190         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29191         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29192         Added two more colorspaces.
29193
29194 2004-11-05  Wim Taymans  <wim@fluendo.com>
29195
29196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29197         (gst_ffmpegcsp_avpicture_fill):
29198         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29199         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29200         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29201         More stride fixes.
29202
29203 2004-11-05  Wim Taymans  <wim@fluendo.com>
29204
29205         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29206         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29207         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29208         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29209         (gst_videomixer_loop):
29210         More stride fixes.
29211
29212 2004-11-05  Benjamin Otte  <otte@gnome.org>
29213
29214         * ext/mad/gstmad.c: (gst_mad_chain):
29215           don't overflow data buffer. Flush not needed sync data when syncing
29216           failed.
29217
29218 2004-11-04  Wim Taymans  <wim@fluendo.com>
29219
29220         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29221         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29222         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29223         (gst_alpha_init_params), (gst_alpha_chain),
29224         (gst_alpha_change_state):
29225         Updated the chroma keying algorithm with something more
29226         sophisticated.
29227
29228 2004-11-03  Wim Taymans  <wim@fluendo.com>
29229
29230         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29231         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29232         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29233         Fix stride issues. Does not completely work for odd
29234         heights.
29235
29236 2004-11-03  Wim Taymans  <wim@fluendo.com>
29237
29238         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29239         (gst_alpha_chroma_key), (gst_alpha_chain):
29240         Fix stride issues. Does not completely work for odd
29241         heights.
29242
29243 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29244
29245         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29246         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29247         leak fixes
29248
29249 2004-11-03  Wim Taymans  <wim@fluendo.com>
29250
29251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29252         (gst_ffmpegcsp_avpicture_fill):
29253         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29254         (avpicture_alloc):
29255         * gst/ffmpegcolorspace/imgconvert_template.h:
29256         Use correct _fill function to get correct strides.
29257
29258 2004-11-02  David Schleef  <ds@schleef.org>
29259
29260         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29261         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29262         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29263         Change all g_print()s to debugging.  Add a bunch of consistency
29264         checks.
29265
29266 2004-11-02  Wim Taymans  <wim@fluendo.com>
29267
29268         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29269         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29270         (unlinked), (no_more_pads), (close_link):
29271         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29272         (unknown_type), (add_element_stream), (new_decoded_pad),
29273         (removed_decoded_pad), (setup_source):
29274         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29275         (gst_stream_info_class_init), (gst_stream_info_init),
29276         (gst_stream_info_new), (gst_stream_info_dispose),
29277         (stream_info_mute_pad), (gst_stream_info_set_property),
29278         (gst_stream_info_get_property):
29279         * gst/playback/gststreaminfo.h:
29280         Fix playback of multiple files.
29281         a slightly different approach to handling dynamic pad removals.
29282         This one only looks at pads that we have linked.
29283
29284 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29285
29286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29287         free" warning from libc.
29288
29289 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29290
29291         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29292         (get_unconnected_element), (remove_starting_from), (pad_removed),
29293         (close_link):
29294           Implement support for dynamic pad changing. We listen to "live"
29295           pad removals (i.e. while playing) and re-setup autoplugging
29296           after that. Playbasebin/playbin need some more work for this
29297           to finally work, but decodebin supports (and replugs) chained
29298           ogg now.
29299
29300 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29301
29302         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29303         (gst_alsa_finalize):
29304         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29305         (gst_cdaudio_finalize):
29306         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29307         (cdparanoia_finalize):
29308         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29309         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29310         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29311         (dvdreadsrc_finalize):
29312         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29313         (gst_flacdec_finalize):
29314         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29315         (gst_flacenc_finalize):
29316         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29317         (gst_gnomevfssink_finalize):
29318         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29319         (gst_gnomevfssrc_finalize):
29320         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29321         (gst_fameenc_finalize):
29322         * ext/nas/nassink.c: (gst_nassink_class_init),
29323         (gst_nassink_finalize):
29324         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29325         (gst_sdlvideosink_class_init):
29326         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29327         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29328         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29329         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29330         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29331         (gst_x_window_listener_dispose):
29332         * gst/audioscale/gstaudioscale.c:
29333         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29334         (play_on_demand_finalize):
29335         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29337         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29338         (cdplayer_finalize):
29339         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29340         (gst_glimagesink_class_init):
29341         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29342         (gst_osselement_finalize):
29343         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29344         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29345         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29346           Fixes a bunch of problems with finalize and dispose functions,
29347           either assumptions that dispose is only called once, or not calling
29348           the parent class dispose/finalize function
29349
29350 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29351
29352         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29353           added two api precondition guards
29354           use g_strdup with getenv to fix crash when using ENVVAR
29355
29356 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29357         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29358         (gst_esdsink_finalize):
29359         Use a finalize function, not dispose, and more importantly,
29360         call the parent class finalize function too
29361
29362 2004-11-01  Johan Dahlin  <johan@gnome.org>
29363
29364         * ext/ogg/gstoggdemux.c:
29365         * gst/tags/gstvorbistag.c:
29366         Plug leaks.
29367
29368 2004-10-31  Benjamin Otte  <otte@gnome.org>
29369
29370         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29371           lotsa memleaks today. But they're all small...
29372
29373 2004-10-31  Benjamin Otte  <otte@gnome.org>
29374
29375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29376           another memleak crushed
29377
29378 2004-10-31  Benjamin Otte  <otte@gnome.org>
29379
29380         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29381           fix memleak
29382
29383 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29384
29385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29386           Hack to prevent crash when going to READY inside signal handler
29387           while this function is active.
29388
29389 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29390
29391         * gst/ffmpegcolorspace/Makefile.am:
29392         * gst/ffmpegcolorspace/avcodec.h:
29393         * gst/ffmpegcolorspace/common.h:
29394         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29395         * gst/ffmpegcolorspace/dsputil.h:
29396         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29398         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29399         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29400         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29401         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29402         (gst_ffmpegcsp_avpicture_fill):
29403         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29405         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29406         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29407         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29408         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29409         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29410         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29411         * gst/ffmpegcolorspace/imgconvert.c:
29412         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29413         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29414         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29415         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29416         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29417         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29418         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29419         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29420         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29421         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29422         (grow21), (grow22), (grow41), (grow44), (conv411),
29423         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29424         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29425         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29426         (avpicture_free), (is_yuv_planar), (img_convert),
29427         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29428         (deinterlace_line_inplace), (deinterlace_bottom_field),
29429         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29430         * gst/ffmpegcolorspace/imgconvert_template.h:
29431         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29432         * gst/ffmpegcolorspace/mmx.h:
29433         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29434         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29435         (av_freep), (avcodec_get_context_defaults),
29436         (avcodec_alloc_context), (avcodec_init):
29437           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29438           handling plus update from ffmpeg CVS. Large clean-up.
29439
29440 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29441
29442         * gst/playback/Makefile.am:
29443           We need the marshallers for decodebin, too.
29444
29445 2004-10-30  David Schleef  <ds@schleef.org>
29446
29447         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29448           quicktime typefinding work with 64-bit offsets.
29449
29450 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29451
29452         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29453           Set EOS on the element when processing an EOS event.
29454         * ext/speex/gstspeexdec.h:
29455         * ext/speex/gstspeexenc.h:
29456           Only keep a const ptr to the mode
29457         * gst-libs/gst/riff/riff-media.c:
29458         (gst_riff_create_audio_caps_with_data),
29459         (gst_riff_create_audio_template_caps):
29460           Allow WMAV3, with up to 6 channels.
29461         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29462           Don't call gst_pad_set_event_function on a sink pad.
29463         * gst/mpegstream/gstdvddemux.c:
29464         (gst_dvd_demux_get_subpicture_stream),
29465         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29466           Copy the explicit caps that were set across to the cur_* pads,
29467           instead of trying to use a possibly non-existent negotiated caps.
29468           Reset the type of subpicture pads to UNKNOWN after calling
29469           init_stream, so that the caps get set.
29470
29471 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29472
29473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29476           Don't touch buffer if it is of size 0 (fixes #151064).
29477
29478 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29481           Synchronized discont handling.
29482
29483 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29486         (gst_ogg_demux_push):
29487           Make seeking sort-of exact again (fixes #156387).
29488
29489 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29490
29491         * gst/playback/gstplaybasebin.c: (unknown_type),
29492         (add_element_stream), (new_decoded_pad),
29493         (gst_play_base_bin_change_state):
29494         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29495         (gst_stream_info_init), (gst_stream_info_new),
29496         (gst_stream_info_dispose), (gst_stream_info_get_property):
29497         * gst/playback/gststreaminfo.h:
29498           Make caps explicitely available. Makes testing for unsupported
29499           types possible. Improves error reporting.
29500
29501 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * gst/audioconvert/gstaudioconvert.c:
29504         (gst_audio_convert_buffer_to_default_format):
29505           Really don't touch read-only buffers (#156563).
29506
29507 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29508
29509         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29510
29511         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29512           Fix memleak (#155223).
29513
29514 2004-10-29  Wim Taymans  <wim@fluendo.com>
29515
29516         * gst/tcp/.cvsignore:
29517         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29518         (gst_multifdsink_class_init), (gst_multifdsink_init),
29519         (gst_multifdsink_add), (gst_multifdsink_remove),
29520         (gst_multifdsink_remove_client_link), (is_sync_frame),
29521         (gst_multifdsink_new_client),
29522         (gst_multifdsink_handle_client_write),
29523         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29524         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29525         (gst_multifdsink_get_property):
29526         * gst/tcp/gstmultifdsink.h:
29527         Added burst on connect sync_method, deprecated sync_clients,
29528         streamlined the sync code some more.
29529
29530 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29531
29532         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29533         (gst_play_base_bin_change_state):
29534           Improve error reporting.
29535
29536 2004-10-28  Wim Taymans  <wim@fluendo.com>
29537
29538         * gst/tcp/Makefile.am:
29539         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29540         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29541         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29542         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29543         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29544         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29545         (gst_fdset_wait):
29546         Added more locks around fdset structures. Fixed/reworked
29547         the poll array resizing code.
29548         Added stress test for fdset.
29549
29550 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29551
29552         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29553         fix build
29554
29555 2004-10-28  Benjamin Otte  <otte@gnome.org>
29556
29557         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29558           fix link function to always query channels and query width for
29559           floats
29560         * configure.ac:
29561           add equalizer dir
29562         * gst/equalizer/Makefile.am:
29563         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29564         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29565         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29566         (arg_to_scale), (setup_filter),
29567         (gst_iir_equalizer_compute_frequencies),
29568         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29569         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29570         (plugin_init):
29571           add an equalizer
29572
29573 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29574
29575         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29576
29577         * po/LINGUAS:
29578         * po/nb.po:
29579           Added Norwegian Bokmaal translation
29580
29581 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29584           Don't break on options (fixes #156488).
29585
29586 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29587
29588         * configure.ac:
29589         * ext/cdaudio/Makefile.am:
29590         * sys/Makefile.am:
29591           fix build on older automake
29592
29593 2004-10-26  Wim Taymans  <wim@fluendo.com>
29594
29595         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29596         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29597         Allow a little margin when negotiating the framerate.
29598
29599 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29600
29601         * gst/level/gstlevel.c:
29602           synchonised naming of pads and pad-templates
29603
29604 2004-10-26  Wim Taymans  <wim@fluendo.com>
29605
29606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29607         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29608         (_find_streams_check), (gst_ogg_demux_push):
29609         Fix EOS again. Needs to be done in a better way. We should not
29610         remove the pad if there is no new chained stream.
29611
29612 2004-10-26 Iain <iaingnome@gmail.com>
29613
29614         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29615         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29616         of the caps.
29617         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29618         pad.
29619         (interleave_release_pad): Remove the pad.
29620         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29621         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29622         the set device.
29623         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29624         attrs
29625         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29626         (gst_xvimagesink_finalize): Free the par.
29627
29628 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29629
29630         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29631         (gst_avimux_stop_file):
29632           First calculate the rate, and only then use it. Hdr.rate is a
29633           multiple and not a derivative of hdr.scale. Scale is not the
29634           same as blockalign but is solely related to rate.
29635
29636 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29639         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29640           Implement seeking.
29641
29642 2004-10-25  James Henstridge  <james@jamesh.id.au>
29643
29644         Reviewed by:  David Schleef  <ds@schleef.org>
29645
29646         * examples/gstplay/player.c: (got_stream_length), (main):
29647         * examples/seeking/cdplayer.c: (update_scale):
29648         * examples/seeking/seek.c: (format_value), (update_scale):
29649         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29650         (stop_seek):
29651         Build fixes on AMD64.
29652
29653 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29654
29655         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29656
29657         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29658         Fix for some v4l cards which hang in v4lsrc
29659
29660 2004-10-25  Wim Taymans  <wim@fluendo.com>
29661
29662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29663         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29664         Make sure to remove the pad when a new chain is
29665         encountered. Set some vars to NULL so we don't try
29666         to reference freed memory.
29667
29668 2004-10-25  Wim Taymans  <wim@fluendo.com>
29669
29670         * examples/seeking/Makefile.am:
29671         * examples/seeking/cdplayer.c: (update_scale):
29672         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29673         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29674         (format_value), (update_scale), (iterate), (start_seek),
29675         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29676         (print_usage), (main):
29677         Added some more examples, update others.
29678
29679 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29680
29681         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29682         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29683         * ext/theora/theoradec.c: (theora_dec_chain):
29684         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29685           Add codec-name metadata.
29686
29687 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29688
29689         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29690
29691         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29692         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29693         * ext/alsa/gstalsamixertrack.h:
29694         * po/POTFILES.in:
29695           ALSA mixer track label internationalization (#154054).
29696
29697 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29698
29699         * ext/theora/theoradec.c: (theora_dec_chain):
29700           Export bitrate as metadata.
29701
29702 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29703
29704         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29705         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29706         * ext/alsa/gstalsamixertrack.h:
29707           Fix names, fix loop.
29708
29709 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29712         (speex_dec_convert):
29713           sinkconvert function so oggdemux can get the file length (totem).
29714
29715 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29716
29717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29718
29719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29720           Don't push incomplete packets.
29721         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29722           Fix MPEG-4 audio typefinding.
29723
29724 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29725
29726         * sys/v4l/Makefile.am:
29727         * sys/v4l/gstv4l.c: (plugin_init):
29728         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29729         (gst_v4lelement_init), (gst_v4lelement_dispose),
29730         (gst_v4lelement_change_state):
29731         * sys/v4l/gstv4lelement.h:
29732         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29733         (gst_v4l_xoverlay_close), (idle_refresh),
29734         (gst_v4l_xoverlay_set_xwindow_id):
29735         * sys/v4l/gstv4lxoverlay.h:
29736         * sys/v4l/v4l-overlay_calls.c:
29737         * sys/v4l/v4l_calls.h:
29738         * sys/v4l2/Makefile.am:
29739         * sys/v4l2/gstv4l2.c: (plugin_init):
29740         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29741         (gst_v4l2element_init), (gst_v4l2element_dispose),
29742         (gst_v4l2element_change_state):
29743         * sys/v4l2/gstv4l2element.h:
29744         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29745         (gst_v4l2_xoverlay_close), (idle_refresh),
29746         (gst_v4l2_xoverlay_set_xwindow_id):
29747         * sys/v4l2/gstv4l2xoverlay.h:
29748         * sys/v4l2/v4l2-overlay_calls.c:
29749         * sys/v4l2/v4l2_calls.h:
29750           Remove client-side overlay handling, use the X-server v4l plugin
29751           for that. Nicer overlay, less code. Also make the plugin
29752           compileable without X (but then without overlay, obviously).
29753           Makes xwindowlistener obsolete, should we remove that?
29754
29755 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29758         (gst_osssrc_src_query):
29759         * sys/oss/gstosssrc.h:
29760           OK, so people want offset in DEFAULT. This time, actually fix all
29761           cases.
29762         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29763           Add FPS properly.
29764
29765 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * gst/asfdemux/gstasfmux.c:
29768         * gst/avi/gstavimux.c:
29769           Framerate.
29770
29771 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29772
29773         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29774           Fix properties (channel, norm, frequency).
29775
29776 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29777
29778         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29779           Flag typo.
29780         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29781           No warnings.
29782
29783 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29784
29785         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29786           Fix hang.
29787
29788 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * sys/v4l2/gstv4l2element.h:
29791           Yet Another Hack (tm) for kernel header borkedness.
29792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29793         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29794         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29795         (gst_v4l2src_change_state):
29796         * sys/v4l2/gstv4l2src.h:
29797         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29798         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29799           Fix caps, keep track of state, work.
29800
29801 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29802
29803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29804           Quiet.
29805
29806 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29809           Don't mix bytes and samples.
29810
29811 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * ext/ogg/gstoggmux.c:
29814           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29815           and theora. Any is incorrect.
29816         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29817           Fix caps.
29818         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29820         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29821         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29822         * sys/v4l/gstv4lmjpegsrc.h:
29823         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29824         (gst_v4lsrc_change_state):
29825         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29826         (gst_v4lmjpegsrc_capture_stop):
29827           Fix caps. Keep track of internal state. Work.
29828
29829 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29830
29831         * ext/Makefile.am:
29832           Fix the build fixes.
29833
29834 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29835
29836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29837         (gst_ogg_demux_src_event), (_find_chain_seek),
29838         (gst_ogg_pad_push):
29839           Check for pad availability before using it.
29840         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29841           Fix parsing of chained ogg. Needs more work on the decoder side.
29842
29843 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29844
29845         * gst/spectrum/Makefile.am:
29846         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29847         (idle_func):
29848           Fix demo and reenable it. Yes, I'm currently playing with audio
29849           analysis tools
29850
29851 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29852
29853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29854           We love it if files that start at zero work too...
29855
29856 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29857
29858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29859           Handle files with missing EOS headers.
29860
29861 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29862
29863         * gst/tcp/gsttcpserversink.c:
29864         (gst_tcpserversink_handle_server_read),
29865         (gst_tcpserversink_init_send):
29866         Zero some variables first (need for accept not to return EINVAL)
29867
29868 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29869
29870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29871         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29872         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29873         (theora_dec_chain):
29874         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29875         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29876           Seeking and querying finetune.
29877
29878 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29879
29880         * configure.ac:
29881         * ext/Makefile.am:
29882         * ext/raw1394/Makefile.am:
29883           fix the build
29884
29885 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29888           Wrong return.
29889         * gst/playback/Makefile.am:
29890         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29891         * gst/playback/gstplay-marshal.list:
29892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29893           Fix marshallers.
29894
29895 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29896
29897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29898           Silence.
29899
29900 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29901
29902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29903         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29904         (gst_ogg_pad_push):
29905           Yay for non-lineair granulepos in theora.
29906
29907 2004-10-18  Wim Taymans  <wim@fluendo.com>
29908
29909         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29910         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29911         * ext/dv/gstdvdec.h:
29912         Make sure we renegotiate aspect ratio when the camera switches.
29913
29914 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29915
29916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29917         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29918           Start at zero.
29919         * ext/theora/theoradec.c: (theora_dec_chain):
29920           Skip headers. Bad idea for chained ogg, but fixes seeking.
29921
29922 2004-10-18  Wim Taymans  <wim@fluendo.com>
29923
29924         * configure.ac:
29925         I swear, this is the last time I touch this.
29926
29927 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29928
29929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29930         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29931         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29932           Faster seeking.
29933         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29934           Time-to-default conversion.
29935         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29936           Don't error on unknown packets, just skip. We should probably
29937           read them if we want to support chained ogg.
29938
29939 2004-10-18  Wim Taymans  <wim@fluendo.com>
29940
29941         * configure.ac:
29942         Added cdaudio to wrong list.
29943
29944 2004-10-18  Wim Taymans  <wim@fluendo.com>
29945
29946         * configure.ac:
29947         Revive cdaudio.
29948
29949 2004-10-18  Wim Taymans  <wim@fluendo.com>
29950
29951         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29952         (gst_dvdec_video_link), (gst_dvdec_push):
29953         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29954         (gst_smokeenc_resync), (gst_smokeenc_chain):
29955         Fix mimetype on smoke encoder.
29956         Add aspect ratio to dvdec. Not sure if these
29957         values are correct though....
29958
29959 2004-10-18  Wim Taymans  <wim@fluendo.com>
29960
29961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29962         Fix vorbis property descriptions and ranges.
29963
29964 2004-10-18  Wim Taymans  <wim@fluendo.com>
29965
29966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29967         Really do nothing when no data is available.
29968         Go to the playing state when the stream is not seekable
29969         instead of failing.
29970
29971 2004-10-18  Wim Taymans  <wim@fluendo.com>
29972
29973         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29974         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29975         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29976         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29977         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29978         Added uri handler for cd://
29979         Port to new API.
29980
29981 2004-10-18  Wim Taymans  <wim@fluendo.com>
29982
29983         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29984         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29985         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29986         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29987         (remove_prerolls), (unknown_type), (add_element_stream),
29988         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29989         (gst_play_base_bin_remove_element),
29990         (gst_play_base_bin_link_stream):
29991         * gst/playback/gstplaybin.c: (gen_video_element),
29992         (gen_vis_element), (remove_sinks), (setup_sinks):
29993         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29994         (gst_stream_info_get_type), (gst_stream_info_class_init),
29995         (gst_stream_info_init), (gst_stream_info_new),
29996         (gst_stream_info_dispose), (stream_info_mute_pad),
29997         (gst_stream_info_set_property), (gst_stream_info_get_property):
29998         * gst/playback/gststreaminfo.h:
29999         Add sink padtemplate to decodebin.
30000         Added some more comments.
30001         Make queue size configurable in playbasebin.
30002         Added possibility to use elements as sinks (ex cdaudio).
30003
30004 2004-10-15  Wim Taymans  <wim@fluendo.com>
30005
30006         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30007         (gst_speexenc_chain):
30008         Fix speex timestamps so that it gets muxed properly.
30009
30010 2004-10-15  Wim Taymans  <wim@fluendo.com>
30011
30012         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30013         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30014         (gst_dv1394src_init), (gst_dv1394src_dispose),
30015         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30016         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30017         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30018         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30019         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30020         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30021         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30022         * ext/raw1394/gstdv1394src.h:
30023         Added conversion/query functions.
30024         Update buffer timestamps,
30025         Added signals.
30026         Added uri dv:// so it might play from the firewire in playbin.
30027         Fix a possible leak.
30028         Added debugging.
30029
30030 2004-10-15  Wim Taymans  <wim@fluendo.com>
30031
30032         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30033         (gst_dv1394src_init), (gst_dv1394src_set_property),
30034         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30035         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30036         * ext/raw1394/gstdv1394src.h:
30037         Added AV/C VTR control support needed for some cameras.
30038         Added automatic port detection.
30039         Added properties for selecting the channel.
30040         The configure.ac script is not yet updated to reflect the
30041         new libavc1394 and librom1394 dependencies.
30042
30043 2004-10-15  Wim Taymans  <wim@fluendo.com>
30044
30045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30046         (qtdemux_parse), (gst_qtdemux_handle_esds):
30047         An esds box is not a container.
30048         Fix parsing of mp4v boxes.
30049         Do not try to renegotiate fps for each frame. Need to
30050         find a better method. This should fix mp4 playback.
30051
30052 2004-10-14  David Schleef  <ds@schleef.org>
30053
30054         * configure.ac: update for swfdec-0.3 and liboil-0.2
30055         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30056         * ext/swfdec/gstswfdec.h: same
30057         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30058         * gst/videotestsrc/videotestsrc.c: same
30059
30060 2004-10-14  Wim Taymans  <wim@fluendo.com>
30061
30062         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30063         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30064         (is_sync_frame), (gst_multifdsink_new_client),
30065         (gst_multifdsink_handle_client_write),
30066         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30067         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30068         Turn warnings into info.
30069         Don't allow a state change in the streaming thread.
30070
30071 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30072
30073         * ext/vorbis/oggvorbisenc.c:
30074         * ext/vorbis/vorbisdec.c:
30075           fix template sample rate
30076
30077 2004-10-13  Wim Taymans  <wim@fluendo.com>
30078
30079         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30080         Decoding the header first fixes some problems in resyncing
30081         in more mp3s.
30082
30083 2004-10-12  Wim Taymans  <wim@fluendo.com>
30084
30085         * gst/playback/gstplaybin.c: (gen_video_element),
30086         (gen_vis_element), (remove_sinks), (setup_sinks):
30087         Added vis plugin support, need to configure the vis
30088         element to activate it.
30089
30090 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30091
30092         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30093         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30094           Some debug.
30095         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30096         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30097         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30098         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30099         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30100         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30101         * gst/avi/gstavidemux.h:
30102           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30103           recovery (where, if part of the index is broken, we will still read
30104           the rest of the index and recover the broken part by stream
30105           scanning). More broken media support. EOS workarounds. General AVI
30106           braindamage headache recovery. Aspirin included.
30107
30108 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30109
30110         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30111         (cdparanoia_event), (cdparanoia_query):
30112           Get rid of hideous lead-in.
30113
30114 2004-10-11  Wim Taymans  <wim@fluendo.com>
30115
30116         * gst/playback/gstplaybasebin.c: (setup_source):
30117         Wrong var used to get g_list_next.
30118
30119 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30120
30121         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30122         (cdparanoia_get), (cdparanoia_open):
30123           Report discid as metadata, add duration.
30124
30125 2004-10-11  Wim Taymans  <wim@fluendo.com>
30126
30127         * gst/playback/gstplaybasebin.c: (setup_source):
30128         Cleanup the previous pipeline a little earlier for the
30129         case that a source element provides raw data.
30130
30131 2004-10-11  Benjamin Otte  <otte@gnome.org>
30132
30133         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30134           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30135           consuming the last 128 bytes, even though it was valid mp3 data.
30136
30137 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30138
30139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30140         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30141         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30142         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30143
30144 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30145
30146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30147         Fix for webcams that support only specific width or height
30148
30149 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30150
30151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30152
30153         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30154           Fix wrong discont event setup (fixes #154967).
30155
30156 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30157
30158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30159
30160         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30161           Error out on invalid data (fixes #154807).
30162
30163 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30164
30165         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30166
30167         * ext/dvdread/dvdreadsrc.c: (_read):
30168           Make titles > 0 work again (fixes #154834).
30169
30170 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30171
30172         * gst-libs/gst/riff/riff-media.c:
30173         (gst_riff_create_video_template_caps):
30174           WMV3 missing in template caps.
30175
30176 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30177
30178         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30179           OK, so the original code was too strict. It makes random AVI files
30180           hang for seconds upon opening, which is unacceptable and is far
30181           beyond the original goal of getting multiple chunks for one-chunk
30182           sounc stream files. So now do just that.
30183
30184 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30185
30186         * gst/playback/gstplaybasebin.c: (setup_source),
30187         (gst_play_base_bin_change_state):
30188           Actually clean up streaminfo if output fails. This would trigger
30189           if, for example, there was no CD in the drive. No preroll, so
30190           a streaminfo structure is created, but the subsequent state change
30191           of the thread fails.
30192         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30193           Don't change state if parent failed.
30194
30195 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30196
30197         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30198         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30199         (gen_video_element), (remove_sinks):
30200           Add small bits of code for screenshot handling.
30201
30202 2004-10-08  Wim Taymans  <wim@fluendo.com>
30203
30204         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30205         (gen_video_element), (gen_audio_element), (setup_sinks):
30206         Don't assume the user provided sinks are named "sink"...
30207
30208 2004-10-08  Wim Taymans  <wim@fluendo.com>
30209
30210         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30211         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30212         (gst_play_base_bin_link_stream):
30213         Do not try to autoplug sources that generate raw streams like
30214         cdparanoia.
30215         disconnect the preroll overrun signal when we don't need it anymore.
30216
30217 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30218
30219         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30220         Added reworked patch from #154903 from milosz derezynski (deadchip).
30221
30222 2004-10-08  Wim Taymans  <wim@fluendo.com>
30223
30224         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30225         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30226         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30227         (cdparanoia_convert), (cdparanoia_uri_get_type),
30228         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30229         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30230         * ext/cdparanoia/gstcdparanoia.h:
30231         This adds the cdda://<tracknum> uri.
30232
30233 2004-10-08  Wim Taymans  <wim@fluendo.com>
30234
30235         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30236         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30237         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30239         (unknown_type), (gst_play_base_bin_remove_element),
30240         (gst_play_base_bin_link_stream):
30241         * gst/playback/gstplaybasebin.h:
30242         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30243         (gst_play_bin_set_property), (gen_video_element),
30244         (gen_audio_element), (setup_sinks):
30245         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30246         (gst_stream_info_get_type), (gst_stream_info_class_init),
30247         (gst_stream_info_init), (gst_stream_info_new),
30248         (gst_stream_info_dispose), (stream_info_mute_pad),
30249         (gst_stream_info_set_property), (gst_stream_info_get_property):
30250         * gst/playback/gststreaminfo.h:
30251         Reuse the audio and video bins.
30252         Some internal cleanups in the stream selection code.
30253
30254 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30255
30256         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30257         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30258         * sys/ximage/ximagesink.h:
30259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30260         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30261         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30262         not coming from those elements. Moreover these elements should not keep
30263         the xid they have been given when in NULL state.
30264
30265 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30266
30267         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30268         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30269         * sys/ximage/ximagesink.h:
30270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30271         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30272         * sys/xvimage/xvimagesink.h:
30273           Actually only create a new toplevel window if we're not gonna
30274           embed it right after.
30275
30276 2004-10-07  Wim Taymans  <wim@fluendo.com>
30277
30278         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30279         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30280         * gst/playback/gstplaybin.c: (setup_sinks):
30281         Implement muting/unmuting of streams, mute streams that are not
30282         used.
30283
30284 2004-10-07  Wim Taymans  <wim@fluendo.com>
30285
30286         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30287         (plugin_init):
30288         Added lame audio/x-ac3 typefind function.
30289
30290 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30291
30292         * configure.ac:
30293           bump nano to cvs
30294
30295 === release 0.8.5 ===
30296
30297 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30298
30299         * NEWS:
30300         * RELEASE:
30301         * configure.ac:
30302           releasing 0.8.5, "Take You On"
30303
30304 2004-10-06  Wim Taymans  <wim@fluendo.com>
30305
30306         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30307         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30308         (no_more_pads), (close_link), (type_found):
30309         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30310         * gst/playback/gstplaybin.c: (gen_video_element):
30311         Do not signal the no_more_pads after the first pad when
30312         we are plugging a non dynamic element with multiple
30313         output pads (like swfdec, dvdec, ...).
30314
30315 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30316
30317         * configure.ac:
30318           bump for prerelease
30319
30320 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30321
30322         * gst/wavparse/gstwavparse.c:
30323           add ATRAC3 to STATIC CAPS to fix a warning
30324
30325         * gst/matroska/ebml-read.c:
30326         * gst-libs/gst/riff/riff-read.c:
30327           fix typos
30328
30329 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30330
30331         * gst-libs/gst/riff/riff-media.c:
30332           generate caps for ATRAC3 audio streams
30333
30334         * gst/realmedia/rmdemux.c:
30335           generate caps for ATRAC3 audio streams
30336
30337 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30338
30339         * gst/wavparse/Makefile.am
30340         * gst/wavparse/riff.h
30341         * gst/wavparse/wavparse.vcproj
30342           riff.h removal (unused and duplication with riff-ids.h)
30343
30344 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30345
30346         * gst/wavparse/gstwavparse.h
30347           remove duplicated defines for audio codec codes
30348
30349         * gst-libs/gst/riff/riff-ids.h
30350         * gst/wavenc/riff.h:
30351           add "4CC" code for ATRAC3 audio streams
30352           add "4CC" code for ITU_G721_ADPCM (unused for now)
30353
30354 2004-10-06  Wim Taymans  <wim@fluendo.com>
30355
30356         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30357         Actually _do_ negotiation. Pass gdouble as arg instead
30358         of guint64 for the framerate.
30359
30360 2004-10-06  Wim Taymans  <wim@fluendo.com>
30361
30362         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30363         (find_compatibles), (close_pad_link), (try_to_link_1),
30364         (no_more_pads), (close_link), (type_found):
30365         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30366         * gst/playback/gstplaybin.c: (gen_video_element),
30367         (gen_audio_element):
30368         Set state on newly added element to READY so that negotiation
30369         can happen ASAP.
30370         Addes some more debug info.
30371         Do not try to plug pads with multiple caps structures or ANY
30372         because it is too dangerous since we do not do dynamic
30373         replugging.
30374
30375 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30376
30377         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30378
30379         * po/LINGUAS:
30380         * po/or.po:
30381           add Oriya translation
30382
30383 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30384
30385         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30386           Prevent overwrite of size member. Makes audio sound crappy.
30387
30388 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30389
30390         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30391         Add rmvb to the list of known RealMedia extensions
30392
30393 2004-10-05  Wim Taymans  <wim@fluendo.com>
30394
30395         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30396         (mngdec_openstream), (mngdec_closestream),
30397         (mngdec_handle_sink_event), (mngdec_readdata),
30398         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30399         (mngdec_getcanvasline), (mngdec_refresh),
30400         (gst_mngdec_change_state):
30401         Set the framerate correctly.
30402
30403 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30404
30405         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30406           There was something wrong with the index massaging.
30407
30408 2004-10-04  Wim Taymans  <wim@fluendo.com>
30409
30410         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30411         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30412         (gst_smokedec_chain):
30413         * ext/jpeg/gstsmokedec.h:
30414         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30415         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30416         * ext/jpeg/gstsmokeenc.h:
30417         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30418         (smokecodec_decode_new), (smokecodec_info_free),
30419         (smokecodec_set_quality), (smokecodec_get_quality),
30420         (smokecodec_set_threshold), (smokecodec_get_threshold),
30421         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30422         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30423         (smokecodec_encode), (smokecodec_parse_id),
30424         (smokecodec_parse_header), (smokecodec_decode):
30425         * ext/jpeg/smokecodec.h:
30426         * ext/jpeg/smokeformat.h:
30427         Updated smoke, new bitstream, allows embedding in ogg.
30428
30429 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30430
30431         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30432           Fix seeking in some files. All this code is no longer needed (and
30433           actually breaks stuff) because we now synchronize the full index
30434           right when reading the header.
30435
30436 2004-10-04  Wim Taymans  <wim@fluendo.com>
30437
30438         * configure.ac:
30439         configure update for libmng.
30440
30441 2004-10-04  Wim Taymans  <wim@fluendo.com>
30442
30443         * ext/libmng/Makefile.am:
30444         * ext/libmng/gstmng.c: (plugin_init):
30445         * ext/libmng/gstmng.h:
30446         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30447         (gst_mngdec_base_init), (gst_mngdec_class_init),
30448         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30449         (gst_mngdec_loop), (gst_mngdec_get_property),
30450         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30451         (mngdec_closestream), (mngdec_handle_sink_event),
30452         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30453         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30454         (gst_mngdec_change_state):
30455         * ext/libmng/gstmngdec.h:
30456         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30457         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30458         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30459         (gst_mngenc_chain), (gst_mngenc_get_property),
30460         (gst_mngenc_set_property):
30461         * ext/libmng/gstmngenc.h:
30462         Added basic MNG decoder. Needs more work. The encoder does
30463         not work yet.
30464
30465 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30468         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30469         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30470           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30471           no-more-pads.
30472
30473 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30474
30475         * configure.ac:
30476           you need at least 1.0.4 of speex
30477
30478 2004-10-04 Iain <iaingnome@gmail.com>
30479
30480         * ext/speex/gstspeexdec.h: Revert the includes changes.
30481
30482         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30483
30484 2004-09-30 Iain <iaingnome@gmail.com>
30485
30486         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30487         found during init or set as a property instead of hardcoding /dev/audio
30488
30489 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30490
30491         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30492         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30493         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30494         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30495         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30496         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30497         (gst_rmdemux_dump_data):
30498           Use debug category, fix EOS handling. filesrc ! rmdemux now
30499           works.
30500
30501 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30502
30503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30504         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30505         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30506           Improve allocation, cutting and sorting of the index. How takes a
30507           few seconds instead of minutes.
30508
30509 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30510
30511         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30512           fixed compilation
30513
30514 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30515
30516         * gst-libs/gst/riff/riff-media.c:
30517         (gst_riff_create_video_caps_with_data),
30518         (gst_riff_create_video_template_caps):
30519           Add wing commander format mimetype/fourccs.
30520         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30521           Don't crash if some value is 0.
30522
30523 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30524
30525         * gst-libs/gst/riff/riff-media.c:
30526         (gst_riff_create_video_caps_with_data),
30527         (gst_riff_create_video_template_caps):
30528           Add DIB fourcc (raw, palettized 8-bit RGB).
30529         * gst-libs/gst/riff/riff-read.c:
30530         (gst_riff_read_strf_vids_with_data):
30531           Oops, fix strf_data reading bug.
30532         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30533           Use a non-NULL tag.
30534         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30535           Time for hacks. Sorry Dave. At least one quicktime movie (a
30536           trailer) that I've encountered contains multiple video tracks.
30537           One of those is the actual video track, the other are one-frame
30538           tracks (images). Unfortunately, the number of frames according
30539           to the trak header is 1 for each, so that doesn't help. So
30540           instead, I look at the duration and discard tracks with a
30541           duration shorter than 20% of the length of the stream. Better
30542           than nothing.
30543
30544 2004-10-01  Christian Schaller <christian@fluendo.com>
30545
30546         * ext/ivorbis/vorbis.c:
30547           Patch from Phil Blundell (Bug 152341)
30548
30549 2004-10-01  Wim Taymans  <wim@fluendo.com>
30550
30551         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30552         (speex_dec_get_formats), (speex_dec_convert),
30553         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30554         (speex_dec_chain), (gst_speexdec_get_property),
30555         (gst_speexdec_set_property):
30556         Small cleanups.
30557
30558 2004-10-01  Wim Taymans  <wim@fluendo.com>
30559
30560         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30561         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30562         (gst_wavparse_other), (gst_wavparse_loop),
30563         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30564         (gst_wavparse_srcpad_event):
30565         * gst/wavparse/gstwavparse.h:
30566         Added some more debugging info.
30567         Fix the case where the length of the file is 0.
30568         Make sure we seek to sample borders.
30569
30570 2004-10-01  Wim Taymans  <wim@fluendo.com>
30571
30572         * gst/playback/README:
30573         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30574         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30575         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30576         Add some debug info to decodebin, update README
30577
30578 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30579
30580         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30581           Don't use g_print(); use GST_DEBUG().
30582
30583 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30584
30585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30586         (gst_ogg_mux_queue_pads):
30587           Handle EOS properly.
30588
30589 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30590
30591         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30592
30593         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30594         (gst_faad_chain), (gst_faad_change_state):
30595         * ext/faad/gstfaad.h:
30596           Allow playback of raw (unframed) MPEG AAC files (#148993).
30597
30598 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30599
30600         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30601
30602         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30603           Throw error if we didn't recognize the stream. Fixes #152289.
30604
30605 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30606
30607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30608           Fix negotiation.
30609
30610 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30611
30612         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30613
30614         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30615           Fix memleak.
30616
30617 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30618
30619         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30620
30621         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30622           Solve #152805.
30623         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30624           Solve 152806.
30625
30626 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30627
30628         * gst-libs/gst/riff/riff-media.c:
30629         (gst_riff_create_video_caps_with_data),
30630         (gst_riff_create_audio_caps_with_data):
30631           Add codec_data handling (like asfdemux used to do).
30632         * gst/asfdemux/gstasf.c: (plugin_init):
30633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30634         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30635           Use riff-media for caps creation instead of our own (mostly
30636           broken) copy of its functions.
30637
30638 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30639
30640         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30641           Don't actually error out if we get another return value than
30642           -EINVAL. Opposite to what I first thought, drivers have random
30643           return values for this, although -EINVAL is the expected return
30644           value. Since this is not fatal, we shouldn't use
30645           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30646
30647 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30648
30649         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30650         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30651         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30652         (dvdreadsrc_get), (dvdreadsrc_open_file),
30653         (dvdreadsrc_change_state):
30654           Fix. Don't do one big huge loop around the whole DVD, that will
30655           cache all data and thus eat sizeof(dvd) (several GB) before we
30656           see something.
30657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30658           Actually NULL'ify event after using it.
30659         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30660         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30661         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30662         (gst_ebml_read_seek), (gst_ebml_read_skip):
30663           Handle events.
30664         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30665         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30666         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30667           Fix timing (this will probably break if I seek using menus, but
30668           I didn't get there yet). VOBs and normal DVDs should now work.
30669           Add a mpeg2-only pad with high rank so this get autoplugged for
30670           MPEG-2 movies.
30671         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30672         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30673         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30674         (gst_mpeg_demux_get_audio_stream),
30675         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30676         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30677           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30678           MPEG-1 but use dvddemux for MPEG-2.
30679         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30680         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30681         (gst_mpeg_parse_parse_packhead):
30682           Timing. Only add pad template if it exists. Add sink template from
30683           class and not from ourselves. This means we will always use the
30684           correct sink template even if it is not the one defined in this
30685           file.
30686
30687 2004-09-29  Wim Taymans  <wim@fluendo.com>
30688
30689         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30690         (gst_mpeg_demux_parse_pes):
30691         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30692         Fix playback of mpeg again, timestamps where screwed up by
30693         patch 1.61.
30694
30695 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30696
30697         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30698           Only return true if we actually filled something in. Prevents
30699           player applications from showing a random length for flac files.
30700         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30701         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30702         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30703         (gst_riff_read_strf_vids_with_data),
30704         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30705           OK, ok, so I implemented event handling. Apparently it's normal
30706           that we receive random events at random points without asking
30707           for it.
30708         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30709         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30710         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30711         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30712         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30713         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30714         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30715         * gst/avi/gstavidemux.h:
30716           Implement non-lineair chunk handling and subchunk processing.
30717           The first solves playback of AVI files where the audio and video
30718           data of individual buffers that we read are not synchronized.
30719           This should not happen according to the wonderful AVI specs, but
30720           of course it does happen in reality. It is also a prerequisite for
30721           the second. Subchunk processing allows us to cut chunks in small
30722           pieces and process each of these pieces separately. This is
30723           required because I've seen several AVI files with incredibly large
30724           audio chunks, even some files with only one audio chunk for the
30725           whole file. This allows for proper playback including seeking.
30726           This patch is supposed to fix all AVI A/V sync issues.
30727         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30728         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30729           Work.
30730         * gst/modplug/gstmodplug.cc:
30731           Proper return value setting for the query() function.
30732         * gst/playback/gstplaybasebin.c: (setup_source):
30733           Being in non-playing state (after, e.g., EOS) is not necessarily
30734           a bad thing. Allow for that. This fixes playback of short files.
30735           They don't actually playback fully now, because the clock already
30736           runs. This means that small files (<500kB) with a small length
30737           (<2sec) will still not or barely play. Other files, such as mod
30738           or flx, will work correctly, however.
30739
30740 2004-09-28  Wim Taymans  <wim@fluendo.com>
30741
30742         * ext/speex/gstspeex.c: (plugin_init):
30743         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30744         (gst_speex_dec_class_init), (speex_dec_get_formats),
30745         (speex_get_event_masks), (speex_get_query_types),
30746         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30747         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30748         (gst_speexdec_get_property), (gst_speexdec_set_property),
30749         (speex_dec_change_state):
30750         * ext/speex/gstspeexdec.h:
30751         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30752         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30753         (gst_speexenc_base_init), (gst_speexenc_class_init),
30754         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30755         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30756         (gst_speexenc_src_query), (gst_speexenc_init),
30757         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30758         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30759         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30760         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30761         (gst_speexenc_chain), (gst_speexenc_get_property),
30762         (gst_speexenc_set_property), (gst_speexenc_change_state):
30763         * ext/speex/gstspeexenc.h:
30764         Rewrote speex encoder, make sure it can be embedded in ogg.
30765         Implemented speex decoder.
30766
30767 2004-09-28  Christian Schaller <christian@fluendo.com>
30768
30769         * configure.ac:
30770         Remove kioslave plugin. Markey is brewing a new working one
30771         * ext/Makefile.am: Remove kioslave plugin
30772         * ext/kio: remove
30773         * gst-plugins.spec.in: remove kio plugin from spec
30774
30775 2004-09-27  Wim Taymans  <wim@fluendo.com>
30776
30777         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30778         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30779         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30780         (gst_multifdsink_new_client),
30781         (gst_multifdsink_handle_client_write),
30782         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30783         (gst_multifdsink_handle_clients):
30784         * gst/tcp/gstmultifdsink.h:
30785         Make syncing to keyframes actually work for new clients and lagging
30786         clients.
30787
30788 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30789
30790         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30791         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30792         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30793         * gst/debug/gstnavigationtest.h:
30794           make navigationtest display button-press and button-release events
30795
30796 2004-09-26 Iain <iaingnome@gmail.com>
30797
30798         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30799         the channels have received a new media event.
30800         (interleave_buffered_loop): Compresses a new media event on all
30801         channels into one.
30802
30803 2004-09-26 Iain <iaingnome@gmail.com>
30804
30805         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30806         call the sinkpad's default event handler and not the srcpads. He also
30807         says this is confusing :)
30808         (gst_wavenc_stop_file): Company says that seek events only go upstream
30809         we should send a discontinuous downstream instead.
30810
30811 2004-09-25  Christian Schaller <christian@fluendo.com>
30812
30813         * Update SPEC file to be usable in conjunction with Fedora Core,
30814           Fedora.us and freshrpms packages
30815         * Fix typo in multifilesrc test Makefile
30816
30817 2004-09-24  Wim Taymans  <wim@fluendo.com>
30818
30819         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30820         Only signal the no_more_pads signal when we have
30821         added the stream to our list.
30822
30823 2004-09-24  Wim Taymans  <wim@fluendo.com>
30824
30825         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30826         (new_decoded_pad):
30827         * gst/playback/gstplaybasebin.h:
30828         * gst/playback/gstplaybin.c: (setup_sinks):
30829         Don't try to preroll or decode more than one audio/video
30830         track.
30831
30832 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30833
30834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30835           Throw error if we failed to find a suitable output. This should
30836           throw an error if we successfully set up a pipeline (e.g. because
30837           we recognized a media file) but found no decodable streams in it
30838           (e.g. because it contains only media stream types for which we
30839           have no decoders, or because it's not a media type).
30840
30841 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30842
30843         * ext/dirac/Makefile.am:
30844         * ext/dirac/gstdirac.cc:
30845         * ext/dirac/gstdiracdec.cc:
30846         * ext/dirac/gstdiracdec.h:
30847           Do something. Don't actually know if this works because I don't
30848           have a demuxer yet.
30849         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30850           Add channels=1 to caps returned from _getcaps().
30851         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30852         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30853         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30854         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30855         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30856         (gst_ogm_parse_change_state):
30857           Separate between audio/video so ogmaudioparse actually uses the
30858           audio pad templates. Both audio and video work now, including
30859           autoplugging. Also use sometimes-srcpad hack.
30860         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30861           Handle events better. Don't hang on infinite loops.
30862         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30863         (gst_avi_demux_init), (gst_avi_demux_reset),
30864         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30865         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30866         (gst_avi_demux_change_state):
30867         * gst/avi/gstavidemux.h:
30868           Improve A/V sync. Still not perfect.
30869         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30870         (gst_ebml_read_skip):
30871           Handle events better.
30872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30873         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30874         (qtdemux_audio_caps):
30875           Add IMA4. Improve event handling. Save offset after a seek when
30876           the headers are at the end of the file so that we don't end up in
30877           an infinite loop.
30878         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30879           Add low-priority typefind support for files with no length.
30880
30881 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30882
30883         * testsuite/multifilesink/Makefile.am:
30884         fix typo
30885
30886 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30887
30888         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30890         mistakes from thaytan's patches.
30891
30892 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30893
30894         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30895           For completeness, XSync in the destroy function as xvimage does.
30896
30897 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30898
30899         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30900            Correct caps negotiation
30901         * gst/volume/gstvolume.c: (volume_chain_float),
30902         (volume_chain_int16):
30903            Modify debug output to be little more informative
30904         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30906         (gst_xvimagesink_xvimage_destroy):
30907           Add XSync calls after detaching from the shared memory segment to
30908           avoid a crash.
30909
30910 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30911
30912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30913         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30914         * ext/vorbis/vorbis.c: (plugin_init):
30915         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30916         (gst_vorbisenc_chain):
30917         * ext/vorbis/vorbisenc.h:
30918         remove explicit newmedia support from oggmux and vorbisenc
30919         add debug category to vorbisenc
30920         * gst/multifilesink/gstmultifilesink.c:
30921         (gst_multifilesink_class_init), (gst_multifilesink_init),
30922         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30923         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30924         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30925         (plugin_init):
30926         * gst/multifilesink/gstmultifilesink.h:
30927         add support for streamheader in multifilesink
30928
30929 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30930
30931         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30932         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30933         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30934           Prevent infinite loops. More correct error reporting.
30935         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30936           Error out if negotiation fails.
30937         * gst/playback/gstplaybasebin.c: (setup_source),
30938         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30939         (gst_play_base_bin_found_tag):
30940           Error/tag forwarding. Pre-roll fixes for source errors on state
30941           changes (e.g. "file does not exist") to prevent hangs.
30942
30943 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30944
30945         * testsuite/multifilesink/Makefile.am:
30946         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30947         (gst_newmedia_class_init), (gst_newmedia_init),
30948         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30949         (newfile_signal), (test_signal), (main):
30950         * testsuite/multifilesink/multifilesrc_test.c: (main):
30951         * testsuite/multifilesink/oggtheora_test.c:
30952         (gst_newmedia_base_init), (gst_newmedia_class_init),
30953         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30954         (test_format), (newfile_signal), (test_signal), (main):
30955         * testsuite/multifilesink/oggvorbis_test.c:
30956         (gst_newmedia_base_init), (gst_newmedia_class_init),
30957         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30958         (test_format), (newfile_signal), (test_signal), (main):
30959         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30960         (gst_newmedia_class_init), (gst_newmedia_init),
30961         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30962         (newfile_signal), (test_signal), (main):
30963         New media tests
30964
30965 2004-09-20  Christian Schaller <christian@fluendo.com>
30966
30967         * Fix mikmod license to LGPL as they have relicensed
30968         * Move Dirac and Effectv into LGPL section of README_license
30969
30970 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30971
30972         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30973         (gst_mad_change_state):
30974           Allow for mp3 rate/channels changes. However, only very
30975           conservatively. Reason that we *have* to enable this is smiply
30976           because the mad find_sync() function is not good enough, it will
30977           regularly sync on random data as valid frames and therefore make
30978           us provide random caps as *final* caps of the stream. The best fix
30979           I could think of is to simply require several of the same stream
30980           changes in a row before we change caps.
30981           The actual testcase that works now is #
30982         * ext/ogg/Makefile.am:
30983         * ext/ogg/gstogg.c: (plugin_init):
30984         * ext/ogg/gstogmparse.c:
30985           OGM support (video only for now; I need an audio sample file).
30986         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30987         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30988         (gst_asf_demux_add_video_stream):
30989           WMV extradata.
30990         * gst/playback/gstplaybasebin.c: (unknown_type):
30991           Don't error out on single unknown-types after all. It's wrong.
30992           If we found type of video and audio but not of a subtitle stream,
30993           it will still error out (which is unwanted). Will find a better fix
30994           later on.
30995         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30996         (ogmaudio_type_find), (plugin_init):
30997           OGM support.
30998
30999 2004-09-20  Johan Dahlin  <johan@gnome.org>
31000
31001         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31002         after setting caps.
31003
31004 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31005
31006         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31007         * gst/wavenc/gstwavenc.h:
31008         Added newmedia support to wavenc
31009
31010 2004-09-17  Wim Taymans  <wim@fluendo.com>
31011
31012         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31013         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31014         (gst_fdset_fd_can_write), (gst_fdset_wait):
31015         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31016         (gst_multifdsink_init), (gst_multifdsink_add),
31017         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31018         (gst_multifdsink_remove_client_link),
31019         (gst_multifdsink_client_queue_buffer),
31020         (gst_multifdsink_handle_client_write),
31021         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31022         (gst_multifdsink_close), (gst_multifdsink_change_state):
31023         * gst/tcp/gstmultifdsink.h:
31024         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31025         (gst_tcpserversink_removed):
31026         Small cleanups in fdset.c
31027         Use a hastable to map fd to the client structure for faster
31028         lookup in _remove and get_stats.
31029         Added virtual function to close the fds.
31030         Handle clients even when the select/poll call was unblocked because
31031         of a command.
31032         Implement syncing to keyframe in the recovery procedure.
31033
31034 2004-09-16 Iain <iaingnome@gmail.com>
31035
31036         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31037         try caps.
31038
31039 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31040
31041         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31042           Caps are only set if the type of the stream is unknown, but this
31043           is initialized in ->init_stream(), so set to UNKNOWN after calling
31044           ->init_stream() so that capsnego starts.
31045
31046 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31047
31048         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31049         (gst_avi_demux_stream_data):
31050           Just hardcode for raw audio then. AVI audio sucks.
31051
31052 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31053
31054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31055         * gst/matroska/matroska-mux.c: (audiosink_templ),
31056         (gst_matroska_mux_audio_pad_link):
31057         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31058         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31059
31060 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31063         (gst_avi_demux_stream_data):
31064           Try to fix a/v sync issues.
31065
31066 2004-09-15  David Schleef  <ds@schleef.org>
31067
31068         * configure.ac: remove NASM check, since we don't use it.  Update
31069         dirac check to 0.4
31070         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31072         Initialized variables.
31073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31074         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31075         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31076         SVQ3 format
31077
31078 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31079
31080         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31081         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31082         * gst/avi/gstavidemux.h:
31083           Fix for compressed audio (mp3) timestamp generation. How did this
31084           ever work?
31085
31086 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31087
31088         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31089           Volume is a double not a float.
31090
31091 2004-09-15  Wim Taymans  <wim@fluendo.com>
31092
31093         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31094         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31095         Don't close the fd in multifdsink as we didn't open it in the
31096         first place. Some cleanups.
31097
31098 2004-09-15  Wim Taymans  <wim@fluendo.com>
31099
31100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31102         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31103         Fix the case where the muxer would mark pages as delta
31104         frames when they are not (vorbis only ogg).
31105
31106 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31107
31108         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31109         (gst_play_base_bin_change_state):
31110           Handle the case where we failed to setup a clear pipeline. This
31111           will throw an error (or EOS, another nice case) and if you don't
31112           catch that, the app will wait for the signal forever (and thus
31113           hang).
31114
31115 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31116
31117         * ext/gnomevfs/gstgnomevfssink.c:
31118         (gst_gnomevfssink_uri_get_protocols):
31119         * ext/gnomevfs/gstgnomevfssrc.c:
31120         (gst_gnomevfssrc_uri_get_protocols):
31121         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31122         * ext/gnomevfs/gstgnomevfsuri.h:
31123           Use _uri_new() instead of _open(), so it doesn't take as long and
31124           Christophe's computer won't hang.
31125         * gst/playback/gstplaybasebin.c: (unknown_type):
31126           Throw error on unknown media type, so apps actually display it.
31127
31128 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31129
31130         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31131           this script to work on Solaris since bash shell handles echo
31132           differenly than bash.
31133
31134 2004-09-17  Wim Taymans  <wim@fluendo.com>
31135
31136         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31137         (setup_source), (gst_play_base_bin_set_property),
31138         (gst_play_base_bin_add_element):
31139         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31140         Some more work on making sure seeking pauses the pipeline and
31141         that changing the uri actually does something.
31142
31143 2004-09-17  Wim Taymans  <wim@fluendo.com>
31144
31145         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31147         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31148         (gst_tcpserversink_close):
31149         Be a bit more paranoid when freeing memory.
31150
31151 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31152
31153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31154         (qtdemux_parse_trak):
31155           Don't crash by dividing by zero (see sample movie in #126922).
31156
31157 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31158
31159         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31160           Don't touch non-existing data (fixes crash on file in #140147).
31161
31162 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31163
31164         * gst/playback/gstplaybasebin.c:
31165         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31166           Handle double disposals, and proper change of URIs.
31167
31168 2004-09-13  Martin Eikermann <meiker@upb.de>
31169
31170         * gst/mpegstream/gstmpegparse.c:
31171           fix synchronistation for streams recorded from digital PCR
31172           fixes bug #119376
31173
31174 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31175
31176         * ext/gnomevfs/Makefile.am:
31177         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31178         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31179         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31180         (gst_gnomevfssink_uri_get_type),
31181         (gst_gnomevfssink_uri_get_protocols),
31182         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31183         (gst_gnomevfssink_uri_handler_init),
31184         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31185         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31186         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31187         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31188         (gst_gnomevfssrc_uri_get_type),
31189         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31190         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31191         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31192         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31193         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31194         * ext/gnomevfs/gstgnomevfsuri.h:
31195           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31196           of fake URIs to see which this version of Gnome-VFS likes, and
31197           uses that for the Gst-URI interface. Makes playbin support http://
31198           streams. Also fix up some stupid behaviour in gnomevfssrc.
31199
31200 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31201
31202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31203         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31204         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31205         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31206           Update mixer (to sync with other sessions) if we try to obtain
31207           a new value. This makes alsamixer work accross applications.
31208         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31209           Only call sync functions if we're running, else alsalib asserts.
31210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31211           Sometimes fails to compile. Possibly a gcc bug.
31212         * gst/playback/gstplaybin.c: (gen_video_element),
31213         (gen_audio_element):
31214           Add a reference to an application-provided object, because we lose
31215           this same reference if we add it to the bin. If we don't do this,
31216           we can only use this object once and thus crash if we go from
31217           ready to playing, back to ready and back to playing again.
31218           Also add an audioscale element because several cheap soundcards -
31219           like mine - don't support all samplerates.
31220         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31221         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31222           Fix wrong order or PAR calls. Makes automatically obtained PAR
31223           from the X server atually being used.
31224
31225 2004-09-12  David Schleef  <ds@schleef.org>
31226
31227         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31228         #151887, #152102, #152247.
31229         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31230         * examples/seeking/cdparanoia.c: same
31231         * examples/seeking/cdplayer.c: same
31232         * examples/seeking/seek.c: same
31233         * examples/seeking/spider_seek.c: same
31234         * examples/seeking/vorbisfile.c: same
31235         * examples/stats/mp2ogg.c: same
31236         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31237         (gst_esdsink_dispose): Dispose of element properly.
31238         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31239         fixes.
31240         * ext/nas/nassink.c: (gst_nassink_class_init),
31241         (gst_nassink_dispose): Dispose of element correctly.
31242         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31243         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31244         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31245         Fix 64-bit warning.
31246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31247         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31248         Fix 64-bit warning.
31249
31250 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31251
31252         * configure.ac : change speex detection as 1.1.6 now uses
31253           .pc/pkg-config and they changed their headers location.
31254
31255 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31256
31257         * gst/matroska/matroska-mux.h:
31258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31259         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31260         (gst_matroska_mux_write_data):
31261           Write multiple blocks/frames per cluster.
31262                 Write meta-seek information (seek heads).
31263
31264 2004-09-09  Scott Wheeler <wheeler@kde.org>
31265
31266         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31267         (gst_play_bin_set_property), (gst_play_bin_get_property),
31268         (gen_audio_element), (gen_audio_element):
31269           Add a volume element / property to the pipeline.
31270
31271 2004-09-07  Wim Taymans  <wim@fluendo.com>
31272
31273         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31274         Copy timestamps from the master pad to the output buffers.
31275
31276 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31277
31278         * ext/raw1394/gstdv1394src.c:
31279           throw errors when applicable
31280
31281 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31282
31283         * gst/matroska/ebml-ids.h:
31284         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31285         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31286         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31287           automatically convert unix time <-> ebml time when reading/writing
31288           a date, use gst_ebml_write_uint to write CUETIME,
31289           not gst_ebml_write_date.
31290         * gst/matroska/matroska-ids.h:
31291         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31292         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31293         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31294         (gst_matroska_mux_write_data):
31295           Write track and segment UIDs, write muxing date, write
31296           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31297           Create cues for audio only files.
31298
31299 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31300
31301         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31302         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31303           Re-commit ALSA switches.
31304         * gst/adder/gstadder.c: (gst_adder_loop):
31305           64-bit fix (#151416).
31306         * gst/debug/progressreport.c: (gst_progressreport_report):
31307           64-bit fix (#151419).
31308         * gst/matroska/matroska-demux.c:
31309         (gst_matroska_demux_parse_contents):
31310           64-bit fix (#151420).
31311         * gst/playback/test3.c: (update_scale):
31312           64-bit fix (#151421).
31313
31314 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31315
31316         * configure.ac:
31317           bump nano to cvs
31318
31319 === release 0.8.4 ===
31320
31321 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31322
31323         * configure.ac: releasing 0.8.4, "Alias"
31324
31325 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31326
31327         * ext/theora/Makefile.am:
31328           fix makefile.  Fixes #151462.
31329
31330 2004-08-30  Wim Taymans  <wim@fluendo.com>
31331
31332         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31334         (gst_multifdsink_remove_client_link),
31335         (gst_multifdsink_client_queue_buffer),
31336         (gst_multifdsink_handle_client_write):
31337         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31338         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31339         Fix some memory leaks.
31340
31341 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31342
31343         Patch by: David Schleef
31344
31345         * configure.ac:
31346         * sys/Makefile.am:
31347           rename our detection macro for V4L2.  Fixes #151236.
31348
31349 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31350
31351         Patch by: David Schleef
31352
31353         * configure.ac:
31354           check to define LAMEPRESET.  Fixes #151232.
31355
31356 2004-08-27  David Schleef  <ds@schleef.org>
31357
31358         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31359         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31360         (gst_glimagesink_fixate):  Move local variable declarations to
31361         make gcc-2.95 happy.
31362
31363 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31364
31365         * configure.ac:
31366           bump nano for prerelease
31367
31368 2004-08-27  David Schleef  <ds@schleef.org>
31369
31370         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31371         * sys/sunaudio/gstsunaudiosrc.c:
31372         * sys/sunaudio/gstsunaudiosrc.h:
31373
31374 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31375
31376         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31377         handle EOS correctly
31378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31379         * gst/matroska/matroska-mux.h:
31380         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31381         VFW compatibility mode
31382
31383 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31384
31385         patch by: Zaheer Abbas Merali
31386
31387         * ext/ogg/gstoggmux.c:
31388         * ext/vorbis/vorbisenc.c:
31389         * ext/vorbis/vorbisenc.h:
31390           handle NEWMEDIA
31391
31392 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31393
31394         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31395         fix byte order reversion on little endian machines.
31396         * gst/matroska/matroska-mux.c: (audiosink_templ),
31397         (gst_matroska_mux_audio_pad_link):
31398         add TTA codec to the list of supported codecs.
31399         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31400         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31401         (gst_matroska_mux_write_data):
31402         * gst/matroska/matroska-mux.h:
31403         write segment duration correctly, write muxing app string, fixes bugs
31404         #140897 and #140898.
31405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31406         wait for all pads to be negotiated before starting to mux.
31407
31408 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31409
31410         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31411         * ext/lame/gstlame.h:
31412         Added new media support to lame
31413
31414 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31415
31416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31417         send vorbis headers at the beginning of a stream, fixes bug #141554.
31418         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31419         bug #148950.
31420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31421         (gst_matroska_demux_plugin_init):
31422         * gst/matroska/matroska-ids.h:
31423         enable demuxing of TTA audio streams, fixes bug #148951.
31424         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31425         enable typefinding for TTA audio files, fixes bug #148711.
31426         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31427         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31428         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31429
31430 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31431
31432         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31433         (gst_riff_read_element_data), (gst_riff_read_seek),
31434         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31435         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31436         <teuf@gnome.org>
31437
31438 2004-08-23 Iain <iaingnome@gmail.com>
31439
31440         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31441         tags. They appear to be handled differently to normal.
31442         (tag_list_to_id3_tag_foreach): Ditto.
31443
31444 2004-08-22  Wim Taymans  <wim@fluendo.com>
31445
31446         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31447         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31448         Make sure we never send -1 granulepos.
31449
31450 2004-08-20  Wim Taymans  <wim@fluendo.com>
31451
31452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31453         (gst_ogg_mux_loop):
31454         I will accept bitchslappings with non sharp objects.
31455
31456 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31457
31458         * configure.ac:
31459         Clean up the test for lame presets
31460
31461 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31462
31463         * configure.ac:
31464         * ext/lame/Makefile.am:
31465         * ext/lame/gstlame.c: (gst_lame_class_init),
31466         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31467         Only enable lame presets if version of lame has presets in API
31468
31469 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31470         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31471         * gst/udp/gstudpsrc.h:
31472           Don't call gst_pad_push in a get function. Fixes #150449
31473
31474 2004-08-18  Wim Taymans  <wim@fluendo.com>
31475
31476         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31477         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31478         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31479         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31480         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31481         (gst_fdset_wait):
31482         * gst/tcp/gstfdset.h:
31483         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31484         (gst_multifdsink_client_queue_buffer),
31485         (gst_multifdsink_handle_client_write):
31486         * gst/tcp/gstmultifdsink.h:
31487         Some extra checks in gstfdset.
31488         Only use send() when the fd is a socket. Don't try to
31489         read from write only fds.
31490
31491 2004-08-18  Wim Taymans  <wim@fluendo.com>
31492
31493         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31494         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31495         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31496         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31497         (gst_fdset_wait):
31498         Add more locking and bounds checking.
31499
31500 2004-08-18  Wim Taymans  <wim@fluendo.com>
31501
31502         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31503         Realloc test fdset in the lock and right before starting
31504         the poll call. Bump the limit to 4096.
31505
31506 2004-08-17  David Schleef  <ds@schleef.org>
31507
31508         * sys/sunaudio/Makefile.am:
31509         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31510         of rates and channels.  Make debugging less obnoxious.
31511
31512         Patch from Balamurali Viswanathan implementing a mixer for
31513         Sun audio.  (bug #144091):
31514         * sys/sunaudio/gstsunelement.c:
31515         * sys/sunaudio/gstsunelement.h:
31516         * sys/sunaudio/gstsunmixer.c:
31517         * sys/sunaudio/gstsunmixer.h:
31518
31519 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31520
31521         * gst/audioscale/gstaudioscale.c:
31522         * gst/audioscale/gstaudioscale.h:
31523         made audioscale resample from any sample rate to any sample rate
31524
31525 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31526
31527         * ext/libpng/gstpngdec.c:
31528           error out on unsupported types
31529
31530 2004-08-17  Iain <iaingnome@gmail.com>
31531
31532         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31533         mid_side and loose_mid_side properties if its a stereo stream.
31534
31535 2004-08-17  Wim Taymans  <wim@fluendo.com>
31536
31537         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31538         (theora_get_formats), (theora_dec_src_convert),
31539         (theora_dec_sink_convert), (theora_dec_src_query),
31540         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31541         Add a debug line.
31542
31543 2004-08-17  Wim Taymans  <wim@fluendo.com>
31544
31545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31546         (gst_ogg_pad_push):
31547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31548         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31549         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31550         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31551         Mark delta units in the muxer.
31552         Try to decode the packet after an out-of-sync error from
31553         libogg.
31554
31555 2004-08-17  Wim Taymans  <wim@fluendo.com>
31556
31557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31558         (gst_multifdsink_init), (gst_multifdsink_add),
31559         (gst_multifdsink_client_queue_buffer),
31560         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31561         * gst/tcp/gstmultifdsink.h:
31562         Added option to send a keyframe to clients as the first buffer.
31563         Make timeout property writable.
31564
31565 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31566
31567         patch by: Wim Taymans
31568
31569         * gst/tcp/gstfdset.c:
31570         * gst/tcp/gstmultifdsink.c:
31571           fix index comparison, should include 0
31572
31573 2004-08-16  Wim Taymans  <wim@fluendo.com>
31574
31575         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31576         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31577         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31578         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31579         (gst_fdset_wait):
31580           copy when reallocing for poll so the select arguments don't get
31581           changed during the call
31582
31583 2004-08-16  Wim Taymans  <wim@fluendo.com>
31584
31585         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31586         (gst_theora_enc_class_init), (theora_enc_sink_link),
31587         (theora_buffer_from_packet), (theora_enc_chain):
31588         Fix bug where buffers were not marked as keyframes
31589         correctly.
31590
31591 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31592
31593         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31594         (gst_lame_preset_get_type), (gst_lame_class_init):
31595         describe the enum values for vbr mode and presets more verbosely
31596
31597 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31598
31599         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31600         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31601         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31602         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31603         * ext/lame/gstlame.h:
31604         add preset property to lame so it can use lame presets
31605
31606 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31607
31608         * ext/lame/gstlame.c: (gst_lame_get_property):
31609         whoops forgot break, thanks teuf
31610
31611 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31612
31613         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31614         (gst_lame_class_init), (gst_lame_src_getcaps),
31615         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31616         (gst_lame_get_property), (gst_lame_setup):
31617         * ext/lame/gstlame.h:
31618         fix lame's broken vbr stuff, allow it to resample if need be, and also
31619         make xing header optional
31620
31621 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31622
31623         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31624         added getcaps function so samplerate doesnt get fixated to silly values
31625
31626 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31627
31628         * ext/lame/gstlame.c: (gst_lame_src_link):
31629         revert previous fix
31630
31631 2004-08-12  Johan Dahlin  <johan@gnome.org>
31632
31633         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31634         checks. Doesn't matter what state we are in. Interfaces are a
31635         compile time thing, not runtime. It also broke the python bindings.
31636
31637 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31638
31639         * ext/lame/gstlame.c: (gst_lame_src_link):
31640         made source pad link function check if sinkpad is ok..fixes the problem
31641         where core fixates the output rate of lame stupidly
31642
31643 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31644
31645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31646         * sys/v4l/v4l_calls.c:
31647         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31648           fix fixate function to handle nonsimple caps.
31649           remove bogus check in _link
31650           cleanups
31651
31652 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31653
31654         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31655         set default compression ratio parameter to 0.0 so bitrate parameter
31656         works :)
31657
31658 2004-08-11  David Schleef  <ds@schleef.org>
31659
31660         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31661
31662 2004-08-11  David Schleef  <ds@schleef.org>
31663
31664         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31665         before.
31666
31667 2004-08-11  David Schleef  <ds@schleef.org>
31668
31669         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31670
31671 2004-08-11  David Schleef  <ds@schleef.org>
31672
31673         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31674           license field
31675         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31676         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31677           LGPL.
31678         * gst/auparse/gstauparse.c: Fix plugin license field.
31679         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31680         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31681         * gst/rtp/gstrtp.c: Fix plugin license field.
31682
31683 2004-08-11  Wim Taymans  <wim@fluendo.com>
31684
31685         * gst/tcp/Makefile.am:
31686         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31687         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31688         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31689         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31690         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31691         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31692         (gst_fdset_fd_can_write), (gst_fdset_wait):
31693         * gst/tcp/gstfdset.h:
31694         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31695         (gst_multifdsink_class_init), (gst_multifdsink_init),
31696         (gst_multifdsink_add), (gst_multifdsink_remove),
31697         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31698         (gst_multifdsink_remove_client_link),
31699         (gst_multifdsink_handle_client_read),
31700         (gst_multifdsink_client_queue_data),
31701         (gst_multifdsink_client_queue_caps),
31702         (gst_multifdsink_client_queue_buffer),
31703         (gst_multifdsink_handle_client_write),
31704         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31705         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31706         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31707         (gst_multifdsink_close):
31708         * gst/tcp/gstmultifdsink.h:
31709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31710         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31711         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31712         (gst_tcpserversink_close):
31713         * gst/tcp/gsttcpserversink.h:
31714         Abstracted away the select call, implemented poll (yes we ran into
31715         the 1024 limit in production).
31716
31717 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31718
31719         * gst/tcp/gsttcp.c:
31720         * gst/tcp/gsttcpplugin.c:
31721           improve debuggging, remove assert
31722
31723 2004-08-10  Wim Taymans  <wim@fluendo.com>
31724
31725         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31726         (gst_client_status_get_type), (gst_multifdsink_class_init),
31727         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31728         (gst_multifdsink_handle_client_read),
31729         (gst_multifdsink_handle_client_write),
31730         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31731         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31732         (gst_multifdsink_get_property):
31733         * gst/tcp/gstmultifdsink.h:
31734         * gst/tcp/gsttcp-marshal.list:
31735         Starting to prepare for specifying buffer time in other units
31736         than buffers. Expose remove reason in signal.
31737
31738 2004-08-10  Wim Taymans  <wim@fluendo.com>
31739
31740         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31741         (gst_multifdsink_remove), (gst_multifdsink_clear),
31742         (gst_multifdsink_remove_client_link),
31743         (gst_multifdsink_handle_client_read),
31744         (gst_multifdsink_client_queue_data),
31745         (gst_multifdsink_client_queue_buffer),
31746         (gst_multifdsink_handle_client_write),
31747         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31748         (gst_multifdsink_chain), (gst_multifdsink_close):
31749         * gst/tcp/gstmultifdsink.h:
31750         Added more debugging info. Changed the way clients are
31751         removed from the lists. Fixed a bug where a bad file descriptor
31752         could cause many clients to be removed.
31753
31754 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31755
31756         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31757           allow all pixel-aspect-ratios, not just 1:1
31758
31759 2004-08-09  David Schleef  <ds@schleef.org>
31760
31761         * sys/glsink/ARB_multitexture.h:  Remove old files.
31762         * sys/glsink/EXT_paletted_texture.h:
31763         * sys/glsink/NV_register_combiners.h:
31764         * sys/glsink/gstgl_nvimage.c:
31765         * sys/glsink/gstgl_pdrimage.c:
31766         * sys/glsink/gstgl_rgbimage.c:
31767         * sys/glsink/gstglsink.c:
31768         * sys/glsink/gstglsink.h:
31769         * sys/glsink/gstglxwindow.c:
31770         * sys/glsink/regcomb_yuvrgb.c:
31771
31772 2004-08-09  David Schleef  <ds@schleef.org>
31773
31774         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31775         GL sink plugin.  (Bug #147302)
31776
31777         * configure.ac: Test for OpenGL
31778         * sys/Makefile.am: Use test for OpenGL
31779         * sys/glsink/Makefile.am:
31780         * sys/glsink/glimagesink.c: rewrite
31781         * sys/glsink/glimagesink.h: rewrite
31782
31783 2004-08-09  David Schleef  <ds@schleef.org>
31784
31785         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31786         sane framerates.
31787         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31789         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31790
31791 2004-08-09  Wim Taymans  <wim@fluendo.com>
31792
31793         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31794         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31795         (gst_multifdsink_client_remove),
31796         (gst_multifdsink_handle_client_read),
31797         (gst_multifdsink_handle_client_write),
31798         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31799         Do a bit more logging, make the client_read code more robust.
31800
31801 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31802
31803         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31804         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31805         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31806         (gst_jpegdec_init), (gst_jpegdec_chain):
31807         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31808         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31809           cleanups, debugging fixes and memleak plugging
31810
31811 2004-08-09  Wim Taymans  <wim@fluendo.com>
31812
31813         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31814         (theora_get_formats), (theora_dec_src_convert),
31815         (theora_dec_sink_convert), (theora_dec_src_query),
31816         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31817         (theora_dec_change_state):
31818         Don't crash on missing header packets.
31819
31820 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31821
31822         * po/LINGUAS:
31823         * po/sq.po:
31824           Added Albanian translation (Laurent Dhima)
31825         * po/cs.po:
31826           updated
31827
31828 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31829
31830         * ext/lame/gstlame.c:
31831           fix/add debugging
31832
31833 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * sys/ximage/ximagesink.c:
31836         * sys/xvimage/xvimagesink.c:
31837           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31838
31839 2004-08-06  Wim Taymans  <wim@fluendo.com>
31840
31841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31842         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31843         (gst_multifdsink_client_remove),
31844         (gst_multifdsink_handle_client_read),
31845         (gst_multifdsink_handle_client_write),
31846         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31847         Make sure we don't try to read more from a client that what
31848         ioctl says us or we deadlock.
31849
31850 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31851
31852         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31853         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31854         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31855           decouple running_time and n_frames so it can handle changing
31856           framerate while running
31857
31858 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31859
31860         * po/nl.po:
31861         * po/sv.po:
31862           updated translations
31863
31864 2004-08-04  Benjamin Otte  <otte@gnome.org>
31865
31866         * gst/videotestsrc/gstvideotestsrc.c:
31867         (gst_videotestsrc_get_capslist), (generate_capslist),
31868         (plugin_init):
31869           generate the list of supported caps at startup and reuse it instead
31870           of always generating it
31871
31872 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31873
31874         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31875           whoops, last checkin broke normal build
31876
31877 2004-08-03  Benjamin Otte  <otte@gnome.org>
31878
31879         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31880         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31881         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31882         (gst_alsa_mixer_get_option):
31883         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31884         (dvdnavsrc_print_event):
31885         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31887         (gst_ogg_mux_pad_unlink):
31888         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31889         (gst_multipart_mux_pad_unlink):
31890         * gst/videofilter/gstvideobalance.c:
31891         (gst_videobalance_colorbalance_set_value):
31892         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31893         (gst_videomixer_pad_unlink):
31894         * po/uk.po:
31895         * sys/oss/gstossmixer.c:
31896         * sys/v4l/gstv4lcolorbalance.c:
31897         * sys/v4l/gstv4ltuner.c:
31898         * sys/v4l/v4lsrc_calls.c:
31899         * sys/v4l2/gstv4l2colorbalance.c:
31900         * sys/v4l2/gstv4l2tuner.c:
31901           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31902
31903 2004-08-03  Benjamin Otte  <otte@gnome.org>
31904
31905         * examples/dynparams/filter.c: (ui_control_create):
31906         * examples/gstplay/player.c: (print_tag):
31907         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31908         * ext/gdk_pixbuf/gstgdkanimation.c:
31909         (gst_gdk_animation_iter_may_advance):
31910         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31911         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31912         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31913         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31915         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31916         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31917         * gst/sine/demo-dparams.c: (main):
31918         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31919         * testsuite/alsa/formats.c: (create_pipeline):
31920         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31921           fixes for G_DISABLE_ASSERT and friends
31922         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31923         (mp3_type_frame_length_from_header), (mp3_type_find),
31924         (plugin_init):
31925           require mp3 typefinding to have at least MIN_HEADERS valid headers
31926           add typefinding for AAC adts files
31927
31928 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31929
31930         * sys/ximage/ximagesink.c:
31931         (gst_ximagesink_calculate_pixel_aspect_ratio):
31932         * sys/xvimage/xvimagesink.c:
31933         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31934         Make sure we calculate pixel-aspect-ratio using floating point maths
31935
31936 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31937
31938         * po/uk.po:
31939           updated translation
31940
31941 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31942
31943         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31945           add debugging for display PAR calculation
31946
31947 2004-08-02  David Schleef  <ds@schleef.org>
31948
31949         * configure.ac: Fix mikmod CFLAGS.
31950
31951 2004-07-27  Benjamin Otte  <otte@gnome.org>
31952
31953         * gst/audioscale/gstaudioscale.c:
31954         - fix templates to only support S16, it's the only format that works
31955         - make caps nego code use try_set_caps_nonfixed and fixation instead
31956         of try_set_caps twice, which is not nice for autopluggers
31957         - change rank to secondary, so autopluggers can pick it up after
31958         audioconvert
31959
31960 2004-08-02  Iain <iain@prettypeople.org>
31961
31962         * gst/interleave/interleave.c (interleave_init),
31963         (interleave_request_new_pad),
31964         (interleave_pad_removed),
31965         (interleave_buffered_loop): Use the real pad count, not the artificial
31966         one.
31967
31968 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31969
31970         * configure.ac: bump nano back to development
31971
31972 === release 0.8.3 ===
31973
31974 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31975
31976         * configure.ac: releasing 0.8.3, "Water"
31977
31978 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31979
31980         * sys/xvimage/xvimagesink.c:
31981         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31982         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31983         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31984         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31985         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31986         * sys/xvimage/xvimagesink.h:
31987           apply similar PAR fixes as to ximagesink
31988
31989 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31990
31991         patch from: Benjamin Otte
31992
31993         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31994           add link function to lame.  Fixes #148986.
31995
31996 2004-08-02  Johan Dahlin  <johan@gnome.org>
31997
31998         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31999         fix debugging log
32000
32001 2004-07-30  David Schleef  <ds@schleef.org>
32002
32003         * gst/videomixer/Makefile.am: Fix things that should have been
32004         fixed in the last checkin.
32005
32006 2004-07-30  David Schleef  <ds@schleef.org>
32007
32008         * gst/multipart/Makefile.am: Fix things that should have been
32009         fixed in the last checkin.
32010
32011 2004-07-30  David Schleef  <ds@schleef.org>
32012
32013         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32014
32015 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32016
32017         * configure.ac:
32018           bump nano for prerelease
32019         * po/af.po:
32020         * po/az.po:
32021         * po/cs.po:
32022         * po/en_GB.po:
32023         * po/hu.po:
32024         * po/nl.po:
32025         * po/sr.po:
32026         * po/sv.po:
32027         * po/uk.po:
32028           updates
32029
32030 2004-07-30  Wim Taymans  <wim@fluendo.com>
32031
32032         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32033         (gst_multifdsink_add), (gst_multifdsink_remove),
32034         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32035         (gst_multifdsink_client_remove),
32036         (gst_multifdsink_handle_client_write),
32037         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32038         * gst/tcp/gstmultifdsink.h:
32039         Recover from a select with a bad file descriptor by removing
32040         the client.
32041
32042 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32043
32044         * configure.ac:
32045           fix requirement of core
32046         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32047         (gst_play_pipeline_setup):
32048           don't use colorspace element.  do use hermescolorspace element.
32049           make macro to get a colorspace element.
32050           mark strings for translation.
32051         * po/POTFILES.in:
32052           add play.c
32053         * po/af.po:
32054         * po/az.po:
32055         * po/cs.po:
32056         * po/en_GB.po:
32057         * po/hu.po:
32058         * po/nl.po:
32059         * po/sr.po:
32060         * po/sv.po:
32061         * po/uk.po:
32062           update translations
32063
32064 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32065
32066         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32067         fix default for newmedia flag
32068
32069 2004-07-30  Wim Taymans  <wim@fluendo.com>
32070
32071         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32072         (gst_theora_dec_init), (theora_get_formats),
32073         (theora_dec_src_convert), (theora_dec_sink_convert),
32074         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32075         (theora_dec_chain), (theora_dec_set_property),
32076         (theora_dec_get_property):
32077         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32078         (gst_theora_enc_class_init), (gst_theora_enc_init),
32079         (theora_enc_sink_link), (theora_enc_chain),
32080         (theora_enc_set_property), (theora_enc_get_property):
32081         Added cropping option to theora decoder.
32082         Added border option to theora encoder.
32083
32084 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32085
32086         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32087         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32088         (gst_pngenc_set_property):
32089         * ext/libpng/gstpngenc.h:
32090         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
32091
32092 2004-07-30  Wim Taymans  <wim@fluendo.com>
32093
32094         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32095         (theora_enc_sink_link), (theora_enc_chain),
32096         (theora_enc_set_property), (theora_enc_get_property):
32097         Fix encoding of non-multiple-of-16 video.
32098
32099 2004-07-29  David Schleef  <ds@schleef.org>
32100
32101         * configure.ac: make test for audiofile more strict
32102
32103 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32104
32105         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32106           give different names to typefind functions
32107
32108 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32109
32110         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32111         (gst_ximagesink_calculate_pixel_aspect_ratio),
32112         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32113         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32114         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32115         (gst_ximagesink_get_property), (gst_ximagesink_init):
32116         * sys/ximage/ximagesink.h:
32117           allocate PAR's dynamically.
32118           use autodetected PAR if no object-set PAR is given.
32119           add workaround for directfb's X not setting physical size.
32120           fix to xvimagesink will follow tomorrow.
32121
32122 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32123
32124         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32125         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32126         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32127         (gst_shout2send_class_init), (gst_shout2send_init),
32128         (set_shout_metadata), (gst_shout2send_set_metadata),
32129         (gst_shout2send_chain), (gst_shout2send_set_property),
32130         (gst_shout2send_get_property), (gst_shout2send_connect),
32131         (gst_shout2send_change_state):
32132         * ext/shout2/gstshout2.h:
32133         - fix for sending mp3 audio to icecast2 server, if pad link function not
32134         called before PAUSED state
32135         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32136         - added tagging support for mp3 audio broadcasted
32137         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32138         debug info
32139
32140 2004-07-28  Wim Taymans  <wim@fluendo.com>
32141
32142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32143         (gst_ogg_demux_push):
32144         Return query failure when we don't know the length of
32145         an ogg stream insteda of returning TRUE with a bogus value.
32146
32147 2004-07-28  Wim Taymans  <wim@fluendo.com>
32148
32149         * ext/theora/theoradec.c: (theora_get_formats),
32150         (theora_dec_src_convert), (theora_dec_sink_convert),
32151         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32152         (theora_dec_chain):
32153         Don't screw up the 1 Chroma for 1 luma sample situation when we
32154         have an odd offset/width by adding a black border in those cases.
32155
32156 2004-07-28  Wim Taymans  <wim@fluendo.com>
32157
32158         * ext/theora/theoradec.c: (theora_get_formats),
32159         (theora_dec_src_convert), (theora_dec_sink_convert),
32160         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32161         (theora_dec_chain):
32162         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32163         Added first attempt at cropping of the image as required by the
32164         theora spec. We need more properties in the caps (offset_x,
32165         offset_y,stride) to implement this correctly.
32166
32167 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32168
32169         * ext/dvdnav/README:
32170           Update the README to use dvddemux
32171         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32172           Ensure getcaps returns a subset of the template caps
32173         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32174         (gst_mpeg2subt_init):
32175           Ensure getcaps returns a subset of the template caps
32176         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32177         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32178         (gst_dvd_demux_get_subpicture_stream),
32179         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32180         * gst/mpegstream/gstdvddemux.h:
32181           Set the explicit caps on the current_video pad before pushing
32182           anything
32183         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32184         (gst_mpeg_demux_get_audio_stream):
32185           Free caps used to gst_pad_set_explicit_caps, which takes a const
32186           GstCaps *
32187
32188 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32189
32190         * configure.ac: update GStreamer requirement to 0.8.4 because of
32191           GstFraction.
32192
32193 2004-07-28  Wim Taymans  <wim@fluendo.com>
32194
32195         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32196         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32197         Add the pad to the element after setting up the caps. This
32198         makes it a lot easier to autoplug.
32199
32200 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32201
32202         * gst/median/gstmedian.c:
32203         * gst/mpeg2subt/gstmpeg2subt.c:
32204         * gst/mpegaudioparse/gstmpegaudioparse.c:
32205         * gst/mpegstream/gstdvddemux.c:
32206         * gst/mpegstream/gstmpegdemux.c:
32207         * gst/mpegstream/gstmpegpacketize.c:
32208         * gst/rtjpeg/gstrtjpeg.c:
32209         * gst/rtjpeg/gstrtjpegdec.c:
32210         * gst/rtjpeg/gstrtjpegenc.c:
32211         * gst/sine/gstsinesrc.c:
32212         * gst/smooth/gstsmooth.c:
32213         * gst/smpte/gstsmpte.c:
32214         * gst/smpte/gstsmpte.h:
32215         * gst/stereo/gststereo.c:
32216         * gst/videofilter/gstgamma.c:
32217         * gst/videofilter/gstvideobalance.c:
32218         * gst/videofilter/gstvideofilter.c:
32219         * gst/videofilter/gstvideoflip.c:
32220         * gst/videoscale/gstvideoscale.c:
32221         * gst/videoscale/videoscale.c:
32222         * gst/videotestsrc/gstvideotestsrc.c:
32223         * gst/videotestsrc/videotestsrc.c:
32224         * gst/wavenc/gstwavenc.c:
32225         * gst/wavparse/gstwavparse.c:
32226           fix local includes and 64 bits constants
32227
32228 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32229
32230         * win32/gst.sln:
32231         * gst-libs/gst/*/*.vcproj:
32232         * gst/*/*.vcproj:
32233           more working plugins
32234
32235 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32236
32237         * testsuite/alsa/Makefile.am:
32238         * testsuite/alsa/srcstate.c:
32239         add test for alsasrc changing state
32240
32241 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32242
32243         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32244         (gst_silence_get):
32245         * gst/silence/gstsilence.h:
32246         fix silence generation for 16bit raw audio
32247
32248 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32249
32250         * gst/matroska/matroska-demux.c:
32251         (gst_matroska_demux_parse_metadata),
32252         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32253         * gst/mpegaudio/common.c:
32254         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32255         (gst_videoscale_getcaps), (gst_videoscale_link),
32256         (gst_videoscale_src_fixate), (gst_videoscale_init),
32257         (gst_videoscale_finalize):
32258         * gst/videoscale/gstvideoscale.h:
32259         * gst/videotestsrc/gstvideotestsrc.c:
32260         (gst_videotestsrc_get_capslist):
32261         * gst/wavenc/gstwavenc.c:
32262         * sys/oss/gstossmixer.c: (fill_labels):
32263         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32264         (gst_ximagesink_handle_xevents),
32265         (gst_ximagesink_calculate_pixel_aspect_ratio),
32266         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32267         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32268         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32269         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32270         (gst_ximagesink_init), (gst_ximagesink_class_init):
32271         * sys/ximage/ximagesink.h:
32272         * sys/xvimage/xvimagesink.c:
32273         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32274         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32275         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32276         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32277         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32278         * sys/xvimage/xvimagesink.h:
32279           first batch of pixel aspect ratio commits.
32280
32281 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32282
32283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32284         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32285         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32286           handle stride, needs work if we want to move stride handling
32287           upstream, but works correctly for our purposes.
32288
32289 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32290
32291         * gst/videoscale/README:
32292           add testing examples
32293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32294         (gst_videoscale_chain):
32295         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32296         (gst_videoscale_get_size):
32297           add get_size function that handles stride like videotestsrc.
32298           fixes conversion for YUV formats for as much as I can test them.
32299
32300 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32301
32302         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32303         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32305         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32306         (gst_xvimagesink_xvimage_put):
32307           further cleanups, logging, error handling and synchronizing
32308
32309 2004-07-27  Wim Taymans  <wim@fluendo.com>
32310
32311         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32312         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32313         (gst_videomixer_pad_set_property),
32314         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32315         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32316         (gst_videomixer_class_init), (gst_videomixer_init),
32317         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32318         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32319         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32320         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32321         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32322         (gst_videomixer_loop), (plugin_init):
32323         Be a nicer negotiation citizen and provide a getcaps function on
32324         the srcpad. This also fixes a crash when resizing.
32325
32326 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32327
32328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32329         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32330
32331 2004-07-27  Wim Taymans  <wim@fluendo.com>
32332
32333         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32334         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32335         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32336         (gst_pngenc_set_property):
32337         * ext/libpng/gstpngenc.h:
32338         Added snapshot property to pngenc.
32339         removed g_print from pngdec
32340
32341 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32342
32343         * gst/ac3parse/ac3parse.vcproj
32344         * gst/adder/adder.vcproj
32345         * gst/alpha/alpha.vcproj
32346         * gst/alpha/alphacolor.vcproj
32347         * gst/asfdemux/asf.vcproj
32348         * gst/audioconvert/audioconvert.vcproj
32349         * gst/audiorate/audiorate.vcproj
32350         * gst/audioscale/audioscale.vcproj
32351         * gst/auparse/auparse.vcproj
32352         * gst/avi/avi.vcproj
32353         * gst/cdxaparse/cdxaparse.vcproj
32354         * gst/chart/chart.vcproj
32355         * gst/colorspace/colorspace.vcproj
32356         * gst/cutter/cutter.vcproj
32357         * gst/debug/debug.vcproj
32358         * gst/debug/efence.vcproj
32359         * gst/debug/navigationtest.vcproj
32360         * gst/deinterlace/deinterlace.vcproj
32361         * gst/effectv/effectv.vcproj
32362         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32363         * gst/filter/filter.vcproj
32364         * gst/flx/flxdec.vcproj
32365         * gst/goom/goom.vcproj
32366         * gst/interleave/interleave.vcproj
32367         * gst/law/alaw.vcproj
32368         * gst/law/mulaw.vcproj
32369         * gst/matroska/matroska.vcproj
32370         * gst/median/median.vcproj
32371         * gst/mixmatrix/mixmatrix.vcproj
32372         * gst/mpeg1sys/mpeg1systemencode.vcproj
32373         * gst/mpeg1videoparse/mp1videoparse.vcproj
32374         * gst/mpeg2sub/mpeg2subt.vcproj
32375         * gst/mpegaudio/mpegaudio.vcproj
32376         * gst/mpegaudioparse/mpegaudioparse.vcproj
32377         * gst/mpegstream/mpegstream.vcproj
32378         * gst/multifilesink/multifilesink.vcproj
32379         * gst/multipart/multipart.vcproj
32380         * gst/oneton/oneton.vcproj
32381         * gst/overlay/overlay.vcproj
32382         * gst/passthrough/passthrough.vcproj
32383         * gst/qtdemux/qtdemux.vcproj
32384         * gst/realmedia/rmdemux.vcproj
32385         * gst/rtjpeg/rtjpeg.vcproj
32386         * gst/rtp/rtp.vcproj
32387         * gst/silence/silence.vcproj
32388         * gst/sine/sinesrc.vcproj
32389         * gst/smooth/smooth.vcproj
32390         * gst/smpte/smpte.vcproj
32391         * gst/spectrum/spectrum.vcproj
32392         * gst/speed/speed.vcproj
32393         * gst/stereo/stereo.vcproj
32394         * gst/switch/switch.vcproj
32395         * gst/tags/tagedit.vcproj
32396         * gst/tcp/tcp.vcproj
32397         * gst/typefind/typefindfunctions.vcproj
32398         * gst/udp/udp.vcproj
32399         * gst/videobox/videobox.vcproj
32400         * gst/videocrop/videocrop.vcproj
32401         * gst/videodrop/videodrop.vcproj
32402         * gst/videofilter/gamma.vcproj
32403         * gst/videofilter/videobalance.vcproj
32404         * gst/videofilter/videofilter.vcproj
32405         * gst/videofilter/videoflip.vcproj
32406         * gst/videoflip/videoflip.vcproj
32407         * gst/videomixer/videomixer.vcproj
32408         * gst/videorate/videorate.vcproj
32409         * gst/videoscale/videoscale.vcproj
32410         * gst/videotestsrc/videotestsrc.vcproj
32411         * gst/virtualdub/virtualdub.vcproj
32412         * gst/volenv/volenv.vcproj
32413         * gst/volume/volume.vcproj
32414         * gst/wavenc/wavenc.vcproj
32415         * gst/wavparse/wavparse.vcproj
32416         * gst/y4m/y4menc.vcproj
32417         * gst-libs/gst/audio/audio.vcproj
32418         * gst-libs/gst/audio/audiofilter.vcproj
32419         * gst-libs/gst/colorbalance/colorbalance.vcproj
32420         * gst-libs/gst/idct/idtc.vcproj
32421         * gst-libs/gst/media-info/media-info.vcproj
32422         * gst-libs/gst/mixer/mixer.vcproj
32423         * gst-libs/gst/navigation/navigation.vcproj
32424         * gst-libs/gst/play/play.vcproj
32425         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32426         * gst-libs/gst/resample/resample.vcproj
32427         * gst-libs/gst/riff/riff.vcproj
32428         * gst-libs/gst/tuner/tuner.vcproj
32429         * gst-libs/gst/video/video.vcproj
32430         * gst-libs/gst/xoverlay/xoverlay.vcproj
32431           avoid problems with math.h, fix release dependancy
32432           rename GStreamer-0.8.lib to libgstreamer.lib
32433
32434 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32435
32436         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32438         the atom is not available we have to unlock the mutex. Fixes #148023
32439
32440 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32441
32442         * gst-libs/gst/media-info/media-info.h:
32443           issue for a vararg macro with MSVC
32444
32445 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32446
32447         * gst/effectv/effectv.vcproj
32448         * gst-libs/gst/idct/idct.vcproj:
32449         * gst-libs/gst/media-info/media-info.vcproj:
32450         * gst-libs/gst/navigation/navigation.vcproj:
32451         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32452         * gst-libs/gst/video/video.vcproj:
32453         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32454           fixes for build problems
32455
32456 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32457
32458         * gst-libs/gst/audio/audio.def:
32459         * gst-libs/gst/audio/riff.def:
32460           add some definitions needed by plugins
32461
32462 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32463
32464         * gst/asfdemux/gstasfmux.c
32465           Fix some 64 bits constants to be glib friendly
32466
32467 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32468
32469         * gst/ac3parse/gstac3parse.c
32470         * gst/audioscale/gstaudioscale.c
32471         * gst/auparse/gstauparse.c
32472         * gst/colorspace/gstcolorspace.c
32473         * gst/colorspace/yuv2rgb.h
32474           local include fixes
32475
32476 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32477
32478         * win32/gst.sln
32479           add more plugins to the build
32480
32481 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32482
32483         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32484         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32485
32486 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32487
32488         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32489         (gst_level_set_property), (gst_level_get_property),
32490         (gst_level_base_init), (gst_level_class_init):
32491           add debugging categories.  cleanups.
32492
32493 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32494
32495         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32496         (gst_videoscale_planar411), (gst_videoscale_planar400),
32497         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32498         (gst_videoscale_scale_nearest_str1),
32499         (gst_videoscale_scale_nearest_str2),
32500         (gst_videoscale_scale_nearest_str4),
32501         (gst_videoscale_scale_nearest_16bit),
32502         (gst_videoscale_scale_nearest_24bit):
32503           fixed stride issues
32504           tested with 320x240 -> 321, 322, 324 x240
32505           tested with YV12, I420, YUY2, UYVY
32506           fixed packed422rev (don't think it could have worked before)
32507           by testing with UYVY
32508
32509 2004-07-26  Benjamin Otte  <otte@gnome.org>
32510
32511         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32512         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32513         (plugin_init):
32514           add debugging category, add error checks like checking return values
32515           of setup calls, make sure it still works after
32516           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32517
32518 2004-07-26  Wim Taymans  <wim@fluendo.com>
32519
32520         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32521         (gst_mpeg_demux_get_audio_stream),
32522         (gst_mpeg_demux_process_private):
32523         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32524         Check for error codes from the negotiation functions. Make sure
32525         we really set the pad caps when a new pad is created.
32526
32527 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32530         (gst_ffmpeg_caps_to_pix_fmt):
32531         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32533         (gst_ffmpegcolorspace_pad_link):
32534           don't make function do two things at the same time without reason.
32535
32536 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32537
32538         * gst/ac3parse/ac3parse.vcproj
32539         * gst/adder/adder.vcproj
32540         * gst/alpha/alpha.vcproj
32541         * gst/alpha/alphacolor.vcproj
32542         * gst/asfdemux/asf.vcproj
32543         * gst/audioconvert/audioconvert.vcproj
32544         * gst/audiorate/audiorate.vcproj
32545         * gst/audioscale/audioscale.vcproj
32546         * gst/auparse/auparse.vcproj
32547         * gst/avi/avi.vcproj
32548         * gst/cdxaparse/cdxaparse.vcproj
32549         * gst/chart/chart.vcproj
32550         * gst/colorspace/colorspace.vcproj
32551         * gst/cutter/cutter.vcproj
32552         * gst/debug/debug.vcproj
32553         * gst/debug/efence.vcproj
32554         * gst/debug/navigationtest.vcproj
32555         * gst/deinterlace/deinterlace.vcproj
32556         * gst/effectv/effectv.vcproj
32557         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32558         * gst/filter/filter.vcproj
32559         * gst/flx/flxdec.vcproj
32560         * gst/goom/goom.vcproj
32561         * gst/interleave/interleave.vcproj
32562         * gst/law/alaw.vcproj
32563         * gst/law/mulaw.vcproj
32564         * gst/matroska/matroska.vcproj
32565         * gst/median/median.vcproj
32566         * gst/mixmatrix/mixmatrix.vcproj
32567         * gst/mpeg1sys/mpeg1systemencode.vcproj
32568         * gst/mpeg1videoparse/mp1videoparse.vcproj
32569         * gst/mpeg2sub/mpeg2subt.vcproj
32570         * gst/mpegaudio/mpegaudio.vcproj
32571         * gst/mpegaudioparse/mpegaudioparse.vcproj
32572         * gst/mpegstream/mpegstream.vcproj
32573         * gst/multifilesink/multifilesink.vcproj
32574         * gst/multipart/multipart.vcproj
32575         * gst/oneton/oneton.vcproj
32576         * gst/overlay/overlay.vcproj
32577         * gst/passthrough/passthrough.vcproj
32578         * gst/qtdemux/qtdemux.vcproj
32579         * gst/realmedia/rmdemux.vcproj
32580         * gst/rtjpeg/rtjpeg.vcproj
32581         * gst/rtp/rtp.vcproj
32582         * gst/silence/silence.vcproj
32583         * gst/sine/sinesrc.vcproj
32584         * gst/smooth/smooth.vcproj
32585         * gst/smpte/smpte.vcproj
32586         * gst/spectrum/spectrum.vcproj
32587         * gst/speed/speed.vcproj
32588         * gst/stereo/stereo.vcproj
32589         * gst/switch/switch.vcproj
32590         * gst/tags/tagedit.vcproj
32591         * gst/tcp/tcp.vcproj
32592         * gst/typefind/typefindfunctions.vcproj
32593         * gst/udp/udp.vcproj
32594         * gst/videobox/videobox.vcproj
32595         * gst/videocrop/videocrop.vcproj
32596         * gst/videodrop/videodrop.vcproj
32597         * gst/videofilter/gamma.vcproj
32598         * gst/videofilter/videobalance.vcproj
32599         * gst/videofilter/videofilter.vcproj
32600         * gst/videofilter/videoflip.vcproj
32601         * gst/videoflip/videoflip.vcproj
32602         * gst/videomixer/videomixer.vcproj
32603         * gst/videorate/videorate.vcproj
32604         * gst/videoscale/videoscale.vcproj
32605         * gst/videotestsrc/videotestsrc.vcproj
32606         * gst/virtualdub/virtualdub.vcproj
32607         * gst/volenv/volenv.vcproj
32608         * gst/volume/volume.vcproj
32609         * gst/wavenc/wavenc.vcproj
32610         * gst/wavparse/wavparse.vcproj
32611         * gst/y4m/y4menc.vcproj
32612           more plugins supported under windows
32613
32614 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32615
32616         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32617         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32618         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32620         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32621           Add debugging statements.  Use the sizes as returned by the
32622           *CreateImage calls.
32623
32624 2004-07-26  Johan Dahlin  <johan@gnome.org>
32625
32626         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32627         the pad is negotiated.
32628
32629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32630
32631 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32632
32633         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32634         * gst-libs/gst/idct/idct.vcproj:
32635         * gst-libs/gst/media-info/media-info.vcproj:
32636         * gst-libs/gst/mixer/mixer.vcproj:
32637         * gst-libs/gst/navigation/navigation.vcproj:
32638         * gst-libs/gst/play/play.vcproj:
32639         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32640         * gst-libs/gst/resample/resample.vcproj:
32641         * gst-libs/gst/tuner/tuner.vcproj:
32642         * gst-libs/gst/video/video.vcproj:
32643         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32644           more plugins supported under windows
32645
32646 2004-07-25 Iain <iain@prettypeople.org>
32647
32648         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32649         pad now rather than when the pad is created because state changes wipe
32650         explicit caps (fixes #148043).
32651
32652 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32653
32654         reviewed by Benjamin Otte  <otte@gnome.org>
32655
32656         * ext/mad/gstmad.c:
32657           fix mad plugin crashing on Sun (fixes #148289)
32658
32659 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32660
32661         * gst/avi/avi.def:
32662         * gst/avi/avi.vcproj:
32663         * gst/matroska/matroska.def:
32664         * gst/matroska/matroska.vcproj:
32665           remove unused .def files
32666
32667 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32668
32669         * gst-libs/gst/audio/gstaudiofilter.c:
32670           Clean the local include
32671
32672 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32673
32674         * win32/gst.sln:
32675         * gst-libs/gst/audio/audio.def:
32676         * gst-libs/gst/audio/audio.vcproj:
32677         * gst-libs/gst/audio/audiofilter.vcproj:
32678         * gst-libs/gst/audio/riff.def:
32679         * gst-libs/gst/audio/riff.vcproj:
32680         * gst-libs/gst/gst-libs.def:
32681         * gst-libs/gst/gst-libs.vcproj:
32682         * gst/avi/avi.vcproj:
32683         * gst/avi/avi.vcproj:
32684           Copy the files where needed after building, cleaner projects
32685
32686 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32687
32688         * gst/matroska/ebml-write.c:
32689           Fix some 64 bits constants to be glib friendly
32690
32691 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32692
32693         * win32/gst.sln:
32694         * gst-libs/gst/gst-libs.def:
32695         * gst-libs/gst/gst-libs.vcproj:
32696         * gst/matroska/matroska.def:
32697         * gst/matroska/matroska.vcproj:
32698           Add the preliminary canvas to build plugins on Win32
32699
32700 2004-07-23  Benjamin Otte  <otte@gnome.org>
32701
32702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32703           don't enfore negotiation from source side, it breaks
32704           sinesrc ! audioconvert ! osssink
32705
32706 2004-07-22  David Schleef  <ds@schleef.org>
32707
32708         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32709         for ELF files, since they can easily be recognized as audio/mpeg.
32710         (bug #147441)
32711
32712 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32713
32714         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32715         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32716         (gst_videoscale_scale_nearest_24bit),
32717         (gst_videoscale_scale_nearest_16bit):
32718           fix 16bit and 24bit for stride (24bit might need testing)
32719           don't pretend we do more than one algorithm
32720
32721 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32722
32723         * configure.ac:
32724         * gst/Makefile.am:
32725         * gst/multifilesink/Makefile.am:
32726         * gst/multifilesink/gstmultifilesink.c:
32727         (gst_multifilesink_get_formats),
32728         (gst_multifilesink_get_query_types), (_do_init),
32729         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32730         (gst_multifilesink_init), (gst_multifilesink_dispose),
32731         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32732         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32733         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32734         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32735         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32736         (gst_multifilesink_uri_get_type),
32737         (gst_multifilesink_uri_get_protocols),
32738         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32739         (gst_multifilesink_uri_handler_init), (plugin_init):
32740         * gst/multifilesink/gstmultifilesink.h:
32741         * testsuite/Makefile.am:
32742         * testsuite/multifilesink/Makefile.am:
32743         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32744         (gst_newmedia_class_init), (gst_newmedia_init),
32745         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32746         (newfile_signal), (test_signal), (main):
32747         multifilesink plugin for creating new files every time a new media
32748         discontinuity event occurs
32749
32750 2004-07-22  Wim Taymans  <wim@fluendo.com>
32751
32752         * gst/alpha/Makefile.am:
32753         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32754         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32755         (gst_alpha_color_init), (gst_alpha_color_set_property),
32756         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32757         (transform), (gst_alpha_color_chain),
32758         (gst_alpha_color_change_state), (plugin_init):
32759         Stupid plugin to to RGBA to AYUV conversion because none of
32760         the colorspace plugins can handle that yet.
32761
32762 2004-07-22  Wim Taymans  <wim@fluendo.com>
32763
32764         * examples/seeking/seek.c: (update_scale), (main):
32765         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32766         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32767         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32768         (gst_decode_bin_init), (gst_decode_bin_dispose),
32769         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32770         (no_more_pads), (close_link), (type_found),
32771         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32772         (plugin_init):
32773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32774         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32775         (gst_play_base_bin_dispose), (queue_overrun),
32776         (gen_preroll_element), (remove_prerolls), (unknown_type),
32777         (no_more_pads), (new_stream), (setup_source),
32778         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32779         (play_base_eos), (gst_play_base_bin_change_state),
32780         (gst_play_base_bin_add_element),
32781         (gst_play_base_bin_remove_element),
32782         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32783         (gst_play_base_bin_unlink_stream),
32784         (gst_play_base_bin_get_streaminfo):
32785         * gst/playback/gstplaybin.c: (gen_video_element),
32786         (gen_audio_element):
32787         * gst/playback/gststreaminfo.h:
32788         More playback updates, attempt to fix things after the state change
32789         breakage.
32790
32791 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32792
32793         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32794         (gst_videoscale_scale_nearest_16bit):
32795           comment algorithm
32796
32797 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32798
32799         * gst/videotestsrc/gstvideotestsrc.c:
32800         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32801         (gst_videotestsrc_init), (gst_videotestsrc_get),
32802         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32803         (gst_videotestsrc_get_property):
32804         * gst/videotestsrc/gstvideotestsrc.h:
32805         * gst/videotestsrc/videotestsrc.c:
32806         * gst/videotestsrc/videotestsrc.h:
32807           cleanup and commenting
32808
32809 2004-07-21  Wim Taymans  <wim@fluendo.com>
32810
32811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32812         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32813         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32814         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32815         (_find_chain_get_unknown_part), (_find_streams_check),
32816         (gst_ogg_demux_push), (gst_ogg_pad_push):
32817         * ext/theora/theoradec.c: (theora_get_formats),
32818         (theora_dec_src_convert), (theora_dec_sink_convert),
32819         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32820         (theora_dec_chain):
32821         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32822         (vorbis_dec_convert), (vorbis_dec_src_query),
32823         (vorbis_dec_src_event), (vorbis_dec_event):
32824         More seeking fixes, oggdemux now supports seeking to time and
32825         uses the downstream element to convert granulepos to time.
32826         Seeking in theora-only ogg files now works.
32827
32828 2004-07-21  Wim Taymans  <wim@fluendo.com>
32829
32830         * ext/theora/theoradec.c: (gst_theora_dec_init),
32831         (theora_get_formats), (theora_get_event_masks),
32832         (theora_get_query_types), (theora_dec_src_convert),
32833         (theora_dec_sink_convert), (theora_dec_src_query),
32834         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32835         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32836         (vorbis_get_event_masks), (vorbis_get_query_types),
32837         (gst_vorbis_dec_init), (vorbis_dec_convert),
32838         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32839         Added query/convert/formats functions to vorbis and theora decoders
32840         so that the outside world can use them too. Fixed seeking on an
32841         ogg/theora/vorbis file by disabling the seeking seeking on the
32842         theora srcpad.
32843
32844 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32845
32846         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32847         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32848         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32849         images creation for both elements. We don't create the image on caps
32850         nego or renego, we just destroy the internal one if present if it does
32851         not match the needs. The chain function takes care of creating a new
32852         image when needed.
32853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32854         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32855         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32856         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32857         the image format information. The buffer pool checks for the context
32858         image format and discard images with different formats.
32859         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32860
32861 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32862
32863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32864         (gst_ffmpegcolorspace_chain):
32865           no point in doing any chaining if the pad we want to push from
32866           isn't usable.
32867
32868 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32869
32870         * gst-libs/gst/riff/riff-media.c:
32871         (gst_riff_create_audio_caps_with_data):
32872           Fix double end-to-native symbol conversion (#148021).
32873
32874 2004-07-20  David Schleef  <ds@schleef.org>
32875
32876         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32877         Don't use an Atom that doesn't exist.
32878
32879 2004-07-20  Wim Taymans  <wim@fluendo.com>
32880
32881         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32882         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32883         (gst_multifdsink_client_remove),
32884         (gst_multifdsink_handle_client_write),
32885         (gst_multifdsink_queue_buffer):
32886         * gst/tcp/gstmultifdsink.h:
32887         More multifdsink stats. Avoid deadlock by releasing locks
32888         before sending out a signal.
32889
32890 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32891
32892         * po/LINGUAS:
32893         * po/hu.po:
32894           added Hungarian translation (Laszlo Dvornik)
32895
32896 2004-07-20  Wim Taymans  <wim@fluendo.com>
32897
32898         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32899         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32900         (gst_multifdsink_handle_client_write),
32901         (gst_multifdsink_queue_buffer):
32902         * gst/tcp/gsttcp-marshal.list:
32903         Fixed the stupid marshal definition.
32904
32905 2004-07-20  Wim Taymans  <wim@fluendo.com>
32906
32907         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32908         (gst_multifdsink_init), (gst_multifdsink_add),
32909         (gst_multifdsink_client_remove),
32910         (gst_multifdsink_handle_client_write),
32911         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32912         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32913         (gst_multifdsink_init_send):
32914         * gst/tcp/gstmultifdsink.h:
32915         Added more stats, added timeout for a client, fixed some typos
32916         and added some comments.
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_get_stats),
32922         (gst_multifdsink_client_remove),
32923         (gst_multifdsink_handle_client_write):
32924         * gst/tcp/gstmultifdsink.h:
32925         * gst/tcp/gsttcp-marshal.list:
32926         Added get_stats method that returns a GValueArray of
32927         stats values.
32928
32929 2004-07-19  Benjamin Otte  <otte@gnome.org>
32930
32931         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32932           make sure longname, description and author are valid UTF-8
32933
32934 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32935
32936         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32937         (gst_ximagesink_set_property):
32938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32939         (gst_xvimagesink_set_property):
32940           make sure SYNCHRONOUS is respected after getting the X context
32941
32942 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32943
32944         * gst/matroska/matroska-demux.c:
32945         (gst_matroska_demux_handle_src_event),
32946         (gst_matroska_demux_parse_blockgroup):
32947         * gst/matroska/matroska-ids.h:
32948           add BlockReference tag and ignore it to clear out log.
32949           ignore NAVIGATION events to clear out log.
32950
32951 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32952
32953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32954         (gst_matroska_demux_add_stream):
32955         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32956           add debug categories
32957
32958 2004-07-16  Wim Taymans  <wim@fluendo.com>
32959
32960         * ext/libpng/Makefile.am:
32961         * ext/libpng/gstpng.c: (plugin_init):
32962         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32963         (gst_pngdec_get_type), (gst_pngdec_base_init),
32964         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32965         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32966         * ext/libpng/gstpngdec.h:
32967         Added png decoder.
32968
32969 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32970
32971         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32972         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32973         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32974         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32975         (gst_ximagesink_buffer_alloc):
32976         * sys/ximage/ximagesink.h:
32977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32978         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32979         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32980         (gst_xvimagesink_buffer_alloc):
32981         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32982         again. Using internal data pointer of the x(v)image to store image's
32983         data to be coherent with the buffer alloc mechanism. Investigated the
32984         image destruction code to be sure that everything gets freed correctly.
32985
32986 2004-07-16  Wim Taymans  <wim@fluendo.com>
32987
32988         * gst-libs/gst/riff/riff-read.c:
32989         (gst_riff_read_strf_vids_with_data),
32990         (gst_riff_read_strf_auds_with_data):
32991         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32992         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32993         Make sure we don't create 0 sized subbuffers in riff-read.
32994         Signal the no more pads signal after reading the avi header.
32995
32996 2004-07-16  Wim Taymans  <wim@fluendo.com>
32997
32998         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32999         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33000         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33001         (gst_decode_bin_init), (gst_decode_bin_dispose),
33002         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33003         (no_more_pads), (close_link), (type_found),
33004         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33005         (gst_decode_bin_change_state), (plugin_init):
33006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33007         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33008         (gst_play_base_bin_dispose), (queue_overrun),
33009         (gen_preroll_element), (remove_prerolls), (unknown_type),
33010         (no_more_pads), (new_stream), (setup_source),
33011         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33012         (play_base_eos), (gst_play_base_bin_change_state),
33013         (gst_play_base_bin_add_element),
33014         (gst_play_base_bin_remove_element),
33015         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33016         (gst_play_base_bin_unlink_stream),
33017         (gst_play_base_bin_get_streaminfo):
33018         * gst/playback/gstplaybasebin.h:
33019         Better error recovery. Added configurable preroll queue size. Faster
33020         detection of no-more-pads.
33021
33022 2004-07-16  Wim Taymans  <wim@fluendo.com>
33023
33024         * gst-libs/gst/video/video.h:
33025         Added 32 bits RGBA. Not sure if we should use another mime-type
33026         for alpha rgb. Currently the presence of the alpha_mask property
33027         signals an alpha channel.
33028
33029 2004-07-16  Wim Taymans  <wim@fluendo.com>
33030
33031         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33033         FPS seems to be 0.0 to MAX everywhere else.
33034
33035 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33036
33037         * gst-libs/gst/riff/riff-media.c:
33038         (gst_riff_create_video_caps_with_data):
33039           mp42/mp43 (no caps) exist too.
33040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33041           Set pixel_width/height; we've got them in-caps.
33042         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33043         * gst/wavparse/gstwavparse.c: (plugin_init):
33044           Both are valid primary.
33045         * sys/oss/gstossmixer.c:
33046           Remove i18n hack and enable translations.
33047
33048 2004-07-15  Benjamin Otte  <otte@gnome.org>
33049
33050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33051         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33052           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33053
33054 2004-07-15  Benjamin Otte  <otte@gnome.org>
33055
33056         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33057         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33058         (gst_alsa_close_audio):
33059           disable some of the debugging code for now. Writing debugging to a
33060           buffer is broken in current alsalib releases.
33061
33062 2004-07-12  Benjamin Otte  <otte@gnome.org>
33063
33064         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33065           use bufferpools
33066
33067 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33068
33069         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33070         (theora_dec_src_query), (theora_dec_event):
33071         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33072           add debugging categories.  Remove \n's.
33073
33074 2004-07-13  Johan Dahlin  <johan@gnome.org>
33075
33076         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33077         (gst_play_bin_get_property): Impl.
33078
33079 2004-07-13  Wim Taymans  <wim@fluendo.com>
33080
33081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33082         When trying to find the stream length, seek back N pages
33083         instead of just one, where N is the number of streams in
33084         the current chain.
33085
33086 2004-07-13  Wim Taymans  <wim@fluendo.com>
33087
33088         * gst-libs/gst/riff/riff-media.c:
33089         (gst_riff_create_audio_caps_with_data),
33090         (gst_riff_create_audio_caps),
33091         (gst_riff_create_audio_template_caps):
33092         * gst-libs/gst/riff/riff-media.h:
33093         * gst-libs/gst/riff/riff-read.c:
33094         (gst_riff_read_strf_vids_with_data),
33095         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33096         * gst-libs/gst/riff/riff-read.h:
33097         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33098         (gst_avi_demux_add_stream):
33099         Set codec_data on caps for avidemuxer.
33100
33101 2004-07-12  David Schleef  <ds@schleef.org>
33102
33103         * configure.ac: Fix test for Objective C
33104
33105 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33106         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33107         (gst_gdk_pixbuf_chain):
33108           Add svg and pcx to template caps, and ensure that getcaps returns a
33109           subset of the template caps.
33110           Copy each row manually for output, as gdkpixbuf may pad the
33111           rowstride to a 32-bit word boundary.
33112
33113 2004-07-12  Wim Taymans  <wim@fluendo.com>
33114
33115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33116         (gst_riff_create_video_template_caps):
33117         Fix the template caps to include some more media types.
33118
33119 2004-07-12  Wim Taymans  <wim@fluendo.com>
33120
33121         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33122         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33123         (compare_ranks), (print_feature), (gst_decode_bin_init),
33124         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33125         (try_to_link_1), (new_pad), (close_link), (type_found),
33126         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33127         (gst_decode_bin_change_state), (plugin_init):
33128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33129         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33130         (gst_play_base_bin_dispose), (queue_overrun),
33131         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33132         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33133         (gst_play_base_bin_get_property), (play_base_eos),
33134         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33135         (gst_play_base_bin_remove_element),
33136         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33137         (gst_play_base_bin_unlink_stream),
33138         (gst_play_base_bin_get_streaminfo):
33139         * gst/playback/gstplaybasebin.h:
33140         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33141         (gst_play_bin_class_init), (gst_play_bin_init),
33142         (gst_play_bin_dispose), (gst_play_bin_set_property),
33143         (gst_play_bin_get_property), (gen_video_element),
33144         (gen_audio_element), (remove_sinks), (setup_sinks),
33145         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33146         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33147         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33148         (gst_play_bin_query), (plugin_init):
33149         * gst/playback/test4.c: (main):
33150         More fixes on reusing of the element.
33151
33152 2004-07-11  Benjamin Otte  <otte@gnome.org>
33153
33154         * ext/mad/gstmad.c: (normal_seek):
33155           allow seeking for other methods than just SET
33156
33157 2004-07-11  Andy Wingo  <wingo@pobox.com>
33158
33159         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33160         float, "any" caps -> buffer_frames=[0,MAX].
33161
33162         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33163         doesn't intersect our caps with the template any more. Do it
33164         ourselves.
33165         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33166
33167 2004-07-09  Wim Taymans  <wim@fluendo.com>
33168
33169         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33170         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33171         (compare_ranks), (print_feature), (gst_decode_bin_init),
33172         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33173         (try_to_link_1), (new_pad), (close_link), (type_found),
33174         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33175         (gst_decode_bin_change_state), (plugin_init):
33176         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33177         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33178         (gst_play_base_bin_dispose), (queue_overrun),
33179         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33180         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33181         (gst_play_base_bin_get_property), (play_base_eos),
33182         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33183         (gst_play_base_bin_remove_element),
33184         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33185         (gst_play_base_bin_unlink_stream),
33186         (gst_play_base_bin_get_streaminfo):
33187         * gst/playback/gstplaybasebin.h:
33188         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33189         (gst_play_bin_class_init), (gst_play_bin_init),
33190         (gst_play_bin_dispose), (gst_play_bin_set_property),
33191         (gst_play_bin_get_property), (gen_video_element),
33192         (gen_audio_element), (remove_sinks), (setup_sinks),
33193         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33194         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33195         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33196         (gst_play_bin_query), (plugin_init):
33197         * gst/playback/test4.c: (main):
33198         Work on object reuse and seeking.
33199
33200 2004-07-09  Wim Taymans  <wim@fluendo.com>
33201
33202         * examples/seeking/seek.c: (iterate):
33203         Don't consume all CPU in the idle loop.
33204
33205 2004-07-09  Wim Taymans  <wim@fluendo.com>
33206
33207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33208         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33209         Add pad to element *after* setting the pad functions so that
33210         the scheduler can use the correct ones.
33211
33212 2004-07-09  Wim Taymans  <wim@fluendo.com>
33213
33214         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33215         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33216         Sync to keyframe after seek
33217
33218 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33219
33220         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33222         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33223         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33224         * ext/libvisual/visual.c: (gst_visual_change_state):
33225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33226         * ext/theora/theoradec.c: (theora_dec_change_state):
33227         * ext/theora/theoraenc.c: (theora_enc_change_state):
33228         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33229         * gst-libs/gst/navigation/navigation.c:
33230         * gst/adder/gstadder.c: (gst_adder_change_state):
33231         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33232         (gst_audio_convert_get_buffer):
33233         * gst/multipart/multipartdemux.c:
33234         (gst_multipart_demux_change_state):
33235         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33237         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33238         * gst/videoscale/gstvideoscale.c:
33239         (gst_videoscale_handle_src_event):
33240         * gst/volume/gstvolume.c: (volume_chain_int16):
33241           don't assert in state change, this should be done by the base
33242           GstElement class.
33243           various debugging fixes.
33244
33245 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33246
33247         * configure.ac:
33248         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33249         (gst_play_dispose), (gst_play_set_location),
33250         (gst_play_set_data_src), (gst_play_set_video_sink),
33251         (gst_play_set_audio_sink), (gst_play_set_visualization),
33252         (gst_play_connect_visualization), (gst_play_get_sink_element),
33253         (gst_play_get_all_by_interface):
33254         * gst-libs/gst/play/play.h:
33255           add new method to get elements implementing an interface.
33256           add various error logging
33257
33258 2004-07-08  Wim Taymans  <wim@fluendo.com>
33259
33260         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33261         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33262         (make_playerbin_pipeline), (query_durations_elems),
33263         (query_durations_pads), (query_positions_elems),
33264         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33265         (main):
33266         Added playbin seeking example.
33267
33268 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33269
33270         * gst-libs/gst/play/play.c: (gst_play_set_location),
33271         (gst_play_set_data_src), (gst_play_set_video_sink),
33272         (gst_play_set_audio_sink), (gst_play_set_visualization),
33273         (gst_play_connect_visualization), (gst_play_get_framerate):
33274           use a macro to look up elements from hash table
33275
33276 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33277
33278         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33279         (gst_play_get_length_callback), (gst_play_set_location),
33280         (gst_play_seek_to_time), (gst_play_set_data_src),
33281         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33282         (gst_play_set_visualization), (gst_play_connect_visualization),
33283         (gst_play_get_sink_element):
33284         - add debugging info
33285         - fix looking up sink elements by iterating over complete caps
33286         - put everything except for source and autoplugger in a complete bin
33287
33288 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33289
33290         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33292         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33293         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33294         * ext/alsa/gstalsasink.h:
33295         - add debugging info
33296         - clean up schizophrenia of data/buffer/event
33297         - fix double event unref error
33298
33299 2004-07-08  Wim Taymans  <wim@fluendo.com>
33300
33301         * gst/playback/Makefile.am:
33302         Add headers to noinst
33303
33304 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33305
33306         * tools/gst-launch-ext-m.m:
33307         * tools/gst-launch-ext.1.in:
33308           convert to the third millenium
33309
33310 2004-07-07  David Schleef  <ds@schleef.org>
33311
33312         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33313
33314 2004-07-07  Wim Taymans  <wim@fluendo.com>
33315
33316         * gst/playback/Makefile.am:
33317         * gst/playback/README:
33318         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33319         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33320         (compare_ranks), (print_feature), (gst_decode_bin_init),
33321         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33322         (try_to_link_1), (new_pad), (close_link), (type_found),
33323         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33324         (plugin_init):
33325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33326         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33327         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33328         (gen_preroll_element), (no_more_pads), (new_stream),
33329         (setup_source), (gst_play_base_bin_set_property),
33330         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33331         (gst_play_base_bin_add_element),
33332         (gst_play_base_bin_remove_element),
33333         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33334         (gst_play_base_bin_unlink_stream),
33335         (gst_play_base_bin_get_streaminfo):
33336         * gst/playback/gstplaybasebin.h:
33337         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33338         (gst_play_bin_class_init), (gst_play_bin_init),
33339         (gst_play_bin_dispose), (gst_play_bin_set_property),
33340         (gst_play_bin_get_property), (gen_video_element),
33341         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33342         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33343         (gst_play_bin_get_formats), (gst_play_bin_convert),
33344         (gst_play_bin_get_query_types), (gst_play_bin_query),
33345         (plugin_init):
33346         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33347         (gst_stream_info_get_type), (gst_stream_info_class_init),
33348         (gst_stream_info_init), (gst_stream_info_new),
33349         (gst_stream_info_dispose), (gst_stream_info_set_property),
33350         (gst_stream_info_get_property):
33351         * gst/playback/gststreaminfo.h:
33352         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33353         (main):
33354         * gst/playback/test2.c: (main):
33355         * gst/playback/test3.c: (update_scale), (main):
33356         More playbin fixes. Added README. Do better element filtering.
33357         Added base class to preroll media. Added test apps.
33358
33359 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33360
33361         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33362         * ext/mpeg2dec/gstmpeg2dec.h:
33363           various debugging improvements.  Reset stream to next picture
33364           instead of sequence header, otherwise seeks cannot work.
33365
33366 2004-07-07  Wim Taymans  <wim@fluendo.com>
33367
33368         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33369         (gst_video_box_class_init), (gst_video_box_set_property),
33370         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33371         Use pad_alloc where possible.
33372
33373 2004-07-07  Wim Taymans  <wim@fluendo.com>
33374
33375         * sys/oss/gstosselement.c: (gst_osselement_reset),
33376         (gst_osselement_parse_caps):
33377         * sys/oss/gstosselement.h:
33378         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33379         Fix offset on osssrc.
33380
33381 2004-07-07  Wim Taymans  <wim@fluendo.com>
33382
33383         * ext/theora/theora.c: (plugin_init):
33384         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33385         (theora_dec_src_query), (theora_dec_chain):
33386         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33387         (theora_enc_sink_link), (theora_buffer_from_packet),
33388         (theora_push_packet), (theora_enc_chain):
33389         Fix theora granulepos calculation.
33390         Fix overflow in duration/position calculation.
33391         Bump rank to PRIMARY for theoradec.
33392         Use granulepos of last packet to calculate position.
33393         Set keyframe flag on buffers when needed.
33394
33395 2004-07-06  David Schleef  <ds@schleef.org>
33396
33397         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33398         serious?  (Fixed, obviously.)
33399
33400 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33401
33402         * po/LINGUAS:
33403         * po/cs.po:
33404           added Czech translation (Miloslav Trmac)
33405
33406 2004-07-05  Wim Taymans  <wim@fluendo.com>
33407
33408         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33409         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33410         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33411         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33412         (close_link), (type_found), (gst_decode_bin_set_property),
33413         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33414         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33415         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33416         (gst_decode_bin_query), (plugin_init):
33417         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33418         (gst_play_bin_class_init), (gst_play_bin_init),
33419         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33420         (get_video_element), (new_pad), (setup_source),
33421         (gst_play_bin_set_property), (gst_play_bin_get_property),
33422         (gst_play_bin_change_state), (gst_play_bin_add_element),
33423         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33424         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33425         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33426         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33427         * gst/playback/test.c: (main):
33428         More fixes, cleaned up playbin, make it use decodebin. Added
33429         threaded property to playbin.
33430
33431 2004-07-05  Wim Taymans  <wim@fluendo.com>
33432
33433         * configure.ac:
33434         * gst/playback/Makefile.am:
33435         * gst/playback/decodetest.c: (main):
33436         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33437         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33438         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33439         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33440         (close_link), (type_found), (gst_decode_bin_set_property),
33441         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33442         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33443         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33444         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33445         (plugin_init):
33446         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33447         (gst_play_bin_class_init), (gst_play_bin_init),
33448         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33449         (collect_sink_pads), (find_compatibles), (close_pad_link),
33450         (try_to_link_1), (new_pad), (close_link), (type_found),
33451         (setup_source), (gst_play_bin_set_property),
33452         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33453         (compare_ranks), (gst_play_bin_collect_factories),
33454         (gst_play_bin_change_state), (gst_play_bin_add_element),
33455         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33456         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33457         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33458         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33459         * gst/playback/test.c: (main):
33460         Added some playback helper elements and some test apps, very alpha
33461         still.
33462
33463 2004-07-04  Benjamin Otte  <otte@gnome.org>
33464
33465         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33466           only restart audio when we indeed have an xrun to fix repeated
33467           xruns. Fix suggested by Giuliano Pochini.
33468
33469 2004-07-03  David Schleef  <ds@schleef.org>
33470
33471         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33472         call to gst_debug_log() if debugging is disabled (bug #145118)
33473
33474 2004-07-03  Benjamin Otte  <otte@gnome.org>
33475
33476         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33477           use our own functions for restarting the alsa device.
33478         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33479           I should apply patches myself - use MIN for the third argument, not
33480           the second, this fixes seeking
33481
33482 2004-07-02  David Schleef  <ds@schleef.org>
33483
33484         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33485         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33486         do with the logic.
33487
33488 2004-07-02  David Schleef  <ds@schleef.org>
33489
33490         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33491         output buffers.  Fix logic mistake.  (bug #144866)
33492
33493 2004-07-02  David Schleef  <ds@schleef.org>
33494
33495         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33496         on X.  (bug #144753)
33497
33498 2004-07-02  David Schleef  <ds@schleef.org>
33499
33500         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33501         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33502         (bug #144624)
33503         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33504         (gst_osselement_rate_probe_check): Add another workaround for
33505         buggy drivers (bug #145336)
33506
33507 2004-07-02  David Schleef  <ds@schleef.org>
33508
33509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33510         Most systems don't have MSG_NOSIGNAL.
33511
33512 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * Makefile.am:
33515         * gst-libs/gst/colorbalance/Makefile.am:
33516         * gst-libs/gst/mixer/Makefile.am:
33517         * gst-libs/gst/play/Makefile.am:
33518         * gst-libs/gst/tuner/Makefile.am:
33519           (hopefully) fix both install and dist and make error message useful.
33520           needs testing across automakes.
33521
33522 2004-07-02  Benjamin Otte  <otte@gnome.org>
33523
33524         * ext/ogg/gstogg.c: (plugin_init):
33525           we require bytestream now
33526         * ext/ogg/gstoggdemux.c:
33527           huge diff to implement chain setup in a fast and generic way. This
33528           improves tag reading and startup of huge files (read: Theora videos)
33529           quite a bit. It probably contains bugs, too, so please test.
33530           Seeking is not improved to the fast method.
33531
33532 2004-06-29  Wim Taymans  <wim@fluendo.com>
33533
33534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33535         * ext/ogg/gstoggmux.c:
33536         Fix memleak in oggdemux when running unconnected pads.
33537         doc update in mux, start working on keyframe mode.
33538
33539 2004-06-29  Benjamin Otte  <otte@gnome.org>
33540
33541         * sys/oss/gstosssink.c:
33542         * sys/oss/gstosssrc.c:
33543           advertise correct template caps - we indeed do non-native endianness
33544           and 8bit audio has no endianness
33545         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33547           avoid (wrong) duplications in getcaps function and return
33548           template caps
33549
33550 2004-06-29  Wim Taymans  <wim@fluendo.com>
33551
33552         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33553         (gst_multifdsink_class_init), (gst_multifdsink_add),
33554         (gst_multifdsink_remove), (gst_multifdsink_clear),
33555         (gst_multifdsink_client_remove),
33556         (gst_multifdsink_handle_client_read),
33557         (gst_multifdsink_client_queue_data),
33558         (gst_multifdsink_client_queue_caps),
33559         (gst_multifdsink_client_queue_buffer),
33560         (gst_multifdsink_handle_client_write),
33561         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33562         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33563         (gst_multifdsink_init_send), (gst_multifdsink_close):
33564         Fix wrong GList iteration that could crash the server when
33565         more then 2 clients disconnect at the same time. Read all the
33566         pending commands in one batch to recover from command storms under
33567         very heavy load.
33568
33569 2004-06-28  Wim Taymans  <wim@fluendo.com>
33570
33571         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33572         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33573         (gst_videomixer_pad_set_property),
33574         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33575         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33576         (gst_videomixer_class_init), (gst_videomixer_init),
33577         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33578         (pad_zorder_compare), (gst_videomixer_sort_pads),
33579         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33580         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33581         (gst_videomixer_update_queues), (gst_videomixer_loop),
33582         (plugin_init):
33583         Avoid divide by zero, choose masterpad as the pad with the highest
33584         framerate.
33585
33586 2004-06-27  Julien Moutte  <julien@moutte.net>
33587
33588         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33589         (gst_ximagesink_xwindow_new):
33590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33591         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33592         function directly. We might want to call it from somewhere else one day.
33593
33594 2004-06-27  Julien Moutte  <julien@moutte.net>
33595
33596         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33597         (gst_ximagesink_xwindow_new):
33598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33599         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33600         window decorations.
33601
33602 2004-06-27  Wim Taymans  <wim@fluendo.com>
33603
33604         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33605         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33606         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33607         (gst_dvdec_set_property), (gst_dvdec_get_property):
33608         * ext/dv/gstdvdec.h:
33609         Implement drop_factor property to lower the framerate with
33610         a factor.
33611
33612 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33613
33614         * gst-libs/gst/colorbalance/Makefile.am:
33615         * gst-libs/gst/mixer/Makefile.am:
33616         * gst-libs/gst/play/Makefile.am:
33617         * gst-libs/gst/tuner/Makefile.am:
33618           unbreak Company's fix that didn't install the -enum.h files
33619
33620 2004-06-27  Wim Taymans  <wim@fluendo.com>
33621
33622         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33623         (gst_dvdec_change_state):
33624         * ext/dv/gstdvdec.h:
33625         Fix timestamp, duration and offset of the buffers.
33626
33627 2004-06-27  Wim Taymans  <wim@fluendo.com>
33628
33629         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33630         (gst_multifdsink_class_init), (gst_multifdsink_add),
33631         (gst_multifdsink_remove), (gst_multifdsink_clear),
33632         (gst_multifdsink_client_remove),
33633         (gst_multifdsink_handle_client_read),
33634         (gst_multifdsink_client_queue_data),
33635         (gst_multifdsink_client_queue_caps),
33636         (gst_multifdsink_client_queue_buffer),
33637         (gst_multifdsink_handle_client_write),
33638         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33639         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33640         (gst_multifdsink_init_send), (gst_multifdsink_close):
33641         * gst/tcp/gstmultifdsink.h:
33642         * gst/tcp/gsttcpserversink.c:
33643         (gst_tcpserversink_handle_server_read),
33644         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33645         More multifdsink fixes, more recovery policy fixes.
33646         Removed stupid g_print
33647
33648 2004-06-26  Wim Taymans  <wim@fluendo.com>
33649
33650         * gst/tcp/Makefile.am:
33651         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33652         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33653         (gst_multifdsink_class_init), (gst_multifdsink_init),
33654         (gst_multifdsink_debug_fdset), (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_chain), (gst_multifdsink_set_property),
33663         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33664         (gst_multifdsink_close), (gst_multifdsink_change_state):
33665         * gst/tcp/gstmultifdsink.h:
33666         * gst/tcp/gsttcpplugin.c: (plugin_init):
33667         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33668         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33669         (gst_tcpserversink_handle_server_read),
33670         (gst_tcpserversink_handle_select),
33671         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33672         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33673         * gst/tcp/gsttcpserversink.h:
33674         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33675         one of the locks, added recovery policy to multifdsink.
33676
33677 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33678
33679         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33680           fix decision for when getting frames with same timestamp
33681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33682         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33683         (gst_v4lsrc_get_property):
33684         * sys/v4l/gstv4lsrc.h:
33685           add latency offset property
33686
33687 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33688
33689         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33690         (plugin_init):
33691           fix debugging. add category.
33692
33693 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33694
33695         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33696           fix wrong offsets
33697
33698 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33699
33700         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33701         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33702         (gst_alsa_src_change_state):
33703           return a time that is in sync with the element's processing
33704
33705 2004-06-25  Wim Taymans  <wim@fluendo.com>
33706
33707         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33708         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33709         (gst_tcpserversink_client_remove),
33710         (gst_tcpserversink_handle_client_read),
33711         (gst_tcpserversink_client_queue_data),
33712         (gst_tcpserversink_client_queue_caps),
33713         (gst_tcpserversink_client_queue_buffer),
33714         (gst_tcpserversink_handle_client_write),
33715         (gst_tcpserversink_queue_buffer),
33716         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33717         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33718         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33719         (gst_tcpserversink_close):
33720         * gst/tcp/gsttcpserversink.h:
33721         Serversink rewrite. Really do non blocking writes to clients and
33722         maintain an internal queue to handle slower clients while not
33723         disturbing fast clients.
33724
33725 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33726
33727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33728           better debug, don't override OFFSET and OFFSET_END
33729
33730 2004-06-25  Iain <iain@prettypeople.org>
33731
33732         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33733         name=source for the wavparse pipeline.
33734
33735 2004-06-24  Johan Dahlin  <johan@gnome.org>
33736
33737         * ext/theora/theoraenc.c (theora_enc_chain): Call
33738         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33739         streamheader caps are set correctly.
33740
33741 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33742
33743         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33744         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33745           respect minimum bitrate; same could be done for max bitrate
33746
33747 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33748
33749         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33750         (gst_vorbisenc_setup):
33751           fix sample rate range
33752
33753 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33754
33755         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33756         (gst_oggvorbisenc_setup):
33757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33758         (gst_vorbisenc_setup):
33759           resolve ambiguities in code and description
33760
33761 2004-06-24  Wim Taymans  <wim@fluendo.com>
33762
33763         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33764         * ext/alsa/gstalsa.h:
33765         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33766         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33767         Use alsa trigger_tstamp to get the timestamp of the first
33768         sample in the buffer for more precise sync. Some cleanups.
33769
33770 2004-06-24  Wim Taymans  <wim@fluendo.com>
33771
33772         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33773         (gst_audiorate_init), (gst_audiorate_chain),
33774         (gst_audiorate_set_property), (gst_audiorate_get_property):
33775         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33776         (gst_videorate_chain):
33777         Added some logging, fixed an overflow bug in videorate.
33778
33779 2004-06-24  Benjamin Otte  <otte@gnome.org>
33780
33781         * ext/kio/Makefile.am:
33782           fix for builddir != srcdir and distcheck
33783
33784 2004-06-24  Benjamin Otte  <otte@gnome.org>
33785
33786         * gst-libs/gst/colorbalance/Makefile.am:
33787         * gst-libs/gst/mixer/Makefile.am:
33788         * gst-libs/gst/play/Makefile.am:
33789         * gst-libs/gst/tuner/Makefile.am:
33790         * gst/tcp/Makefile.am:
33791         * sys/dxr3/Makefile.am:
33792           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33793           tarball.
33794           Also add all *.list files that were missing.
33795         * Makefile.am:
33796           add a distcheck hook to ensure the above doesn't happen again.
33797
33798 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33799
33800         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33801
33802 2004-06-23  Colin Walters  <walters@redhat.com>
33803
33804         * m4/Makefile.am: Distribute gst-fionread.m4.
33805
33806 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33807
33808         * configure.ac: back to dev
33809
33810 2004-06-23  Wim Taymans  <wim@fluendo.com>
33811
33812         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33813         (gst_alsa_xrun_recovery):
33814         * ext/alsa/gstalsa.h:
33815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33816         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33817         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33818         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33819         (gst_alsa_src_loop):
33820         Add clock to alsasrc. Take new capture timestamp when
33821         restarting after an overrun. Split up some functions between
33822         alsasrc and alsasink.
33823
33824 === release 0.8.2 ===
33825
33826 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33827
33828         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33829         (gst_alsa_change_state), (gst_alsa_update_avail),
33830         (gst_alsa_xrun_recovery):
33831         * ext/alsa/gstalsa.h:
33832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33833           merge back changes from release
33834
33835 2004-06-23  Wim Taymans  <wim@fluendo.com>
33836
33837         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33838         (gst_audiorate_init), (gst_audiorate_chain),
33839         (gst_audiorate_set_property), (gst_audiorate_get_property):
33840         Implement sample dropping and notify
33841
33842 2004-06-22  Wim Taymans  <wim@fluendo.com>
33843
33844         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33845         (theora_enc_sink_link), (theora_buffer_from_packet),
33846         (theora_push_packet), (theora_enc_chain):
33847         Some cleanups, make sure the timestamps are correct.
33848
33849 2004-06-22  Wim Taymans  <wim@fluendo.com>
33850
33851         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33852         (gst_alsa_change_state), (gst_alsa_update_avail),
33853         (gst_alsa_xrun_recovery):
33854         * ext/alsa/gstalsa.h:
33855         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33856         Cleanups, take queued samples into account when reporting
33857         the time.
33858
33859 2004-06-22  Wim Taymans  <wim@fluendo.com>
33860
33861         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33862         (gst_videorate_init):
33863         Initialize the property as well.
33864
33865 2004-06-22  Wim Taymans  <wim@fluendo.com>
33866
33867         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33868         (gst_videorate_init), (gst_videorate_chain),
33869         (gst_videorate_set_property), (gst_videorate_get_property):
33870         Add property to make videorate silent.
33871         Add property to prefer new frames over old ones.
33872
33873 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33874
33875         * sys/osxvideo/Makefile.am:
33876         Workaround so that the osxvideo .so file gets linked with the
33877         Cocoa, OpenGL and QuickTime frameworks
33878
33879 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33880
33881         * sys/osxaudio/Makefile.am:
33882         Workaround so that the osxaudio .so file gets linked with the
33883         CoreAudio framework
33884
33885 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33886
33887         * configure.ac:
33888         Whoops, my fault...fixed build issues
33889
33890 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33891
33892         * configure.ac:
33893         Add objective-c support if running in Darwin/Mac OS X
33894         * sys/Makefile.am:
33895         * sys/osxvideo:
33896         * sys/osxvideo/Makefile.am:
33897         * sys/osxvideo/osxvideosink.h:
33898         * sys/osxvideo/osxvideosink.m:
33899         * sys/osxvideo/cocoawindow.h:
33900         * sys/osxvideo/cocoawindow.m:
33901         Add osxvideosink, a cocoa-based osx video sink
33902
33903
33904 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33905         * ext/dvdnav/gst-dvd:
33906         Grab the gconf key from the right spot
33907         * gst/debug/gstnavseek.c: (gst_navseek_init),
33908         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33909         (gst_navseek_chain):
33910         * gst/debug/gstnavseek.h:
33911           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33912           and loop parameters of a segment seek.
33913         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33914         (gst_videotestsrc_get_event_masks),
33915         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33916         * gst/videotestsrc/gstvideotestsrc.h:
33917           Add seeking support to videotestsrc
33918           Initialise the timestamp_offset variable.
33919
33920 2004-06-18  Wim Taymans  <wim@fluendo.com>
33921
33922         * ext/sidplay/gstsiddec.cc:
33923         Fix negotiation and set correct end offset.
33924
33925 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33926
33927         * configure.ac: branch and prerelease
33928
33929 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33930
33931         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33932         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33933         (gst_tcpclientsrc_init_receive):
33934         * gst/tcp/gsttcpclientsrc.h:
33935           read caps when connecting to server for GDP so we set them correctly
33936
33937 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33938
33939         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33940           notify drops and duplicates
33941         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33942           no good reason to limit ourselves to 100x100
33943
33944 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33945
33946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33947         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33948         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33949         (gst_v4lsrc_get_property):
33950         * sys/v4l/gstv4lsrc.h:
33951         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33952         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33953         (gst_v4l_set_audio):
33954         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33955         (gst_v4lsrc_try_capture):
33956         * sys/v4l/v4lsrc_calls.h:
33957           change try_palette to more general try_capture
33958           add autoprobe option so we can turn off autoprobing
33959           various fixes
33960
33961 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33962
33963         * configure.ac:
33964           add videorate
33965         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33966         (gst_ximagesink_class_init):
33967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33968         (gst_xvimagesink_class_init):
33969           run them as finalize, not dispose, since dispose can be invoked
33970           multiple times
33971
33972 2004-06-17  Wim Taymans  <wim@fluendo.com>
33973
33974         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33975         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33976         * ext/alsa/gstalsa.h:
33977         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33978         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33979         (gst_alsa_src_change_state):
33980         * ext/alsa/gstalsasrc.h:
33981         Make the xrun code timestamp and offset the buffers correctly.
33982         moved the clock to the base class, use alsa methods to get time.
33983         Do correct timestamping on outgoing buffers.
33984
33985 2004-06-17  Wim Taymans  <wim@fluendo.com>
33986
33987         * gst/audiorate/Makefile.am:
33988         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33989         (gst_audiorate_base_init), (gst_audiorate_class_init),
33990         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33991         (gst_audiorate_set_property), (gst_audiorate_get_property),
33992         (gst_audiorate_change_state), (plugin_init):
33993         Added an audiorate converter that fills in gaps.
33994
33995 2004-06-17  Johan Dahlin  <johan@gnome.org>
33996
33997         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33998
33999 2004-06-16  Wim Taymans  <wim@fluendo.com>
34000
34001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34003         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34004         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34005         (gst_v4lsrc_get_property):
34006         * sys/v4l/gstv4lsrc.h:
34007         Added a copy mode to v4lsrc where it will output a copied version
34008         of its internal hardware buffer.
34009         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34010         can't | them.
34011
34012 2004-06-16  Wim Taymans  <wim@fluendo.com>
34013
34014         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34015         Timestamp fixes.
34016
34017 2004-06-16  Wim Taymans  <wim@fluendo.com>
34018
34019         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34020         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34021         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34022         (gst_v4lsrc_get_property):
34023         * sys/v4l/gstv4lsrc.h:
34024         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34025         Added a sync mode enum property to control v4lsrc timestamp method
34026         Removed the use-fixed-fps property and moved functionality in
34027         the enum.
34028         Don't error on an error value from v4l-conf, it might not always
34029         be a real error.
34030
34031 2004-06-16  Wim Taymans  <wim@fluendo.com>
34032
34033         * gst/videorate/Makefile.am:
34034         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34035         (gst_videorate_base_init), (gst_videorate_class_init),
34036         (gst_videorate_getcaps), (gst_videorate_link),
34037         (gst_videorate_init), (gst_videorate_chain),
34038         (gst_videorate_set_property), (gst_videorate_get_property),
34039         (gst_videorate_change_state), (plugin_init):
34040         Added a video timestamp corrector.
34041
34042 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34043
34044         fixed a potential leak with previous commit
34045
34046         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34047
34048 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34049
34050         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34051         Added missing refcount, fixes bug #144425
34052         Cheers Tim for finding the bug
34053
34054 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34055
34056         * sys/v4l/gstv4l.c: (plugin_init):
34057         * sys/v4l/gstv4lcolorbalance.c:
34058         * sys/v4l/gstv4lcolorbalance.h:
34059         * sys/v4l/gstv4lelement.c:
34060         * sys/v4l/gstv4lelement.h:
34061         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34062         * sys/v4l/gstv4lmjpegsink.h:
34063         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34064         * sys/v4l/gstv4lmjpegsrc.h:
34065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34066         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34067         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34068         * sys/v4l/gstv4lsrc.h:
34069         * sys/v4l/gstv4ltuner.c:
34070         * sys/v4l/gstv4ltuner.h:
34071         * sys/v4l/gstv4lxoverlay.c:
34072         * sys/v4l/gstv4lxoverlay.h:
34073         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34074         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34075         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34076         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34077         (gst_v4l_set_audio):
34078         * sys/v4l/v4l_calls.h:
34079         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34080         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34081         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34082         (gst_v4lmjpegsink_playback_init),
34083         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34084         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34085         (gst_v4lmjpegsink_playback_stop),
34086         (gst_v4lmjpegsink_playback_deinit):
34087         * sys/v4l/v4lmjpegsink_calls.h:
34088         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34089         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34090         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34091         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34092         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34093         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34094         * sys/v4l/v4lmjpegsrc_calls.h:
34095         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34096         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34097         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34098         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34099         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34100         (gst_v4lsrc_try_palette):
34101         * sys/v4l/v4lsrc_calls.h:
34102           bunch of paranoia cleanups
34103
34104 2004-06-14  David Schleef  <ds@schleef.org>
34105
34106         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34107         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34108         Send discont events and change timestamps appropriately when
34109         we get a seek event.  (bug #144240)
34110         * ext/cdparanoia/gstcdparanoia.h:
34111
34112 2004-06-14  Benjamin Otte  <otte@gnome.org>
34113
34114         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34115           snd_pcm_hw_params_set_rate  since the latter fails for no good
34116           reason on some setups.
34117
34118 2004-06-14  David Schleef  <ds@schleef.org>
34119
34120         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34121         standard.  Thank you for playing.
34122
34123 2004-06-14  Wim Taymans  <wim@fluendo.com>
34124
34125         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34126         Patch 1.3 broke the ordering of the colorspace info and
34127         made the plugin basically work by coincidence, reordered
34128         the info.
34129
34130 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34131
34132         * ext/lame/gstlame.c:
34133         * ext/mad/gstmad.c:
34134           sync caps.  Make sure mad can only output a list of rates, not
34135           a full range.  In the future, have three caps lists for each of the
34136           mpeg versions.  Change mpegversion to a double as well.
34137
34138 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34139
34140         * gst/volume/.cvsignore:
34141         * gst/volume/Makefile.am:
34142         * gst/volume/demo.c: (value_changed_callback), (idler),
34143         (setup_gui), (main):
34144           added small demo app
34145
34146 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34147         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34148         * ext/esd/esdsink.h:
34149         Close the esd connection on pause, because esd will just wait -
34150         blocking all other esd clients indefinitely.
34151
34152 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34153
34154         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34155           previous commit with GST_DEBUG
34156
34157 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34158
34159         * configure.ac:
34160           add a header check for a dvdread header in dvdnav.  Fixes #133002
34161
34162 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34163
34164         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34165         * gst/tcp/gsttcpclientsink.h:
34166         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34167         * gst/tcp/gsttcpclientsrc.h:
34168         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34169         (gst_tcpserversink_handle_server_read),
34170         (gst_tcpserversink_init_send):
34171         * gst/tcp/gsttcpserversink.h:
34172         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34173         * gst/tcp/gsttcpserversrc.h:
34174         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34175         version of IP)
34176
34177 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34178
34179         * configure.ac:
34180         Added ogg library so that OSX detects libtheora properly
34181
34182 2004-06-11  Wim Taymans  <wim@fluendo.com>
34183
34184         * ext/theora/theoradec.c: (theora_dec_chain),
34185         (theora_dec_change_state):
34186         Don't try to decode frames before we received a keyframe.
34187
34188 2004-06-11  Wim Taymans  <wim@fluendo.com>
34189
34190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34191         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34192         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34193         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34194         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34195         Added property to set the maximum delay of a page.
34196
34197 2004-06-10  Wim Taymans  <wim@fluendo.com>
34198
34199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34200         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34201         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34202         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34203         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34204         Added max-delay property to control the maximum amount
34205         of data to put in one page.
34206
34207 2004-06-10  Wim Taymans  <wim@fluendo.com>
34208
34209         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34210         (gst_theora_enc_init), (theora_enc_sink_link),
34211         (theora_buffer_from_packet), (theora_enc_set_property),
34212         (theora_enc_get_property):
34213         Set duration on encoded buffer, added some more properties
34214
34215 2004-06-10  Wim Taymans  <wim@fluendo.com>
34216
34217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34218         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34219         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34220         * ext/theora/theoraenc.c: (theora_enc_chain):
34221         Fix refcounting bugs
34222
34223 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34224
34225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34226         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34227         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34228         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34229         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34230         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34231         (gst_asf_demux_change_state):
34232         * gst/asfdemux/gstasfdemux.h:
34233           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34234           feels like. I think we should set a new requirement for demuxers
34235           from now on to implement sane loop functions, data loops, query
34236           and seek functions before first commit into CVS. And this commit
34237           fixes all of the above.
34238
34239 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34240
34241         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34242           vorbis comments are properly encoded in UTF-8 before adding them
34243           to a GstTagList
34244
34245 2004-06-09  Benjamin Otte  <otte@gnome.org>
34246
34247         * ext/alsa/gstalsa.c: (add_channels):
34248           handle min <= max correctly
34249         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34250         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34251           add fixation functions so we fixate correctly. No preferring of alaw
34252           anymore because it's the first structure.
34253         * ext/alsa/gstalsa.h:
34254         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34255         (gst_alsa_hw_params_dump):
34256           add functions to ease debugging in alsalib
34257         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34258         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34259         (gst_alsa_start_audio):
34260           only specify hw params if we really setup a format (fixes #134007 -
34261           or at least works around it)
34262
34263 2004-06-09  Wim Taymans  <wim@fluendo.com>
34264
34265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34266         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34267         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34268         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34269         (gst_ogg_mux_loop):
34270         Use stream caps to setup the initial pages in the ogg stream.
34271         Correctly set the streamheader caps on the srcpad.
34272
34273 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34274
34275         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34276         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34277         (gst_v4lsrc_getcaps):
34278         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34279         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34280           add querying of fps lists for webcams.  Negotiating to a framerate
34281           now works.
34282
34283 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34284
34285         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34286         (theora_push_buffer), (theora_push_packet),
34287         (theora_set_header_on_caps), (theora_enc_chain):
34288           mark buffers and put on streamheader, raw theora streaming
34289           now works too, whee
34290
34291 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34292
34293         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34294         (gst_tcp_gdp_read_caps):
34295           do a looping read for caps and GDP headers too
34296
34297 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34298
34299         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34300         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34301           return EOS instead of NULL in _get
34302
34303 2004-06-08  Wim Taymans  <wim@fluendo.com>
34304
34305         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34306         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34307         (gst_tcp_gdp_write_caps):
34308         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34309         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34310         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34311         Memory leak fixes
34312
34313 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34314
34315         * ext/vorbis/Makefile.am:
34316         * ext/vorbis/vorbis.c: (plugin_init):
34317         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34318         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34319         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34320         (vorbis_parse_change_state):
34321         * ext/vorbis/vorbisparse.h:
34322           adding a vorbisparse element that marks the buffers, streaming
34323           raw vorbis using GDP now works, whee
34324
34325 2004-06-08  Wim Taymans  <wim@fluendo.com>
34326
34327         * ext/jpeg/Makefile.am:
34328         * ext/jpeg/README:
34329         * ext/jpeg/gstjpeg.c: (plugin_init):
34330         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34331         (gst_smokedec_base_init), (gst_smokedec_class_init),
34332         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34333         * ext/jpeg/gstsmokedec.h:
34334         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34335         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34336         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34337         (gst_smokeenc_resync), (gst_smokeenc_chain),
34338         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34339         * ext/jpeg/gstsmokeenc.h:
34340         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34341         (smokecodec_flush_destination), (smokecodec_term_destination),
34342         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34343         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34344         (smokecodec_term_source), (smokecodec_encode_new),
34345         (smokecodec_decode_new), (smokecodec_info_free),
34346         (smokecodec_set_quality), (smokecodec_get_quality),
34347         (smokecodec_set_threshold), (smokecodec_get_threshold),
34348         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34349         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34350         (smokecodec_parse_header), (smokecodec_decode):
34351         * ext/jpeg/smokecodec.h:
34352         Added a new simple jpeg based codec
34353
34354 2004-06-08  Wim Taymans  <wim@fluendo.com>
34355
34356         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34357         (gst_multipart_mux_loop):
34358         Fix memory leak
34359
34360 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34361
34362         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34363         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34364         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34365         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34366         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34367         * gst/tcp/gsttcpserversink.h:
34368           take streamheader into account
34369
34370 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34371
34372         * gst/level/Makefile.am:
34373         * gst/level/gstlevel.c: (gst_level_class_init):
34374           clean up marshal generation
34375
34376 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34377
34378         * gst/tcp/Makefile.am:
34379         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34380         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34381         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34382         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34383         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34384         (gst_tcpclientsrc_get_property):
34385         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34386         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34387         (gst_tcpserversink_handle_client_read),
34388         (gst_tcpserversink_handle_client_write),
34389         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34390         * gst/tcp/gsttcpserversink.h:
34391           add signals client-added and client-removed
34392         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34393         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34394         (gst_tcpserversrc_get_property):
34395         uniformized, change default protocol to NONE
34396         * gst/tcp/gsttcp-marshal.list: added
34397 2004-06-07  Benjamin Otte  <otte@gnome.org>
34398
34399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34400           handle discont events if they happen before caps nego
34401
34402 2004-06-07  Wim Taymans  <wim@fluendo.com>
34403
34404         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34405         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34406         (gst_multipart_demux_plugin_init):
34407         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34408         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34409         (gst_multipart_mux_change_state):
34410         Small updates, fix a memleak
34411
34412 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34413
34414         * configure.ac: OSS portability
34415         * ext/arts/gst_arts.c: idem
34416         * sys/oss/gstosselement.c: idem
34417         * sys/oss/gstossmixer.c: idem
34418         * sys/oss/gstosssink.c: idem
34419         * sys/oss/gstosssrc.c: idem
34420         * sys/oss/oss_probe.c: idem
34421           - check for soundcard.h in different places for some BSD
34422
34423 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34424
34425         * AUTHORS:
34426         Add me to the authors file
34427         * configure.ac:
34428         Increase the libdv requirement to >= version 0.100
34429         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34430         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34431         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34432         * ext/dv/gstdvdec.h:
34433         Add support for the new_media flag when sending DISCONT events
34434         Make the querying work when video pad is not linked
34435
34436 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34437
34438         reviewed by Benjamin Otte  <otte@gnome.org>
34439
34440         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34441           create a NULL-initialized array of pads, so we don't think they
34442           exist already. (fixes #143130)
34443
34444 2004-06-07  Benjamin Otte  <otte@gnome.org>
34445
34446         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34447         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34448         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34449           don't use // coments
34450
34451 2004-06-07  Benjamin Otte  <otte@gnome.org>
34452
34453         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34454           cast to GstClockTime to get higher granularity
34455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34456           use gst_element_set_time_delay to get the exact time
34457         * ext/mad/gstmad.c: (gst_mad_chain):
34458           use the negotiated rate instead of the current frame's rate which
34459           might be wrong because of bit errors. This avoids emitting totally
34460           bogus timestamps and screwing sync.
34461         (fixes #143454)
34462
34463 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34464
34465         reviewed by Benjamin Otte  <otte@gnome.org>
34466
34467         * gst/adder/gstadder.c: (gst_adder_loop):
34468           properly error out when no negotiation has happened yet. (fixes
34469           #143032)
34470
34471 2004-06-06  Benjamin Otte  <otte@gnome.org>
34472
34473         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34474           forward correctly transformed offset in discont events. Based on
34475           patch by Arwed v. Merkatz. (fixes #142851)
34476
34477 2004-06-06  David Schleef  <ds@schleef.org>
34478
34479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34480         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34481         problems on several systems.
34482
34483 2004-06-06  Benjamin Otte  <otte@gnome.org>
34484
34485         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34486           use explicit caps on the srcpad
34487         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34488           properly error out if caps couldn't be set (fixes #142764)
34489
34490 2004-06-06  Benjamin Otte  <otte@gnome.org>
34491
34492         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34493         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34494         (gst_alsa_start_audio):
34495           - don't call set_periods_integer anymore, it breaks the
34496           configuration randomly
34497           - call snd_pcm_hw_params_set_access directly instead of using masks
34498           - don't fail if the sw_params can't be set, just use the default
34499           params and hope it works. Alsalib has weird issues when you touch
34500           sw_params and does no proper error reporting about what failed.
34501         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34502         (gst_alsa_close_audio):
34503           make our alsa debugging go via gst debugging and not conditionally
34504           defined
34505         * ext/alsa/gstalsa.h:
34506           add ALSA_DEBUG_FLUSH macro
34507         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34508         (plugin_init):
34509           wrap alsa errors to be printed via the gst debugging system and not
34510           spammed to stderr
34511
34512 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34513
34514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34515         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34516         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34517         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34518         (qtdemux_parse_trak):
34519         * gst/qtdemux/qtdemux.h:
34520           Bitch. Also known as seeking, querying & co.
34521         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34522         (gst_osssink_change_state):
34523         * sys/oss/gstosssink.h:
34524           Resyncing is for weenies, this hack is no longer needed and was
34525           broken anyway (since it - unintendedly - always leaves resync to
34526           TRUE).
34527
34528 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34529
34530         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34531         * gst/tcp/gsttcpclientsrc.h: idem
34532           - define MSG_NOSIGNAL if not done
34533           - include unistd.h for off_t
34534           (fixes #143749)
34535
34536 2004-06-05  Benjamin Otte  <otte@gnome.org>
34537
34538         * configure.ac:
34539         * ext/kio/Makefile.am:
34540           check for qt's moc preprocessor explicitly and use it
34541
34542 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34543
34544         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34545           don't get a signal for EPIPE on socket writes
34546           (somebody check if this works on other platforms)
34547
34548 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34549
34550         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34551         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34552           check error condition on available samples correctly
34553
34554 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34555
34556         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34557           avoid a segfault
34558         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34559         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34560         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34561         (gst_tcpserversrc_gdp_read_header):
34562          use ssize_t over size_t since the former is signed and thus the
34563          check for error codes can work
34564
34565 2004-06-02  Wim Taymans  <wim@fluendo.com>
34566
34567         reviewed by: Johan
34568
34569         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34570         (gst_multipart_mux_loop):
34571         Oops
34572
34573 2004-06-02  Wim Taymans  <wim@fluendo.com>
34574
34575         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34576         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34577         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34578         (gst_multipart_mux_change_state):
34579         Added configurable boundary specifier, added the value as a
34580         caps field as well.
34581
34582 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34583
34584         * gst/tcp/gsttcp.c:
34585         * gst/tcp/gsttcpclientsrc.c:
34586         * gst/tcp/gsttcpclientsrc.h:
34587         * gst/tcp/gsttcpserversrc.c:
34588           - portability fix, to compile on OSX
34589             (fixes #143146)
34590
34591         * sys/osxaudio/gstosxaudioelement.c:
34592         * sys/osxaudio/gstosxaudiosink.c:
34593         * sys/osxaudio/gstosxaudiosrc.c:
34594           - compilation warnings on OSX
34595             (fixes #143153)
34596
34597 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34598
34599         * ext/vorbis/vorbisdec.c : sign warning fixes
34600
34601         * gst-libs/gst/mixer/mixertrack.c :
34602           do no use defines which are glib 2.4 specific
34603
34604 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34605
34606         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34607           buffer since libflac doesn't expect it (reports a sync error when
34608           it encounters that)
34609
34610
34611 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34612
34613         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34614         * gst-libs/gst/mixer/mixertrack.c:
34615         (gst_mixer_track_get_property), (get_mixer_track_init),
34616         (get_mixer_track_get_property): Added property accessors
34617         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34618         * gst-libs/gst/mixer/mixeroptions.c:
34619         (gst_mixer_options_get_values): Added
34620         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34621         * gst-libs/gst/mixer/mixer.c: Fixed comment
34622
34623
34624 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34625
34626         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34627           improve error messages on open
34628
34629
34630 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34631
34632         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34633           check if v4l-conf is in path
34634
34635 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34636
34637         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34638           change assert to a more readable error message
34639
34640 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34641
34642         * gst-libs/gst/tuner/tunerchannel.h:
34643           - add a freq_multiplicator field to make the conversion
34644             between internal frequency unit and Hz
34645         * sys/v4l/gstv4lelement.c:
34646         * sys/v4l2/gstv4l2element.c:
34647           - change default video device to /dev/video0
34648         * sys/v4l/v4l_calls.c:
34649         * sys/v4l2/v4l2_calls.c:
34650           - we only expose frequency to the user in Hz instead of
34651             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34652
34653 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34654         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34655           Initialise b_o_s and e_o_s variables
34656         * gst-libs/gst/riff/riff-media.c:
34657         (gst_riff_create_video_caps_with_data):
34658           Add some unusual fourcc's from mplayer avi's
34659         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34660           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34661           autoplugging.
34662
34663 2004-05-28  Wim Taymans  <wim@fluendo.com>
34664
34665         * configure.ac:
34666         * gst/alpha/Makefile.am:
34667         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34668         (gst_alpha_get_type), (gst_alpha_base_init),
34669         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34670         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34671         (gst_alpha_chroma_key), (gst_alpha_chain),
34672         (gst_alpha_change_state), (plugin_init):
34673         A plugin to add an alpha channel to I420 video. Can optionally do
34674         chroma keying.
34675         * gst/multipart/Makefile.am:
34676         * gst/multipart/multipart.c: (plugin_init):
34677         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34678         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34679         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34680         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34681         (gst_multipart_demux_change_state),
34682         (gst_multipart_demux_plugin_init):
34683         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34684         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34685         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34686         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34687         (gst_multipart_mux_pad_unlink),
34688         (gst_multipart_mux_request_new_pad),
34689         (gst_multipart_mux_handle_src_event),
34690         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34691         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34692         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34693         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34694         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34695         send multipart jpeg images to a browser.
34696         * gst/videobox/Makefile.am:
34697         * gst/videobox/README:
34698         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34699         (gst_video_box_get_type), (gst_video_box_base_init),
34700         (gst_video_box_class_init), (gst_video_box_init),
34701         (gst_video_box_set_property), (gst_video_box_get_property),
34702         (gst_video_box_sink_link), (gst_video_box_i420),
34703         (gst_video_box_ayuv), (gst_video_box_chain),
34704         (gst_video_box_change_state), (plugin_init):
34705         Crops or adds borders around an image. can do alpha channel
34706         borders as well.
34707         * gst/videomixer/Makefile.am:
34708         * gst/videomixer/README:
34709         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34710         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34711         (gst_videomixer_pad_get_sink_event_masks),
34712         (gst_videomixer_pad_get_property),
34713         (gst_videomixer_pad_set_property),
34714         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34715         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34716         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34717         (gst_videomixer_base_init), (gst_videomixer_class_init),
34718         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34719         (gst_videomixer_handle_src_event),
34720         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34721         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34722         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34723         (gst_videomixer_loop), (gst_videomixer_get_property),
34724         (gst_videomixer_set_property), (gst_videomixer_change_state),
34725         (plugin_init):
34726         Generic video mixer plugin, can handle multiple inputs all with
34727         different framerates and video sizes. Is fully alpha channel
34728         aware.
34729
34730 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34731
34732         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34733           Select first track as master track. Not sure how else to handle
34734           that...
34735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34736           Discard discont events. Should fix #142962.
34737
34738 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34739
34740         * ext/alsa/Makefile.am:
34741         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34742         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34743         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34744         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34745         (gst_alsa_mixer_get_option):
34746         * ext/alsa/gstalsamixer.h:
34747         * ext/alsa/gstalsamixeroptions.c:
34748         (gst_alsa_mixer_options_get_type),
34749         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34750         (gst_alsa_mixer_options_new):
34751         * ext/alsa/gstalsamixeroptions.h:
34752         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34753         * ext/alsa/gstalsamixertrack.h:
34754           Add enumerations (as GstMixerOptions). Make correct distinction
34755           between input/output tracks. Add capture/playback private flag.
34756           Use flag to decide on whether to set capture or playback volumes
34757           or switches. Use playback and record switches.
34758         * gst-libs/gst/mixer/Makefile.am:
34759         * gst-libs/gst/mixer/mixer-marshal.list:
34760         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34761         (gst_mixer_set_option), (gst_mixer_get_option),
34762         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34763         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34764         * gst-libs/gst/mixer/mixer.h:
34765         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34766         (gst_mixer_options_class_init), (gst_mixer_options_init),
34767         (gst_mixer_options_dispose):
34768         * gst-libs/gst/mixer/mixeroptions.h:
34769           Add GstMixerOptions.
34770         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34771           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34772           broken device detection on computers with multiple OSS sound
34773           cards.
34774
34775 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34776
34777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34778           fixate nicely even when the peer is not negotiating
34779
34780 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34781
34782         * gst/audioconvert/gstaudioconvert.c:
34783         (gst_audio_convert_parse_caps):
34784           make sure we don't allow depth > width
34785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34786           fixate endianness to G_BYTE_ORDER as default
34787         * gst/audioscale/gstaudioscale.c:
34788           we don't handle another endianness as host-endianness
34789
34790 2004-05-25  David Schleef  <ds@schleef.org>
34791
34792         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34793
34794 2004-05-24  Benjamin Otte  <otte@gnome.org>
34795
34796         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34797         (gst_oggvorbisenc_setup):
34798           properly fail when we can't setup the vorbis encoder due to
34799           unsupported settings
34800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34801         (gst_vorbisenc_setup):
34802           same
34803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34804           fix case where warnings occured when one pad was unlinked while the
34805           other's link function was called
34806
34807 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34808
34809         * gst/tcp/Makefile.am:
34810           use GST_ENABLE_NEW
34811
34812 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34813
34814         * gst-libs/gst/resample/private.h:
34815           don't use optimizations that are #if 0'ed
34816
34817 2004-05-24  Wim Taymans  <wim@fluendo.com>
34818
34819         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34820         Fix potential division by zero error and hopefully get
34821         the position query right to get correct timestamps on avi
34822         audio.
34823
34824 2004-05-24  Wim Taymans  <wim@fluendo.com>
34825
34826         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34827         (gst_videoscale_scale_nearest_str2),
34828         (gst_videoscale_scale_nearest_str4),
34829         (gst_videoscale_scale_nearest_32bit),
34830         (gst_videoscale_scale_nearest_24bit),
34831         (gst_videoscale_scale_nearest_16bit):
34832         Fix the scaling algorithm and avoid a buffer overflow.
34833         removed the while loop in the scaling function as it
34834         was used for point sampling only.
34835
34836 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34837
34838         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34839         (gst_id3_tag_class_init), (gst_id3_tag_init),
34840         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34841         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34842         (gst_id3_tag_send_tag_event):
34843           lots of fixes to make id3mux work and id3demux work correctly
34844
34845 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34846
34847         * ext/Makefile.am:
34848           add rules to build shout2send (was removed by accident
34849           when this module was no more marked experimental/broken)
34850
34851 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34852
34853         * ext/shout2/gstshout2.c:
34854         * ext/shout2/gstshout2.h:
34855           adding a "connection problem" signal to shout2send
34856           (fixes #142954)
34857
34858 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34859
34860         * ext/kio/kioreceiver.cpp:
34861         * ext/kio/kioreceiver.h:
34862           fix sign comparison issues
34863
34864 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34865
34866         * gst/cdxaparse/gstcdxaparse.c:
34867         * gst/cdxaparse/gstcdxaparse.h:
34868           some renaming
34869           add some checks/sanity
34870           prepare for seek addition
34871
34872         * sys/sunaudio/gstsunaudio.c:
34873           remove exported dupe init function
34874
34875 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34876
34877         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34878         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34879           Fix format conversion and position querying.
34880         * gst/debug/progressreport.c: (gst_progressreport_report):
34881           Don't output a bogus total value that we didn't query.
34882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34883           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34884           only a blank window after xine has been used.
34885
34886 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34887
34888         * m4/as-arts.m4:
34889           sync with upstream version to fix test on FC2
34890           readd with -ko to preserve Id header
34891
34892 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34893
34894         * configure.ac:
34895           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34896         * gst/tcp/gsttcpclientsrc.c: idem
34897         * gst/tcp/gsttcpserversink.c: idem
34898         * gst/tcp/gsttcpserversrc.c: idem
34899         * m4/gst-fionread.m4: idem
34900
34901         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34902
34903         * configure.ac: enable speex plugin for speex 1.1.5+
34904         * ext/speex/gstspeexenc.c: fix cast warning
34905
34906         * ext/esd/README: fix typo
34907
34908 2004-05-20  David Schleef  <ds@schleef.org>
34909
34910         * configure.ac: Minor cosmetic change to convince the buildbot to
34911         reautogen.
34912         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34913         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34914         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34915         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34916         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34917         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34918         More hacking.  Plays audio now.
34919
34920 2004-05-20  David Schleef  <ds@schleef.org>
34921
34922         * configure.ac:
34923         * sys/Makefile.am:
34924
34925 2004-05-20  David Schleef  <ds@schleef.org>
34926
34927         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34928         * sys/osxaudio/gstosxaudio.c:
34929         * sys/osxaudio/gstosxaudioelement.c:
34930         * sys/osxaudio/gstosxaudioelement.h:
34931         * sys/osxaudio/gstosxaudiosink.c:
34932         * sys/osxaudio/gstosxaudiosink.h:
34933         * sys/osxaudio/gstosxaudiosrc.c:
34934         * sys/osxaudio/gstosxaudiosrc.h:
34935
34936 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34937
34938         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34939         (gst_vorbisenc_chain):
34940           put the codec headers on the caps as streamheader as well as
34941           pushing them out
34942
34943 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34944
34945         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34946         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34947         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34948         split up push_packet into two functions
34949
34950 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34951
34952         * gst/tcp/.cvsignore:
34953           ignore enums
34954         * gst/tcp/Makefile.am:
34955         * gst/tcp/README:
34956         * gst/tcp/gsttcp.c:
34957         * gst/tcp/gsttcp.h:
34958         * gst/tcp/gsttcpclientsink.c:
34959         * gst/tcp/gsttcpclientsink.h:
34960         * gst/tcp/gsttcpclientsrc.c:
34961         * gst/tcp/gsttcpclientsrc.h:
34962         * gst/tcp/gsttcpplugin.c:
34963         * gst/tcp/gsttcpserversink.c:
34964         * gst/tcp/gsttcpserversink.h:
34965         * gst/tcp/gsttcpserversrc.c:
34966         * gst/tcp/gsttcpserversrc.h:
34967           add new tcp elements
34968
34969 2004-05-19  Wim Taymans  <wim@fluendo.com>
34970
34971         * gst/law/mulaw-conversion.c: (mulaw_encode):
34972         Fix overflow bug in ulaw encoding.
34973
34974 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34975
34976         * ext/mad/gstmad.c: (gst_mad_handle_event):
34977           don't unref the event twice
34978
34979 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34980
34981         * configure.ac:
34982           remove -Wno-sign-compare
34983
34984 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34985
34986         * configure.ac:
34987           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34988           if you want to work against glib 2.2 and 2.4
34989
34990 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34991
34992         * gst/tcp/Makefile.am:
34993         * gst/tcp/gsttcp.c:
34994         * gst/tcp/gsttcp.h:
34995         * gst/tcp/gsttcpsink.h:
34996         * gst/tcp/gsttcpsrc.h:
34997           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34998
34999 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35000
35001         * gst/debug/tests.c: (md5_get_value):
35002           fix segfault on gst-inspect
35003
35004 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35005
35006         * gst/debug/testplugin.c:
35007         * gst/debug/tests.c:
35008         * gst/debug/tests.h:
35009           add new extensible and configurable testing element. Current tests
35010           include buffer count, stream length, timestamp/duration matching and
35011           md5.
35012         * gst/debug/Makefile.am:
35013         * gst/debug/gstdebug.c: (plugin_init):
35014           add infrastructure for new element
35015
35016 2004-05-19  Johan Dahlin  <johan@gnome.org>
35017
35018         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35019         ending of the array. Fixes gst-inspect segfault on ppc.
35020
35021 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35022
35023         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35024
35025         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35026
35027 2004-05-18  David Schleef  <ds@schleef.org>
35028
35029         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35030         warnings (bugs, actually) noticed by gcc but not forte.
35031
35032 2004-05-18  David Schleef  <ds@schleef.org>
35033
35034         * sys/sunaudio/Makefile.am:
35035         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35036
35037 2004-05-18  David Schleef  <ds@schleef.org>
35038
35039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35040         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35041         to allow qtdemux to use non-seekable streams. (bug #142272)
35042
35043 2004-05-18  David Schleef  <ds@schleef.org>
35044
35045         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35046         (gst_resample_sinc_ft_float): Remove use of static temporary
35047         buffer.  This code was obviously not supposed to last long, but
35048         it's stuck in our ABI, so it required a little hack to make it
35049         ABI-compatible.  Fixes #142585.
35050         * gst-libs/gst/resample/resample.h: same.
35051
35052 2004-05-18  David Schleef  <ds@schleef.org>
35053
35054         * configure.ac: Add sunaudio
35055         * examples/Makefile.am: make gstplay depend on gconf
35056         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35057         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35058         (convert_table_lookup), (img_convert): remove c99-isms
35059         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35060           unsigned, to fix a warning on Solaris
35061         * gst/mpeg1sys/systems.c: bcopy->memcpy
35062         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35063         * sys/Makefile.am: Add sunaudio
35064
35065 2004-05-18  Wim Taymans  <wim@fluendo.com>
35066
35067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35068         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35069         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35070         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35071         (gst_ogg_mux_loop):
35072         Fix an ugly memleak where the muxer didn't flush enough ogg
35073         pages. This also resulted in badly muxed ogg files.
35074
35075 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35076
35077         * gst/asfdemux/asfheaders.c :
35078         * gst/asfdemux/asfheaders.h :
35079         * gst/asfdemux/gstasfdemux.c :
35080           - fix ASF_OBJ_PADDING guid
35081           - add 3 new object guids (language list, metadata,
35082             extended stream properties)
35083           - add a function to parse extended header objects
35084
35085 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35086
35087         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35088           remove leftover debugging g_print
35089
35090 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35091
35092         * ext/mad/gstmad.c: (gst_mad_handle_event):
35093           Fix for when the first format in a discont event is not a
35094           byte-based one. Should fix #137710.
35095
35096 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35097
35098         * m4/a52.m4 : fix compilation with -Wall -Werror
35099         * m4/libfame.m4 : idem
35100         * m4/libmikmod.m4 : idem
35101
35102 2004-05-17  Benjamin Otte  <otte@gnome.org>
35103
35104         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35105           signal the new tags before giving up the reference
35106
35107 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35108
35109         * ext/shout2/gstshout2.c:
35110           use application/ogg instead of application/x-ogg (patch by Patrick
35111           Guimond, fixes #142432)
35112         * sys/oss/gstosselement.c: (gst_osselement_reset),
35113         (gst_osselement_sync_parms):
35114           don't set fragment size unless specified (fixes #142493)
35115
35116 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35117
35118         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35119           fixes #142664
35120
35121 2004-05-17  Benjamin Otte  <otte@gnome.org>
35122
35123         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35124           compute offsets correctly for internal buffers so timestamps are set
35125           correctly when we can't seek. Also handle cases where there are no
35126           offsets. (based on a patch by David Moore, fixes #142507)
35127
35128 2004-05-17  Benjamin Otte  <otte@gnome.org>
35129
35130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35131           use correct variable when determining amount of data to skip so we
35132           don't skip into the void and segfault
35133
35134 2004-05-16  Benjamin Otte  <otte@gnome.org>
35135
35136         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35137           Hi, I'm a memleak
35138
35139 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35140
35141         * gst/asfdemux/gstasfdemux.c:
35142           - fix a mem leak and always propagate tags
35143           - add WMV3 to known video codecs (but no decoder yet)
35144           - replace "surplus data" at end of audio header for what
35145             it is : codec specific data
35146           - fix a typo
35147
35148 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35149
35150         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35151
35152         * gst-libs/gst/audio/audioclock.c:
35153           Fix wrong return type (#142205).
35154
35155 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35156
35157         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35158           Ignore CRCs by default (fixes #142566).
35159
35160 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35161
35162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35163         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35164         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35165         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35166         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35167         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35168           Fix for cases where we fail to attach to a mixer.
35169
35170 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35171
35172         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35173           Don't touch events after not owning them anymore.
35174         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35175         (gst_wavparse_fmt), (gst_wavparse_other),
35176         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35177         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35178         (gst_wavparse_srcpad_event):
35179         * gst/wavparse/gstwavparse.h:
35180           Add seeking, fix querying.
35181
35182 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35183
35184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35185           - process comments even if they don't end with \0\0
35186             g_convert would ignore them if present and works well without them
35187
35188 2004-05-16  Benjamin Otte  <otte@gnome.org>
35189
35190         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35191           simplify caps
35192
35193 2004-05-16  Benjamin Otte  <otte@gnome.org>
35194
35195         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35196           don't write to memory we might not write to - g_convert does that
35197           for us anyway (fixes #142613)
35198         (gst_asf_demux_audio_caps):
35199           comment out gst_util_dump_mem
35200
35201 2004-05-16  Benjamin Otte  <otte@gnome.org>
35202
35203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35204           compute correct expected timestamps after seek (broken since
35205           last commit)
35206         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35207           rename element and debugging category to gdkpixbufscale
35208
35209 2004-05-16  Benjamin Otte  <otte@gnome.org>
35210
35211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35212           add error checking to snd_pcm_delay and remove duplicate call to
35213           snd_pcm_delay that caused issues (see inline code comments)
35214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35215           make more readable and fix return value when snd_pcm_delay fails
35216         (fixes #142586)
35217
35218 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35219         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35220         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35221         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35222         (gst_pixbufscale_link), (gst_pixbufscale_init),
35223         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35224         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35225         (gst_pixbufscale_get_property), (pixbufscale_init):
35226         * ext/gdk_pixbuf/pixbufscale.h:
35227         Add these files I forgot earlier
35228
35229 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35230         * ext/gdk_pixbuf/Makefile.am:
35231         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35232         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35233         Add new pixbufscale element to scale RGB video
35234         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35235         and HYPER interpolation correctly.
35236         * ext/theora/theoraenc.c: (theora_enc_chain),
35237         Discard buffer and return if explicit caps could not be set
35238         (theora_enc_get_property):
35239         Make _get return kbps for the bitrate consistent with
35240         the _set function.
35241
35242
35243 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35244
35245         * ext/libvisual/visual.c: (gst_visual_chain):
35246           add missing visual_audio_analyze
35247
35248 2004-05-14  David Schleef  <ds@schleef.org>
35249
35250         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35251         is killed while we're playing.
35252         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35253         gst_element_no_more_pads().
35254
35255 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35256
35257         * gst-libs/gst/riff/riff-read.c :
35258           - fix INFO tag extraction in RIFF/AVI files
35259             because gst_event_unref (event) also freed taglist
35260           - avoid a mem leak
35261
35262 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35263
35264         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35265         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35266
35267         * gst/auparse/gstauparse.c :
35268           - add code (commented for now) to support audio/x-adpcm on src pad
35269             (we have no decoder for those layout yet)
35270
35271         * gst/cdxaparse/gstcdxaparse.c :
35272         * gst/cdxaparse/gstcdxaparse.h :
35273           - partial rewrite using RiffRead (ripped iain's wavparse code)
35274
35275         * gst/rtp/gstrtpL16enc.c : typo
35276         * gst/rtp/gstrtpgsmenc.c : typo
35277
35278 2004-05-13  Benjamin Otte  <otte@gnome.org>
35279
35280         * configure.ac:
35281           check for exact version of libvisual, it's not supposed to be
35282           API/ABI stable yet
35283
35284 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35285
35286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35287           signal no-more-pads
35288
35289 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35290
35291         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35292         Report which format was used for GST_FORMAT_DEFAULT
35293         * gst/debug/Makefile.am:
35294         * gst/debug/gstdebug.c: (plugin_init):
35295         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35296         (gst_progressreport_class_init), (gst_progressreport_init),
35297         (gst_progressreport_report), (gst_progressreport_set_property),
35298         (gst_progressreport_get_property), (gst_progressreport_chain),
35299         (gst_progressreport_plugin_init):
35300         Add progressreport element for testing.
35301
35302 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35303
35304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35305         * sys/v4l/gstv4lsrc.h:
35306         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35307         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35308         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35309         (gst_v4lsrc_grab_frame):
35310           add more debugging
35311           send a discont at start
35312
35313 2004-05-12  Colin Walters  <walters@redhat.com>
35314
35315         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35316         inflooping if we can't find a chunk.  Or in other words, don't blow
35317         chunks if we don't have a chunk to blow.
35318
35319 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35320         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35321         Remove old debug output
35322         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35323         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35324         (gst_dvdec_set_property), (gst_dvdec_get_property):
35325         Change the quality setting to an enum, so it works from gst-launch
35326         Don't renegotiate a non-linked pad. Allows audio only decoding.
35327         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35328         (gst_deinterlace_link), (gst_deinterlace_init):
35329         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35330         (gst_videodrop_link):
35331         Some caps negotiation fixes
35332
35333 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35334
35335         * ext/tarkin/gsttarkin.c :
35336           - Change RANK from NONE to PRIMARY
35337         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35338           - Change RANK from NONE to MARGINAL
35339         * ext/divx/gstdivxenc.c :
35340           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35341
35342 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35343
35344         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35345         (gst_vorbisenc_push_packet):
35346           copy a function that was added between 1.0 and 1.0.1 until we
35347           depend on worthwhile features of post-1.0
35348
35349 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35350
35351         * configure.ac:
35352           enable shout2 by default
35353         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35354         (gst_shout2send_base_init), (gst_shout2send_init),
35355         (gst_shout2send_connect), (gst_shout2send_change_state):
35356         * ext/shout2/gstshout2.h:
35357           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35358           #142262)
35359         * ext/theora/theora.c: (plugin_init):
35360           don't set rank on encoders
35361
35362 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35363
35364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35365           Use codec_data property instead of flag1 and flag2 for wma
35366
35367 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35368
35369         * gst/cdxaparse/gstcdxaparse.c :
35370           - Add mpegversion to CAPS to make it link
35371           - Rank is as GST_RANK_SECONDARY instead of NONE
35372         * gst/auparse/gstauparse.c :
35373           - Document all audio encoding we can encounter from Solaris 9
35374             headers and libsndfile information.
35375           - Increase max. rate from 48000 to 192000 (to match other elements)
35376           - Don't try to play junk data between header and samples
35377
35378 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35379
35380         * ext/libvisual/visual.c: (gst_visual_getcaps):
35381           use the right caps depending on endianness (I hope)
35382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35383           use GST_RANK_NONE for all non-decoding elements or spider gets
35384           mighty confused
35385
35386 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35387
35388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35389           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35390
35391 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35392
35393         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35394         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35395         (gst_switch_loop), (gst_switch_get_type):
35396           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35397           HEADERS. Had to be said.
35398
35399 2004-05-10  David Schleef  <ds@schleef.org>
35400
35401         * configure.ac: Add prototype Dirac support.
35402         * ext/Makefile.am:
35403         * ext/dirac/Makefile.am:
35404         * ext/dirac/gstdirac.cc:
35405         * ext/dirac/gstdiracdec.cc:
35406
35407 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35408
35409         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35410         (gst_auparse_init), (gst_auparse_chain),
35411         (gst_auparse_change_state):
35412           Hack around spider. Remove me some day please.
35413
35414 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35415
35416         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35417           Fix for some uninitialized variables in previous patch, also
35418           makes it work. Fixes #142286 while we're at it.
35419
35420 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35421
35422         * gst/auparse/gstauparse.c:
35423                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35424                 only unsupported formats are ADPCM/CCITT G.72x
35425                 reviewed by Ronald
35426         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35427
35428 2004-05-10  Wim Taymans  <wim@fluendo.com>
35429
35430         * ext/vorbis/Makefile.am:
35431         * ext/vorbis/README:
35432         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35433         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35434         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35435         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35436         (gst_oggvorbisenc_convert_sink),
35437         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35438         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35439         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35440         (get_constraints_string), (update_start_message),
35441         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35442         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35443         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35444         * ext/vorbis/oggvorbisenc.h:
35445         * ext/vorbis/vorbis.c: (plugin_init):
35446         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35447         (raw_caps_factory), (gst_vorbisenc_class_init),
35448         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35449         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35450         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35451         * ext/vorbis/vorbisenc.h:
35452         Added a raw vorbis encoder to be used with the oggmuxer.
35453         We still need the old encoder for some gnome applications,
35454         read the README to find out how that works.
35455         The raw encoder is called "rawvorbisenc" until 0.9.
35456
35457 2004-05-10  Wim Taymans  <wim@fluendo.com>
35458
35459         * ext/ogg/gstogg.c: (plugin_init):
35460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35461         (gst_ogg_print):
35462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35463         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35464         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35465         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35466         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35467         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35468         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35469         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35470         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35471         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35472         Added an ogg muxer.
35473         Small typo fixes in the demuxer.
35474
35475 2004-05-10  Wim Taymans  <wim@fluendo.com>
35476
35477         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35478         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35479         (theora_enc_change_state), (theora_enc_set_property),
35480         (theora_enc_get_property):
35481         Mark the last packet with an EOS flag which is not really needed
35482         in gstreamer.
35483         Do some better video framerate initialisation.
35484         Update the buffer timestamp.
35485
35486 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35487
35488         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35489         Return the result of the parent state change call
35490
35491 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35492
35493         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35494         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35495         * gst/law/alaw-encode.c : (idem)
35496         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35497         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35498         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35499
35500 2004-05-09  Benjamin Otte  <otte@gnome.org>
35501
35502         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35503           don't use a fixed buffer size when writing variable length data to
35504           it. Fixes memory corruption and makes alsasrc work
35505
35506 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35507
35508         * ext/gnomevfs/gstgnomevfssink.c:
35509         (_gst_boolean_allow_overwrite_accumulator),
35510         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35511           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35512           RUN_LAST, and don't use that to set the accumulator value because
35513           then it's always FALSE.
35514
35515 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35516
35517         * gst-libs/gst/riff/riff-media.c:
35518         (gst_riff_create_video_caps_with_data),
35519         (gst_riff_create_audio_caps),
35520         (gst_riff_create_audio_template_caps):
35521         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35522           Fix for unaligned RIFF files (i.e. where all the chunks together
35523           in a LIST chunk are not of the same size as the size given in
35524           the LIST chunk header). Fixes several odd WAVE files. Also fix
35525           ADPCM (block_align property) in audio, so that wavparse based
35526           on this works now as it used to stand-alone.
35527
35528 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35529
35530         reviewed by Benjamin Otte  <otte@gnome.org>
35531
35532         * ext/a52dec/gsta52dec.c:
35533         * ext/divx/gstdivxdec.c:
35534         * ext/divx/gstdivxenc.c:
35535         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35536         * ext/faac/gstfaac.c: (gst_faac_base_init):
35537         * ext/faad/gstfaad.c: (gst_faad_base_init):
35538         * ext/ivorbis/vorbisfile.c:
35539         * ext/lame/gstlame.c:
35540         * ext/libfame/gstlibfame.c:
35541         * ext/mpeg2enc/gstmpeg2enc.cc:
35542         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35543         * ext/sidplay/gstsiddec.cc:
35544         * ext/speex/gstspeexdec.c:
35545         * ext/speex/gstspeexenc.c:
35546         * ext/xvid/gstxviddec.c:
35547         * ext/xvid/gstxvidenc.c:
35548           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35549           (fixes #142193)
35550
35551 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35552
35553         * ext/alsa/gstalsa.c: (device_list),
35554         (gst_alsa_class_probe_devices):
35555         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35556           Fix alsa oddness in mixer after the combination of using mixer
35557           in source/sink elements and using hw:x,y instead of just hw:x.
35558
35559 2004-05-09  Benjamin Otte  <otte@gnome.org>
35560
35561         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35562         (gst_wavparse_create_sourcepad):
35563           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35564           sourcepads
35565
35566 2004-05-09  Benjamin Otte  <otte@gnome.org>
35567
35568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35569           allow discont events before caps nego
35570
35571 2004-05-08  Benjamin Otte  <otte@gnome.org>
35572
35573         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35574           don't leak events
35575
35576 2004-05-08  Benjamin Otte  <otte@gnome.org>
35577
35578         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35579         (gst_level_change_state), (gst_level_init):
35580         * gst/level/gstlevel.h:
35581           figure out if we're initialized directly instead of keeping a
35582           variable that's wrong in 90% of cases
35583           don't initialize pads and then leak them and use a new unitialized
35584           pad. (fixes #142084)
35585           these were bugs so n00bish I didn't find them for an hour :/
35586
35587 2004-05-08 Iain <iain@prettypeople.org>
35588
35589         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35590         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35591         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35592         return the length that was read.
35593         (gst_riff_read_strf_auds): Allow fmt tags as well.
35594
35595 2004-05-07  David Schleef  <ds@schleef.org>
35596
35597         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35598         signed char assumption in faad.h.
35599
35600 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35601
35602         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35603           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35604
35605 2004-05-07  Colin Walters  <walters@redhat.com>
35606
35607         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35608         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35609         function.
35610         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35611         Add dispose function.
35612
35613 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35614         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35615           Fix caps nego and pad templates. RGB mode caps should
35616           work now.
35617         * ext/dvdnav/gst-dvd:
35618           Move mpeg2dec inside the thread because otherwise the
35619           queue rejects cap changes mid-stream
35620         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35621         (gst_mpeg2dec_flush_decoder):
35622           For mpeg2dec > 0.4.0, call the flush function instead of
35623           manually extracting all in-flight frames.
35624         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35625         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35626           Change mime type video/dv go video/x-dv to match the
35627           rest of gst-plugins
35628
35629 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35630
35631         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35633         (gst_alsa_sink_class_init):
35634         * ext/alsa/gstalsasink.h:
35635         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35636         (gst_alsa_src_class_init):
35637         * ext/alsa/gstalsasrc.h:
35638           Make alsasink/src a subclass of alsamixer so that mixer stuff
35639           shows up in gst-rec. Needs some finetuning.
35640
35641 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35642
35643         * ext/lame/gstlame.c: (gst_lame_chain):
35644           simplify
35645         * ext/mad/gstmad.c: (gst_mad_handle_event):
35646           fix event leak
35647         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35648           be able to detect mp3 files < 4096 bytes
35649
35650 2004-05-06  Wim Taymans  <wim@fluendo.com>
35651
35652         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35653         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35654         (theora_enc_set_property), (theora_enc_get_property):
35655         Also encode the first frame, cleanup some code.
35656
35657 2004-05-06  Wim Taymans  <wim@fluendo.com>
35658
35659         * ext/mpeg2enc/gstmpeg2enc.cc:
35660         Forward events first before deciding that negotiation was
35661         not performed.
35662
35663 2004-05-06  Wim Taymans  <wim@fluendo.com>
35664
35665         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35666         First process the events before deciding that negotiation
35667         was not performed.
35668
35669 2004-05-06  Wim Taymans  <wim@fluendo.com>
35670
35671         * ext/theora/Makefile.am:
35672         * ext/theora/theora.c: (plugin_init):
35673         * ext/theora/theoradec.c: (theora_dec_change_state):
35674         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35675         (gst_theora_enc_class_init), (gst_theora_enc_init),
35676         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35677         (theora_enc_chain), (theora_enc_change_state),
35678         (theora_enc_set_property), (theora_enc_get_property):
35679         Added a theora encoder, grouped the encoder and decoder into the
35680         same plugin.
35681
35682 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35683
35684         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35685         (gst_jpegenc_chain):
35686         fix DURATION on outgoing buffers
35687         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35688         debug using time formats
35689         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35691         (gst_xvimagesink_sink_link):
35692         windows with width/height 0 generate X errors, so don't allow them
35693
35694 2004-05-05  Wim Taymans  <wim@fluendo.com>
35695
35696         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35697         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35698         (gst_mpeg2dec_negotiate_format):
35699         * ext/mpeg2dec/gstmpeg2dec.h:
35700           removed the static pad template so that we can add the
35701           more accurate framerate value to the caps.
35702
35703
35704 2004-05-04  Benjamin Otte  <otte@gnome.org>
35705
35706         * configure.ac:
35707           check for kdemacros.h, too (should fix #141821)
35708         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35709           don't crash if no header was sent, but nicely error out (fixes part
35710           of #141554)
35711
35712 2004-05-04  Wim Taymans  <wim@fluendo.com>
35713
35714         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35715         parent dispose function to avoid segfault on destroy.
35716
35717 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35718
35719         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35720         (plugin_init):
35721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35722         (gst_xvimagesink_sink_link):
35723         clean up debugging caps
35724         also recreate xvimage when format has changed
35725
35726 2004-05-04  Benjamin Otte  <otte@gnome.org>
35727
35728         * ext/libvisual/Makefile.am:
35729         * ext/libvisual/visual.c: (gst_visual_class_init),
35730         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35731         (gst_visual_srclink), (gst_visual_chain),
35732         (gst_visual_change_state), (plugin_init):
35733           use a GstAdapter to correctly adapt buffer sizes - allows using a
35734           framerate
35735
35736 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35737
35738         * sys/v4l/gstv4lelement.h:
35739         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35740         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35741         (gst_v4lsrc_buffer_free):
35742         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35743         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35744         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35745         (gst_v4lsrc_requeue_frame):
35746         move some debugging categories around
35747         query for fps index and set accordingly if found
35748
35749 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35750
35751         * ext/lame/gstlame.c:
35752         correct defaults that lame_init puts out of range
35753
35754 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35755
35756         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35757         (gst_divxenc_class_init):
35758         fix range since -1 is the default
35759         * gst/mpeg1sys/gstmpeg1systemencode.c:
35760         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35761         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35762         (gst_rtjpegdec_chain):
35763         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35764         (gst_rtjpegenc_chain):
35765         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35766         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35767         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35769         * sys/v4l/gstv4lsrc.c:
35770         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35771         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35772         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35773         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35774         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35775           remove gst_info calls
35776
35777 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35778
35779         * Makefile.am:
35780         * po/af.po:
35781         * po/az.po:
35782         * po/en_GB.po:
35783         * po/nl.po:
35784         * po/sr.po:
35785         * po/sv.po:
35786           Updated translations
35787
35788 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35789
35790         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35791           refactor/comment code
35792
35793 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35794
35795         * gst/asfdemux/Makefile.am:
35796         * gst/asfdemux/asfheaders.c:
35797         * gst/asfdemux/asfheaders.h:
35798         * gst/asfdemux/gstasf.c: (plugin_init):
35799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35800         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35801         (gst_asf_demux_setup_pad):
35802         * gst/asfdemux/gstasfdemux.h:
35803         * gst/asfdemux/gstasfmux.c:
35804         * gst/asfdemux/gstasfmux.h:
35805           Add tagging support to demuxer, split out registration in its own
35806           file instead of in demux (hacky), and prevent having some tables
35807           in our memory multiple times (in asfheaders.h).
35808
35809 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35810
35811         * gst/matroska/matroska-demux.c:
35812         (gst_matroska_demux_parse_metadata):
35813         * gst/matroska/matroska-ids.h:
35814           Basic tag reading support.
35815
35816 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35817
35818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35819           Really detect ac-3 audio.
35820         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35821           really detect matroska files (off-by-1).
35822
35823 2004-04-30  David Schleef  <ds@schleef.org>
35824
35825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35826         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35827         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35828         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35829         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35830         hackage -- parse a lot more atoms, extract a few tags.  One might even
35831         mistake this for tag support.  Maybe it is.
35832         * gst/qtdemux/qtdemux.h:
35833
35834 2004-04-30  Colin Walters  <walters@verbum.org>
35835
35836         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35837
35838 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35839
35840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35841         (gst_ffmpegcolorspace_getcaps):
35842           remove broken nego fix
35843
35844 2004-04-30  Benjamin Otte  <otte@gnome.org>
35845
35846         * configure.ac:
35847         * ext/Makefile.am:
35848         * ext/libvisual/Makefile.am:
35849         * ext/libvisual/visual.c:
35850           add initial support for libvisual (http://libvisual.sourceforge.net)
35851           libvisual is still quite alpha, so expect crashes in there :)
35852
35853 2004-04-29  David Schleef  <ds@schleef.org>
35854
35855         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35856         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35857         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35858         code; you will no longer respect me.
35859
35860 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35861
35862         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35863         * ext/alsa/gstalsa.h :
35864         change alsa pcm device discovery to find more than 1 device
35865         per card. code review by Ronald.
35866
35867 2004-04-29  David Schleef  <ds@schleef.org>
35868
35869         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35870         Add a check for a driver bug on FreeBSD.  (bug #140565)
35871
35872 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35873
35874         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35875         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35876         (gst_jpegenc_getcaps):
35877           move format setting to inner loop
35878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35879         (gst_ffmpegcolorspace_getcaps):
35880           use GST_PAD_CAPS if available so that we use already negotiated
35881           caps
35882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35883         (qtdemux_parse_moov), (qtdemux_parse):
35884           extra debugging
35885         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35886         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35887           move hardcoded path to DEFINE
35888
35889 2004-04-28  David Schleef  <ds@schleef.org>
35890
35891         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35892         (bug #140064)
35893
35894 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35895
35896         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35897           Don't probe for playback device if we're a source element. Fixes
35898           #139658.
35899
35900 2004-04-29  Benjamin Otte  <otte@gnome.org>
35901
35902         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35903         (gst_id3_tag_chain):
35904           rewrite buffer offset
35905
35906 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35907
35908         * configure.ac:
35909         * ext/Makefile.am:
35910         * ext/dts/Makefile.am:
35911         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35912         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35913         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35914         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35915         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35916         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35917         (plugin_init):
35918         * ext/dts/gstdtsdec.h:
35919           New DTS decoder.
35920         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35921         (gst_faad_srcconnect):
35922           Add ESDS atom handling (.m4a).
35923
35924 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35925
35926         * ext/divx/gstdivxdec.c: (plugin_init):
35927           Remove comment that makes no sense.
35928         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35929           Fix for obvious typo that resulted in warnings during gst-register.
35930         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35931         (gst_xviddec_sink_link):
35932           Fix caps negotiation a bit better.
35933         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35934           We call this 'codec_data', not 'esds'.
35935
35936 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35937
35938         * gst/monoscope/gstmonoscope.c:
35939           make sure we only provide 256x128
35940         * gst/monoscope/monoscope.c: (monoscope_init):
35941           assert size of 256x128
35942
35943 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35944
35945         * Makefile.am:
35946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35947         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35948           fixate to max width and height of device
35949
35950 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35951
35952         * Makefile.am:
35953         * sys/v4l/gstv4l.c:
35954         * sys/v4l/gstv4lsrc.c:
35955         * sys/v4l/v4l_calls.c:
35956         * sys/v4l/v4lsrc_calls.c:
35957           fix for qc-usb driver which fakes having more than one buffer
35958           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35959           buffer_free override
35960           add debugging
35961
35962 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35963
35964         * Makefile.am:
35965         * gst/videotestsrc/gstvideotestsrc.c:
35966         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35967         (gst_videotestsrc_init), (gst_videotestsrc_get),
35968         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35969         * gst/videotestsrc/gstvideotestsrc.h:
35970           add num-buffers property
35971
35972         2004-04-26  Benjamin Otte  <otte@gnome.org>
35973
35974         * ext/mad/gstid3tag.c: (plugin_init):
35975           set id3mux rank to NONE so it doesn't confuse spider
35976           require audio/mpeg,mpegversion=1 in id3mux
35977
35978 2004-04-26  Benjamin Otte  <otte@gnome.org>
35979
35980         * configure.ac:
35981           detect faad correctly as non-working if it's indeed non-working
35982
35983 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35984
35985         * Makefile.am:
35986         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35987         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35988         fix _getcaps so it only negotiates to its supported format
35989
35990 2004-04-25  Benjamin Otte  <otte@gnome.org>
35991
35992         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35993           fix memleak
35994
35995 2004-04-23  Benjamin Otte  <otte@gnome.org>
35996
35997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35998           audio/x-raw-int with height rules! not. Now it's depth.
35999
36000 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36001
36002         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36003         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36004         (gst_wavparse_loop):
36005           Missing variable initialization. Add handling of DVI ADPCM. Fix
36006           mis-parsing of LIST chunks. This works around a bug where we mis-
36007           parse non-aligning LIST chunks (so LIST chunks where the contents
36008           don't align with the actual LIST size). The correct fix is to use
36009           rifflib, I'm not going to fix wavparse - too much work. All this
36010           fixes #104878.
36011
36012 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36013
36014         reviewed by Benjamin Otte  <otte@gnome.org>
36015
36016         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36017           fix shoutcast not working (fixes #140844)
36018
36019 2004-04-22  Benjamin Otte  <otte@gnome.org>
36020
36021         * ext/hermes/gsthermescolorspace.c:
36022         (gst_hermes_colorspace_caps_remove_format_info):
36023         * gst/colorspace/gstcolorspace.c:
36024         (gst_colorspace_caps_remove_format_info):
36025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36026         (gst_ffmpegcolorspace_caps_remove_format_info):
36027           s/gst_caps_simplify/gst_caps_do_simplify/
36028
36029 2004-04-22  Benjamin Otte  <otte@gnome.org>
36030
36031         * gst-libs/gst/riff/riff-media.c:
36032         (gst_riff_create_video_caps_with_data):
36033           mpegversion is an int
36034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36035           don't try to create pad templates with NULL caps, use any caps
36036           instead.
36037
36038 2004-04-20  David Schleef  <ds@schleef.org>
36039
36040         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36041         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36042         (bug #140384)
36043
36044 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36045
36046         reviewed by David Schleef
36047
36048         * ext/mad/gstid3tag.c: Add stdlib.h
36049         * gst/rtp/gstrtpgsmenc.c: same
36050         * gst/tags/gstid3tag.c: same
36051         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36052         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36053         GST_DISABLE_LOADSAVE use.
36054         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36055         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36056         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36057         atol(3)).
36058         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36059         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36060         strtoul(3)).
36061         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36062         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36063         $(ID3_CFLAGS).
36064         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36065         $(LIBFAME_CFLAGS).
36066
36067 2004-04-20  David Schleef  <ds@schleef.org>
36068
36069         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36070         last checkin.  Same idea.
36071
36072 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36073
36074         reviewed by David Schleef
36075
36076         * configure.ac: bump required gstreamer version to 0.8.1.1
36077         because of following changes [--ds]
36078
36079         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36080         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36081         (gst_riff_read_header):  Use GST_READ_UINT*
36082         macros to access possibly unaligned memory.
36083
36084         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36085         (mp3_type_find):  Use GST_READ_UINT*
36086         macros to access possibly unaligned memory.
36087         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36088         (speex_type_find): Likewise
36089
36090         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36091
36092         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36093         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36094         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36095         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36096         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36097         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36098         macros to access possibly unaligned memory.
36099
36100         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36101         Likewise.
36102
36103         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36104         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36105
36106         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36107         Likewise.
36108
36109         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36110         (gst_mpeg2subt_chain_subtitle): Likewise.
36111
36112         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36113         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36114         Likewise.
36115
36116         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36117         Likewise.
36118
36119         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36120         Likewise.
36121
36122         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36123         Likewise.
36124
36125 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36126
36127         * configure.ac:
36128           update required version of GStreamer because of GST_TIME_FORMAT
36129
36130 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36131
36132         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36133           remove leftover g_print
36134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36135           don't try setting only a subset of the caps. We don't want to kill
36136           autoplugging on purpose
36137
36138 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36139
36140         * sys/ximage/ximagesink.c: (plugin_init):
36141         * sys/xvimage/xvimagesink.c: (plugin_init):
36142           add debugging categories
36143
36144 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36145
36146         * po/en_GB.po:
36147         * po/LINGUAS:
36148           Adding en_GB translation (Gareth Owen)
36149
36150 2004-04-20  David Schleef  <ds@schleef.org>
36151
36152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36153         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36154         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36155         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36156         A number of new features and hacks to extract the esds atom and
36157         put it into the caps.  (bug #137724)
36158
36159 2004-04-19  David Schleef  <ds@schleef.org>
36160
36161         * gconf/Makefile.am: Fix for non-GNU make
36162         * gst-libs/gst/Makefile.am: Change directory order to handle
36163         GstPlay linking with gstinterfaces
36164         * gst-libs/gst/audio/make_filter: make use of tr portable
36165         * gst-libs/gst/play/Makefile.am: Add intended \
36166         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36167         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36168         function prototype instead of void *.
36169         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36170         macro.
36171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36172         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36173         * gst/videofilter/make_filter: make use of tr portable
36174         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36175
36176 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36177
36178         * po/LINGUAS:
36179         * po/uk.po:
36180           Added Ukrainian translation (Maxim V. Dziumanenko)
36181
36182 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36183
36184         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36185         (gst_gsmdec_link), (gst_gsmdec_chain):
36186           Fix capsnego, simplify chain function slightly.
36187         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36188           Add GSM.
36189
36190 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36191
36192         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36193         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36194         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36195           Hack to make wavparse work with spider (always -> sometimes pad).
36196           Fixes #135862 && #140411.
36197
36198 2004-04-18  Benjamin Otte  <otte@gnome.org>
36199
36200         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36201         (gst_osselement_rate_probe_check),
36202         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36203           get rid of \n in debug output
36204
36205 2004-04-17  Iain <iain@prettypeople.org>
36206
36207         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36208         not just EOS.
36209
36210 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36211
36212         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36213         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36214         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36215         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36216         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36217         (gst_id3_tag_change_state), (plugin_init):
36218           deprecate id3tag element and replace with id3demux/id3mux.
36219           great side effect: this ugly file is now even uglier, yay!
36220         * ext/mad/gstmad.h:
36221           remove non-available function
36222           update for new get_type
36223
36224 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36225
36226         * configure.ac:
36227           require mpeg2dec >= 0.4.0
36228
36229 2004-04-17  Benjamin Otte  <otte@gnome.org>
36230
36231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36232         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36233         (gst_xvimagesink_set_xwindow_id):
36234           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36235           assorted cleanup fixes.
36236
36237 2004-04-16  David Schleef  <ds@schleef.org>
36238
36239         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36240         * sys/xvimage/xvimagesink.h: same
36241
36242 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36243
36244         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36245           Fix GST_ELEMENT_ERROR with (NULL)
36246
36247 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36248
36249         * gst-libs/gst/riff/riff-media.c:
36250         (gst_riff_create_video_caps_with_data):
36251           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36252
36253 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36254
36255         * gst-libs/gst/riff/riff-media.c:
36256         (gst_riff_create_video_caps_with_data),
36257         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36258         (gst_riff_create_video_template_caps),
36259         (gst_riff_create_audio_template_caps):
36260         * gst-libs/gst/riff/riff-media.h:
36261         * gst-libs/gst/riff/riff-read.c:
36262         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36263         * gst-libs/gst/riff/riff-read.h:
36264         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36265           Add MS RLE support. I added some functions to read out strf chunks
36266           into strf chunks and the data behind it. This is usually color
36267           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36268           caps creation. Lastly, add ADPCM (similar to wavparse - which
36269           should eventually be rifflib based).
36270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36271         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36272         * gst/matroska/matroska-demux.h:
36273           Remove placeholders for some prehistoric tagging system. Didn't add
36274           support for any tag system really anyway.
36275         * gst/qtdemux/qtdemux.c:
36276           Add support for audio/x-m4a (MPEG-4) through spider.
36277         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36278         (gst_wavparse_loop):
36279           ADPCM support (#135862). Increase max. buffer size because we
36280           cannot split buffers for ADPCM (screws references) and I've seen
36281           files with 2048 byte chunks. 4096 seems safe for now.
36282
36283 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36284
36285         * configure.ac: bump nano to 1
36286
36287 === release 0.8.1 ===
36288
36289 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36290
36291         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36292
36293 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36294
36295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36296           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36297           Fixes #140058
36298
36299 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36300
36301         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36302           lower rank of dvddemux so that it's not used for mpeg playback.
36303
36304 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36305
36306         * configure.ac:
36307           save libs correctly when checking mad
36308
36309 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36310
36311         * ext/mad/gstid3tag.c: (plugin_init):
36312           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36313
36314 2004-04-13  David Schleef  <ds@schleef.org>
36315
36316         * common/m4/gst-feature.m4: Call -config scripts with
36317         --plugin-libs if it is supported.
36318         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36319         JPEG images are image/jpeg.
36320         * gst/debug/Makefile.am:
36321         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36322         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36323         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36324         (gst_negotiation_plugin_init): Add a property that acts like
36325         filter caps.
36326         * testsuite/gst-lint:  Move license checking to be a standard
36327         test.
36328
36329 2004-04-13  David Schleef  <ds@schleef.org>
36330
36331         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36332         patch from Sebastien Cote (bug #139958)
36333
36334 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36335
36336         * examples/gstplay/Makefile.am:
36337         * examples/gstplay/player.c: (main):
36338           make the commandline player example use gconf settings
36339
36340 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36341
36342         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36343         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36344         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36345           init/end library during state transition, not object
36346           creation/disposal.  get rid of custom dispose handler.
36347
36348
36349 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36350
36351         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36352         be a symlink
36353
36354 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36355
36356         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36357           Handle JUNK chunks inside data section. Prevents warnings.
36358
36359 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36360
36361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36362         (gst_riff_create_video_template_caps):
36363           Add MS video v1.
36364         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36365         (gst_avi_demux_stream_data):
36366           Add support for "rec-list" chunks.
36367
36368 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36369
36370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36371           Fix another codecname mismatch.
36372
36373 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36374
36375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36376           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36377           so that MJPEG plays back.
36378
36379 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36380
36381         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36382         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36383         * gst/mpeg1videoparse/gstmp1videoparse.h:
36384           Fix for some slight mis-cuts in buffer parsing, and for some
36385           potential overflows or faults-causers. Adds disconts. Also fixes
36386           #139105 while we're at it.
36387
36388 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36389
36390         * configure.ac:
36391         * sys/v4l2/gstv4l2element.h:
36392           Workaround for missing struct v4l2_buffer declaration in Suse 9
36393           and Mandrake 10 linux/videodev2.h header file (#135919).
36394
36395 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36396
36397         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36398           Bail out if no filename was given.
36399
36400 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36401
36402         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36403         (gst_v4l2_fourcc_from_structure):
36404           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36405           Y41B somewhere).
36406
36407 2004-04-09  Benjamin Otte  <otte@gnome.org>
36408
36409         * ext/gnomevfs/gstgnomevfssink.c:
36410         (_gst_boolean_allow_overwrite_accumulator),
36411         (gst_gnomevfssink_class_init):
36412           fix erase signal - if any handler returns false the file will not be
36413           overwritten. If no handler is connected, the file will not be
36414           overwritten either.
36415           renamed signal to "allow-overwrite"
36416         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36417           free string when adding it to ID3 failed
36418         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36419           unref event when done
36420         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36421           free caps
36422         * gst/typefind/gsttypefindfunctions.c:
36423         (mpeg_video_stream_type_find):
36424           fix invalid read
36425
36426 2004-04-08  David Schleef  <ds@schleef.org>
36427
36428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36429         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36430
36431 2004-04-08  David Schleef  <ds@schleef.org>
36432
36433         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36434         we don't support (bug #139532)
36435
36436 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36437
36438         * ext/mad/gstmad.c: (gst_mad_handle_event),
36439         (gst_mad_check_caps_reset), (gst_mad_chain),
36440         (gst_mad_change_state):
36441           only set explicit caps if they haven't been set before for
36442           this stream.  MPEG-audio sample rate/channels aren't allowed
36443           to change in-stream.
36444           Fixes #139382
36445
36446 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36447
36448         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36449         (_gst_boolean_did_something_accumulator),
36450         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36451         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36452         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36453         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36454         (gst_gnomevfssink_change_state):
36455           Fix erase signal. Don't erase by default. Remove handoff signal.
36456           Remove erase property. Don't segfault. General cleanup.
36457
36458 2004-04-07  Benjamin Otte  <otte@gnome.org>
36459
36460         * gst-libs/gst/gconf/test-gconf.c: (main):
36461           add missing gst_init
36462
36463 2004-04-07  Benjamin Otte  <otte@gnome.org>
36464
36465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36466           free the mutexes, too
36467
36468 2004-04-07  Benjamin Otte  <otte@gnome.org>
36469
36470         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36471           actually free the URI string
36472         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36473           compute offset correctly when passing discont events
36474         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36475           don't leak discont events
36476         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36477           add some missing breaks so caps aren't copied randomly
36478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36479           if we realloc memory, we better use it
36480
36481 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36482
36483         * ext/mad/gstmad.c: (normal_seek):
36484           fix GST_FORMAT_TIME usage
36485
36486 2004-04-05  David Schleef  <ds@schleef.org>
36487
36488         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36489         a deprecated function (hack!)
36490
36491 2004-04-05  Benjamin Otte  <otte@gnome.org>
36492
36493         * ext/esd/esdmon.c: (gst_esdmon_get):
36494           fix nonterminated vararg and memleak
36495
36496 2004-04-05  Benjamin Otte  <otte@gnome.org>
36497
36498         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36499         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36500         (gst_ladspa_set_property), (gst_ladspa_get_property),
36501         (gst_ladspa_instantiate), (gst_ladspa_activate),
36502         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36503           clean up debugging
36504
36505 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36506
36507         reviewed by Benjamin Otte  <otte@gnome.org>
36508
36509         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36510           check for broken LADSPA parameters (fixes #138635)
36511
36512 2004-04-05  Benjamin Otte  <otte@gnome.org>
36513
36514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36515           advertise buffer-frames correctly on sinkpads
36516
36517 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36518
36519         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36520         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36521         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36522         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36523         (gst_mad_check_caps_reset), (gst_mad_chain):
36524         add more debugging, only reset caps when we're not in error state
36525
36526 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36527
36528         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36529
36530 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36531
36532         reviewed by Benjamin Otte  <otte@gnome.org>
36533
36534         * configure.ac:
36535           fix == in test(1) operator
36536
36537 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36538
36539         reviewed by Benjamin Otte  <otte@gnome.org>
36540
36541         * configure.ac:
36542           fix --export-symblos-regex to a working regex.
36543
36544 2004-04-04  Benjamin Otte  <otte@gnome.org>
36545
36546         * sys/oss/.cvsignore:
36547           add for oss_probe
36548
36549 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36550
36551         reviewed by Benjamin Otte  <otte@gnome.org>
36552
36553         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36554           add missing 'new_media' argument (fixes #138168)
36555         * gst/matroska/matroska-demux.c:
36556         (gst_matroska_demux_handle_seek_event):
36557           add vararg terminator (fixes #138169)
36558
36559 2004-04-02  David Schleef  <ds@schleef.org>
36560
36561         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36562         disted (bug #138914)
36563
36564 2004-04-01  Benjamin Otte  <otte@gnome.org>
36565
36566         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36567         (gst_alsa_close_audio):
36568           handle case better where a soundcard can't pause
36569         * ext/ogg/gstoggdemux.c:
36570           don't crash when we get events but don't have pads yet
36571
36572 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36573
36574         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36575           throw an error if we couldn't probe any caps.
36576
36577 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36578
36579         * ext/dvdnav/gst-dvd:
36580         Add a really simple sample DVD player
36581
36582 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36583
36584         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36585         (gst_a52dec_push), (gst_a52dec_handle_event),
36586         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36587         (gst_a52dec_change_state):
36588         * ext/a52dec/gsta52dec.h:
36589           Use a debug category, Output timestamps correctly
36590           Emit tag info, Handle events, tell liba52dec about cpu
36591           capabilities so it can use MMX etc.
36592         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36593           Fix a crasher accessing invalid memory
36594         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36595         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36596         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36597         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36598         (dvdnavsrc_query):
36599           Some support for byte-format seeking.
36600           Small fixes for still frames and menu button overlays
36601         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36602         (gst_mpeg2dec_alloc_buffer):
36603           Use a debug category. Adjust the report level of several items to
36604           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36605           so it doesn't lose the GstBuffer pointer
36606         * gst/debug/Makefile.am:
36607         * gst/debug/gstdebug.c: (plugin_init):
36608         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36609         (gst_navseek_base_init), (gst_navseek_class_init),
36610         (gst_navseek_init), (gst_navseek_seek),
36611         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36612         (gst_navseek_get_property), (gst_navseek_chain),
36613         (gst_navseek_plugin_init):
36614         * gst/debug/gstnavseek.h:
36615           Add the navseek debug element for seeking back and forth in a
36616           video stream using arrow keys.
36617         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36618         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36619         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36620         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36621         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36622         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36623         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36624         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36625         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36626         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36627         * gst/mpeg2sub/gstmpeg2subt.h:
36628           Pretty much a complete rewrite. Now a loopbased element. May still
36629           require work to properly synchronise subtitle buffers.
36630         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36631         (gst_dvd_demux_send_subbuffer):
36632         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36633           Don't attempt to create subbuffers of size 0
36634           Reduce a couple of error outputs to warnings.
36635         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36636         (gst_y4mencode_chain):
36637         Output the y4m frame header correctly.
36638
36639 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36640
36641         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36642           throw errors instead of allowing SIGFPE
36643
36644 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36645
36646         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36647         (gst_gconf_render_bin_from_key):
36648           leak plugging and style fixing
36649
36650 2004-03-31  David Schleef  <ds@schleef.org>
36651
36652         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36653         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36654         (bug #138225)
36655         * gst/debug/Makefile.am:
36656         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36657         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36658         plugin.
36659         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36660         (gst_negotiation_base_init), (gst_negotiation_class_init),
36661         (gst_negotiation_init), (gst_negotiation_getcaps),
36662         (gst_negotiation_pad_link), (gst_negotiation_chain),
36663         (gst_negotiation_set_property), (gst_negotiation_get_property),
36664         (gst_negotiation_plugin_init):  New element to talk about random
36665         negotiation things happening in a pipeline.
36666
36667 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36668
36669         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36670           fix integer addition with help of Stefan Kost
36671
36672 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36673
36674         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36675
36676 2004-03-30  David Schleef  <ds@schleef.org>
36677
36678         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36679         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36680         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36681         (bug #137504)
36682         * ext/mpeg2dec/gstmpeg2dec.h:
36683
36684 2004-03-30  David Schleef  <ds@schleef.org>
36685
36686         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36687
36688 2004-03-30  David Schleef  <ds@schleef.org>
36689
36690         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36691         Michael Petullo) to handle .mov
36692
36693 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36694
36695         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36696         (gst_osselement_rate_check_rate):
36697           probe caps correctly for sound cards that only support one format
36698
36699 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36700
36701         * ext/kio/kiosrc.cpp: (process_events):
36702           update handling event processing if inside KDE - untested
36703
36704 2004-03-29  David Schleef  <ds@schleef.org>
36705
36706         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36707         by 2 to not interfere with other colorspaces.
36708         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36709         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36710         one to not interfere with ffmpeg_colorspace.
36711
36712 2004-03-29  David Schleef  <ds@schleef.org>
36713
36714         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36715         aren't in the caps.
36716         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36717         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36718
36719 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36720
36721         * gst-libs/gst/riff/riff-media.c:
36722           fail on error, don't try to set stuff on NULL caps
36723
36724 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36725
36726         * configure.ac:
36727         * ext/Makefile.am:
36728         * ext/kio/Makefile.am:
36729         * ext/kio/kioreceiver.cpp:
36730         * ext/kio/kioreceiver.h:
36731         * ext/kio/kiosrc.cpp:
36732         * ext/kio/kiosrc.h:
36733           add experimental kiosrc plugin
36734         * ext/alsa/gstalsaplugin.c: (plugin_init):
36735           initialize debugging category only when we're sure registering the
36736           plugins worked.
36737
36738 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36739
36740         * examples/gstplay/player.c: (main):
36741         * gst-libs/gst/play/play.c: (gst_play_class_init),
36742         (gst_play_set_location), (gst_play_set_data_src),
36743         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36744         (gst_play_set_visualization), (gst_play_connect_visualization):
36745           check return values of element_set_state and return FALSE where
36746           failed
36747
36748 2004-03-29  Benjamin Otte  <otte@gnome.org>
36749
36750         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36751           try harder to check if an event is really a discont
36752
36753 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36754
36755         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36756         * po/az.po:
36757
36758 2004-03-28  Benjamin Otte  <otte@gnome.org>
36759
36760         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36762         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36763           get rid of non-standard "..." ranges in case statements.
36764
36765 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36766
36767         * gst/mpegstream/gstmpegdemux.c:
36768         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36769         specific functionality split to the new dvddemux element.
36770         * gst/mpegstream/gstdvddemux.c:
36771         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36772         streams, derived from mpegdemux.
36773         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36774         up. SCR based timestamp rewriting can be turned off (will probably
36775         completely disappear soon).
36776         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36777         hacking. General cleanup. All printf statements replaced by
36778         debugging messages. Almost complete libdvdnav support.
36779         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36780         by events. New properties for audio and subpicture languages.
36781         (dvdnavsrc_update_highlight): Now uses events.
36782         (dvdnavsrc_user_op): Cleaned up.
36783         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36784         based). Lots of cleanup, and propper support for most libdvdnav
36785         events.
36786         (dvdnavsrc_make_dvd_event): New function.
36787         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36788         (dvdnavsrc_make_clut_change_event): New function.
36789
36790 2004-03-26  Benjamin Otte  <otte@gnome.org>
36791
36792         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36793           fix bug where typefinding would claim it's theora whenever less then
36794           7 bytes of data were available
36795
36796 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36797
36798         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36799         (gst_alawdec_base_init), (gst_alawdec_class_init),
36800         (gst_alawdec_init), (gst_alawdec_chain):
36801         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36802         (gst_alawenc_base_init), (gst_alawenc_class_init),
36803         (gst_alawenc_init), (gst_alawenc_chain):
36804         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36805         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36806         (gst_mulawdec_init), (gst_mulawdec_chain):
36807         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36808         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36809         (gst_mulawenc_init), (gst_mulawenc_chain):
36810           Fix capsnego in all four, remove the unused property functions and
36811           simplify the chain functions slightly. I guess we could use macros
36812           or something similar for those, since the code is so similar, but
36813           I'm currently too lazy...
36814
36815 2004-03-24  David Schleef  <ds@schleef.org>
36816
36817         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36818         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36819         (gst_osselement_get_format_structure),
36820         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36821         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36822         (gst_osselement_rate_int_compare): Add code to handle rate probing
36823         (bug #120883)
36824         * sys/oss/gstosselement.h: same
36825         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36826         Use rate probing provided by osselement.
36827         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36828
36829 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36830
36831         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36832         (gst_xvidenc_get_property):
36833           ulong/int mess-up.
36834
36835 2004-03-24  David Schleef  <ds@schleef.org>
36836
36837         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36838         (gst_speexdec_init):
36839         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36840         (gst_speexenc_init):  Create the pad template correctly (from
36841         the static pad template, not a NULL pointer.)
36842
36843 2004-03-25  Benjamin Otte  <otte@gnome.org>
36844
36845         * gst/debug/Makefile.am:
36846         * gst/debug/breakmydata.c:
36847           add element that quasi-randomly changes bytes in the stream.
36848           Intended use is robustness checking of demuxers and decoders in
36849           media tests.
36850
36851 2004-03-24  Benjamin Otte  <otte@gnome.org>
36852
36853         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36854         (gst_alsa_probe_hw_params):
36855         * ext/alsa/gstalsa.h:
36856           debugging output fixes
36857
36858 2004-03-24  Benjamin Otte  <otte@gnome.org>
36859
36860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36861           don't g_return_if_fail if element is PLAYING, fail silently as every
36862           other element.
36863         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36864           only fix needed for cast lvalue issues in gst-plugins
36865         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36866           add proxy_getcaps
36867
36868 2004-03-24  Benjamin Otte  <otte@gnome.org>
36869
36870         * gst/level/gstlevel.c: (gst_level_init):
36871           add proxying getcaps function, so level doesn't advertise impossible
36872           caps
36873
36874 2004-03-24  David Schleef  <ds@schleef.org>
36875
36876         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36877         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36878         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36879         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36880         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36881         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36882         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36883         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36884         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36885         messages.  Divide the chunk size by the compression ratio
36886         (needed for MACE audio)
36887
36888 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36889
36890         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36891           Fix buffer overflow read error.
36892
36893 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36894
36895         * ext/alsa/gstalsa.h:
36896           Remove unused entry.
36897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36898           Add cinepak.
36899         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36900         (gst_videodrop_link), (gst_videodrop_chain):
36901           Fix, sort of. Was horribly broken with new capsnego. Bah...
36902
36903 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36904
36905         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36906         (plugin_init):
36907         Add a monkeysaudio typefind function
36908
36909 2004-03-23  Johan Dahlin  <johan@gnome.org>
36910
36911         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36912         (gst_play_video_fixate): Check so the structure has the field
36913         before trying to fixate them, this makes it possible to have
36914         fakesinks for video and audio output without printing errors on
36915         the output console.
36916
36917 2004-03-22  David Schleef  <ds@schleef.org>
36918
36919         * sys/oss/Makefile.am:
36920         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36921         (check_rate), (add_rate):  Rate probing test app.
36922
36923 2004-03-21  Benjamin Otte  <otte@gnome.org>
36924
36925         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36926         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36927           add a fixation function that pretty much does the right thing (fixes
36928           #137556)
36929
36930 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36931
36932         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36933
36934 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36935
36936         reviewed by: Benjamin Otte  <otte@gnome.org>
36937
36938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36939           terminate gst_event_new_discontinuous correctly (fixes parts of
36940           #137711)
36941
36942 2004-03-19  David Schleef  <ds@schleef.org>
36943
36944         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36945         since it doesn't depend on X, and it's part of our ABI.
36946
36947 2004-03-19  Iain <iain@prettypeople.org>
36948
36949         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36950         is_int in the structure, not the local variable.
36951
36952 2004-03-19  David Schleef  <ds@schleef.org>
36953
36954         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36955         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36956         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36957         Improvements in caps negotiation.
36958
36959 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36960
36961         * po/LINGUAS:
36962         * po/af.po:
36963           adding Afrikaans (Petri Jooste)
36964
36965 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36966
36967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36968         (gst_ffmpegcolorspace_chain):
36969         throw error instead of g_critical (#137588)
36970
36971 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36972
36973         * Makefile.am:
36974         * configure.ac:
36975           dist common and m4 correctly
36976         * po/sv.po:
36977
36978 2004-03-17  David Schleef  <ds@schleef.org>
36979
36980         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36981         (bug #137348)
36982
36983 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36984
36985         * po/LINGUAS:
36986         * po/sv.po:
36987           adding Swedish translation (Christian Rose)
36988
36989 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36990
36991         * Makefile.am: use release.mak
36992
36993 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36994
36995         * common/ChangeLog:
36996         * common/gst-autogen.sh:
36997           add some explanation about the version detection
36998         * configure.ac:
36999           fix X check
37000
37001 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37002
37003         * configure.ac: bump nano to 1
37004
37005 === release 0.8.0 ===
37006
37007 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37008
37009         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37010
37011 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37012
37013         * configure.ac:
37014           update libtool version
37015         * gst-libs/gst/media-info/Makefile.am:
37016           actually use libtool version
37017
37018 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37019
37020         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37021
37022 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37023
37024         * configure.ac:
37025         * gst-plugins.spec.in:
37026         * pkgconfig/Makefile.am:
37027         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37028         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37029         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37030         * pkgconfig/gstreamer-libs.pc.in:
37031         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37032         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37033         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37034         * pkgconfig/gstreamer-plugins.pc.in:
37035           remove @VERSION@ from some of the pc files since core and plugins
37036           are decoupled.
37037           created gstreamer-plugins.pc as it's a better name, but keeping
37038           -libs around for now to get fixes upstream done first.
37039
37040 2004-03-15  Julien MOUTTE <julien@moutte.net>
37041
37042         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37043         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37044         * gst-libs/gst/play/play.h:
37045
37046 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37047
37048         * *.c, *.cc: don't mix tabs and spaces
37049
37050 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37051
37052         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37053           use the new ffmpegcolorspace
37054         * gst-plugins.spec.in:
37055           package new colorspace and media-info
37056         * configure.ac:
37057         * pkgconfig/Makefile.am:
37058           fix some more disting issues
37059         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37060         * pkgconfig/gstreamer-media-info.pc.in:
37061           generate media-info pc files
37062
37063 2004-03-15  Johan Dahlin  <johan@gnome.org>
37064
37065         * *.h: Revert indenting
37066
37067 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37068
37069         * configure.ac:
37070           adding ffmpegcolorspace element
37071         * gst/ffmpegcolorspace/Makefile.am:
37072         * gst/ffmpegcolorspace/avcodec.h:
37073         * gst/ffmpegcolorspace/common.h:
37074         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37075         * gst/ffmpegcolorspace/dsputil.h:
37076         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37078         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37079         (gst_ffmpeg_caps_to_pix_fmt):
37080         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37082         (gst_ffmpegcolorspace_caps_remove_format_info),
37083         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37084         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37085         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37086         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37087         (gst_ffmpegcolorspace_set_property),
37088         (gst_ffmpegcolorspace_get_property),
37089         (gst_ffmpegcolorspace_register):
37090         * gst/ffmpegcolorspace/imgconvert.c:
37091         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37092         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37093         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37094         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37095         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37096         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37097         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37098         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37099         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37100         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37101         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37102         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37103         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37104         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37105         (img_get_alpha_info), (deinterlace_line),
37106         (deinterlace_line_inplace), (deinterlace_bottom_field),
37107         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37108         * gst/ffmpegcolorspace/imgconvert_template.h:
37109         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37110         * gst/ffmpegcolorspace/mmx.h:
37111         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37112           adding ffmpegcolorspace element supplied by Ronald after cleaning
37113           up and pulling in the right bits of upstream source.
37114           I'm sure a better C/compiler wizard could do some cleaning up (for
37115           example use GLIB's malloc stuff), but as a first pass this
37116           works very well
37117
37118 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37119
37120         * ext/alsa/gstalsa.h:
37121           I assume Ronald forgot to commit the change to have cardname
37122           as a struct member.  Expect some public spanking at the next
37123           opportunity.
37124
37125 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37126
37127         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37128         (gst_alsa_open_audio), (gst_alsa_close_audio):
37129         * ext/alsa/gstalsa.c:
37130           Don't open the device if we're a mixer (= padless).
37131         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37132         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37133         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37134           Open mixer during state change rather than during object
37135           initialization. Also, get a device name. Currently in a somewhat
37136           hackish fashion, but I didn't really find something better.
37137
37138 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37139
37140         * *.c, *.h: run gst-indent
37141
37142 2004-03-14  Benjamin Otte  <otte@gnome.org>
37143
37144         * gst/modplug/gstmodplug.cc:
37145         * gst/modplug/gstmodplug.h:
37146           set correct timestamps on outgoing buffers
37147
37148 2004-03-14  Benjamin Otte  <otte@gnome.org>
37149
37150         * gst/modplug/gstmodplug.cc:
37151           handle events - don't do crap when a discont arrives that's not
37152           necessary
37153           This allows correct loading and playback of mods in Rhythmbox
37154
37155 2004-03-14  Benjamin Otte  <otte@gnome.org>
37156
37157         * configure.ac:
37158         * gst-libs/gst/gconf/Makefile.am:
37159         * pkgconfig/Makefile.am:
37160           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37161           they get rebuilt properly
37162         * configure.ac:
37163           when checking for vorbis, try pkgconfig first.
37164         * gst/modplug/gstmodplug.cc:
37165           add fixate function
37166
37167 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37168
37169         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37170           Fix for obvious mistake, where we first shift the offset and then
37171           read a samplesize element assuming the old offset. Note that this
37172           part still has something weird, i.e. my movies containing those
37173           don't actually play well, but at least there's something that looks
37174           like sound now.
37175
37176 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37177         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37178         (plugin_init):
37179         Add a typefind function for speex format
37180
37181 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37182
37183         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37184         (gst_asf_demux_setup_pad):
37185           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37186           instead of 0. Reason is simple: some elements have a fps range
37187           of 1-max instead of 0-max. So now ASF video actually works.
37188
37189 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37190
37191         * po/LINGUAS:
37192         * po/sr.po:
37193           adding serbian as a language
37194
37195 2004-03-13  Benjamin Otte  <otte@gnome.org>
37196
37197         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37198           return taglist correctly from _get function, don't gst_pad_push it.
37199           (fixes #137042)
37200
37201 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37202         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37203
37204 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37205
37206         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37207         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37208         (gst_alsa_mixer_track_new):
37209         * ext/alsa/gstalsamixertrack.h:
37210           Fix ancient leftovers... MixerTrack is a GObject.
37211
37212 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37213
37214         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37215         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37216           Don't block during probing...
37217
37218 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37219
37220         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37221         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37222         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37223         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37224         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37225         (gst_alsa_open_audio), (gst_alsa_close_audio):
37226         * ext/alsa/gstalsa.h:
37227           Add propertyprobe interface implementation, add some device-name
37228           property, all this so that it looks good in gnome-volume-control.
37229
37230 2004-03-12  David Schleef  <ds@schleef.org>
37231
37232         * configure.ac: the Hermes library controls hermescolorspace, not
37233         colorspace.
37234         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37235         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37236         not /* */
37237         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37238         * ext/sdl/sdlvideosink.h: ditto.
37239         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37240
37241 2004-03-12  Benjamin Otte  <otte@gnome.org>
37242
37243         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37244         (gst_x_overlay_got_xwindow_id):
37245         * gst-libs/gst/xoverlay/xoverlay.h:
37246           replace XID with unsigned long to get rid of the xlibs dependency in
37247           XOverlay (fixes #137004)
37248
37249 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37250         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37251         (gst_agingtv_setup):
37252         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37253         (gst_dicetv_base_init), (gst_dicetv_class_init),
37254         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37255         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37256         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37257         (gst_edgetv_setup), (gst_edgetv_rgb32):
37258         * gst/effectv/gsteffectv.c:
37259         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37260         (gst_quarktv_set_property):
37261         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37262         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37263         (gst_revtv_setup), (gst_revtv_rgb32):
37264         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37265         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37266         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37267         (gst_shagadelictv_rgb32):
37268         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37269         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37270         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37271         * gst/effectv/gstwarp.c:
37272         Port everything that can be ported to videofilter and fix up the caps.
37273         Can someone with a big-endian machine please check these?
37274
37275 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37276
37277         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37278         (gst_osssink_chain), (gst_osssink_change_state):
37279           Latest fixes for A/V sync, audio playback and such. This is about
37280           all... MPEG playback issues are mostly related to the async build-
37281           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37282
37283 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37284
37285         patch from: Stephane Loeuillet
37286
37287         * configure.ac:
37288           use pkg-config for some libraries, falling back to the old .m4 way
37289           (fixes #131270)
37290         * m4/libdv.m4:
37291           removed
37292
37293 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37294
37295         * configure.ac:
37296         * tools/Makefile.am:
37297         * tools/Makefile.in:
37298         * tools/gst-launch-ext-m.m:
37299         * tools/gst-launch-ext.1.in:
37300         * tools/gst-visualise-m.m:
37301         * tools/gst-visualise.1:
37302         * tools/gst-visualise.1.in:
37303           reorganizing generation of script tools
37304
37305 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37306
37307         * ext/divx/gstdivxdec.c:
37308           Downgrade priority. We prefer ffdec_mpeg4.
37309         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37310         (gst_faad_chain), (gst_faad_change_state):
37311           Fix capsnego. Doesn't work for some sounds because we don't have
37312           a 5:1 to stereo element.
37313         * ext/xvid/gstxvid.c: (plugin_init):
37314           Add priority.
37315         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37316         (gst_osssink_change_state):
37317           Add discont handling.
37318
37319 2004-03-09  Colin Walters  <walters@verbum.org>
37320
37321         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37322         conversion.
37323
37324 2004-03-09  Benjamin Otte  <otte@gnome.org>
37325
37326         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37327           the signals take 2 arguments
37328
37329 2004-03-09  David Schleef  <ds@schleef.org>
37330
37331         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37332         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37333         * ext/alsa/gstalsa.h:
37334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37335
37336 2004-03-09  Benjamin Otte  <otte@gnome.org>
37337
37338         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37339         (gst_mikmod_change_state):
37340         * ext/mikmod/gstmikmod.h:
37341           make mikmod's loop function not loop infinitely and call
37342           gst_element_yield anymore
37343         * gst/modplug/gstmodplug.cc:
37344           fix pad negotiation (fixes #136590)
37345
37346 2004-03-09  David Schleef  <ds@schleef.org>
37347
37348         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37349         doesn't conflict with the internal colorspace plugin.
37350         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37351         satisfy the crappy-ass shell shipped by a certain vendor.
37352         * gst/videofilter/make_filter: same (bug #135299)
37353
37354 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37355
37356         * configure.ac: bump nano to 1
37357
37358 === release 0.7.6 ===
37359
37360 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37361
37362         * configure.in: releasing 0.7.6, "There"
37363
37364 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37365
37366         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37367         * pkgconfig/gstreamer-play.pc.in:
37368           synchronize the two
37369
37370 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37371
37372         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37373         (cdparanoia_open), (cdparanoia_event):
37374           fix/add error handling
37375         * po/POTFILES.in:
37376           add cdparanoia source
37377         * tools/Makefile.am:
37378           make scripts executable
37379
37380 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37381
37382         * configure.ac:
37383         * ext/vorbis/Makefile.am:
37384         * sys/Makefile.am:
37385           remove id3types, vorbisfile and xvideosink from the build (#133783)
37386
37387 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37388
37389         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37390           Fix metadata read crash (#136537).
37391
37392 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37395         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37396           adding mime types, fixing the one-stop function
37397
37398 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37399
37400         * ext/nas/nassink.c and /ext/nas/nassink.h:
37401         More NAS love from Arwed von Merkatz
37402         So lets all sing 'Can you feel the NAS tonight'
37403
37404 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37405
37406         * tools/gst-launch-ext.in:
37407         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37408
37409 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37410
37411         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37412         (gst_mpeg2dec_init):
37413         remove the user_data pad for now, because it is being used in
37414         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37415         If someone knows how to fix this properly, please do.
37416
37417 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37418
37419         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37420         (gst_osssink_get_time):
37421         add a warning, IMO this won't get triggered anymore, remove later
37422
37423 2004-03-07  David Schleef  <ds@schleef.org>
37424
37425         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37426         format (bug #136470)
37427
37428 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37429
37430         * gst-libs/Makefile.am:
37431         * gst-libs/gst/media-info/Makefile.am:
37432         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37433         (error_callback), (gst_media_info_error_create),
37434         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37435         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37436         * gst-libs/gst/media-info/media-info-priv.h:
37437         * gst-libs/gst/media-info/media-info-test.c: (main):
37438         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37439         (gst_media_info_class_init), (gst_media_info_instance_init),
37440         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37441         (gst_media_info_read_idler), (gst_media_info_read):
37442         * gst-libs/gst/media-info/media-info.h:
37443         fixed, should work now
37444
37445 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37446
37447         * ext/nas/nassink.c:
37448         A bunch of NAS fixes from Arwed von Merkatz
37449
37450 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37451
37452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37453         (qtdemux_parse_trak):
37454           Fix crash (j might be greater than n_samples, in which case we're
37455           writing outside the allocated space for the array) and memleak.
37456
37457 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37458
37459         * sys/oss/gstosssink.c: (gst_osssink_chain):
37460           And another caller that couldn't handle delay < 0 (unsigned
37461           integer overflow). Video now continues playing on an audio
37462           buffer underrun, and the clock continues working. Audio still
37463           stalls.
37464
37465 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37466
37467         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37468         (gst_osssink_get_time):
37469           get_delay() may return values lower than 0. In those cases, we
37470           should not actually cast to *unsigned* int64, that will break
37471           stuff horribly. In my case, it screwed up A/V sync in movies
37472           in totem rather badly.
37473
37474 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37475
37476         * ext/faac/gstfaac.c: (gst_faac_chain):
37477         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37478         * ext/libpng/gstpngenc.c: (user_write_data):
37479         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37480         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37481         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37482         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37483         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37484         of any buffer), should fix some leaks. I hope I didn't unref buffers
37485         that shouldn't be...
37486
37487 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37488
37489         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37490         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37491         (error_callback), (gmi_reset), (gmi_seek_to_track),
37492         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37493         (gmip_find_type_post), (gmip_find_stream_post),
37494         (gmip_find_track_streaminfo_post):
37495         * gst-libs/gst/media-info/media-info-priv.h:
37496         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37497         (info_print), (main):
37498         * gst-libs/gst/media-info/media-info.c:
37499         (gst_media_info_error_create), (gst_media_info_error_element),
37500         (gst_media_info_instance_init), (gst_media_info_get_property),
37501         (gst_media_info_new), (gst_media_info_set_source),
37502         (gst_media_info_read_idler), (gst_media_info_read):
37503         * gst-libs/gst/media-info/media-info.h:
37504           first pass at making this work again.  This seems to work on
37505           tagged ogg/vorbis and mp3 files.
37506
37507 2004-03-06  Benjamin Otte  <otte@gnome.org>
37508
37509         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37510           fix huge leak: gst_buffer_merge doesn't unref the first argument
37511           itself.
37512
37513 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37514
37515         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37516           report layer/mode/emphasis
37517
37518 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37519
37520         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37521
37522 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37523
37524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37525           signal serial
37526
37527 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37528
37529         * ext/vorbis/vorbis.c: (plugin_init):
37530         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37531         (gst_vorbis_dec_init), (vorbis_dec_event):
37532         add debug category
37533         make vorbisdec handle _BYTE and _TIME queries
37534
37535 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37536
37537         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37538           from the xing header
37539
37540 2004-03-06  Benjamin Otte  <otte@gnome.org>
37541
37542         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37543         (gst_audio_convert_link), (gst_audio_convert_change_state),
37544         (gst_audio_convert_buffer_from_default_format):
37545           do conversions from/to float correctly, fix some caps nego errors,
37546           export correct supported caps in template and getcaps, use correct
37547           caps in try_set_caps functions
37548
37549 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37550
37551         For some reason, I only committed a ChangeLog entry yesterday and
37552         not the corresponding code...
37553         * ext/mad/gstmad.c: Fix detection of Xing headers
37554         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37555
37556 2004-03-06  Benjamin Otte  <otte@gnome.org>
37557
37558         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37559         (gst_ogg_demux_src_query):
37560           make sure to handle the case where there's no current chain
37561           gracefully.
37562
37563 2004-03-05  David Schleef  <ds@schleef.org>
37564
37565         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37566         Add fixate function. (bug #131128)
37567         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37568         (gst_sdlvideosink_fixate):  Add fixate function.
37569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37570         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37571         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37572         Fix missing break that was causing ulaw to be interpreted as
37573         raw int.
37574
37575 2004-03-05  David Schleef  <ds@schleef.org>
37576
37577         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37578         Fix code that ignores return value of gst_buffer_merge().
37579         (bug #114560)
37580         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37581         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37582         * testsuite/gst-lint:  Check for above.
37583
37584 2004-03-05  David Schleef  <ds@schleef.org>
37585
37586         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37587         caps and throw an element error.  (bug #136334)
37588
37589 2004-03-05  David Schleef  <ds@schleef.org>
37590
37591         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37592         (gst_faad_chain): Fix negotiation.
37593         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37594         key and button events.
37595         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37596         dung heap of code.
37597         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37598         depends on gconf
37599         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37600         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37601         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37602         function to encourage better negotiation, particularly between
37603         audioconvert and osssink.
37604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37606         more important.
37607         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37608         typefinding.
37609         * gst/vbidec/vbiscreen.c:  Add glib header
37610         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37611
37612 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37613
37614         * ext/mad/gstmad.c: Fix detection of Xing headers
37615         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37616
37617 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37618
37619         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37620         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37621           debug updates
37622
37623 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37624
37625         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37626         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37627         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37628         files, and report the parsed length as a GST_TAG_DURATION tag.
37629         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37630
37631 2004-03-05  Benjamin Otte  <otte@gnome.org>
37632
37633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37634           convert channels correctly. convert correctly to unsigned.
37635
37636 2004-03-05  Julien MOUTTE <julien@moutte.net>
37637
37638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37639         we have a window before clearing it.
37640
37641 2004-03-05  Julien MOUTTE <julien@moutte.net>
37642
37643         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37644         have a window before clearing it.
37645
37646 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37647
37648         * gconf/gstreamer.schemas.in:
37649         * gst-libs/gst/gconf/Makefile.am:
37650           version installation path the same way as for 0.6
37651         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37652         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37653         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37654           remove comment that was fixed
37655
37656 2004-03-05  David Schleef  <ds@schleef.org>
37657
37658         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37659         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37660         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37661         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37662         Add prototype code for handling seeking and querying.
37663
37664 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37665
37666         * examples/gstplay/player.c: (main):
37667           Initialize variables to NULL. Prevents a segfault because the
37668           (uninitialized) variable is not NULL, resulting in a crash on
37669           trying to reach error->message.
37670
37671 2004-03-05  Benjamin Otte  <otte@gnome.org>
37672
37673         * gst/audioconvert/gstaudioconvert.c:
37674         (gst_audio_convert_buffer_to_default_format):
37675         make float=>int conversion work correctly even in cornercases.
37676
37677 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37678
37679         * debian/README.Debian:
37680         * debian/build-deps:
37681         * debian/changelog:
37682         * debian/control:
37683         * debian/control.in:
37684         * debian/copyright:
37685         * debian/gstreamer-a52dec.files:
37686         * debian/gstreamer-aa.files:
37687         * debian/gstreamer-alsa.files:
37688         * debian/gstreamer-alsa.manpages:
37689         * debian/gstreamer-arts.files:
37690         * debian/gstreamer-artsd.files:
37691         * debian/gstreamer-audiofile.files:
37692         * debian/gstreamer-avifile.files:
37693         * debian/gstreamer-cdparanoia.files:
37694         * debian/gstreamer-colorspace.files:
37695         * debian/gstreamer-doc.files:
37696         * debian/gstreamer-dv.files:
37697         * debian/gstreamer-dvd.files:
37698         * debian/gstreamer-esd.files:
37699         * debian/gstreamer-festival.files:
37700         * debian/gstreamer-flac.files:
37701         * debian/gstreamer-gconf.conffiles:
37702         * debian/gstreamer-gconf.files:
37703         * debian/gstreamer-gconf.postinst:
37704         * debian/gstreamer-gnomevfs.files:
37705         * debian/gstreamer-gsm.files:
37706         * debian/gstreamer-http.files:
37707         * debian/gstreamer-jack.files:
37708         * debian/gstreamer-jpeg.files:
37709         * debian/gstreamer-mad.files:
37710         * debian/gstreamer-mikmod.files:
37711         * debian/gstreamer-misc.files:
37712         * debian/gstreamer-mpeg2dec.files:
37713         * debian/gstreamer-oss.files:
37714         * debian/gstreamer-plugin-apps.files:
37715         * debian/gstreamer-plugin-apps.manpages:
37716         * debian/gstreamer-plugin-libs-dev.files:
37717         * debian/gstreamer-plugin-libs.files:
37718         * debian/gstreamer-plugin-template.postinst:
37719         * debian/gstreamer-plugin-template.postrm:
37720         * debian/gstreamer-sdl.files:
37721         * debian/gstreamer-sid.files:
37722         * debian/gstreamer-vorbis.files:
37723         * debian/gstreamer-x.files:
37724         * debian/mk.control:
37725         * debian/rules:
37726         Debian package info not maintained here.
37727
37728 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37729
37730         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37731         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37732         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37733         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37734         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37735         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37736         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37737         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37738         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37739         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37740         * gst-libs/gst/colorbalance/colorbalance.c:
37741         (gst_color_balance_class_init):
37742         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37743         (gst_color_balance_channel_class_init):
37744         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37745         * gst-libs/gst/play/play.c: (gst_play_class_init):
37746         * gst-libs/gst/propertyprobe/propertyprobe.c:
37747         (gst_property_probe_iface_init):
37748         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37749         * gst-libs/gst/tuner/tunerchannel.c:
37750         (gst_tuner_channel_class_init):
37751         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37752         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37753         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37754         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37755         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37756         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37757         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37759         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37760           fix signals to use - instead of _
37761         * ext/libcaca/gstcacasink.h:
37762         * ext/sdl/sdlvideosink.h:
37763           fix header rename
37764
37765 2004-03-04  David Schleef  <ds@schleef.org>
37766
37767         * testsuite/gst-lint:  Add a check for bad signal names.
37768
37769 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37770
37771         reviewed by David Schleef
37772
37773         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37774         modified the alpha channel and caused a warning. (bug #136192)
37775
37776 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37777
37778         * gst-plugins.spec.in:
37779         Change names of plugins to actually be correct. Try to keep things
37780         alphabetical to avoid getting beat up by Thomas
37781
37782 2004-03-03  Julien MOUTTE <julien@moutte.net>
37783
37784         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37785         Using ximagesink as a default if no gconf key found. We should
37786         probably consider using alsasink instead of osssink for the audio
37787         part.
37788
37789 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37790
37791         * configure.ac:
37792           fix --with-plugins, don't think it ever worked before
37793         * gst-plugins.spec.in:
37794           even more updates
37795
37796 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37797
37798         * ext/sdl/sdlvideosink.h:
37799         * sys/ximage/ximagesink.h:
37800         * sys/xvideo/xvideosink.h:
37801         * sys/xvimage/xvimagesink.h:
37802           Fix for move of gstvideosink.h -> videosink.h.
37803
37804 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37805
37806         * gst-libs/gst/xwindowlistener/Makefile.am:
37807           this is a plugin library, not a library
37808
37809 2004-03-01  David Schleef  <ds@schleef.org>
37810
37811         * AUTHORS:  Added some names.  Add yourself if you're still
37812         missing.
37813
37814 2004-03-01  David Schleef  <ds@schleef.org>
37815
37816         * MAINTAINERS: Add
37817
37818 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37819
37820         * gst-plugins.spec.in: clean up spec file
37821
37822 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37823
37824         * gst-libs/gst/video/Makefile.am:
37825         * gst-libs/gst/video/gstvideosink.c:
37826         * gst-libs/gst/video/gstvideosink.h:
37827           rename gstvideosink.h to videosink.h to match other headers
37828         * gst/mixmatrix/Makefile.am:
37829           fix plugin filename
37830         * gst/tags/Makefile.am: fix plugin filename
37831
37832 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37833
37834         * gst/tags/Makefile.am: fix plugin filename
37835
37836 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37837
37838         * examples/gstplay/player.c: (got_time_tick), (main):
37839           add error handler
37840           display time_tick more readably
37841         * gst/mixmatrix/Makefile.am:
37842           fix plugin file name
37843
37844 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37845
37846         * sys/oss/gstosselement.c: (gst_osselement_probe),
37847         (device_combination_append), (gst_osselement_class_probe_devices):
37848         * sys/oss/gstosselement.h:
37849           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37850           on my system using alsa oss emulation, fixes bug #135597
37851
37852 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37853
37854         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37855         (gst_videodrop_chain), (gst_videodrop_change_state):
37856         * gst/videodrop/gstvideodrop.h:
37857           Work based on timestamp of input data, not based on the expected
37858           framerate from the input. The consequence is that this element now
37859           not only scales framerates, but also functions as a framerate
37860           corrector or framerate stabilizer/constantizer.
37861
37862 2004-02-27  David Schleef  <ds@schleef.org>
37863
37864         patches from jmmv@menta.net (Julio M. Merino Vidal)
37865
37866         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37867         GST_ELEMENT_ERROR call (bug #135634)
37868         * gst/interleave/interleave.c: (interleave_buffered_loop),
37869         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37870         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37871         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37872         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37873         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37874         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37875         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37876         Fix GST_ELEMENT_ERROR call.
37877         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37878         GST_ELEMENT_ERROR call.
37879
37880 2004-02-27  Benjamin Otte  <otte@gnome.org>
37881
37882         * gst-libs/gst/audio/audio.h:
37883           add macro to make sure header isn't included twice
37884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37885           don't use gst_buffer_free
37886         * gst/playondemand/filter.func:
37887           don't use gst_data_free. Free data only once.
37888
37889 2004-02-26  David Schleef  <ds@schleef.org>
37890
37891         * gst-libs/gst/colorbalance/Makefile.am:
37892         * gst-libs/gst/mixer/Makefile.am:
37893         * gst-libs/gst/tuner/Makefile.am:
37894         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37895         should not be disted, -marshal.h files should not be installed,
37896         and -enum.h files _should_ be installed.  Fix to make this the
37897         case.
37898
37899 === release 0.7.5 ===
37900
37901 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37902
37903         * configure.ac: release 0.7.5, "Under The Sea"
37904
37905 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37906
37907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37908         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37909         * gst/videoscale/gstvideoscale.c:
37910         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37911           assorted debug/warning fixes
37912
37913 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37914
37915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37916         (gst_videoscale_init), (gst_videoscale_chain),
37917         (gst_videoscale_set_property), (plugin_init):
37918         * gst/videoscale/gstvideoscale.h:
37919         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37920         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37921         (gst_videoscale_planar400), (gst_videoscale_packed422),
37922         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37923         (gst_videoscale_24bit), (gst_videoscale_16bit),
37924         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37925         (gst_videoscale_scale_plane_slow),
37926         (gst_videoscale_scale_point_sample),
37927         (gst_videoscale_scale_nearest),
37928         (gst_videoscale_scale_nearest_str2),
37929         (gst_videoscale_scale_nearest_str4),
37930         (gst_videoscale_scale_nearest_32bit),
37931         (gst_videoscale_scale_nearest_24bit),
37932         (gst_videoscale_scale_nearest_16bit):
37933         add debugging category and use it properly
37934         fix use of GST_PTR_FORMAT
37935
37936 2004-02-25  Andy Wingo  <wingo@pobox.com>
37937
37938         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37939         push only when channel->buffer is NULL. Prevents segfaults doing
37940         the state change after a nonlocal exit, like a scheme exception.
37941
37942         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37943         Handle the case where the intersected caps is empty.
37944
37945 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37946
37947         * gst/law/mulaw-decode.c: (mulawdec_link):
37948         * gst/law/mulaw.c: (plugin_init):
37949           fix mulawdec so it actually works again
37950
37951 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37952
37953         reviewed by: David Schleef  <ds@schleef.org>
37954
37955         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37956         (gst_gamma_init), (gst_gamma_set_property),
37957         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37958         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37959         for RGB, with separate r g and b correction factors. (#131167)
37960
37961 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37962
37963         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37964           only signal tags for bitrate if they're > 0 (#134894)
37965
37966 2004-02-24  David Schleef  <ds@schleef.org>
37967
37968         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37969         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37970         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37971         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37972         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37973         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37974         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37975         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37976         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37977         category.  Attempt to fix timestamp calculation.
37978
37979 2004-02-24  Johan Dahlin  <johan@gnome.org>
37980
37981         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37982
37983 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37984
37985         * configure.ac:
37986         * gconf/Makefile.am:
37987         * gconf/gstreamer.schemas:
37988         * gst-libs/gst/gconf/Makefile.am:
37989         * gst-libs/gst/gconf/gconf.c:
37990           version gconf schemas and install locations
37991
37992 2004-02-23  Benjamin Otte  <otte@gnome.org>
37993
37994         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37995         (gst_xine_input_subclass_init):
37996           call parent dispose.
37997           change pad template for CD reader correctly
37998         * ext/xine/Makefile.am:
37999         * ext/xine/gstxine.h:
38000         * ext/xine/xine.c: (plugin_init):
38001         * ext/xine/xineaudiosink.c:
38002           wrap audio sinks, too
38003         * gst-libs/gst/resample/private.h:
38004         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38005         (gst_resample_reinit), (gst_resample_scale),
38006         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38007         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38008         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38009         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38010         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38011         * gst-libs/gst/resample/resample.h:
38012         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38013         (gst_audioscale_class_init), (gst_audioscale_link),
38014         (gst_audioscale_get_buffer), (gst_audioscale_init),
38015         (gst_audioscale_chain), (gst_audioscale_set_property),
38016         (gst_audioscale_get_property):
38017         * gst/audioscale/gstaudioscale.h:
38018           s/resample_*/gst_resample_*/i to not clobber namespaces
38019
38020 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38021
38022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38023         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38024         (gst_riff_create_video_template_caps),
38025         (gst_riff_create_audio_template_caps),
38026         (gst_riff_create_iavs_template_caps):
38027         * gst-libs/gst/riff/riff-media.h:
38028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38029         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38030         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38031         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38033         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38034         (gst_matroska_demux_plugin_init): First batch implementing audio and
38035         video codec tags in demuxers.
38036
38037 2004-02-22  Benjamin Otte  <otte@gnome.org>
38038
38039         * ext/xine/Makefile.am:
38040         * ext/xine/gstxine.h:
38041         * ext/xine/xine.c: (plugin_init):
38042         * ext/xine/xineinput.c:
38043           add input plugin wrapper. Playback from files, http, mms and cdda
38044           works.
38045         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38046           remove leftover G_GNUC_UNUSED
38047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38048         (gst_asf_demux_identify_guid):
38049           improve debugging output
38050
38051 2004-02-22  Benjamin Otte  <otte@gnome.org>
38052
38053         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38054
38055         * autogen.sh:
38056           replace test -e with test -x for mkinstalldirs to be more portable.
38057           (fixes #134816)
38058
38059 2004-02-22  Benjamin Otte  <otte@gnome.org>
38060
38061         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38062
38063         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38064           set rank to PRIMARY
38065         * gst/volume/gstvolume.c: (plugin_init):
38066           set rank to NONE
38067         fixes #134960
38068
38069 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38070
38071         reviewed by Benjamin Otte  <otte@gnome.org>
38072
38073         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38074           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38075
38076 2004-02-22  Benjamin Otte  <otte@gnome.org>
38077
38078         * configure.ac:
38079           export [_]*{gst,Gst,GST}.* symbols from plugins
38080
38081 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38082
38083         reviewed by: Benjamin Otte  <otte@gnome.org>
38084
38085         * ext/lame/gstlame.c: (add_one_tag):
38086         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38088         (gst_vorbisenc_metadata_set1):
38089         * gst/tags/gstid3tag.c:
38090         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38091           apply fixes from bugs #135042 (lame can't write tags) and #133817
38092           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38093
38094 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38095
38096         * configure.ac: Export only gst_plugin_desc from plugins.
38097          Note that this change only makes any effect with Linux using libtool
38098          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38099          fine. And don't try to have several versions of libtool in different
38100          directories.
38101
38102 2004-02-20  Andy Wingo  <wingo@pobox.com>
38103
38104         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38105         interleave respectively.
38106
38107         * gst/interleave/deinterleave.c: New plugin: deinterleave
38108         (replaces on oneton).
38109         * gst/interleave/interleave.c: New plugin: interleave.
38110         * gst/interleave/plugin.h: Support file.
38111         * gst/interleave/plugin.c: Support file.
38112
38113         * configure.ac: Remove intfloat and oneton, add interleave.
38114
38115         * ext/sndfile/gstsf.c: Handle events better.
38116
38117         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38118         and float2int operation. int2float has scheduling problems as
38119         noted in in2float_chain.
38120
38121 2004-02-20  Benjamin Otte  <otte@gnome.org>
38122
38123         * ext/xine/Makefile.am:
38124         * ext/xine/gstxine.h:
38125         * ext/xine/xine.c:
38126         * ext/xine/xineaudiodec.c:
38127         * ext/xine/xinecaps.c:
38128           add first version of xine plugin wrapper. Currently only wraps the
38129           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38130         * configure.ac:
38131         * ext/Makefile.am:
38132           add xine plugin wrapper, disabled by default. Use --enable-xine to
38133           build. Note that it'll segfault on gst-register if you don't remove
38134           the goom and tvtime post plugins from xine.
38135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38136         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38137           add extradata parsing for QDM2.
38138           change around debugging prints.
38139
38140 2004-02-19  Benjamin Otte  <otte@gnome.org>
38141
38142         * ext/lame/gstlame.c: (gst_lame_chain):
38143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38144           use gst_tag_list_insert when you want to insert tags
38145
38146 2004-02-18  David Schleef  <ds@schleef.org>
38147
38148         * configure.ac:  Move massink to gst-rotten
38149         * ext/Makefile.am:
38150         * ext/mas/Makefile.am:
38151         * ext/mas/massink.c:
38152         * ext/mas/massink.h:
38153
38154 2004-02-18  David Schleef  <ds@schleef.org>
38155
38156         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38157         typefinding, since it seems to be worse than nothing.
38158         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38159         atom to recognize .mp4 and .m4a files as video/quicktime.
38160
38161 2004-02-18  David Schleef  <ds@schleef.org>
38162
38163         * gst/sine/demo-dparams.c: (quit_live),
38164         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38165         Use double dparams, not float.
38166         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38167         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38168         sync'd elements don't really work correctly.
38169         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38170         (volume_update_volume), (volume_get_property):  Change dparam
38171         to double.
38172
38173 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38174
38175         * sys/ximage/ximagesink.c:
38176         (gst_ximagesink_xwindow_update_geometry),
38177         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38178         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38179         (gst_ximagesink_init): Rework the way software video scaling works. So
38180         now we check on each chain call if the video frames are feeling the
38181         window. If not we try to renegotiate caps. On failure we memorize that
38182         and we won't try again for that PLAYING sessions.
38183         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38184         failure.
38185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38186         synchronous flag.
38187
38188 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38189
38190         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38191           break up _link so we can give a better debug message for errors
38192
38193 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38194
38195         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38196           set up debug category
38197
38198 2004-02-18  Julien MOUTTE <julien@moutte.net>
38199
38200         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38201         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38202         the way renegotiation work. The event handling function is not taking
38203         care of external windows and renegotiate method check for pad flags
38204         NEGOTIATING. Should fix : #133209
38205
38206 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38207
38208         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38209         pad is negotiating before trying renegotiation.
38210
38211 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38212
38213         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38214           pass on all possible mime types as typefind hints
38215
38216 2004-02-17  Julien MOUTTE <julien@moutte.net>
38217
38218         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38220         possible SHM leak if we crash. All other apps using XShm are doing
38221         that.
38222
38223 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38224
38225         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38226         (gst_ximagesink_expose): Renegotiate size on expose.
38227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38228         size on expose.
38229
38230 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38231
38232         * testsuite/alsa/sinesrc.c:
38233           cosmetic fix to fix compile issue with gcc 2.95.4
38234
38235 2004-02-16  Julien MOUTTE <julien@moutte.net>
38236
38237         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38238         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38239         failed opening the audio device.
38240         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38241         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38242         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38243         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38244         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38245         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38246         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38247         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38248         Removing some useless g_return_if_fail like wingo suggested.
38249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38250         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38251         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38252         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38253         (gst_xvimagesink_update_colorbalance),
38254         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38255         (gst_xvimagesink_xcontext_clear),
38256         (gst_xvimagesink_get_fourcc_from_caps),
38257         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38258         (gst_xvimagesink_set_xwindow_id),
38259         (gst_xvimagesink_colorbalance_list_channels),
38260         (gst_xvimagesink_colorbalance_set_value),
38261         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38262         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38263
38264 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38265
38266         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38267           throw error when not negotiated instead of asserting
38268
38269 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38270
38271         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38272         correct data refcounting.
38273
38274 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38275
38276         * gst/switch/gstswitch.c: (gst_switch_change_state),
38277         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38278         change, mostly the EOS flag.
38279
38280 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38281
38282         * examples/gstplay/player.c: (got_eos), (main): Adding some
38283         output for debugging.
38284         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38285         timeouts if we go to any state different from PLAYING.
38286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38287         more EOS bugs in riff lib.
38288
38289 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38290
38291         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38292         visualization until i find a way to fix switch correctly.
38293         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38294         EOS arrives.
38295         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38296         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38297         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38298         Reworked switch to get a more correct behaviour with events and refing
38299         of data stored in sinkpads.
38300         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38301         we don't pull from a pad in EOS.
38302
38303 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38304
38305         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38306           remove v1 tag even if we can't read it (makes sure we don't detect
38307           it again)
38308
38309 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38310
38311         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38312         (gst_alsa_xrun_recovery):
38313         * ext/alsa/gstalsa.h:
38314           try xrun recovery when wait failed. Make xrun recovery function
38315           return TRUE/FALSE to indicate success. (might fix #134354)
38316
38317 2004-02-13  David Schleef  <ds@schleef.org>
38318
38319         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38320         (dynparm_value_changed), (main): Convert from float to double.
38321         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38322
38323 2004-02-13  David Schleef  <ds@schleef.org>
38324
38325         * gst/silence/gstsilence.c: (gst_silence_class_init),
38326         (gst_silence_set_clock), (gst_silence_get),
38327         (gst_silence_set_property), (gst_silence_get_property):
38328         * gst/silence/gstsilence.h: Add sync property.
38329         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38330         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38331         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38332         * gst/sine/gstsinesrc.h: Add sync property.
38333
38334 2004-02-13  David Schleef  <ds@schleef.org>
38335
38336         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38337         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38338
38339 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38340
38341         * configure.ac:
38342         * ext/Makefile.am:
38343         * gst-libs/ext/Makefile.am:
38344           move ffmpeg plugin to gst-ffmpeg module
38345
38346 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38347
38348         * configure.ac: use GST_ARCH to detect architecture
38349
38350 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38351
38352         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38353
38354 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38357           classify LADSPA plugins based on number of src/sink pads
38358           (#133663, Stefan Kost)
38359         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38360           fix dparams registration
38361           (#133528, Stefan Kost)
38362         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38363           fix use of isprint and use g_ascii_isprint instead
38364           (#133316, Stefan Kost)
38365
38366 2004-02-11  David Schleef  <ds@schleef.org>
38367
38368         Convert a few inner loops to use liboil.  This is currently
38369         optional, and is only enabled if liboil is present (duh!).
38370         * configure.ac: Check for liboil-0.1
38371         * gst/intfloat/Makefile.am:
38372         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38373         (gst_int2float_chain_gint16):
38374         * gst/videofilter/Makefile.am:
38375         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38376         (tablelookup_u8), (gst_videobalance_planar411):
38377         * gst/videotestsrc/Makefile.am:
38378         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38379         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38380         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38381         (paint_hline_RGB565), (paint_hline_xRGB1555):
38382
38383 2004-02-11  David Schleef  <ds@schleef.org>
38384
38385         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38386         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38387         (gst_colorspace_getcaps), (gst_colorspace_link),
38388         (gst_colorspace_base_init), (gst_colorspace_init),
38389         (gst_colorspace_chain), (gst_colorspace_change_state),
38390         (plugin_init): Merge Ronald's patch (bug #117897) and update
38391         for new caps and negotiation.  Seems to work, although it
38392         shows off bugs in lcs.
38393
38394 2004-02-11  David Schleef  <ds@schleef.org>
38395
38396         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38397         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38398
38399 2004-02-11  David Schleef  <ds@schleef.org>
38400
38401         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38402         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38403         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38404         Add server and port properties
38405
38406 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38407
38408         * m4/a52.m4:
38409         * m4/aalib.m4:
38410         * m4/as-ffmpeg.m4:
38411         * m4/as-liblame.m4:
38412         * m4/as-slurp-ffmpeg.m4:
38413         * m4/check-libheader.m4:
38414         * m4/esd.m4:
38415         * m4/freetype2.m4:
38416         * m4/gconf-2.m4:
38417         * m4/glib.m4:
38418         * m4/gst-alsa.m4:
38419         * m4/gst-artsc.m4:
38420         * m4/gst-ivorbis.m4:
38421         * m4/gst-matroska.m4:
38422         * m4/gst-sdl.m4:
38423         * m4/gst-shout2.m4:
38424         * m4/gst-sid.m4:
38425         * m4/gtk.m4:
38426         * m4/libdv.m4:
38427         * m4/libfame.m4:
38428         * m4/libmikmod.m4:
38429         * m4/ogg.m4:
38430         * m4/vorbis.m4:
38431           fix underquotedness of macros (#133800)
38432         * m4/as-avifile.m4:
38433         * m4/xmms.m4:
38434           removed because no longer used
38435
38436 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38437
38438         * configure.ac:
38439           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38440           by autopoint (fixes #132996)
38441
38442 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38443
38444         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38445         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38446         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38447         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38448           fix memleaks
38449
38450 2004-02-11  David Schleef  <ds@schleef.org>
38451
38452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38453         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38454         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38455         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38456         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38457         (gst_jpegenc_class_init), (gst_jpegenc_init),
38458         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38459         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38460         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38461         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38462
38463 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38464
38465         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38466         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38467         * ext/mikmod/gstmikmod.h:
38468           fix caps negotiation in mikmod
38469         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38470           output debug information
38471
38472 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38473
38474         * gst-libs/gst/colorbalance/Makefile.am:
38475         * gst-libs/gst/navigation/Makefile.am:
38476         * gst-libs/gst/xoverlay/Makefile.am:
38477           remove unused GST_OPT_CFLAGS from Makefiles
38478           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38479
38480 2004-02-07  David Schleef  <ds@schleef.org>
38481
38482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38483         push events to pads that haven't been created (#133508)
38484
38485 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38486
38487         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38488         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38489         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38490         (gst_dvdec_loop), (gst_dvdec_change_state):
38491         Second attempt at committing a working dvdec element.
38492
38493 2004-02-06  David Schleef  <ds@schleef.org>
38494
38495         Build fixes for OS X: (see #129600)
38496         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38497         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38498         (gst_riff_read_strf_iavs):
38499         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38500         (gst_avi_demux_stream_odml):
38501         * gst/playondemand/Makefile.am:
38502         * gst/rtp/rtp-packet.c:
38503
38504 2004-02-05  David Schleef  <ds@schleef.org>
38505
38506         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38507         last change, because it Just Doesn't Compile.
38508
38509 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38510
38511         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38512           skip undecodable id3v2 tag instead of keeping it
38513
38514 2004-02-05  David Schleef  <ds@schleef.org>
38515
38516         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38517         Unref leaked buffer.  (Noticed by Ronald)
38518
38519 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38520
38521         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38522         Sync requires with other checks.  >= vs =.
38523
38524 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38525
38526         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38527         (gst_dvdec_video_link), (gst_dvdec_loop):
38528         * ext/dv/gstdvdec.h:
38529           rework the caps negotiation so that dvdec works again instead
38530           of just segfaulting.
38531
38532 === release 0.7.4 ===
38533
38534 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38535
38536         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38537         * configure.ac: changed for release
38538
38539 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38540
38541         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38542         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38543         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38544         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38545           reworked patch by David Lehn to fix libdir and includedir for
38546           uninstalled libraries
38547           removed play and gconf from gstreamer-libs since they have their
38548           own pkgconfig files
38549
38550 2004-02-04  David Schleef  <ds@schleef.org>
38551
38552         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38553         memleak.
38554
38555 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38556
38557         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38558           use correct GST_TAG_ENCODER tag
38559
38560 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38561
38562         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38563           be sure to stop the clock when going to paused
38564         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38565           reset number of transmitted when going to ready.
38566         fixes #132935
38567
38568 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38569
38570         reviewed by Benjamin Otte
38571
38572         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38573           extract track count (fixes #133410)
38574
38575 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38576
38577         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38578           that should be !=, not == (fixes #132519)
38579
38580 2004-02-04  David Schleef  <ds@schleef.org>
38581
38582         Make sure set_explicit_caps() is called before adding pad.
38583         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38584         * gst/id3/gstid3types.c: (gst_id3types_loop):
38585         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38586         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38587
38588 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38589
38590         * configure.ac:
38591           bump nano to 2, first prerelease
38592           put back AM_PROG_LIBTOOL
38593
38594 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38595
38596         * testsuite/alsa/Makefile.am:
38597           these are user test apps, not automatic testsuite tests
38598
38599 2004-02-04  David Schleef  <ds@schleef.org>
38600
38601         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38602         * gst/mpeg1videoparse/gstmp1videoparse.c:
38603         (mp1videoparse_parse_seq):
38604         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38605         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38606         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38607         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38608         (gst_xvideosink_getcaps):
38609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38610         * testsuite/gst-lint: more tests
38611
38612 2004-02-04  David Schleef  <ds@schleef.org>
38613
38614         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38615         with the code that they would expand to.
38616         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38617         (gst_flacdec_get_src_query_types),
38618         (gst_flacdec_get_src_event_masks):
38619         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38620         (gst_gnomevfssrc_get_query_types),
38621         (gst_gnomevfssrc_get_event_mask):
38622
38623 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38624
38625         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38626         (gst_sinesrc_dispose):
38627           fix memleak by properly disposing sinesrc
38628
38629 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38630
38631         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38632         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38633         an overlay to redraw the image because it has been exposed.
38634         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38635         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38636         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38637         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38638         interface
38639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38640         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38641         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38642         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38643         interface
38644
38645 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38646
38647         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38648           more memleak fixage
38649
38650 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38651
38652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38653         * gst/typefind/gsttypefindfunctions.c:
38654           fix memleaks shown by gst-typefind
38655
38656 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38657
38658         * common/glib-gen.mak:
38659           add hack rule to touch .Plo files
38660         * gst-libs/gst/colorbalance/Makefile.am:
38661         * gst-libs/gst/mixer/Makefile.am:
38662         * gst-libs/gst/play/Makefile.am:
38663         * gst-libs/gst/tuner/Makefile.am:
38664           remove glib_root variable
38665
38666 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38667
38668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38669           set explicit caps before adding the element, so the autopluggers can
38670           plug correctly.
38671         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38672         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38673         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38674         (dv_type_find):
38675           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38676           argument.
38677
38678 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38679
38680         * gst-libs/gst/colorbalance/Makefile.am:
38681         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38682         * gst-libs/gst/colorbalance/colorbalance.c:
38683         * gst-libs/gst/colorbalance/colorbalance.h:
38684         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38685         * gst-libs/gst/mixer/Makefile.am:
38686         * gst-libs/gst/mixer/mixer-marshal.list:
38687         * gst-libs/gst/mixer/mixer.c:
38688         * gst-libs/gst/mixer/mixer.h:
38689         * gst-libs/gst/mixer/mixermarshal.list:
38690         * gst-libs/gst/play/Makefile.am:
38691         * gst-libs/gst/play/play.h:
38692         * gst-libs/gst/tuner/Makefile.am:
38693         * gst-libs/gst/tuner/tuner-marshal.list:
38694         * gst-libs/gst/tuner/tuner.c:
38695         * gst-libs/gst/tuner/tuner.h:
38696         * gst-libs/gst/tuner/tunermarshal.list:
38697           use new glib-gen.mak snippet to clean up Makefile.am
38698           fix various bugs in Makefile.am's
38699
38700 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38701
38702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38703           handle chain parsing correctly in the multichain case
38704         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38705         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38706         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38707         (theora_dec_chain):
38708           handle events and queries correctly
38709
38710 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38711
38712         * .cvsignore:
38713         Ignore generated file _stdint.h.
38714
38715 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38716
38717         * gst-libs/gst/colorbalance/Makefile.am:
38718         * gst-libs/gst/colorbalance/colorbalance.h:
38719         * gst-libs/gst/mixer/Makefile.am:
38720         * gst-libs/gst/mixer/mixer.h:
38721         * gst-libs/gst/play/Makefile.am:
38722         * gst-libs/gst/play/play.h:
38723         * gst-libs/gst/tuner/Makefile.am:
38724         * gst-libs/gst/tuner/tuner.h:
38725         Generate enum type code with glib-mkenums.
38726         * gst-libs/gst/colorbalance/.cvsignore:
38727         * gst-libs/gst/mixer/.cvsignore:
38728         * gst-libs/gst/play/.cvsignore:
38729         * gst-libs/gst/tuner/.cvsignore:
38730         Ignore generated files.
38731
38732 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38733
38734         * gst-libs/gst/audio/.cvsignore:
38735         Ignore generated file.
38736         * gst-libs/gst/audio/Makefile.am:
38737         Do not install example filter.
38738
38739 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38740
38741         * examples/switch/.cvsignore:
38742         Ignore generated file.
38743
38744 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38745
38746         * common/m4/ax_create_stdint_h.m4:
38747         * configure.ac:
38748           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38749           _stdint.h.
38750         * Makefile.am:
38751           remove generated _stdint.h in DISTCLEANFILES
38752         * ext/a52dec/gsta52dec.c:
38753           include _stdint.h for a52dec. (should fix #133064)
38754
38755 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38756
38757         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38758         (gst_tag_to_vorbis_comments):
38759         Add replaygain support to vorbistag
38760
38761 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38762         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38763         (gst_ffmpeg_caps_to_extradata):
38764           Fix SVQ3 caps flag properties
38765           Use glib macro for bytes swap
38766
38767 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38768
38769         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38770         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38771         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38772         * ext/sndfile/gstsf.c: (plugin_init):
38773         * gst/avi/gstavi.c: (plugin_init):
38774         * sys/dxr3/dxr3init.c: (plugin_init):
38775         * sys/oss/gstossaudio.c: (plugin_init):
38776         * sys/v4l/gstv4l.c: (plugin_init):
38777         * sys/v4l2/gstv4l2.c: (plugin_init):
38778           remove textdomain calls
38779         * po/nl.po:
38780           update Dutch translation
38781
38782 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38783
38784         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38785         (gst_play_set_audio_sink): Moving volume in the audio thread for
38786         instantaneous volume change. Maybe i will add another volume in front
38787         of visualization later, not sure yet though.
38788
38789 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38790
38791         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38792         (gst_ximagesink_handle_xevents): Better X events handling, only take
38793         the latest events for configure and motion.
38794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38795
38796 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38797
38798         reviewed by: David Schleef  <ds@schleef.org>
38799
38800         Fix memory leaks:
38801         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38802         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38803
38804 2004-02-02  David Schleef  <ds@schleef.org>
38805
38806         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38807         of lines.
38808         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38809         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38810         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38811         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38812         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38813         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38814         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38815         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38816         (gst_float2_2_int_link):
38817         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38818         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38819         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38820         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38821         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38822         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38823         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38824         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38825         * testsuite/gst-lint: Add tests for bzero and ;;
38826
38827 2004-02-02  David Schleef  <ds@schleef.org>
38828
38829         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38830
38831 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38832
38833         * ext/aalib/gstaasink.c: (gst_aasink_open):
38834         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38835         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38836         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38837         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38838         (gst_afsink_close_file):
38839         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38840         (gst_afsrc_close_file):
38841         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38842         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38843         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38844         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38845         * ext/esd/esdmon.c: (gst_esdmon_get):
38846         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38847         * ext/faac/gstfaac.c: (gst_faac_chain):
38848         * ext/faad/gstfaad.c: (gst_faad_chain):
38849         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38850         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38851         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38852         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38853         (gst_flacdec_loop):
38854         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38855         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38857         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38858         (gst_gnomevfssink_close_file):
38859         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38860         (gst_gnomevfssrc_open_file):
38861         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38862         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38863         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38864         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38865         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38866         * ext/mad/gstmad.c: (gst_mad_chain):
38867         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38868         * ext/mpeg2dec/gstmpeg2dec.c:
38869         * ext/mpeg2enc/gstmpeg2enc.cc:
38870         * ext/mplex/gstmplex.cc:
38871         * ext/mplex/gstmplexibitstream.cc:
38872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38873         (gst_ogg_demux_push):
38874         * ext/raw1394/gstdv1394src.c:
38875         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38876         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38877         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38878         (gst_sf_loop):
38879         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38880         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38881         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38882         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38883         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38884         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38885         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38886         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38887         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38888         (gst_riff_read_element_data), (gst_riff_read_seek),
38889         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38890         * gst/adder/gstadder.c: (gst_adder_loop):
38891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38892         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38893         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38894         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38895         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38896         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38897         * gst/goom/gstgoom.c: (gst_goom_chain):
38898         * gst/id3/gstid3types.c: (gst_id3types_loop):
38899         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38900         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38901         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38902         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38903         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38904         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38905         (gst_ebml_read_float), (gst_ebml_read_header):
38906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38907         (gst_matroska_demux_parse_blockgroup):
38908         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38909         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38910         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38911         * gst/silence/gstsilence.c: (gst_silence_get):
38912         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38913         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38914         * gst/speed/gstspeed.c: (speed_loop):
38915         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38916         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38917         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38918         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38919         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38920         (gst_wavparse_loop):
38921         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38922         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38923         (dxr3audiosink_close):
38924         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38925         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38926         (dxr3videosink_close), (dxr3videosink_write_data):
38927         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38928         * sys/oss/gstosssink.c: (gst_osssink_chain):
38929         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38930         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38933         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38934         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38935         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38936         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38937         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38938         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38939         (gst_v4l_set_audio):
38940         * sys/v4l/v4l_calls.h:
38941         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38942         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38943         (gst_v4lmjpegsink_playback_init),
38944         (gst_v4lmjpegsink_playback_start):
38945         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38946         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38947         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38948         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38949         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38950         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38951         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38952         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38953         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38954         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38955         (gst_v4l2_get_output), (gst_v4l2_set_output),
38956         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38957         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38958         (gst_v4l2_set_attribute):
38959         * sys/v4l2/v4l2_calls.h:
38960         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38961         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38962         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38963         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38964         (gst_v4l2src_capture_stop):
38965         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38966         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38967         (gst_ximagesink_chain):
38968         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38969         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38970         (gst_xvideosink_xwindow_new):
38971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38972         (gst_xvimagesink_chain):
38973
38974 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38975
38976         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38977         (gst_volume_get_volume), (volume_class_init), (volume_init),
38978         (volume_chain_int16), (volume_update_volume):
38979         * gst/volume/gstvolume.h:
38980           make code more readable by removing magic numbers
38981           make mixer interface export 0-100 range
38982           make it internally map to 0.0-1.0 range so users don't distort
38983           output by putting the sliders at full volume
38984
38985 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38986
38987         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38988         (gst_play_state_change), (gst_play_seek_to_time):
38989         block the tick callback for 0.5 secs after doing a seek
38990
38991 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38992
38993         * gst-libs/gst/play/play.c: (gst_play_new):
38994           check for GError
38995
38996 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38997
38998         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38999         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39000         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39001         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39003         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39004
39005 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39006
39007         * configure.ac:
39008         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39009           check for a function added in vorbis 1.1
39010
39011 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39012
39013         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39014         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39015           really start/stop clock only on PLAYING <=> PAUSED
39016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39017           remove \n from debugging lines
39018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39019           make it work when seeking does not
39020         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39021           reset on DISCONT
39022
39023 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39024
39025         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39026           start clock on PAUSED=>PLAYING, not later
39027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39028           extract correct time for different discont formats
39029         (gst_alsa_sink_get_time):
39030           don't segfault when no format is negotiated yet, just return 0
39031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39032         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39033         (gst_ogg_pad_push):
39034           handle flush and discont events correctly
39035         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39036           handle discont events correctly
39037
39038 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39039
39040         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39041         (gst_play_error_create), (gst_play_error_plugin),
39042         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39043         * gst-libs/gst/play/play.h:
39044           add error handling during creation
39045         * examples/gstplay/player.c: (main):
39046           use new gst_play_new
39047
39048
39049 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39050
39051         * ext/theora/theoradec.c: (theora_dec_chain):
39052           make comments work
39053         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39054         (vorbis_dec_src_event), (vorbis_dec_chain):
39055           add encoder tag, fix tag reading to be more error tolerant, change
39056           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39057           gst_pad_event_default.
39058         * gst/tags/gstvorbistag.c:
39059         (gst_tag_list_from_vorbiscomment_buffer):
39060           undefine function specific define at end of function
39061
39062 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39063
39064         * ext/flac/gstflac.c: (plugin_init):
39065         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39066         * ext/flac/gstflacdec.h:
39067         * ext/flac/gstflacenc.h:
39068           Fix typos
39069
39070 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39071
39072         * examples/gstplay/player.c: s/gstplay.h/play.h/
39073
39074 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39075
39076         * gst-libs/gst/play/Makefile.am:
39077         * gst-libs/gst/play/gstplay.c:
39078         * gst-libs/gst/play/gstplay.h:
39079         * gst-libs/gst/play/play.c:
39080           more surgery, operation complete
39081
39082 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39083
39084         * gst-libs/gst/play/play.old.c:
39085         * gst-libs/gst/play/play.old.h:
39086           after CVS surgery by moving, remove
39087         * gst-libs/gst/play/playpipelines.c:
39088           remove
39089
39090         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39091           add negotiation error
39092
39093 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39094
39095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39096         (gst_ogg_demux_push):
39097           add some seeking debug info
39098           send a flush when seeking
39099
39100 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39101
39102         * configure.ac:
39103           use AC_C_INLINE
39104         * configure.ac:
39105         * ext/Makefile.am:
39106         * ext/theora/Makefile.am:
39107         * ext/theora/theoradec.c:
39108           add theora video decoder. Does just do simple decoding for now and
39109           has been tested against Theora cvs only. It only works when theora
39110           is compiled with --enable-static.
39111         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39112           always reset packetno on DISCONT
39113
39114 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39115
39116         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39117           Fix audio.
39118
39119 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39120
39121         * gst/mpegaudioparse/gstmpegaudioparse.c:
39122         (mp3_type_frame_length_from_header):
39123           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39124
39125 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39126
39127         * ext/esd/esdsink.c: (gst_esdsink_init):
39128           Since we have static pad template caps, we don't need to negotiate;
39129           either the core errors out or we know the format.
39130
39131 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39132
39133         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39134         (gst_riff_read_seek):
39135         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39136         (gst_ebml_read_seek):
39137           Fix event handling.
39138
39139 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39140
39141         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39142           removee video/x-theora from vp3 decoder, it doesn't handle raw
39143           theora streams
39144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39145           fix bug with finalizing element that never went to PAUSED
39146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39147           length and position queries were swapped
39148         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39149         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39150         (vorbis_dec_src_event):
39151           implement querying time and bytes
39152
39153 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39154
39155         * just about every source file:
39156           gst_element_error -> GST_ELEMENT_ERROR
39157
39158 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39159
39160         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39161         emiting FLUSH and even before DISCONT.
39162         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39163         get the best instant seeking as possible yay!
39164
39165 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39166
39167         * gst/mpeg1videoparse/gstmp1videoparse.c:
39168         (gst_mp1videoparse_real_chain):
39169           Committed wrong version last week... Grr... Didn't notice until now.
39170
39171 2004-01-29  Julien MOUTTE <julien@moutte.net>
39172
39173         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39175         have_xwindow_id signal in xwindow_create.
39176
39177 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39178
39179         * ext/ogg/gstoggdemux.c:
39180           lots of changes - mainly support for chained bitstreams, seeking,
39181           querying and bugfixes of course
39182         * ext/vorbis/Makefile.am:
39183         * ext/vorbis/vorbisdec.c:
39184         * ext/vorbis/vorbisdec.h:
39185           add vorbisdec raw vorbis decoder
39186         * ext/vorbis/vorbis.c: (plugin_init):
39187           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39188         * gst/intfloat/Makefile.am:
39189         * gst/intfloat/float22int.c:
39190         * gst/intfloat/float22int.h:
39191         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39192           add float2intnew plugin. It converts multichannel interleaved float to
39193           multichannel interleaved int. The name should probably be changed.
39194         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39195         (plugin_init):
39196           add typefinding for raw theora video so oggdemux can detect it.
39197
39198 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39199
39200         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39201         sink element first.
39202         * gst/videoscale/gstvideoscale.c:
39203         (gst_videoscale_handle_src_event): Fixing src event handler.
39204
39205 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39206
39207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39208         (gst_v4lsrc_open), (gst_v4lsrc_close),
39209         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39210         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39211         * sys/v4l/gstv4lsrc.h:
39212         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39213         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39214           Implement resizing... Hack. But that's why v4l is b0rked...
39215
39216 2004-01-28  Julien MOUTTE <julien@moutte.net>
39217
39218         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39219         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39220         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39221         (gst_ximagesink_xwindow_destroy):
39222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39223         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39224         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39225         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39226         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39227         correctly cleaning the image created to check xshm calls on succes,
39228         added a lot of XSync calls in X11 functions, and fixed a segfault when
39229         no image format was defined before negotiation happened.
39230
39231 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39232
39233         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39234           use gst_element_get_time to get correct time
39235
39236 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39237
39238         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39239         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39240         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39242         (gst_xvimagesink_check_xshm_calls),
39243         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39244         X plugins are now able to detect that XShm calls will fail even if the
39245         server claims that it has XShm support (remote displays most of the
39246         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39247         so that we use non XShm functions. This feature is almost useless for
39248         xvimagesink as Xv is not supported on remote displays anyway, but
39249         it might happen than even on the local display XShm calls fail.
39250
39251 2004-01-27  David Schleef  <ds@schleef.org>
39252
39253         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39254         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39255         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39256         changed esdsink to only use 44100,16,2, since esd sucks at rate
39257         conversion and esdsink has had difficulty negotiating.
39258
39259 2004-01-27  Julien MOUTTE <julien@moutte.net>
39260
39261         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39262         (gst_play_seek_to_time): Fixing the way to get current position.
39263
39264 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39265
39266         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39267           use gst_element_get_time to get correct time
39268
39269 2004-01-27  Julien MOUTTE <julien@moutte.net>
39270
39271         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39272         fix ever... Inverting 2 lines of code make spider autoplug correctly
39273         tagged mp3 !
39274
39275 2004-01-27  David Schleef  <ds@schleef.org>
39276
39277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39278         Use gst_pad_try_set_caps_nonfixed().
39279
39280 2004-01-27  David Schleef  <ds@schleef.org>
39281
39282         * gst/ac3parse/gstac3parse.c: update to checklist 5
39283         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39284         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39285         * gst/audioscale/gstaudioscale.c: same
39286         * gst/auparse/gstauparse.c: same
39287         * gst/avi/gstavidemux.c: same
39288
39289 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39290
39291         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39292           stop processing after EOS
39293
39294 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39295
39296         * gst/asfdemux/asfheaders.h:
39297         * gst/asfdemux/gstasfdemux.c:
39298         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39299         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39300         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39301           lot's of fixes to make data extraction simpler and get the code
39302           architecture and compiler independant. Add debugging category
39303         * gst/goom/gstgoom.c: (gst_goom_change_state):
39304           reset channel count on PAUSED=>READY, not READY=>PAUSED
39305
39306 2004-01-26  Colin Walters  <walters@verbum.org>
39307
39308         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39309         code to pull a bigger buffer in iradio mode.  This as a side effect
39310         makes typefinding work.
39311
39312 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39313
39314         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39315         Fix SVQ3 decoding on PPC
39316
39317 2004-01-26  Julien MOUTTE <julien@moutte.net>
39318
39319         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39320         that one managed to stay there... Fixed.
39321
39322 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39323
39324         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39325         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39326         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39327         (qtdemux_video_caps):
39328         * gst/qtdemux/qtdemux.h:
39329         Add SVQ3 specific flags to qtdemux and ffmpeg
39330
39331 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39332
39333         * gst-libs/gst/audio/audio.h:
39334           remove buffer-frames from audio caps
39335         * gst/audioconvert/gstaudioconvert.c:
39336           fix plugin to really work.
39337
39338 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39339
39340         * gst-libs/gst/mixer/mixer.c:
39341         * gst-libs/gst/propertyprobe/propertyprobe.c:
39342         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39343         (gst_tuner_find_channel_by_name):
39344         * gst-libs/gst/tuner/tuner.h:
39345           Add gtk-doc style comments. Also fix a function name.
39346
39347 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39348
39349         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39350         (gst_divxdec_negotiate):
39351           Fix for new capsnego - also fixes gst-player with divxdec.
39352
39353 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39354
39355         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39356         (gst_play_identity_handoff), (gst_play_set_location),
39357         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39358         try in visualization implementation. Still have an issue with switch
39359         blocking when pulling from video_queue and only audio comes out of
39360         spider.
39361         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39362         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39363         release method. And check if the pad is usable before pulling.
39364
39365 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39366
39367         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39368         (gst_videobalance_init),
39369         (gst_videobalance_colorbalance_list_channels),
39370         (gst_videobalance_colorbalance_set_value),
39371         (gst_videobalance_colorbalance_get_value),
39372         (gst_videobalance_update_properties),
39373         (gst_videobalance_update_tables_planar411),
39374         (gst_videobalance_planar411):
39375         * gst/videofilter/gstvideobalance.h:
39376           Implement lookup-tables. +/- 10x faster.
39377
39378 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39379
39380         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39381         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39382           The index reading was broken. The rest worked fine, but the whole
39383           goal of my rewrite was to make avidemux readable, and this was
39384           not at all readable. Please use typed variables.
39385
39386 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39387
39388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39389           Additional pad usability check.
39390         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39391         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39392         (gst_mp1videoparse_real_chain):
39393           Fix MPEG video stream parsing. The original plugin had several
39394           issues, including not timestamping streams where the source was
39395           not timestamped (this happens with PTS values in mpeg system
39396           streams, but MPEG video is also a valid stream on its own so
39397           that needs timestamps too). We use the display time code for that
39398           for now. Also, if one incoming buffer contains multiple valid
39399           frames, we push them all on correctly now, including proper EOS
39400           handling. Lastly, several potential segfaults were fixed, and we
39401           properly sync on new sequence/gop headers to include them in next,
39402           not previous frames (since they're header for the next frame, not
39403           the previous). Also see #119206.
39404         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39405         (bpf_from_header):
39406           Move caps setting so we only do it after finding several valid
39407           MPEG-1 fraes sequentially, not right after the first one (which
39408           might be coincidental).
39409         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39410         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39411         (plugin_init):
39412           Add unsynced MPEG video stream typefinding, and change some
39413           probability values so we detect streams rightly. The idea is as
39414           follows: I can have an unsynced system stream which contains
39415           video. In the current code, I would randomly get a type for either
39416           system or video stream type found, because the probabilities are
39417           being calculated rather randomly. I now use fixed values, so we
39418           always prefer system stream if that was found (and that is how it
39419           should be). If no system stream was found, we can still identity                the stream as video-only.
39420
39421 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39422
39423         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39424         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39425           don't write to buffer. Extract data without the need of
39426           __attribute__ ((packed))
39427
39428 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39429
39430         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39431         (mpeg1_sys_type_find):
39432           Fix MPEG-1 stream typefinding.
39433
39434 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39435
39436         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39437           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39438
39439 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39440
39441         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39442         * ext/esd/gstesd.c: (plugin_init):
39443           private debugging, better error reporting
39444
39445 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39446
39447         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39448         (gst_riff_read_init), (gst_riff_read_change_state):
39449         * gst-libs/gst/riff/riff-read.h:
39450           Remove stuff fromold metadata system.
39451
39452 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39453
39454         * ext/ogg/gstoggdemux.c:
39455           Fix wrong file comment.
39456         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39457         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39458           Add metadata reading properly.
39459
39460 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39461
39462         * ext/Makefile.am:
39463           Fix nas DIST_SUBDIRS
39464           Uraeus:
39465           Fix bug where make distcheck doesn't get run on adding stuff to
39466           the build.
39467
39468 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39469
39470         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39471         * ext/divx/gstdivxdec.h:
39472           Fix divx3 ("msmpeg4") playback using divxdec.
39473
39474 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39475
39476         * gst/typefind/gsttypefindfunctions.c:
39477         (mp3_type_frame_length_from_header): fix bug in length computation
39478         (mp3_type_find): improve debugging output
39479
39480 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39481
39482         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39483         (gst_play_set_location), (gst_play_seek_to_time),
39484         (gst_play_set_audio_sink), (gst_play_set_visualization),
39485         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39486         the pipeline from scratch. Visualization is back and switch went out as
39487         i realized it was not possible to use the way i wanted.
39488         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39489         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39490         clearing in state change from READY to NULL. So that one can clean the
39491         X ressources keeping the element.
39492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39493         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39494         (gst_xvimagesink_colorbalance_set_value),
39495         (gst_xvimagesink_colorbalance_get_value),
39496         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39497         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39498         change from READY to NULL and fixed some stupid bugs in colorbalance
39499         get/set values. Also added the following feature : when nobody tries to
39500         set some values to the colorbalance levels before the xcontext is
39501         grabbed, then when creating channels list from Xv attributes we set the
39502         internal values to the Xv defaults. This way we handle buggy Xv drivers
39503         that set default hue values far from the middle of the range (Thanks
39504         to Jon Trowbridge for pointing that issue).
39505         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39506         colorbalance levels have been set before xcontext is grabbed.
39507
39508 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39509
39510         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39511           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39512           it might block operations (which is bad for a mixer).
39513
39514 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39515
39516         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39517         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39518         (gmip_find_type_pre):
39519         * gst-libs/gst/media-info/media-info-priv.h:
39520         * gst-libs/gst/media-info/media-info.c:
39521         (gst_media_info_instance_init), (gst_media_info_read_idler):
39522         add fakesink to get caps on decoder src pad again
39523         fix callback prototype to match new have_type signal signature
39524
39525 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39526
39527         * gst/adder/gstadder.c: (gst_adder_link):
39528           fix non-compile and cut-n-paste code
39529
39530 2004-01-21  David Schleef  <ds@schleef.org>
39531
39532         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39533         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39534         (gst_swfdec_init), (gst_swfdec_change_state):
39535         * ext/swfdec/gstswfdec.h:
39536         Fix negotiation.
39537         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39538         (gst_adder_request_new_pad): Fix negotiation.
39539         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39540         Add a fixate function.
39541         * gst/intfloat/gstfloat2int.c:
39542         * gst/intfloat/gstfloat2int.h:
39543         * gst/intfloat/gstint2float.c:
39544         * gst/intfloat/gstint2float.h:
39545         Completely rewrite the negotiation.  Doesn't quite work yet,
39546         due to some buffer-frames problem.
39547
39548 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39549
39550         * ext/gnomevfs/gstgnomevfssrc.c:
39551         * sys/v4l2/v4l2_calls.h:
39552           fix includes for distcheck
39553
39554 2004-01-21  Christian Schaller <uraeus@gnome.org>
39555
39556         * ext/nas/
39557         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39558         based on earlier patch from Laurent Vivier
39559
39560 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39561
39562         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39563         Fix wma caps property
39564         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39565         Fix typo (flags1 and flags2)
39566
39567 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39568
39569         * gst-libs/gst/media-info/media-info-priv.c:
39570         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39571         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39572         (gmip_find_stream), (gmip_find_track_metadata),
39573         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39574         (gmip_find_track_format):
39575         * gst-libs/gst/media-info/media-info-priv.h:
39576         * gst-libs/gst/media-info/media-info-test.c: (main):
39577         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39578         (gst_media_info_read_idler), (gst_media_info_read):
39579         * gst-libs/gst/media-info/media-info.h:
39580           register debugging category and use it for debugging
39581
39582 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39583
39584         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39585         (gst_vorbisfile_new_link):
39586           signal streaminfo through tags
39587
39588 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39589
39590         * ext/mplex/gstmplex.cc:
39591         * ext/mplex/gstmplexibitstream.cc:
39592           g++ doesn't like NULL in our i18n/error macros, should be
39593           either (NULL) or ("").
39594
39595 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39596
39597         * sys/dxr3/dxr3audiosink.c:
39598         * sys/dxr3/dxr3init.c:
39599         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39600         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39601           Fix more error error error errors (missing includes here).
39602
39603 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39604
39605         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39606           fix thomas' error errors.
39607
39608 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39609
39610         * ext/mpeg2enc/gstmpeg2enc.cc:
39611           fix error errors.
39612
39613 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39614
39615         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39616         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39617           Fix for new error system.
39618
39619 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39620
39621         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39622           fix for new error reporting
39623
39624 2004-01-20  David Schleef  <ds@schleef.org>
39625
39626         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39627         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39628         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39629         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39630         and neither is 100+, most likely.
39631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39632         (gst_xvimagesink_getcaps): same
39633
39634 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39635
39636         * configure.ac:
39637           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39638           clashes with ffmpeg.
39639
39640 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39641
39642         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39643         (gst_switch_init): Fixed switch element : proxying link and setting
39644         caps from src to sink on request.
39645
39646 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39647
39648         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39649         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39650         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39651         fix element_error
39652
39653 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39654
39655         * sys/v4l/v4l_calls.h:
39656         * sys/v4l2/v4l2_calls.h:
39657           element_error fixes
39658
39659 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39660
39661         * gst-libs/gst/gst-i18n-plugin.h:
39662           add locale.h
39663           remove config.h inclusion
39664
39665 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39666
39667         * autogen.sh:
39668           adding autopoint invocation
39669         * Makefile.am:
39670         * configure.ac:
39671         * gst-libs/gst/gettext.h:
39672           adding gettext bits
39673         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39674         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39675         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39676         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39677         (gst_gnomevfssink_close_file):
39678         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39679         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39680         * gst-libs/gst/gst-i18n-plugin.h:
39681         * gst/avi/gstavi.c: (plugin_init):
39682         * sys/dxr3/dxr3init.c: (plugin_init):
39683         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39684         * sys/oss/gstossaudio.c: (plugin_init):
39685         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39686         * sys/v4l/gstv4l.c: (plugin_init):
39687         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39688         * sys/v4l2/gstv4l2.c: (plugin_init):
39689         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39690         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39691         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39692         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39693         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39694         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39695           make sure locale and translation domain are set
39696           fix translated strings
39697         * po/.cvsignore:
39698         * po/LINGUAS:
39699         * po/Makevars:
39700         * po/POTFILES.in:
39701         * po/nl.po:
39702           put translation files into place
39703         * sys/xvideo/imagetest.c: (main):
39704         * ext/dv/demo-play.c: (main):
39705           fix unnecessary translations
39706
39707 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39708
39709         * ext/sndfile/gstsf.c:
39710         * gst/avi/gstavimux.c:
39711         * ext/audiofile/gstafsink.c:
39712         * ext/audiofile/gstafsrc.c:
39713         * ext/gnomevfs/gstgnomevfssink.c:
39714         * ext/gnomevfs/gstgnomevfssrc.c:
39715         * sys/oss/gstosselement.c:
39716         * sys/v4l/v4l_calls.h:
39717           fix i18n include
39718
39719 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39720
39721         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39722         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39723         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39724         (gst_v4l2_get_output), (gst_v4l2_set_output),
39725         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39726         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39727         (gst_v4l2_set_attribute):
39728         update to new error handling
39729
39730 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39731
39732         * ext/sidplay/gstsiddec.cc:
39733         * gst/modplug/gstmodplug.cc:
39734           parenthese NULL because C++ seems angry about it
39735
39736 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39737
39738         * gst-libs/gst/gst-i18n-plugin.h:
39739           add skeleton i18n stuff, but needs to be further implemented
39740
39741 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39742
39743         * examples/gstplay/player.c: (main):
39744         * ext/aalib/gstaasink.c: (gst_aasink_open):
39745         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39747         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39748         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39749         (gst_afsink_close_file):
39750         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39751         (gst_afsrc_close_file):
39752         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39753         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39754         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39755         * ext/esd/esdmon.c: (gst_esdmon_get):
39756         * ext/esd/esdsink.c: (gst_esdsink_chain):
39757         * ext/faac/gstfaac.c: (gst_faac_chain):
39758         * ext/faad/gstfaad.c: (gst_faad_chain):
39759         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39760         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39761         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39762         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39763         (gst_flacdec_loop):
39764         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39765         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39767         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39768         (gst_gnomevfssink_close_file):
39769         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39770         (gst_gnomevfssrc_open_file):
39771         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39772         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39773         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39774         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39775         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39776         * ext/mad/gstmad.c: (gst_mad_chain):
39777         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39778         * ext/mpeg2dec/gstmpeg2dec.c:
39779         * ext/mpeg2enc/gstmpeg2enc.cc:
39780         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39781         * ext/mplex/gstmplex.cc:
39782         * ext/mplex/gstmplexibitstream.cc:
39783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39784         (gst_ogg_demux_push), (gst_ogg_pad_push):
39785         * ext/raw1394/gstdv1394src.c:
39786         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39787         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39788         * ext/sidplay/gstsiddec.cc:
39789         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39790         (gst_sf_loop):
39791         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39792         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39793         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39795         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39796         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39797         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39798         * gst-libs/gst/Makefile.am:
39799         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39800         (gst_riff_read_element_data), (gst_riff_read_seek),
39801         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39802         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39804         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39805         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39806         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39807         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39808         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39809         * gst/goom/gstgoom.c: (gst_goom_chain):
39810         * gst/id3/gstid3types.c: (gst_id3types_loop):
39811         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39812         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39813         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39814         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39815         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39816         (gst_ebml_read_float), (gst_ebml_read_header):
39817         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39818         (gst_matroska_demux_parse_blockgroup):
39819         * gst/modplug/gstmodplug.cc:
39820         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39821         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39822         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39823         * gst/silence/gstsilence.c: (gst_silence_get):
39824         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39825         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39826         * gst/speed/gstspeed.c: (speed_loop):
39827         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39828         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39829         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39830         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39831         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39832         (gst_wavparse_loop):
39833         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39834         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39835         (dxr3audiosink_close):
39836         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39837         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39838         (dxr3videosink_close), (dxr3videosink_write_data):
39839         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39840         * sys/oss/gstosselement.h:
39841         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39842         (gst_osssink_chain):
39843         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39844         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39845         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39847         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39848         (gst_v4l_enable_overlay):
39849         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39850         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39851         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39852         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39853         (gst_v4l_set_audio):
39854         * sys/v4l/v4l_calls.h:
39855         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39856         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39857         (gst_v4lmjpegsink_playback_init),
39858         (gst_v4lmjpegsink_playback_start):
39859         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39860         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39861         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39862         (gst_v4lmjpegsrc_requeue_frame):
39863         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39864         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39865         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39867         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39868         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39869         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39870         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39871         (gst_v4l2src_capture_stop):
39872         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39873         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39874         (gst_ximagesink_chain):
39875         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39876         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39877         (gst_xvideosink_xwindow_new):
39878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39879         (gst_xvimagesink_chain):
39880         use new error signal, function and categories
39881
39882 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39883
39884         * configure.ac:
39885         * ext/Makefile.am:
39886         * ext/musicbrainz/gsttrm.c:
39887         * ext/musicbrainz/gsttrm.h:
39888         * ext/musicbrainz/Makefile.am:
39889         Add a trm plugin
39890
39891 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39892
39893         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39894         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39895         synchronous property for debugging.
39896         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39898         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39899         smaller block, fixing indent.
39900
39901 2004-01-16  David Schleef  <ds@schleef.org>
39902
39903         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39904         property affects the video stream.
39905         * sys/xvimage/xvimagesink.c:
39906         * sys/xvimage/xvimagesink.h:
39907         Add synchronous property for debugging.  Should probably be
39908         disabled in non-CVS builds.  Make sure that the Xv attribute
39909         exists before we set it (crash!).  Fix a silly float bug that
39910         caused colorbalance to just not work.
39911
39912 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39913
39914         * tools/gst-launch-ext.in - update for new plugins
39915
39916 2004-01-16  David Schleef  <ds@schleef.org>
39917
39918         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39919         already-freed caps.
39920
39921 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39922
39923         * Update spec for new colorspace plugin and libcaca plugin
39924         * Fix compilation of libcaca plugin (clock -> id)
39925
39926 2004-01-16  Julien MOUTTE <julien@moutte.net>
39927
39928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39929         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39930         (gst_xvimagesink_set_xwindow_id),
39931         (gst_xvimagesink_colorbalance_set_value),
39932         (gst_xvimagesink_colorbalance_get_value),
39933         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39934         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39935         correct colorbalance properties. They can now be set when the element
39936         is still in NULL state. The values will be committed to the Xv Port
39937         when xcontext is initialized.
39938         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39939         brightness int values in the GstXvImagesink structure.
39940
39941 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39942
39943         * gst-libs/gst/Makefile.am:
39944           restructure so having local patches works easier.
39945
39946 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39947
39948         * ext/mpeg2enc/Makefile.am:
39949         * ext/mpeg2enc/gstmpeg2enc.cc:
39950         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39951           Bugfix with respect to EOS handling.
39952
39953 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39954
39955         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39956           Link with right caps (else, it segfaults).
39957         * ext/mplex/gstmplexjob.cc:
39958           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39959
39960 2004-01-15  David Schleef  <ds@schleef.org>
39961
39962         * gst-libs/gst/audio/Makefile.am:
39963         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39964         from the template.
39965         * gst-libs/gst/audio/gstaudiofilter.c:
39966         * gst-libs/gst/audio/gstaudiofilter.h:
39967         Add bytes_per_sample and size and n_samples calculation.
39968         * gst-libs/gst/audio/gstaudiofilterexample.c:
39969         Remove, now autogenerated.
39970         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39971         Moved from gstaudiofilterexample, object name changed, code added
39972         so that it actually works.
39973         * gst-libs/gst/audio/make_filter:
39974         Script to build an audiofilter subclass from the template.
39975         * gst/colorspace/Makefile.am:
39976         * gst/colorspace/yuv2yuv.c:
39977         Remove file, since it's GPL, and we don't use it.
39978
39979 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39980
39981         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39983         them use the buffer free function to test how the buffer was allocated.
39984
39985 2004-01-15  David Schleef  <ds@schleef.org>
39986
39987         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39988         that handles osssink fallback.
39989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39990         (gst_audio_convert_getcaps):
39991         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39992         Add audio/x-qdm2 for QDM2 audio.
39993         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39994         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39996         Decrease minimum size to 16x16.
39997         * gst/wavparse/gstwavparse.c:
39998         Convert disabled pad template caps to new caps.
39999         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40001         (gst_xvimagesink_chain): Throw element error when display cannot
40002         be opened.  Increase minimum framerate to 1.0.  Check the data
40003         free function on a buffer to make sure it is the type we expect
40004         before manipulating it.
40005
40006 2004-01-15  Julien MOUTTE <julien@moutte.net>
40007
40008         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40009         (gst_videobalance_colorbalance_set_value): Implement passthru if
40010         settings are in the middle.
40011         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40012
40013 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40014
40015         * gst/videofilter/Makefile.am:
40016         * gst/volume/Makefile.am:
40017           Since we use videofilter symbols, link to it.
40018
40019 2004-01-15  Julien MOUTTE <julien@moutte.net>
40020
40021         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40022         mixer interface type to HARDWARE.
40023         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40024         type to SOFTWARE.
40025         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40026         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40027         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40028         (gst_volume_interface_init), (gst_volume_list_tracks),
40029         (gst_volume_set_volume), (gst_volume_get_volume),
40030         (gst_volume_set_mute), (gst_volume_mixer_init),
40031         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40032         (volume_init): Implementing mixer interface.
40033         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40034         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40035         (gst_osselement_change_state): Removing some trailing commas in
40036         structures.
40037         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40038         interface type to HARDWARE.
40039         * sys/v4l/gstv4lcolorbalance.c:
40040         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40041         type to HARDWARE.
40042         * sys/v4l2/gstv4l2colorbalance.c:
40043         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40044         interface type to HARDWARE.
40045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40046         same code than ximagesink for event handling.
40047
40048 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40049
40050         * ext/snapshot/Makefile.am:
40051         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40052         (gst_snapshot_chain):
40053         * ext/snapshot/gstsnapshot.h:
40054           This has to be a joke... Snapshot should be connected to a tee,
40055           colorspace element before it and EOS after that, where the other
40056           src of the tee receives normal data.
40057           The current way is *wrong*.
40058
40059 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40060
40061         * ext/hermes/gsthermescolorspace.c:
40062           Fix another compile error. Same as below.
40063
40064 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40065
40066         * gst/colorspace/gstcolorspace.c:
40067         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40068         (gst_colorspace_i420_to_yv12):
40069           Fix compiling... Didn't test if it actually works.
40070
40071 2004-01-15  David Schleef  <ds@schleef.org>
40072
40073         * configure.ac:
40074         * gst/colorspace/Makefile.am:
40075         * gst/colorspace/gstcolorspace.c:
40076         * gst/colorspace/gstcolorspace.h:
40077         * gst/colorspace/yuv2rgb.c:
40078         * gst/colorspace/yuv2rgb.h:
40079         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40080         code and GPL code.  Fix for new caps negotiation.  Rewrite
40081         much of the format handling code, and some of the conversion
40082         code.  Basically, rewrote almost everything.  This element
40083         handles I420, YV12 to RGB conversions.
40084         * ext/hermes/Makefile.am:
40085         * ext/hermes/gsthermescolorspace.c:
40086         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40087         Remove non-Hermes related code.  This element handles lots of
40088         RGB to RGB conversions, but no YUV.
40089         * ext/hermes/gstcolorspace.c:
40090         * ext/hermes/gstcolorspace.h:
40091         * ext/hermes/rgb2yuv.c:
40092         * ext/hermes/yuv2rgb.c:
40093         * ext/hermes/yuv2rgb.h:
40094         * ext/hermes/yuv2rgb_mmx16.s:
40095         * ext/hermes/yuv2yuv.c:
40096         * ext/hermes/yuv2yuv.h:
40097         Remove old code.
40098
40099 2004-01-14  Colin Walters  <walters@verbum.org>
40100
40101         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40102         they've already been.
40103
40104 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40105
40106         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40107           assume tag mode when pad is not connected
40108
40109 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40110
40111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40112           Don't update the time of the clock
40113         (gst_alsa_sink_loop):
40114           sync to the clock given to alsasink, not the own clock
40115         * sys/oss/gstosssink.c: (gst_osssink_chain):
40116           sync to the clock
40117         (gst_osssink_change_state):
40118           activate the clock
40119         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40121           remove bogus code that made DISCONT events unhandled
40122         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40123           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40124           #131502)
40125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40126         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40127         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40128           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40129           2nd warning in bug #131502)
40130
40131 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40132
40133         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40134         (gst_videobalance_colorbalance_set_value),
40135         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40136         for colorbalance interface implementation.
40137         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40138         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40139         (gst_ximagesink_dispose), (gst_ximagesink_init),
40140         (gst_ximagesink_class_init): Adding DISPLAY property.
40141         * sys/ximage/ximagesink.h: Adding display_name to store display.
40142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40143         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40144         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40145         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40146         properties (they still need polishing though for gst-launch use : no
40147         xcontext yet, i ll do that tomorrow).
40148         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40149
40150 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40151
40152         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40153         (gst_play_set_location), (gst_play_set_visualization): Preparing
40154         switch integration, adding videobalance in the pipeline.
40155
40156 2004-01-14  Julien MOUTTE <julien@moutte.net>
40157
40158         * gst-libs/gst/colorbalance/colorbalance.c:
40159         (gst_color_balance_class_init): Adding a default type.
40160         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40161         the type.
40162         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40163         (gst_videobalance_dispose), (gst_videobalance_class_init),
40164         (gst_videobalance_init), (gst_videobalance_interface_supported),
40165         (gst_videobalance_interface_init),
40166         (gst_videobalance_colorbalance_list_channels),
40167         (gst_videobalance_colorbalance_set_value),
40168         (gst_videobalance_colorbalance_get_value),
40169         (gst_videobalance_colorbalance_init): Implementing colorbalance
40170         interface.
40171         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40172         list.
40173         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40174         bug which was triggering a BadAccess X error when setting an overlay
40175         before pad was really negotiated.
40176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40177         Using the colorbalance type macro.
40178
40179 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40180
40181         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40182         (gst_flacenc_chain):
40183           handle tags correctly
40184         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40185           extract ID3v1 tags correctly
40186
40187 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40188
40189         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40190         (plugin_init):
40191           Improve matroska typefinding for odd-typed headers...
40192
40193 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40194
40195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40196           Fix for using incremental number on padnames.
40197
40198 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40199
40200         * ext/divx/gstdivxdec.c:
40201         * ext/divx/gstdivxenc.c:
40202           Set category to divx4linux instead of divx (too generic).
40203         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40204         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40205         (gst_wavparse_loop), (gst_wavparse_change_state):
40206         * gst/wavparse/gstwavparse.h:
40207           fix parsing of WAV files with non-standard fmt-tag size and fix
40208           skipping of unrecognized chunks... Someone please fix this thing
40209           to use rifflib so all this is automated.
40210         * sys/v4l/Makefile.am:
40211         * sys/v4l2/Makefile.am:
40212           Add X_CFLAGS because we depend on X (for overlay).
40213
40214 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40215
40216         * ext/mpeg2dec/gstmpeg2dec.c:
40217           Don't issue a timestamp unless we tagged the frame
40218           with a PTS.
40219
40220 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40221
40222         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40223           Query the audio element to get the time, not the clock. We're
40224           interested in the element's time here.
40225
40226 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40227
40228         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40229         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40230         * ext/esd/esdsink.c: (gst_esdsink_chain):
40231         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40232         * ext/mas/massink.c: (gst_massink_chain):
40233         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40234         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40235         (gst_matroska_demux_parse_metadata):
40236         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40237         (gst_mpeg_parse_release_locks):
40238         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40239         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40240         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40241         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40242         (gst_osssink_change_state):
40243         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40244         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40245         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40246         (gst_xvideosink_release_locks):
40247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40248           use element time.
40249         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40250         (gst_alsa_clock_stop):
40251         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40252         (gst_audio_clock_get_internal_time):
40253           simplify for use with new clocking code.
40254         * testsuite/alsa/Makefile.am:
40255         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40256           fix testsuite for new caps system
40257
40258 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40259
40260         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40261         * ext/flac/gstflacenc.c: (add_one_tag):
40262           length is already host endian, no need to convert. Fixes playback of
40263           tagged files on PPC. (bug #128384)
40264
40265 2004-01-13  Julien MOUTTE <julien@moutte.net>
40266
40267         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40268         colorbalance interface stating if it is hardware based or software
40269         based.
40270         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40271         Removing a trailing comma.
40272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40273         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40274         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40275         the documentation seems to be wrong on the -1000 to 1000 interval.
40276
40277 2004-01-12  David Schleef  <ds@schleef.org>
40278
40279         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40280         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40281         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40282         Fix negotiation.  Add a bufferalloc function for the sink pad,
40283         and generally clean up some of the code.
40284
40285 2004-01-12  Julien MOUTTE <julien@moutte.net>
40286
40287         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40288         (gst_color_balance_channel_dispose): Adding safety check in dispose
40289         method.
40290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40291         (gst_xvimagesink_xcontext_clear),
40292         (gst_xvimagesink_interface_supported),
40293         (gst_xvimagesink_colorbalance_list_channels),
40294         (gst_xvimagesink_colorbalance_set_value),
40295         (gst_xvimagesink_colorbalance_get_value),
40296         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40297         Adding colorbalance interface support to set XV parameters such as
40298         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40299         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40300         interface.
40301
40302 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40303
40304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40305         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40306         (gst_audio_convert_init), (gst_audio_convert_set_property),
40307         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40308         (gst_audio_convert_link),
40309         (gst_audio_convert_buffer_to_default_format),
40310         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40311           - implement _getcaps and use it
40312           - improve linking
40313           - remove float caps since no float conversion is actually done
40314           - remove properties and arguments that were to be used for rate
40315             conversion
40316
40317 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40318
40319         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40320         (gst_audio_structure_set_int):
40321         * gst-libs/gst/audio/audio.h:
40322           add helper functions for _getcaps matching the standard audio
40323           templates
40324
40325 2004-01-12  David Schleef  <ds@schleef.org>
40326
40327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40328         Test that pad is negotiated before getting its caps.
40329
40330 2004-01-12  Julien MOUTTE <julien@moutte.net>
40331
40332         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40333         analyzing the pads of an element the bin is mostly in READY state so
40334         no caps were negotiated. This helper function needs to work with
40335         _get_caps directly then. I was not freeing them though, added that to
40336         fix the mem leak.
40337
40338 2004-01-12  Julien MOUTTE <julien@moutte.net>
40339
40340         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40342         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40343         than the free_func.
40344
40345 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40346
40347         * sys/oss/gstossaudio.c: (plugin_init):
40348         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40349         * sys/oss/gstosselement.h:
40350           make an oss debugging category
40351           make failure more descriptive
40352
40353 2004-01-11  David Schleef  <ds@schleef.org>
40354
40355         * ext/ffmpeg/gstffmpeg.c:
40356         * ext/ffmpeg/gstffmpegcodecmap.c:
40357         * ext/ffmpeg/gstffmpegdec.c:
40358         * ext/ffmpeg/gstffmpegenc.c:
40359         * ext/ffmpeg/gstffmpegprotocol.c:
40360         * ext/gdk_pixbuf/gstgdkanimation.c:
40361         * ext/jpeg/gstjpeg.c:
40362         * ext/libpng/gstpng.c:
40363         * ext/mpeg2dec/perftest.c:
40364         * ext/speex/gstspeex.c:
40365         * gst-libs/gst/resample/dtos.c:
40366         * gst/intfloat/gstintfloatconvert.c:
40367         * gst/oneton/gstoneton.c:
40368         * gst/rtjpeg/RTjpeg.c:
40369         * gst/rtp/gstrtp.c:
40370         * sys/dxr3/dxr3init.c:
40371         * sys/glsink/gstgl_nvimage.c:
40372         * sys/glsink/gstgl_pdrimage.c:
40373         * sys/glsink/gstglsink.c:
40374         * testsuite/gst-lint:
40375         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40376
40377 2004-01-11  David Schleef  <ds@schleef.org>
40378
40379         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40380         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40381         * ext/gdk_pixbuf/gstgdkanimation.c:
40382         (gst_gdk_animation_iter_create_pixbuf):
40383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40384         (gst_gdk_pixbuf_chain):
40385         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40386         * ext/jack/gstjack.c: (gst_jack_change_state):
40387         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40388         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40389         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40390         * gst/videofilter/gstvideofilter.c:
40391         (gst_videofilter_set_output_size):
40392         Remove all usage of gst_pad_get_caps(), and replace it with
40393         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40394
40395 2004-01-11  David Schleef  <ds@schleef.org>
40396
40397         * configure.ac:
40398         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40399         * ext/divx/gstdivxdec.c:
40400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40401         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40402         handle images that span multiple buffers.  Now work with both
40403         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40404         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40405         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40406         video/video.h changes
40407         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40408         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40409         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40410         of GstData free function.
40411         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40412         same.
40413
40414 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40415
40416         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40417         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40418         (gst_v4l2element_get_property):
40419         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40420           add norm, channel and frequency properties.
40421         * sys/v4l2/gstv4l2tuner.c:
40422           fixes for tuner interface changes
40423         * sys/v4l2/gstv4l2element.h:
40424         * sys/v4l2/gstv4l2src.c:
40425         * sys/v4l2/gstv4l2src.h:
40426         * sys/v4l2/v4l2src_calls.c:
40427         * sys/v4l2/v4l2src_calls.h:
40428           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40429
40430 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40431
40432         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40433         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40434         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40435         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40436         * gst-libs/gst/tuner/tuner.h:
40437           GObjects aren't const.
40438           Add find_by_name functions.
40439           Add checks to _changed functions.
40440         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40441         (gst_v4l_tuner_get_norm):
40442           Fixes for above.
40443
40444 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40445
40446         * gst-libs/gst/video/video.h:
40447           Fix caps template names to be understandable.
40448           Prefix everything with GST_VIDEO.
40449         * ext/aalib/gstaasink.c:
40450         * ext/divx/gstdivxdec.c:
40451         * ext/divx/gstdivxenc.c:
40452         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40453         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40454         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40455         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40456         * ext/libcaca/gstcacasink.c:
40457         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40458         * ext/snapshot/gstsnapshot.c:
40459         * ext/swfdec/gstswfdec.c:
40460         * ext/xvid/gstxviddec.c:
40461         * ext/xvid/gstxvidenc.c:
40462         * gst/chart/gstchart.c:
40463         * gst/deinterlace/gstdeinterlace.c:
40464         * gst/effectv/gsteffectv.c:
40465         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40466         * gst/goom/gstgoom.c:
40467         * gst/median/gstmedian.c:
40468         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40469         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40470         * gst/overlay/gstoverlay.c:
40471         * gst/smooth/gstsmooth.c:
40472         * gst/smpte/gstsmpte.c:
40473         * gst/synaesthesia/gstsynaesthesia.c:
40474         * gst/videocrop/gstvideocrop.c:
40475         * gst/videodrop/gstvideodrop.c:
40476         * gst/y4m/gsty4mencode.c:
40477         * sys/qcam/gstqcamsrc.c:
40478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40479           Make them work with new video.h file.
40480         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40481         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40483         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40484           Make it work with new buffer allocation system.
40485
40486 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40487
40488         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40489         pad_alloc_buffer implementation to use ->srcpad
40490         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40491         pad_alloc_buffer implementation to use ->srcpad
40492         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40493         pad_alloc_buffer implementation to use ->srcpad
40494         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40495         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40496         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40497         a reference to everything we need.
40498         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40500         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40501         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40502         a reference to everything we need.
40503         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40504
40505 2004-01-11  David Schleef  <ds@schleef.org>
40506
40507         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40508         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40509         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40510         structure members.
40511         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40512         value during a resize/renegotiation.
40513         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40514         gst_pad_alloc_buffer();
40515         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40516         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40517         structure members.
40518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40519         Fix for rename of buffer private structure members.
40520         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40521         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40522         Fix for rename of buffer private structure members.
40523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40524         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40525         Fix for rename of buffer private structure members.
40526
40527 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40528
40529         reviewed by: David Schleef <ds@schleef.org>
40530
40531         * gst/videofilter/Makefile.am:
40532         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40533         from the patch by ds to fit in with recent make_filter changes.
40534
40535 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40536
40537         * configure.ac: Adding examples/switch/Makefile
40538         * examples/Makefile.am: Adding examples/switch
40539         * examples/switch/Makefile.am: Adding switcher example.
40540         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40541         (switch_timer), (main): Adding an example demonstrating switch usage
40542         with 2 videotestsrc showing different patterns.
40543         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40544         (gst_switch_init): Fixing switch with the new caps system.
40545
40546 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40547
40548         * gst-libs/gst/video/video.h:
40549           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40550           They should probably be like
40551           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40552
40553 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40554
40555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40556         (qtdemux_parse_trak):
40557           fix audio chunk size/timestamp calculation
40558
40559 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40560
40561         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40562           fix SVQ3 caps
40563
40564 2004-01-11  Steve Baker  <steve@stevebaker.org>
40565
40566         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40567         (gst_agingtv_base_init), (gst_agingtv_class_init),
40568         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40569         (gst_agingtv_set_property), (gst_agingtv_get_property):
40570         Port agingTV to videofilter
40571
40572 2004-01-09  Julien MOUTTE <julien@moutte.net>
40573
40574         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40575         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40576
40577 2004-01-09  Julien MOUTTE <julien@moutte.net>
40578
40579         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40580         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40581         * gst-libs/gst/xoverlay/xoverlay.c:
40582         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40583         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40584         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40586         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40587         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40588         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40589         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40590         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40591         interface implementation to handle xid being 0 and fix some bugs
40592         triggered by Benjamin's testcase.
40593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40594         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40595         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40596         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40597         interface implementation to handle xid being 0 and fix some bugs
40598         triggered by Benjamin's testcase.
40599
40600 2004-01-09  David Schleef  <ds@schleef.org>
40601
40602         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40603         mouse pointer events.  It works.
40604
40605 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40606
40607         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40608           Use explicit caps - fix capsnego.
40609         * ext/xvid/gstxviddec.c:
40610         * ext/xvid/gstxvidenc.c:
40611           Remove macro-inside-macro which caused compile errors.
40612         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40613           Error out if it's not a RIFF file. Else we error out without
40614           gst_element_error() which is not good...
40615
40616 2004-01-08  David Schleef  <ds@schleef.org>
40617
40618         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40619         Fix pad_link function to handle formats that ffmpeg returns
40620         as multiple caps structures.
40621         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40622         Only complain if source buffer is _smaller_ than expected.
40623         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40624         (gst_videoscale_handle_src_event): Resize navigation events
40625         when passing them upstream.
40626         * gst/videotestsrc/gstvideotestsrc.c:
40627         * gst/videotestsrc/gstvideotestsrc.h:
40628         * gst/videotestsrc/videotestsrc.c:
40629         * gst/videotestsrc/videotestsrc.h:
40630         Rewrite many of the buffer painting functions to handle odd
40631         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40632         been verified to work with my video card.
40633         * testsuite/gst-lint:  Add check for elements calling
40634         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40635
40636 2004-01-08  David Schleef  <ds@schleef.org>
40637
40638         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40639         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40640
40641 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40642
40643         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40644         configure event is not emiting the desired size signal. That fixes
40645         aspect ratio issues with gst-player.
40646
40647 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40648
40649         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40650           Fix capsnego.
40651
40652 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40653
40654         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40655         public method to fire size signal.
40656
40657 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40658
40659         * examples/gstplay/Makefile.am: Adding the interface library.
40660         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40661         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40662         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40663         GST_IS_X_OVERLAY before signal connect.
40664         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40665         Removing the have_video_size signal.
40666         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40667         and associated public method.
40668         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40669         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40670         signal.
40671         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40672         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40673         signal.
40674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40675         Using XOverlay public method to fire size signal.
40676
40677 2004-01-07  David Schleef  <ds@schleef.org>
40678
40679         * gst/videofilter/Makefile.am:
40680         * gst/videofilter/gstvideotemplate.c:
40681         * gst/videofilter/make_filter:
40682         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40683         Convert make_filter to /bin/sh script.
40684
40685 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40686
40687         * gst/modplug/gstmodplug.cc: fix element description
40688
40689 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40690
40691         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40692         (got_video_size): Adding some new lines in g_print calls.
40693         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40694         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40695         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40696         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40697         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40698         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40699         Complete code review, reverting some stuff i disagree with, adding
40700         some fixes : time synchronization on invalid timestamps, renegotiation
40701         of private window.
40702         * sys/ximage/ximagesink.h:
40703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40704         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40705         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40706         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40707         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40708         (gst_xvimagesink_buffer_new),
40709         (gst_xvimagesink_navigation_send_event),
40710         (gst_xvimagesink_set_xwindow_id),
40711         (gst_xvimagesink_get_desired_size),
40712         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40713         stuff i disagree with, adding some fixes : Renegotiation of private
40714         window, implementing get_desired_size.
40715
40716 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40717
40718         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40719         (gst_afsink_handle_event):
40720         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40721         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40722         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40723         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40724         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40725           Fix for instantiate-test (see core). Also remove dead code from
40726           jpegenc (which still needs fixing, but that's lower on my TODO
40727           list...).
40728         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40729           Never return NULL as caps.
40730
40731 2004-01-07  David Schleef  <ds@schleef.org>
40732
40733         * configure.ac:
40734         * ext/Makefile.am:
40735         * ext/librfb/Makefile.am:
40736         * ext/librfb/gstrfbsrc.c:
40737         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40738         is the protocol used by VNC.
40739
40740 2004-01-07  David Schleef  <ds@schleef.org>
40741
40742         * gst/videofilter/gstvideotemplate.c:
40743         * gst/videofilter/gstvideotemplate.h:
40744         * gst/videofilter/make_filter:
40745         Merge videotemplate header into source file.
40746         * gst/effectv/Makefile.am:
40747         * gst/effectv/gsteffectv.c: (plugin_init):
40748         * gst/effectv/gstwarp.c:
40749         Make warpTV a subclass of videofilter.
40750
40751 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40752
40753         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40754           Add guard against invalid utf-8 conversions in mad. Just in case.
40755
40756 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40757
40758         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40759           Fix for bug shown by poisoning
40760
40761 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40762
40763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40764         (gst_v4lmjpegsrc_buffer_free):
40765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40766         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40767         (gst_v4lsrc_buffer_free):
40768           Fix for removed bufferpools.
40769
40770 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40771
40772         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40773         Fix caps negotiation.
40774
40775         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40776         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40777         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40778         (dvdnavsrc_event):
40779         * ext/mpeg2dec/gstmpeg2dec.c:
40780         * gst-libs/gst/navigation/navigation.c:
40781         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40782         * gst-libs/gst/navigation/navigation.h:
40783         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40784         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40786         Super-simple first version of mouse and keyboard events. Clicking
40787         on a DVD menu now works, although it may not take you where you
40788         expected.
40789
40790         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40791         * gst/videotestsrc/gstvideotestsrc.c:
40792         (gst_videotestsrc_src_fixate):
40793         These fixate functions were broken - they never actually
40794         fixated :)
40795
40796 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40797
40798         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40799         (gst_icecastsend_init):
40800           fix for new caps system.
40801         * gst-libs/gst/mixer/mixertrack.h:
40802         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40803           Add 'master track' flag (for tools like ACME that only want to
40804           change the main volume).
40805
40806 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40807
40808         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40809         (gst_xvid_csp_to_caps):
40810         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40811         * ext/xvid/gstxvidenc.c:
40812         ifdef out ARGB type when it isn't available
40813         in xvidcore 1.0.0beta2
40814
40815 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40816
40817         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40818           When we have received a new SCR right in the first buffer after
40819           a seek (so in the same cycle that handles the discont), we should
40820           handle the buffer instead of unreffing it, else we lose data.
40821
40822 2004-01-06  Iain <iain@prettypeople.org>
40823
40824         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40825           buffer-frames caps too.
40826
40827         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40828           caps that we need, don't destroy them all and rebuild them. And when
40829           creating src pads, use the src pad template rather than the sink...
40830
40831 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40832
40833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40834           Add pad to element *after* setting functions such as event handler.
40835           Without this, the scheduler (opt) will link pads, set the event
40836           handler from the default event function (dispatcher in gstpad.c)
40837           and *after* that, we will set our own event function, which will
40838           thus never be used (and thus mpegdemux doesn't handle events).
40839
40840 2004-01-04  David Schleef  <ds@schleef.org>
40841
40842         Fix the fixate functions to handle new prototype:
40843         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40844         * gst/videotestsrc/gstvideotestsrc.c:
40845         (gst_videotestsrc_src_fixate):
40846         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40847         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40849
40850 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40851
40852         * sys/ximage/ximagesink.h:
40853         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40854         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40855         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40856         (gst_ximagesink_xoverlay_init):
40857           assorted fixes to make (re)embedding work
40858         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40859         (gst_ximagesink_get_desired_size):
40860           implement desired size additions to XOverlay
40861
40862 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40863
40864         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40865         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40866         (gst_x_overlay_got_desired_size):
40867         * gst-libs/gst/xoverlay/xoverlay.h:
40868           Add optional "desired size" signal and querying.
40869
40870 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40871
40872         * gst/matroska/matroska-demux.c:
40873         (gst_matroska_demux_parse_blockgroup):
40874           Fix EBML-laced block parsing. Diffs are relative to previous
40875           lace, not the first lace. Thanks to Mosu from the Matroska
40876           team for detecting this.
40877         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40878         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40879         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40880         (gst_wavparse_change_state):
40881         * gst/wavparse/gstwavparse.h:
40882           Quickfix for capsnego.
40883
40884 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40885
40886         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40887           Fix indenting, fix pad creation.
40888
40889 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40890
40891         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40892         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40893         (gst_xviddec_sink_link):
40894           Implement src_getcaps() so proper size caps is negotiated.
40895
40896 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40897
40898         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40899           Finish flac decoder on EOS. See #116178.
40900
40901 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40902
40903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40904         (gst_matroska_demux_add_stream):
40905         * gst/matroska/matroska-ids.h:
40906           Add getcaps() function to fix capsnego...
40907
40908 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40909
40910         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40911         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40912         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40913           Fix more integer overflows. Again, see #126967.
40914
40915 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40916
40917         * ext/mpeg2dec/gstmpeg2dec.c:
40918           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40919           #130416.
40920
40921 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40922
40923         * configure.ac:
40924         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40925         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40926         * ext/xvid/gstxvid.h:
40927         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40928         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40929         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40930         (gst_xviddec_change_state):
40931         * ext/xvid/gstxviddec.h:
40932         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40933         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40934         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40935         (gst_xvidenc_link), (gst_xvidenc_set_property),
40936         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40937         * ext/xvid/gstxvidenc.h:
40938           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40939
40940 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40941
40942         * gst/rtp/rtp-packet.c:
40943           Add sys/types.h include, since OS X doesn't define in_addr_t
40944           in netinet/in.h, like it does on Linux (see #129600).
40945
40946 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40947
40948         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40949
40950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40951           Correct logic of dispose function (see #129306).
40952
40953 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40954
40955         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40956         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40957         (gst_mpeg_parse_init):
40958         * gst/mpegstream/gstmpegparse.h:
40959           Remove clock (which was never provided, i.e. dead code), and
40960           also fix integer overflows at high PTS values (see #126967).
40961
40962 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40963
40964         * ext/flac/gstflacdec.c:
40965         * ext/libpng/gstpngenc.h:
40966         * ext/mikmod/gstmikmod.h:
40967           OS X fixes (see #126628).
40968
40969 2004-01-02  David Schleef  <ds@schleef.org>
40970
40971         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40972         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40973         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40974         (gst_mpeg_parse_class_init): Move pad template registration
40975         to class_init, since the derived class (mpegdemux) doesn't
40976         want them.
40977
40978 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40979
40980         * sys/ximage/Makefile.am:
40981         * sys/xvideo/Makefile.am:
40982         * sys/xvimage/Makefile.am:
40983           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40984           after installation (see #127664).
40985
40986 2004-01-02  David Schleef  <ds@schleef.org>
40987
40988         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40989         (gst_ffmpegenc_connect):  Negotiation fixes.
40990         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40991         Remove inappropriate gst_caps_free().
40992         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40993         Reenable Ronald's internal resize code, since the core handles
40994         it correctly now.
40995
40996 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40997
40998         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40999         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41000         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41001           Fix pad template stuff.
41002
41003 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41004
41005         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41006         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41007           fix signed integer reading/writing.
41008
41009 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41010
41011         * ext/alsa/README:
41012           Remove outdated document
41013
41014 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41015
41016         * gst/cutter/gstcutter.c: (gst_cutter_init):
41017           src pad was being created twice - oops.
41018
41019 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41020
41021         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41022           Comment out internal resize. It doesn't handle the resulting
41023           XEvent internally, does another try_set_caps() which leads to
41024           a really nice loop.
41025           Real fix will come when Julien and Dave are awake. ;).
41026
41027 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41028
41029         * ext/mpeg2enc/gstmpeg2enc.cc:
41030           fix const/nonconst compile issue.
41031
41032 2004-01-02  David Schleef  <ds@schleef.org>
41033
41034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41035         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41036         Add fixate function and a check for bad formats.
41037
41038 2004-01-01  David Schleef  <ds@schleef.org>
41039
41040         Negotiation fixes:
41041         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41042         (gst_audiofilter_init):
41043         * gst/debug/efence.c: (gst_efence_init):
41044         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41045         (gst_deinterlace_init):
41046         * gst/volume/gstvolume.c: (volume_connect):
41047
41048 2004-01-01  David Schleef  <ds@schleef.org>
41049
41050         Convert elements to use gst_pad_use_explicit_caps() where
41051         appropriate:
41052         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41053         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41054         (gst_afparse_open_file):
41055         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41056         (gst_afsrc_open_file):
41057         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41058         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41059         (gst_ffmpegdec_chain):
41060         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41061         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41062         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41063         (gst_gdk_pixbuf_chain):
41064         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41065         (gst_jpegdec_chain):
41066         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41067         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41068         (gst_mikmod_negotiate):
41069         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41070         (gst_mpeg2dec_negotiate_format):
41071         * ext/mpeg2enc/gstmpeg2enc.cc:
41072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41073         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41074         (gst_speexdec_sinkconnect):
41075         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41076         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41077         (gst_vorbisfile_new_link):
41078         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41079         (gst_ac3parse_chain):
41080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41081         (gst_asf_demux_setup_pad):
41082         * gst/auparse/gstauparse.c: (gst_auparse_init),
41083         (gst_auparse_chain):
41084         * gst/id3/gstid3types.c: (gst_id3types_loop):
41085         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41086         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41087         (mp1videoparse_parse_seq):
41088         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41089         (bpf_from_header):
41090         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41091         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41092         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41093         (gst_mpeg_parse_send_data):
41094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41095         (gst_qtdemux_add_stream):
41096         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41097         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41098         (gst_wavparse_parse_fmt):
41099
41100 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41101
41102         * configure.ac:
41103           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41104           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41105           it therefore uses the wrong include paths. Too bad... Note
41106           that 1.6.1.93 is not release yet. ;).
41107           Also add a check for mplex, which is now using the lib'ified
41108           mplex from mjpegtools, too.
41109         * ext/ffmpeg/gstffmpegcodecmap.c:
41110           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41111           issues. I don't think ffmpeg handles 3ivx correctly, so this
41112           probably won't work. But it won't hurt either.
41113         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41114         (gst_ffmpegdec_chain):
41115         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41116         (gst_ffmpegenc_chain_audio):
41117           Fix memleak in audio encoding. Close codec if open fails, this
41118           calls the cleanup routines so we can re-use the context.
41119         * ext/mpeg2enc/gstmpeg2enc.cc:
41120           Fix pad template names/types, fix memory issue with getcaps().
41121         * ext/mpeg2enc/gstmpeg2encoder.cc:
41122         * ext/mpeg2enc/gstmpeg2encoder.hh:
41123           Fix compile issue with new caps system (const thingy).
41124         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41125         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41126           We read a first frame right on initing, so that we have a caps
41127           when we init the output. This caps is cached in padprivate and
41128           read as first frame.
41129         * ext/mplex/Makefile.am:
41130         * ext/mplex/gstmplex.cc:
41131         * ext/mplex/gstmplex.h:
41132         * ext/mplex/gstmplex.hh:
41133         * ext/mplex/gstmplexibitstream.cc:
41134         * ext/mplex/gstmplexibitstream.hh:
41135         * ext/mplex/gstmplexjob.cc:
41136         * ext/mplex/gstmplexjob.hh:
41137         * ext/mplex/gstmplexoutputstream.cc:
41138         * ext/mplex/gstmplexoutputstream.hh:
41139           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41140           had issues, didn't do capsnego, supported only a subset of the
41141           mplex features and required a mplex fork in our local CVS. Plus
41142           that it worked agaist a very old mplex version. Rewriting was
41143           faster than updating it.
41144         * gst-libs/ext/Makefile.am:
41145         * gst-libs/ext/mplex/INSTRUCT:
41146         * gst-libs/ext/mplex/Makefile.am:
41147         * gst-libs/ext/mplex/README:
41148         * gst-libs/ext/mplex/TODO:
41149         * gst-libs/ext/mplex/ac3strm_in.cc:
41150         * gst-libs/ext/mplex/audiostrm.hh:
41151         * gst-libs/ext/mplex/audiostrm_out.cc:
41152         * gst-libs/ext/mplex/aunit.hh:
41153         * gst-libs/ext/mplex/bits.cc:
41154         * gst-libs/ext/mplex/bits.hh:
41155         * gst-libs/ext/mplex/buffer.cc:
41156         * gst-libs/ext/mplex/buffer.hh:
41157         * gst-libs/ext/mplex/fastintfns.h:
41158         * gst-libs/ext/mplex/format_codes.h:
41159         * gst-libs/ext/mplex/inputstrm.cc:
41160         * gst-libs/ext/mplex/inputstrm.hh:
41161         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41162         * gst-libs/ext/mplex/mjpeg_logging.cc:
41163         * gst-libs/ext/mplex/mjpeg_logging.h:
41164         * gst-libs/ext/mplex/mjpeg_types.h:
41165         * gst-libs/ext/mplex/mpastrm_in.cc:
41166         * gst-libs/ext/mplex/mpegconsts.cc:
41167         * gst-libs/ext/mplex/mpegconsts.h:
41168         * gst-libs/ext/mplex/mplexconsts.hh:
41169         * gst-libs/ext/mplex/multplex.cc:
41170         * gst-libs/ext/mplex/outputstream.hh:
41171         * gst-libs/ext/mplex/padstrm.cc:
41172         * gst-libs/ext/mplex/padstrm.hh:
41173         * gst-libs/ext/mplex/stillsstream.cc:
41174         * gst-libs/ext/mplex/stillsstream.hh:
41175         * gst-libs/ext/mplex/systems.cc:
41176         * gst-libs/ext/mplex/systems.hh:
41177         * gst-libs/ext/mplex/vector.cc:
41178         * gst-libs/ext/mplex/vector.hh:
41179         * gst-libs/ext/mplex/videostrm.hh:
41180         * gst-libs/ext/mplex/videostrm_in.cc:
41181         * gst-libs/ext/mplex/videostrm_out.cc:
41182         * gst-libs/ext/mplex/yuv4mpeg.cc:
41183         * gst-libs/ext/mplex/yuv4mpeg.h:
41184         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41185         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41186           We don't fork mjpegtools' mplex in our CVS anymore.
41187         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41188         (gst_avi_demux_add_stream):
41189         * gst/avi/gstavidemux.h:
41190           Add getcaps() function for proper caps nego. This makes some
41191           parts of AVI playback/reading work.
41192         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41193           Resize window on new capsnego. This is probably wrong, but
41194           I'm still committing it because with current capsnego, the
41195           first successfull capsnego is auto-fixated, therefore rounded
41196           down to the lowest values in the caps. this results in a 16x16
41197           XWindow that is not reized when real capsnego finishes.
41198           Dave, I see more cases of this, do you know a proper solution?
41199         * tools/gst-launch-ext.in:
41200           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41201
41202 2003-12-31  David Schleef  <ds@schleef.org>
41203
41204         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41205         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41206           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41207
41208 2003-12-30  David Schleef  <ds@schleef.org>
41209
41210         * ext/ffmpeg/gstffmpegcolorspace.c:
41211         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41212         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41213         (gst_ffmpegcsp_chain): Negotiation fixes
41214         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41216         (gst_audio_convert_link), (gst_audio_convert_channels):
41217         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41218         (gst_audioscale_link), (gst_audioscale_get_buffer),
41219         (gst_audioscale_chain): Negotiation fixes
41220         * gst/audioscale/gstaudioscale.h:
41221         * gst/videofilter/gstvideofilter.c:
41222         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41223         (gst_videofilter_link), (gst_videofilter_init),
41224         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41225         (gst_videofilter_find_format_by_structure):
41226         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41227         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41228         (gst_videoscale_link):
41229         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41230         (videoscale_find_by_structure), (gst_videoscale_setup):
41231         * gst/videoscale/videoscale.h: Negotiation fixes
41232         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41233         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41234         function, restrict resizing to a multiple of 4 (hack until
41235         everyone supports odd sizes correctly).
41236
41237 2003-12-29  Colin Walters  <walters@verbum.org>
41238
41239         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41240         signed.
41241
41242 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41243
41244         * ext/sndfile/gstsf.c: (gst_sf_loop):
41245           Fix warning about discarding const qualifier
41246
41247 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41248
41249         * gst/cutter/gstcutter.c:
41250         * gst/videoscale/gstvideoscale.c:
41251         * gst/volenv/gstvolenv.c:
41252         * gst-libs/gst/audio/audio.c:
41253         * gst-libs/gst/video/video.c:
41254           Fix warnings
41255
41256 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41257
41258         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41259           Don't send ALSA debugging to stderr.
41260         * ext/alsa/gstalsa.h:
41261           Use GST_WARNING instead of g_warning when ALSA functions fail.
41262
41263 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41264
41265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41266           Free XVAdapterInfo correctly.
41267
41268 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41269
41270         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41271         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41272           Make id3tag use correct caps nego.
41273
41274 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41275
41276         * ext/ivorbis/vorbis.c:
41277         * ext/ivorbis/vorbisenc.h:
41278         * ext/ivorbis/vorbisfile.c:
41279           Modify so that it uses the new caps things
41280
41281 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41282
41283         * testsuite/spider/spider1.c: (main):
41284         * testsuite/spider/spider2.c: (main):
41285         * testsuite/spider/spider3.c: (main):
41286           Make tests compile again. They probably don't work.
41287
41288 2003-12-24  Colin Walters  <walters@verbum.org>
41289
41290         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41291         we can't fixate the caps anymore.
41292
41293 2003-12-23  David Schleef  <ds@schleef.org>
41294
41295         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41296         * sys/oss/gstosssink.c: (gst_osssink_init),
41297         (gst_osssink_sink_fixate): Add fixate function.
41298
41299 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41300
41301         * ext/ffmpeg/gstffmpegcodecmap.c:
41302         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41303         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41304         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41305         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41306         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41307         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41308         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41309           fix typo in RGB masks, and move back to "old" colorspace
41310           capsnego code until whoever wrote this new crap has actually
41311           tested it so that it works.
41312           And yes, this works, keep it that way please.
41313
41314 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41315
41316         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41317         (gst_divxdec_init), (gst_divxdec_negotiate):
41318         * ext/divx/gstdivxdec.h:
41319         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41320         (gst_divxenc_init):
41321         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41322         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41323         * ext/mpeg2enc/gstmpeg2enc.cc:
41324         * ext/mpeg2enc/gstmpeg2encoder.cc:
41325         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41326         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41327         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41328         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41329         (dxr3spusink_init):
41330         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41331         (dxr3videosink_init):
41332           Fix caps breakage after Dave's caps branch merge.
41333
41334 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41335
41336         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41337           Fix for 24bpp display.
41338
41339 2003-12-23  Colin Walters  <walters@verbum.org>
41340
41341         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41342         a GnomeVFSHandle directly.
41343
41344 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41345
41346         * gst/volume/Makefile.am:
41347         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41348         (volume_base_init), (volume_init):
41349           Reenable volume element and fix to work with new caps stuff.
41350           Rhythmbox needs this.
41351
41352 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41353
41354         * gst/qtdemux/qtdemux.c: (plugin_init):
41355           qtdemux requires bytestream
41356
41357 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41358
41359         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41360           Fix remaining caps handling errors due to CAPS merge.
41361
41362 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41363
41364         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41365         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41366         (gst_faad_srcconnect):
41367           Port to new caps system.
41368
41369 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41370
41371         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41372         (got_video_size), (main): using g_print instead of g_message.
41373         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41374         signal which was not emitted because of "switch" element added to the
41375         bin but not connected. (Removing from the bin temporarily)
41376
41377 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41378
41379         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41380         find X development files. I don't understand the previous tests and
41381         they fail on my debian/ppc unstable. This one works.
41382         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41383         exiting.
41384         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41385         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41386         (gst_play_set_visualization): Add some safety checks in set_ methods
41387         and state_change. This was throwing some ugly CRITICAL messages when
41388         pipeline was getting disposed and casts were failing.
41389
41390 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41391
41392         * configure.ac:
41393           Improve mpeg2enc detection. This is for distributions that do
41394           ship mjpegtools, but without mpeg2enc. Also does object check
41395           for might there ever be ABI incompatibility.
41396         * ext/mpeg2enc/gstmpeg2enc.cc:
41397           Add Andrew as second maintainer (he's helping me), and also add
41398           an error if no caps was set. This happens if I pull before capsnego
41399           and that's something I should solve sometime else.
41400         * gst/matroska/matroska-demux.c:
41401         (gst_matroska_demux_parse_blockgroup):
41402           Fix time parsing.
41403         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41404         (gst_matroska_mux_track_header):
41405           Add caps to templates.
41406         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41407           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41408         * gst/mpegstream/gstmpegdemux.c:
41409           Remove layer since it causes warnings about unfixed caps.
41410         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41411           Fix obvious typo (we error out if caps were set, we should of
41412           course error out if *no* caps were set).
41413         * sys/oss/gstosselement.c: (gst_osselement_convert):
41414           Fix format conversion, we confused bits/bytes.
41415         * sys/oss/gstosselement.h:
41416           Improve documentation for 'bps'.
41417         * sys/v4l/TODO:
41418           Remove stuff about plugins that need removing - this was done
41419           ages ago.
41420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41421         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41422         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41423         (gst_v4lsrc_src_query):
41424         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41425         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41426           Add get_query_types(), get_formats() and query() functions.
41427
41428 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41429
41430         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41431           * moved CVS to freedesktop.org